﻿@charset "UTF-8";
/* breakpoints */
.carousel {
  /*border-width: 1px;
  border-style: solid;
  border-color: #d2d2d2;*/
  position: relative;
 /* box-sizing: border-box;*/
  padding: 10px;
  text-align: center;
  background: #FFFFFF;
}
@media (min-width: 320px) and (max-width: 480px){
    .carousel-large {
        display: none;
    }
    .carousel-mobile {
        display: block!important;
    }
    .carousel .field-slideimage img {
       
        height: 100%;
        object-fit:cover;
    }
}
.carousel-mobile{
    display:none;
}

.carousel a {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    font: inherit;
    text-align: center;
    margin: 0;
    cursor: pointer;
    padding: 15px 30px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 3px;
    border: none;
    font-weight: 500;
    color: white;
}
@media (min-width: 768px){
    .carousel .field-slidelink .orange a:hover, .carousel .field-slidelink .orange a:focus, .carousel .field-slidelink .orange a:active {
        background-color: #FFBF3F !important;
        text-decoration: none;
        color: #fff;
    }
}



.carousel .wrapper {
    padding-bottom: 20px;
}

.carousel .slides {
  position: relative;
}

.carousel .slides:after {
  content: "";
  display: block;
  clear: both;
}

.carousel .nav {
  margin-top: 10px;
}

.carousel .nav .nav-items {
  display: inline-block;
  position: relative;
  height: 32px;
  min-width: 20px;
  margin: 0 15px;
  vertical-align: middle;
  cursor: pointer;
}

.carousel .nav .nav-items:before, .carousel .nav .nav-items:after {
  /*background-image: url(../Images/player.png);*/
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
}

.carousel .nav .nav-items:before {
  left: -9px;
  background-position: -154px -152px;
}

.carousel .nav .nav-items:after {
  right: -9px;
  background-position: -225px -152px;
}

    .carousel .nav .nav-items .sxa-bullets, .carousel .nav .nav-items .sxa-numbers {
        position: relative;
        height: 32px;
        float: left;
        width: 20px;
        box-sizing: border-box;
    }

       /* .carousel .nav .nav-items .active {
            background-color: #fff !important;
        }*/

    .carousel .nav .nav-items .sxa-bullets:before {
        /* background-image: url(../Images/player.png);*/
        background-color: #bbb;
        /* background-image: url(../Images/player.png); */
        background-position: 0 -152px;
        left: -10px;
        content: '';
        width: 12px;
        height: 12px;
        border-radius: 20px;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .carousel .nav .nav-items .sxa-bullets.active:before {
        background-position: -75px -152px;
        background-color: #fff;
    }

.carousel .nav .nav-items .sxa-numbers {
  padding-top: 3px;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTYlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjIlIiBzdG9wLWNvbG9yPSIjZmVmZWZlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzQlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDElIiBzdG9wLWNvbG9yPSIjZmRmZGZkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZThlOGU4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzglIiBzdG9wLWNvbG9yPSIjZDVkNWQ1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODQlIiBzdG9wLWNvbG9yPSIjY2VjZWNlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODglIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuNDQiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMyIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGQwZjExIiBzdG9wLW9wYWNpdHk9IjAuMTIiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(3%, #efefef), color-stop(16%, #fbfbfb), color-stop(22%, #fefefe), color-stop(34%, white), color-stop(41%, #fdfdfd), color-stop(50%, #f7f7f7), color-stop(66%, #e8e8e8), color-stop(78%, #d5d5d5), color-stop(84%, #cecece), color-stop(88%, rgba(13, 15, 17, 0.44)), color-stop(94%, rgba(13, 15, 17, 0.3)), to(rgba(13, 15, 17, 0.12)));
  background: linear-gradient(to bottom, #eeeeee 0%, #efefef 3%, #fbfbfb 16%, #fefefe 22%, white 34%, #fdfdfd 41%, #f7f7f7 50%, #e8e8e8 66%, #d5d5d5 78%, #cecece 84%, rgba(13, 15, 17, 0.44) 88%, rgba(13, 15, 17, 0.3) 94%, rgba(13, 15, 17, 0.12) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.carousel .nav .nav-items .sxa-numbers:hover {
  color: #878787;
}

.carousel .nav .nav-items .sxa-numbers.active {
  font-weight: bold;
}

.carousel .nav .prev-text, .carousel .nav .next-text {
  position: relative;
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
/*custom*/
.carousel {
    padding-top:0;
    padding-bottom:0;
}
    .carousel .field-slideimage img {
        width: 100%;
        object-fit: cover;
        border-radius: 0 0 50% 50% / 4%;
    }
   

        .carousel .nav .prev-text {
        position: absolute !important;
        top: -75px;
        bottom: 0;
        display: -webkit-box !important;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 6%;
        color: #fff;
        text-align: center;
        float: left;
        z-index: 98;
        opacity: 1;
    }
    .carousel .next-text {
        position: absolute !important;
        top: -75px;
        bottom: 0;
        display: -webkit-flex !important;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 6%;
        color: #fff;
        text-align: center;
        opacity: 1;
        right: 0;
        z-index: 97;
    }
    .carousel .slide-info {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        /* height: auto; */
        flex-direction: column;
        width: 80%;
    }

    .carousel slide-text{

    }

    .carousel .nav-items {
        position: absolute !important;
        bottom: 12%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .carousel h1 {
        color: #FFFF;
        margin-bottom: 0px !important;
    }
    .carousel p {
        color: #FFFF;
        margin-top: 10px;
        font-size: 24px;
    }

   /* custom end*/
.carousel .nav a.next-text:hover, .carousel .nav a.next-text:active {
  text-decoration: none;
  color: #878787;
}

.carousel .nav a.next-text:after {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 20px;
}

.carousel .nav a.prev-text:hover, .carousel .nav a.prev-text:active {
    text-decoration: none;
    color: #878787;
}

.carousel .field-slidetext{
    padding-bottom:20px;
    flex:auto 1 1;
}
.carousel .nav a.prev-text:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    font-size: 20px;
}

.carousel.image-full-size .carousel-body {
  height: auto;
  top: 2%;
  opacity: 0.8;
}

.carousel.image-full-size .carousel-link {
  left: auto;
  right: 1%;
  bottom: 2%;
  opacity: 0.8;
}

.carousel a {
    text-decoration: none !important;
}
   
@media (max-width: 767px) {
    .carousel {
        padding: 0;
    }
        .carousel p {
            font-size: 18px;
        }
        .carousel .nav a {
            padding: 15px 1px;
        }

        .carousel .next-text, .carousel .prev-text {
            width: 5% !important;
        }

        .carousel .orange {
            background-color: #FF671F;
        }
        .carousel .orange:hover, .carousel .orange:focus, .carousel .orange:active {
                background-color: #FFBF3F !important;
                text-decoration: none;
                color: #fff;
         }
            .carousel .orange a:hover, .carousel .orange a:focus, .carousel .orange a :active, .carousel .orange a :visited {
                text-decoration: none;
                color: #fff;
            }
        .carousel .blue {
            background-color: #009ADE;
            color: #fff;
        }

        .carousel .blue:hover, .carousel .blue:focus, .carousel .blue:active, .carousel .blue:visited {
                background-color: #00425f !important;
                text-decoration: none;
                color: #fff;
            }
            .carousel .blue a:hover, .carousel .blue a:focus, .carousel .blue a :active, .carousel .blue a :visited {
               
                text-decoration: none;
                color: #fff;
            }

        .carousel .field-slidetext {
            text-align: left;
        }

        .carousel h1 {
            line-height: 36px;
        }

}

/*Orange button*/
@media(min-width:768px) {
    .carousel .orange a {
        background-color: #FF671F;
        color: #fff;
    }

        .carousel .orange a:hover, .carousel .orange a:focus, .carousel .orange a :active, .carousel .blue a :visited {
            background-color: #FFBF3F;
            text-decoration: none;
            color: #fff;
        }
}


   
@media(min-width:768px) {
    .carousel .blue a {
        background-color: #009ADE;
        color: #fff;
    }

        .carousel .blue a:hover, .carousel .blue a:focus, .carousel .blue a :active, .carousel .blue a :visited {
            background-color: #00425f;
            text-decoration: none;
            color: #fff;
        }
}

