/* Carousel Dots */
.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 30px auto 0;
    list-style: none;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.carousel .nav {
    margin-top: 10px;
}
.carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
    position: relative;
    width: 20px;
    height: 32px;
    float: left;
	background:none;
	border: none;
}
.carousel .nav .nav-items {
    margin-top: -100px;
}
@media (max-width:768px){
.carousel .nav .nav-items {
    margin-top: -50px;
}
}
.carousel .nav .nav-items .sxa-bullets.active:before {
    background-position: -75px -152px;
    background: white;
}

.carousel .nav .nav-items .sxa-bullets:before {
    display: block;
    position: absolute;
    border-radius: 50%;
    border: thin solid #fff;
    height: 10px;
    width: 10px;
    display: block;
    content: '';
	background-image:none;
}
.carousel .nav .nav-items:before, .carousel .nav .nav-items:after{
	background-image: none;
}
.carousel {
    height: 65vh;
    margin-left: -25px;
    margin-right: -25px;

}
.carousel .wrapper {
    padding-bottom: 0;
}
/*
header .nav-wrapper.sticky {
    margin-left: 15px;
}*/
.field-slideimage>img {
    max-width: 100%;
    width: 100vw;
    height: 65vh;
    object-fit: cover;
    margin-top: 0%;
}
.field-slidetext {
    background-color: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    top: -8px;
    left: 0;
    position: absolute;
}
.field-slidetext>h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    font-weight: bold;
	font-size: 5em;
    color: #fff;
}

/*
@media (min-width: 1025px) and (max-width:2000px){
    font-size: 4em;
}
}*/
@media (min-width: 768px) and (max-width: 1024px){
	.field-slidetext>h1 {
    font-size: 6rem;
}
}
@media (max-width: 767px){
.field-slidetext>h1 {
    font-size: 4.5rem;
}
}
@media (max-width: 374px){
	.field-slidetext>h1 {
    font-size: 4rem;
}
}

/* Slide Link Overlay */
.field-slidelink>a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    color: transparent;
    top: 0;
    left: 0;
}
.field-slidelink>a:hover {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    color: transparent;
    top: 0;
    left: 0;
}