/* Testimonials Module Css */

.testimonialMeta {
    flex: 0.7;
    text-align: right;
}
.testimonialImage{
  flex: 0.3;
}
.testimonialsFlex .testimonialMeta {
    order: 1;
}
.testimonialContainer article:nth-child(2n+1) section .testimonialImage {
    order: 1;
}
.testimonialContainer article:nth-child(2n) .testimonialMeta {
    text-align: left;
}
#leftSliderArrow{
  left: -10px;
}
#rightSliderArrow{
  right: 10px;
}
#leftSliderArrow, #rightSliderArrow {
    color: rgb(0, 116, 188);
}
#leftSliderArrow:hover, #rightSliderArrow:hover {
    color: rgb(0, 0, 0);
}
.postTitle a {
    color: #0074bc;
}
a, .uk-link{
  color: #0074bc;
}
.testimonialSliderContainer{
  margin: 5px 5px;
}
.testimonialSliderWrapper article {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4.5em;
    font-size: 1.5em;
    color: #0058aa;
}
.testimonialsSliderMeta h3 {
    color: #064443;
}
.testimonialsSliderMeta p {
    font-size: 0.7em;
    color: #999;
}
.testimonialsSliderMeta {
    display: flex;
    width: 80%;
    justify-content: center;
    align-items: center;
}
.testimonialsSliderMeta div {
    /*! width: 145px; */
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}
.testimonialsSliderMetaFigure {
    width: 150px;
}
.testimonialsSliderMetaInfo{
    padding-left: 2.5em;
}
.testimonialSliderWrapper article > p {
    text-align: center;
    font-size: 0.7em;
    line-height: 24px;
    color: #064443;
}
.testimonialsSliderMeta a {
    font-size: 0.7em;
    color: #064443;
    transition: all 0.4s ease;
}
.testimonialsSliderMeta a:hover {
    text-decoration: none;
    color: #3ba4a1;
}
.testimonialSliderElement {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uk-icon-button:hover, .uk-icon-button:focus {
    color: #0074bc;
    transition: 0.3s all ease;
}
.templateTwoColHero header {
    min-height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.templateTwoColHero .leftColumn {
    padding-left: 3.5em;
}
.templateTwoColHero .rightColumn {
    padding-right: 0.5em;
}
.rseChevronTestimonials {
    background-color: #49c4bf;
    color: #064443;
}
