/** WP OVERRIDES */
.infinite-body .contentContainerCenter input[type="submit"] {
   background-color: inherit;
}

.pageGradient {
   background-image: none!important;
}

.testimonials_outside {
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   padding: 15px;
}

.page_testimonials_container {
   position: relative;
   height: 400px;
   padding-right: 10px;
   overflow-x: hidden;
   overflow-y: hidden;
   text-align: left;
   font-size: 1.1em;
   font-weight: normal;
   width: 650px;
}

.success_stories_slider li {
   list-style: none;
}

.page_testimonial {
   position: absolute;
   width: 625px;
}

.tes_date {
   font-weight: bold;
}

.tes_sig {
   text-align: right;
   font-style: italic;
}
.tes_left {
   float: left;
}
.tes_right {
   float: right;
   margin-right: 30px;
}
.tiny_clear {
   clear: both;
   font-size: 0px;
}

.tes_right_but, .tes_left_but, .tes_right_but_disabled, .tes_left_but_disabled {
   border: 0;
   margin: 0;
   padding: 0;
   height: 25px;
   width: 55px;
   cursor: pointer;
   background: url(/public/images/testimonials/next_but.png) no-repeat;
}
.tes_right_but_disabled {
   cursor: default;
   background: url(/public/images/testimonials/next_disabled.png) no-repeat;
}
.tes_left_but, .tes_left_but_disabled {
   width: 95px;
   background: url(/public/images/testimonials/previous_but.png) no-repeat;
}
.tes_left_but_disabled {
   cursor: default;
   background: url(/public/images/testimonials/previous_disabled.png) no-repeat;
}
.tes_right_but:hover {
   background-position: -73px 0;
}
.tes_left_but:hover {
   background-position: -108px 0;
}

.tes_mid {
   margin: 0px auto;
   width: 80%;
}

.lowerTesNav {
  text-align: center;
}


.all {
   font-weight: normal;
   font-size: 11px;
   text-align: left;
   padding-left: 20px;
   padding-right: 20px;
}

.testimonialBox {
   max-width: 90%;
   margin: 0px auto;
   margin-top: 20px;
   margin-bottom: 20px;
   padding: 25px;

}

ul, li {
  margin: 0px;
  padding: 0px;
}

.indiv_testimony {
   border: 1px solid #0E2543;
   border-radius: 8px;
   background-color: #D1DEEB;
   padding: 5px;
}

.testimonialSectionTitle {
  color: #0E2543;
  font-size: 18px;
  font-weight: bold;
}

.testimonialSig {
   color: #0E2543;
   margin-bottom: 5px;
   font-weight: bold;
   font-size: .9em;
}

.floatRight {
   float: right;
}

.testimonialImageCPA {
   background-color: transparent;
   background-image: url("/public/images/ac/testimonials/testimonial_image_1.png");
   background-repeat: no-repeat;
   float: right;
   height: 100px;
   width: 150px;
   margin: 10px 5px;
}

.testimonialImageCMA {
   background-color: transparent;
   background-image: url("/public/images/ac/testimonials/testimonial_image_2.png");
   background-repeat: no-repeat;
   float: right;
   height: 100px;
   width: 150px;
   margin: 10px 5px;
}

.testimonialImageEA {
   background-color: transparent;
   background-image: url("/public/images/ac/testimonials/testimonial_image_3.png");
   background-repeat: no-repeat;
   float: right;
   height: 100px;
   width: 150px;
   margin: 10px 5px;
}

.testimonialImageCIA {
   background-color: transparent;
   background-image: url("/public/images/ac/testimonials/testimonial_image_4.png");
   background-repeat: no-repeat;
   float: right;
   height: 100px;
   width: 150px;
   margin: 10px 5px;
}

.testimonialImageRTRP {
   background-color: transparent;
   background-image: url("/public/images/ac/testimonials/testimonial_image_5.png");
   background-repeat: no-repeat;
   float: right;
   height: 100px;
   width: 150px;
   margin: 10px 5px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
   margin-left: 5%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 5%;
}
