/*Variables*/
/*Responsive Layout*/
.slider {
  max-width: 1440px;
}
@media screen and (min-width: 1280px) {
  .slider {
    height: 430px;
  }
}

.slide {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1080px) {
  .slide {
    flex-direction: column;
  }
}
.slide .slide-image {
  order: 2;
  clip-path: circle(69% at 60% 50%);
}
@media screen and (min-width: 1280px) {
  .slide .slide-image {
    min-width: 862px;
    height: auto;
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 1080px) {
  .slide .slide-image {
    min-width: 736px;
    height: auto;
    border-radius: 0;
  }
}
@media screen and (max-width: 1080px) {
  .slide .slide-image {
    clip-path: circle(235% at 49% -244%);
    order: 1;
  }
}
.slide .slide-image img {
  height: 100%;
}
.slide .slide-info-box {
  display: flex;
  flex-direction: column;
  padding: 2.5em;
  justify-content: center;
  width: 100%;
	min-width: 385px;
	align-self:flex-start;
	-ms-grid-row-align:flex-start;
}
@media screen and (max-width: 1080px) {
  .slide .slide-info-box {
    order: 5;
    text-align: center;
    min-height: 17em;
    display: block;
    padding: 0 1em;
	min-width: 100%;
  }
}
.slide .slide-info-box .slider-title {
  text-transform: uppercase;
  font-size: calc(14px + (16 - 14) * ((100vw - 300px) / (1400 - 300)));
}
.slide .slide-info-box .slider-subtitle {
  font-size: calc(32px + (40 - 32) * ((100vw - 300px) / (1400 - 300)));
  margin: 0;
  line-height: 55px;
  padding-bottom:1rem;
}

.bgblue {
  background-color: #2638c4;
  color: #fff;
}
.bgblue a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.bgblue a p {
  font-weight: normal;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1400 - 300)));
line-height: 22px;
}
.bgblue a:hover {
  text-decoration: underline;
  color:#fff;
}

.bgwhite {
  background-color: #fff;
  color: #000;
}
.bgwhite a {
  color: #2638c4;
  text-decoration: none;
  font-weight: bold;
}
.bgwhite a p {
  font-weight: normal;
  font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1400 - 300)));
  color: #000;
 line-height: 22px;

}
.bgwhite a:hover {
  text-decoration: underline;
	color: #000;
}

.slider-links:first-of-type {
  margin-top: 1em;
}
.slider-links i {
  margin-left: 10px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    display: none;
    flex-direction: row;
    width: 100%;
    color: #ffffff;
}

.owl-prev {
    position: absolute;
    left: 0%;
    flex: 0;
	display:flex;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.76));
	margin-left:5px;
}

.owl-next {
    position: absolute;
    right: 0%;
    flex: 0;
	display:flex;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.76));
	margin-right:5px;
}

.fas.fa-chevron-circle-left.fa-2x, .fas.fa-chevron-circle-right.fa-2x {
    opacity: .8;
}

.hero-carousel.owl-carousel.image-slider.owl-loaded.owl-drag:hover .owl-nav {
  display: flex;
}


/*# sourceMappingURL=slides.css.map */
