/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@media screen and (min-width: 1024px){
  .section--leftrightslider--groups.four-twelfths,
  .section--leftrightslider--groups.five-twelfths,
  .section--leftrightslider--groups.one-half,
  .section--leftrightslider--groups.seven-twelfths,
  .section--leftrightslider--groups.eight-twelfths{
    padding-right:30px;
  }
}

@media screen and (min-width: 1024px){
  .section--leftrightslider--content.eight-twelfths{
    padding-right:30px;
  }
}

.section--leftrightslider--content p strong:first-of-type:before {
  content: '';
  position: absolute;
  border-left: 1px solid ;
  height: 80%;
  margin-left: -6%;
  top: 10%;
  line-height: 1em;
}

.section--leftrightslider--content p strong:first-of-type {
  position: relative;
}

@media screen and (max-width: 679px){
  img.section--leftrightslider--img{
    max-width: 100% !important;
    margin-left: initial !important;
  }
}

@media screen and (max-width: 1023px){
  .section--leftrightslider--content br{
    display:none;
  }
}

.section--leftrightslider--content h3{
  color: var(--primaryColor);
}

.section--leftrightslider--content h6{
  margin-top: 20px;
  margin-bottom: 20px;
}

.section--leftrightslider--content h6:first-child{
  color: #1d1d1f;
}

@media screen and (min-width: 680px){
  .section--leftrightslider--content--wrapper .section--bulleted-column-count--two ul,
  .section--leftrightslider--content--wrapper .section--bulleted-column-count--two ol{
    display: flex;
    flex-wrap: wrap;
  }

  .section--leftrightslider--content--wrapper .section--bulleted-column-count--two ul li,
  .section--leftrightslider--content--wrapper .section--bulleted-column-count--two ol li{
    flex: 0 0 calc(50% - 6%);
    margin-right: 6%;
  }

  .section--leftrightslider--content--wrapper .section--bulleted-column-count--two:not(.section--bulleted-content) ul,
  .section--leftrightslider--content--wrapper .section--bulleted-column-count--two:not(.section--bulleted-content) ol{
    padding-left: 20px !important;
  }
}

.group-wrapper{
  counter-reset: ol-lr-counter;
}

.section--leftrightslider--groups.section--leftrightslider--numbered{
  counter-increment: ol-lr-counter;
}

.section--leftrightslider--number:before{
  content: counter(ol-lr-counter);
  background: var(--primaryColor);
  height: 26px;
  width: 26px;
  border-radius: 50px;
  display: flex;
  position: absolute;
  left: 0;
  top: 0.15em;
  color: white;
  align-items: center;
  justify-content: center;
}

.section--testimonialslider-sidebar-flex{
  top:0;
}

.section--leftrightslider .flexslider--slide{
  opacity: 0;
  -webkit-transition: opacity .8s cubic-bezier(.6,0,.2,1), left .8s cubic-bezier(.6,0,.2,1), -webkit-transform .8s cubic-bezier(.6,0,.2,1) !important;
  transition: opacity .8s cubic-bezier(.6,0,.2,1), left .8s cubic-bezier(.6,0,.2,1), -webkit-transform .8s cubic-bezier(.6,0,.2,1), -webkit-transform .8s cubic-bezier(.6,0,.2,1); !important;
}

.section--leftrightslider .flexslider--slide.active{
  opacity: 1;
}

.section--testimonialslider-sidebar-flexslide .section--testimonialslider-sidebar-flexslide--styles{
  box-shadow: 0px 5px 20px -5px rgba(95, 109, 137, 0.1), 0px 20px 20px -10px rgba(95, 109, 137, 0.1);
  border-radius: 10px;
  overflow: hidden;
  position:relative;
}

.section--testimonialslider-sidebar-image-clip{
  clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 90%, 0% 100%);
  max-height: 180px;
  background-position: 50% 0% !important;
}


.section--testimonialslider-sidebar-video-play-button{
  width: 30px;
  height: 30px;
}

.section--testimonialslider-sidebar--play-container{
  padding: 0px 20px 20px 20px !important;
}

.section--testimonialslider-sidebar-quoter-logo{
  margin-bottom: 15px !important;
}

.section--testimonialslider--controls li{
  position: relative;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background: none !important;
  margin: 0px !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: auto;
}

.section--testimonialslider--controls li:not([rel]){
  position: absolute;
  bottom: 0;
}

.section--testimonialslider--controls li span{
  background: #E1EFF4;
}

.section--testimonialslider--controls li.active span{
  background: var(--primaryColor);
}

.section--testimonialslider-sidebar-flexslide--fixed{
  position: fixed !important;
  top: 140px;
}

.section--testimonialslider-sidebar-flexslide{
  max-width: 320px;
}