@charset "utf-8";
/* CSS Document */

/* Slider */
.slick-loading .slick-list { background: #fff url center center no-repeat; }

/* Icons */
@font-face {
 font-family: 'slick';
 font-weight: normal;
 font-style: normal;
 src: url;
 src: url() format('embedded-opentype'), url() format('woff'), url() format('truetype'), url() format('svg');
}
/* Arrows */
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
[dir='rtl'] .slick-prev:before { content: '→'; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
[dir='rtl'] .slick-next:before { content: '←'; }
.slick-prev, .slick-next { width: 4.33%; font-size: 0; line-height: 0; display: block; transition: all 0.25s ease-out 0s; padding: 0 0 4.33%; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; transform: translateY(-50%); position: absolute; top: 50%; z-index:99;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: white; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -7.5%; background: url(../images/left-white-blue-circle-arrow.svg) no-repeat center / 100%;}
.slick-prev:hover { background: url(../images/left-blue-transparent-circle-arrow.svg) no-repeat center / 100%;}
.slick-next { right: -7.5%; background: url(../images/right-white-blue-circle-arrow.svg) no-repeat center / 100%;}
.slick-next:hover { background: url(../images/right-blue-transparent-circle-arrow.svg) no-repeat center / 100%;}
.team-col1 .slick-prev, .team-col1 .slick-next { top: 38%;}
.team-col1 .slick-next { display: none !important;}

/* Dots */
.slick-slider { padding-left:0;}
.slick-dots { width: 100%; text-align: center; display: block; list-style: none; margin:0 0 0; position: absolute; right: 0; bottom: -41px; left: 0; z-index: 9;}
.slick-dots li { width: 18px; height: 2px; margin: 0 2px 0; cursor: pointer; vertical-align: middle; display: inline-block; position: relative;}
.slick-dots li button { width: 18px; height: 2px; font-size: 0; line-height: 0; cursor: pointer; color: transparent; border:0; outline:none; background:transparent; display: block; padding: 5px;}
.slick-dots li button:hover, .slick-dots li button:focus { width: 24px; outline: none;}
.slick-dots li button:hover:before, .slick-dots li button:focus:before { width: 24px; background: #0499e1;}
.slick-dots li button:before { content: '•'; width: 18px; height: 2px; text-align: center; color: black; background:#284d66; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 0;}
.slick-dots li.slick-active { width: 24px;}
.slick-dots li.slick-active button:before { width: 24px; color: black; background: #0499e1;}

.team-col1 .slick-dots { width: 100%; margin:0 0 0; position: absolute; right: 0; bottom: -27px; left: 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.slick-dots { width: 100%; margin:0 0 0; position: absolute; right: 0; bottom: -40px; left: 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.slick-dots { width: 100%; margin:0 0 0; position: absolute; right: 0; bottom: -40px; left: 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.slick-dots { width: 100%; margin:0 0 0; position: absolute; right: 0; bottom: -40px; left: 0;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}