@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

.swimlane-slider{
  position: relative;
  overflow: hidden;
 /* background-color: #2a9fd9;*/
}

.swimlane-slider h2{
  font-family: 'Source Sans Pro', sans-serif !important;
  margin-bottom: 25px;
}

.swimlane-slider h4{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 25px !important;
}

.swimlane-slider > div.swim{
  padding: 80px 45px;
  min-height: 100%;
}

.swim-right {
  background-color: #2A9FD9;
  text-align: center;
  padding: 20px 0px 20px 0px;
}

.swim-right h4{
  margin: 0 0 35px 0;
  font-family: sans-serif;
  font-size: 45px;
  color: #ffffff;
  font-weight: 400;
}

.swim-right .swim-right-content{
  display: inline-block;
  width: 100%;
}

.swim-right .swim-right-content ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.swim-right .swim-right-content ul li{
  display: inline-block;
  width: 150px;
  width: 30%;
  height: 150px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.swim-right .swim-right-content ul li:not(:nth-of-type(3n+3)){
  margin-right: 1%;
}


.swim{
  width: 100%;
}



section#swimlane-slider {
    overflow: hidden;
}

.swim-left{
  position: relative;
  background-color: #ffffff;
}

.swim-left-content{
  overflow-x: hidden;
}

.swim-left-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
  position: relative;
}

.swim-left-content ul li{
    display: inline-block;
    width: 100%;
    white-space: normal;
    vertical-align: top;
}

ul.dots-slider{
  overflow: hidden;
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

ul.dots-slider > li{
    /* padding: 7.5px; */
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: rgb(204, 204, 204);
    display: inline-block;
    cursor: pointer;
}

ul.dots-slider > li:not(:first-child){
  margin-left: 14px;
}

ul.dots-slider > li.active{
  background-color: #2a9fd9;
}

ul.dots-slider > li:hover{
  opacity: 0.8;
}

.swim-list-item-right{
  opacity: 0.3;
  cursor: pointer;
}

.swim-list-item-right.active{
  opacity: 1;
}
.swim .textinner{overflow: hidden;display: block;padding-bottom: 20px;border-bottom: 1px solid #c7c7c7;margin-bottom: 20px;}

.swim-list-item-right:hover{
  opacity: 0.8;
}

.swim .textinner p:not(.quoteauthor) {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 30px;
}

.swim .textinner p.quoteauthor {
    font-size: 20px !important;
    font-family: 'Montserrat', sans-serif;
    color: #999999;
    float: left;
    margin-bottom: 0;
    text-transform: uppercase;
}

.swim a.learn-more {font-family: 'Montserrat', sans-serif;font-size: 15px; display: inline-block;}

.swim a.learn-more:hover{
  opacity: 0.8;
}

@media (min-width: 1024px){
  .swim{
    float: left;
    width: 50%;
  }

  .swim .textinner p:not(.quoteauthor) {
    font-size: 25px !important;
    line-height: 32px !important;
  }

  .swim .textinner p.quoteauthor {
    float: left;
  }

}

@media (max-width: 950px){
  .swim-right{
    display: none;
  }
}
