.dot-nav-container{user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none;display:inline-block;text-align:center}
.dot-nav-container .dot-nav{border:2px solid #d0d0cd;border-radius:50%;cursor:pointer;display:inline-block;height:17px;width:17px;margin-right:20px}
.dot-nav-container .dot-nav:last-child{margin-right:0}
.dot-nav-container .dot-nav.selected{border-color:#3c87af;background-color:#3c87af}
.slide{position:relative;float:left;width:100%;left:100%;margin-right:-100%}
.slide:focus{outline:0}
.slide:first-child{left:0}
.slide-container{overflow:hidden}
.slide-btn{display:inline-block;width:23px;height:23px;cursor:pointer;border-top:3px solid #3591be;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}
.slide-btn.prev{border-left:3px solid #3591be;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
.slide-btn.next{border-right:3px solid #3591be;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.slide-btn.disabled{pointer-events:none;cursor:default;opacity:.3}
.slide-btn-container{position:absolute;bottom:30px;left:30px;z-index:2}
@media only screen and (max-width:800px){.slide-btn-container{position:static;padding:0 22px;margin-top:15px}
.slide-btn-container .next{float:right}
}
@media only screen and (max-width:1140px){.slide-btn-container{bottom:15px}
}
.stat-slider{position:relative;padding:0 35px}
@media only screen and (max-width:800px){.stat-slider.center{background:#f2f2f2;padding:20px 35px}
}
.stat-slider .slide{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}
.stat-slider .slide-btn+.slide-container .slide{padding-left:20px;padding-right:20px}
@media only screen and (max-width:800px){.stat-slider .slide-btn+.slide-container .slide{padding-left:0;padding-right:0}
}
@media only screen and (max-width:800px){.stat-slider .slide{-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center;-webkit-box-direction:normal;-webkit-box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
}
.stat-slider .slide-btn{position:absolute;top:50%;margin-top:-11px;z-index:2}
@media only screen and (max-width:800px){.stat-slider .slide-btn{top:60px;margin:0}
}
.stat-slider .slide-btn.prev{left:10px}
@media only screen and (max-width:800px){.stat-slider .slide-btn.prev{left:20px}
}
.stat-slider .slide-btn.next{right:10px}
@media only screen and (max-width:800px){.stat-slider .slide-btn.next{right:20px}
}
@media only screen and (max-width:800px){.stat-slider .slide img{margin-bottom:30px}
}
.stat-slider .slide-container{display:-webkit-box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-orient:horizontal;-webkit-flex-direction:row;-moz-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;-moz-align-items:center;align-items:center}
@media only screen and (max-width:800px){.stat-slider .slide-container{-webkit-box-align:start;-ms-flex-align:start;-webkit-align-items:flex-start;-moz-align-items:flex-start;align-items:flex-start}
}
.stat-slider .dot-nav-container{display:block;margin-top:20px}
.stat-number{font-size:100px;font-weight:200;line-height:1;color:#3591be}
@media only screen and (max-width:800px){.stat-number{font-size:96px;margin-bottom:30px}
}
.stat-quote{max-width:480px;margin-left:20px}
@media only screen and (max-width:800px){.stat-quote{margin-left:0}
}
.stat-quote p{color:#63666a;font-size:20px;font-weight:200}
@media only screen and (max-width:800px){.stat-quote p{font-size:18px}
}
.stat-quote cite{float:right;color:#63666a;font-size:14px;font-style:italic;text-align:right;padding-right:3px}
@media only screen and (max-width:800px){.stat-quote cite{font-size:12px}
}