@charset "UTF-8";
/* CSS Document */

.section.group.slider {
  background-color: #fff;
}
.bannerwrapper {
  background-color: #fff;
  text-align: center;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
.innerwrapper {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
h2 {
  max-width: 100%;
}
.section.group.pagewrapper {
  margin-top: 20px;
  margin-bottom: 20px;
}
.visually-hidden { /*https://developer.yahoo.com/blogs/ydn/clip-hidden-content-better-accessibility-53456.html*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
body:hover .visually-hidden a, body:hover .visually-hidden input, body:hover .visually-hidden button {
  display: none !important;
}
body {
  font-family: inherit !important;
}
.carousel-buttons {
  width: auto;
  vertical-align: bottom;
  border: none;
}
.carousel {
  margin-bottom: -2px;
  border: 0px solid black;
}
div.carousel-item[aria-hidden='true'] {
  display: none;
}
div.carousel-item[aria-hidden='false'] {
  display: block;
}
.hidden {
  display: none;
}
.carousel-item {
  width: 100%;
}
.carousel-content {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.carousel-heading {
  font-size: 2.5em;
  color: #00457c;
}
.carousel-content p {
  font-size: 20px;
}
.carousel-content a {
  text-decoration: none;
}
.slidewrapper {
  width: 1080px;
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  bottom: 15%;
  position: absolute;
}
.quote {
  text-transform: none;
  font-size: 24px;
  line-height: 120%;
}
.leftslide .carousel-heading {
  font-size: 2.5em;
  color: #00457c;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
  line-height: 100%;
}
.leftslide p {
  text-align: left;
  padding: 0;
  margin: 0;
  color: #00457c;
  font-weight: bold;
}
.rightslide .carousel-heading {
  float: none;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  color: #00457c;
}
.rightslide p {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #00457c;
  font-weight: bold;
}
.centerslide .carousel-heading {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
}
.centerslide p {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #00457c;
  font-weight: bold;
}
.rightslideblue .carousel-heading {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 100%;
  color: #fff;
}
.rightslideblue p {
  text-align: center;
  padding: 0;
  margin: 0;
  color: #fff;
  font-weight: bold;
}
.rightslide {
  margin: 0 50%;
  width: 50%;
  padding: 20px;
  background: #fff;
  opacity: .9;
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards;
  float: right;
}
.leftslide {
  float: left;
  text-align: center;
  width: 50%;
  padding: 20px;
  background: #fff;
  opacity: .8;
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards;
}
.centerslide {
  text-align: center;
  margin: 0 20%;
  width: 50%;
  padding: 20px;
  background: #fff;
  opacity: .8;
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards;
}
.rightslideblue {
  text-align: center;
  font-weight: bold;
  margin: 0 25%;
  width: 70%;
  padding: 20px;
  background: #00457c;
  opacity: 1;
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards;
  color: #fff;
}
.slide-notext {
  text-align: center;
  font-weight: bold;
  margin: 0 20%;
  width: 75%;
  padding: 0px;
  opacity: .9;
  -webkit-animation: fadeinout 1s linear forwards;
  animation: fadeinout 1s linear forwards;
  color: #fff;
}
@-webkit-keyframes fadeinout {
  0%, 100% {
    opacity: 0;
  }
  100% {
    opacity: .9;
  }
}
.carousel-buttons {
  opacity: .7;
  position: absolute;
  right: 0;
  bottom: 20px;
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
  left: 0;
  z-index: 10000;
}
.carousel-buttons:hover {
  opacity: 10;
}
img.slide {
  margin: 0 auto;
  height: 500px;
  width: 100%;
  max-width: 2500px;
  object-fit: cover;
	object-position: top center;
}
.leftslide.FadeInAndOut, .rightslide.FadeInAndOut, .centerslide.FadeInAndOut, .rightslideblue.FadeInAndOut, .slide-notext.FadeInAndOut {
  margin: 0 auto;
}

img.slidericons {width: 250px; padding-bottom: 15px;}

button#go:focus, button#prev:focus, button#next:focus, .slidewrapper.rightslide.boxshadow.FadeInAndOut:focus, .slidewrapper.leftslide.boxshadow.FadeInAndOut:focus .slidewrapper.centerslide.boxshadow.FadeInAndOut:focus, h2.carousel-heading:focus, p.carousel-content:focus, .carousel-heading:focus {
  outline: 4px auto #76bde9;
    outline-width: 2px;
    outline-offset: 2px;
}
button#prev, button#next, button#go {
  border-radius: 30px;
  width: 30px;
  border: 0;
  height: 30px;
  margin-right: 4px;
  background-color: #fff;
  padding: 0 !important;
}
.effect2 {
  position: relative;
}

.slidewrapper p:focus {
  outline: 4px auto #76bde9;
    outline-width: 2px;
    outline-offset: 2px;
}
.slidewrapper h5.carousel-heading:focus {
  outline: 4px auto #76bde9;
    outline-width: 2px;
    outline-offset: 2px;
}
.slidewrapper h5.carousel-heading.quote:focus {
  outline: 4px auto #76bde9;
    outline-width: 2px;
    outline-offset: 2px;
}


@media only screen and (max-width: 980px) {
  img.slide {
    min-height: 230px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    max-height: 230px;
    filter: brightness(.8)
  }
  h5.carousel-heading.quote {
    text-transform: none;
    font-size: 20px !important;
    line-height: 120%;
    text-align: center !important;
  }
  span.quotemobile {
    text-align: center !important;
  }
  .slidewrapper {
    width: 100%;
    bottom: 20%;
  }
  .carousel {
    height: auto;
  }
  .leftslide, .rightslide, .centerslide,  .slide-notext {
    width: 100%;
    background: none !important;
    opacity: 1;
    margin: 2% 0%;
  }
  .centerslide p, .leftslide p, .rightslide p, .centerslide p a, .leftslide p a, .rightslide p a {
    color: #fff;
  }
  .boxshadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .bannerwrapper {
    height: auto;
    max-height: initial;
  }
  .carousel-content p {
    text-shadow: 6px 5px 9px #514d4d;
	  font-size: 16px;
  }
  .carousel-heading {
    font-size: 1.6em !important;
    text-shadow: 6px 5px 9px #514d4d;
    color: #fff !important;
  }
  .carousel-content {
    top: 0%;
  }
  .carousel-buttons {
    opacity: 1 !important;
    position: absolute;
    right: 0;
    bottom: 20px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 10000;
  }
	img.slidericons {width: 75px; padding-bottom: 15px;
	}
	
	
}

@media only screen and (max-width: 400px) {
	
	.rightslideblue {
	 width: 100%;
		 background: none !important;
    opacity: 1;
	margin: 2% 0%;
	  }
	}	

@media only screen and (min-width: 401px) and (max-width: 980px)  {
	.rightslideblue {
	width: 60%;
    background: none !important;
    opacity: 1;
	margin: 2% 0%;
	}
}




@media only screen and (min-width: 350px) and (max-width: 980px) {
	
	_:-ms-fullscreen, :root .slide {  
	min-height: 230px; 
		min-width: 120%;
		position: relative;
		left: -60px;
		width: 100% !important;
		height: 100% !important;
	object-fit: none;
	}

}

@media only screen and (min-width: 981px) {

	_:-ms-fullscreen, :root .slide { 
		
		min-height: 500px; 
		min-width: 121%;
		position: relative;
		left: -220px;
		width: 121% !important;
		height: 120% !important;
		max-width: 121% !important;
		max-height: 120% ;
		object-fit: none;
	}	
	
}
	

	
	@media only screen and (min-width: 350px) and (max-width: 980px), screen\9 {
	
		.slide  {
		min-height: 230px; 
		min-width: 120% !important;
		position: relative;
		left: -60px;
		width: 120% !important;
		height: 120% !important;
	object-fit: none;
			max-width: 120% !important; 
		}
	}


	
	@media only screen and (min-width: 980px), screen\9 {
    
		 .slide  {
		min-height: 500px; 
		min-width: 121%;
		position: relative;
		left: -205px;
		width: 121% !important;
		height: 120% !important;
		max-width: 121% !important;
		object-fit: none;
	    max-height: 500px; 
		}
	}






