
@charset "UTF-8";

/* Arrows */
.slick-prev,
.slick-next
{
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 55%;
    z-index: 10;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    background-color: rgba(0,0,0,.05);
    transition: all .3s ease;
	border-radius: 50%;
	border: none !important
}
.slick-prev:hover,
.slick-next:hover
{
    opacity: 0.5;
    outline: none;
}
.slick-prev:hover:after,
.slick-prev:focus:after,
.slick-next:hover:after,
.slick-next:focus:after
{
    opacity: 1;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: .25;
}

.slick-prev {
	left: -40px;
}
.slick-next {
	right: -40px;
}
.slick-prev::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid rgba(0,0,0,.2);
    border-right: 3px solid rgba(0,0,0,.2);
    transform: rotate(225deg);
    position: absolute;
    top: 14px;
    left: 16px;
	
    margin: auto;
    transition: all 0.15s ease;
}

.slick-next::after {
    content: '';
    width: 12px;
    height: 12px;
    border-top: 3px solid rgba(0,0,0,.2);
    border-right: 3px solid rgba(0,0,0,.2);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 16px;
    margin: auto;
    transition: all 0.15s ease;
}








/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 15px 0 0 0 !important;

    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: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
	color: #0033cc;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 45px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;
	padding: 3px;
    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: #0033cc;
}
.custom-carousel .slick-track {
	display: flex;
	overflow: hidden;
}
.custom-carousel .carousel-bg-overlay {
	background: rgb(0,0,0);
	z-index: 1;
	opacity: 0.5;
	mix-blend-mode: multiply;
	height: 100%;
	width: 100%;
	position: absolute;
}
.custom-carousel .carousel-item {
	width: 100%;
	overflow: hidden;
	margin: 0 15px;
	display: flex !important;
	flex: 1;
    display: flex;
    flex-direction: column;
	background: #fff !important;
}
.custom-carousel .carousel-item.background h3, .carousel-item.background p {
	color: #fff !important;
	float: none !important;
}
.custom-carousel .carousel-item.background {
	position: relative;
	box-shadow: 0 3px 16px rgba(0,0,0,0.16);
	flex-direction: row !important;
	min-height: 350px;
	height: auto !important;
}
.custom-carousel .carousel-item.background .carousel-thumbnail {
	position: absolute !important;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: relative;
}
.custom-carousel .image_on_top .carousel-thumbnail {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.image_on_top .carousel-thumbnail img {
	width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
	max-width: unset;
	max-height: unset;
}
.custom-carousel .carousel-item.image_on_top {
	flex: 1;
    display: flex;
    flex-direction: column;
}

.custom-carousel .image_on_top h3  {
	font-size: 26px !important;
	line-height: 130% !important;
	margin-bottom: 15px !important;
}
.custom-carousel .image_on_top .carousel-content {
	padding: 30px 40px 40px 40px;
}
.custom-carousel .carousel-item.background .carousel-thumbnail img {
	 width: 100%;
    height: 100%;
    object-fit: cover;
	max-width: unset;
	max-height: unset;
}
.custom-carousel .carousel-item.background .carousel-content {
	z-index: 2;
	padding: 40px 40px 50px 40px;
	align-self: end;
	position: relative;
	
}
.carousel-link {
	padding: 12px 30px;
    font-size: 15px;
    border: 0px solid #fff;
    border-radius: 100px;
    color: #ffffff;
    background-color: #0033cc;
	text-decoration: none !important;
	display: inline-block;
	
}
h3 + .carousel-link {
	margin-top: 15px;
}
.carousel-content-type {
	color: #0033cc;
	margin-bottom: 0 !important;
	font-size: 16px !important;
	font-family: 'Swiss Roman' !important;
	margin-top: 0 !important;
	display: block !important;
}
.carousel-background .carousel-content-type {
	color:#00acd8;
}
.image_on_top .carousel-bg-overlay {
	display: none;
}
.image_on_top .carousel-excerpt {
	font-size: 15px !important;
	font-family: "Swiss Light" !important;
}
.carousel-author {
	font-family: "Swiss Thin", sans-serif !important;
    font-weight: lighter !important;
    line-height: 1.1em !important;
	font-size: 18px !important;
	margin-bottom: 5px;
}
.carousel-item.background h3 {
	margin-bottom: 12px !important;
}
.carousel-item .carousel-author {
	margin-bottom: 16px !important;
}
.carousel-item.background .carousel-author a {
	color:#00acd8;
}
.carousel-item.image_on_top .carousel-author a {
	color:#0033cc;
}
.carousel-item.image_on_top {
	background: #f6f6f6 !important;
}