.cmp-carousel__content{position:relative}
.cmp-carousel__item{display:none}
.cmp-carousel__item--active{display:block}
.cmp-carousel__action{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.cmp-carousel__indicators{display:flex;flex-wrap:wrap;justify-content:center;margin:0;padding:0;list-style:none}
.cmp-carousel__indicator{position:relative;flex:0 1 auto;width:10px;height:10px;margin:0 7px;border-radius:50%;font-size:0;text-indent:-3000px;background-color:rgba(0,0,0,0.5)}
.cmp-carousel__indicator--active{background-color:rgba(0,0,0,0.8)}
.carousel{position:relative}
.carousel-inner{position:relative;overflow:hidden;width:100%}
.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}
.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}
@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-moz-transition:-moz-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;-moz-perspective:1000px;perspective:1000px}
.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);left:0}
.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);left:0}
.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);left:0}
}
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
.carousel-inner>.active{left:0}
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
.carousel-inner>.next{left:100%}
.carousel-inner>.prev{left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
.carousel-inner>.active.left{left:-100%}
.carousel-inner>.active.right{left:100%}
.carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:rgba(0,0,0,0)}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}
.carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}
.carousel-control:hover,.carousel-control:focus{outline:0;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;margin-top:-10px;z-index:5;display:inline-block}
.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}
.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}
.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;line-height:1;font-family:serif}
.carousel-control .icon-prev:before{content:"\2039"}
.carousel-control .icon-next:before{content:"\203a"}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)}
.carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff}
.carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}
.carousel-caption .btn{text-shadow:none}
@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}
.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}
.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}
.carousel-caption{left:20%;right:20%;padding-bottom:30px}
.carousel-indicators{bottom:20px}
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}
.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir="rtl"] .slick-slide{float:right}
.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}
@charset 'UTF-8';@font-face{font-family:'slick';font-weight:normal;font-style:normal}
.slick-dots{position:absolute;bottom:0;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}
.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:0;background:transparent}
.slick-dots li button:hover,.slick-dots li button:focus{outline:0}
.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:url('site/resources/images/oval-2.png');text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{opacity:.75;color:black;content:url('site/resources/images/oval-2-copy-2.png')}
.cg-carousel-style{padding-bottom:calc(76.8px);max-width:1440px;left:50%;transform:translate(-50%,0);padding-left:0;padding-right:0}
@media all and (min-width:768px) and (max-width:1024px){.cg-carousel-style{padding-bottom:calc(86.8px)}
}
@media all and (min-width:1024px){.cg-carousel-style{padding-bottom:calc(66.8px);left:0;max-width:100%;transform:none}
}
.cg-carousel-style .cmp-carousellist__div .cmp-text>p a,.cg-carousel-style .cmp-carousellist__div--reset-padding .cmp-text>p a{color:#005f9e}
.cg-carousel-style .cmp-carousellist__div .cmp-text>p a:hover,.cg-carousel-style .cmp-carousellist__div--reset-padding .cmp-text>p a:hover{color:#003a66}
.cg-carousel-style .cmp-carousellist__div{min-height:350px}
.cg-carousel-style .cmp-carousellist__div .image,.cg-carousel-style .cmp-carousellist__div .cmp-image .cmp-image__image{height:200px;padding:0}
.cg-carousel-style .cmp-carousellist__div .text{padding:25px 50px 0 20px}
.cg-carousel-style .cmp-carousellist__div .cmp-text{color:#000}
.cg-carousel-style .cmp-carousellist__div .cmp-text>p a{color:#005f9e}
.cg-carousel-style .cmp-carousellist__div .cmp-text>p a:hover{color:#003a66}
.cg-carousel-style .cmp-carousellist__div .cmp-text>h6{padding-bottom:10px;margin-bottom:0;font-size:10px !important}
.cg-carousel-style .slick-slide{padding-left:15px;padding-right:15px}
.cg-carousel-style .slick-dots{bottom:calc(-45.6px)}
@media all and (min-width:768px){.cg-carousel-style .slick-dots{bottom:calc(-40px -15.6px)}
}
.cg-carousel-style .cmp-carousel-v1__wrapper{max-width:345px;margin:0 auto}
@media all and (min-width:1280px){.cg-carousel-style .cmp-carousel-v1__wrapper{max-width:1146px}
}
@media all and (min-width:1024px) and (max-width:1280px){.cg-carousel-style .cmp-carousel-v1__wrapper{max-width:90%}
}
@media all and (min-width:768px) and (max-width:1024px){.cg-carousel-style .cmp-carousel-v1__wrapper{max-width:95%}
}
@media all and (min-width:705px) and (max-width:768px){.cg-carousel-style .cmp-carousel-v1__wrapper{max-width:92%}
}
.cg-vertical-carousel-style{width:auto}
.cg-vertical-carousel-style .cmp-carousel-v1__wrapper{width:auto;position:relative}
.cg-vertical-carousel-style .cmp-carousel-v1__wrapper .slick-list .draggable .slick-track .slick-slide div .responsivegrid{width:auto}
.cg-vertical-carousel-style .cmp-carousel-v1__wrapper ul.slick-dots{margin-bottom:-20px}
@media all and (min-width:768px){.cg-vertical-carousel-style .cmp-carousel-v1__wrapper ul.slick-dots{position:absolute;margin:0;top:50%;right:0;width:auto;transform:translateY(-50%)}
.cg-vertical-carousel-style .cmp-carousel-v1__wrapper ul.slick-dots li{display:block}
}
.cg-carousel-style .cmp-carousel-v2__wrapper .slick-slide{padding-left:0;padding-right:0}
.cg-carousel-style .cmp-carousel-v2__wrapper .cmp-carousellist__div{padding:10px 0;min-height:1px;height:auto;justify-content:center}
.cg-carousel-style .cmp-carousel-v2__wrapper ul.slick-dots{position:static;transform:none}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper{max-width:1440px;margin:0 auto}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable{width:calc(100% - 70px);display:inline-block}
@media all and (min-width:768px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable{width:calc(100% - 128px)}
}
@media all and (min-width:1440px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable{max-width:1280px;width:calc(100% - 158px)}
}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable .slick-track,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable .slick-track{display:flex}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable .slick-track .slick-slide,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable .slick-track .slick-slide{height:inherit;display:flex}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable .slick-track .slick-slide>div,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable .slick-track .slick-slide>div{display:flex;height:inherit}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable .cmp-carousellist__div>div,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable .cmp-carousellist__div>div,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .slick-list.draggable .cmp-carousellist__div--reset-padding>div,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .slick-list.draggable .cmp-carousellist__div--reset-padding>div{display:flex;height:inherit;width:100%}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow{background-color:#f7f7f7;display:inline;float:left;position:static;height:100px;transform:none;width:auto;padding:12px;border:0;position:relative;box-shadow:0 2px 2px 0 rgba(0,0,0,0.25)}
@media all and (min-width:768px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow{width:44px}
}
@media all and (min-width:1440px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow{width:52px}
}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow:before,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow:before,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow:before,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow:before{top:50%;left:50%;content:"";width:24px;height:24px;position:absolute;background-repeat:no-repeat;transform:translate(-50%,-50%);background-image:url("../../../../clientlibs/clientlib-site/resources/images/sprites/global-icons.svg")}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow:hover,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow:hover,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow:hover,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow:hover{background-color:#e5e5e5}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow:focus,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow:focus,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow:focus,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow:focus{outline:0}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow{margin-right:10px}
@media all and (min-width:768px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow{margin-right:20px}
}
@media all and (min-width:1440px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow{margin-right:27px}
}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-prev.slick-arrow:before,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-prev.slick-arrow:before{background-position:-246px -8px}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow{float:right;margin-left:10px}
@media all and (min-width:768px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow{margin-left:20px}
}
@media all and (min-width:1440px){.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow{margin-left:27px}
}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper button.slick-next.slick-arrow:before,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper button.slick-next.slick-arrow:before{background-position:-212px -8px}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .cg-carousel-match-parent-height,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .cg-carousel-match-parent-height{display:flex;height:inherit}
.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v1__wrapper .cg-carousel-match-parent-height>div,.cg-carousel-style.cg-carousel-style--with-arrow .cmp-carousel-v2__wrapper .cg-carousel-match-parent-height>div{display:flex;height:inherit}