/*  CSS Document                             */
@charset "UTF-8";

. {
	box-sizing: border-box;
}

body {
	margin: 0;
	background-color: #f4f4f4;
	overflow: hidden;
}

.Header {	
	position: relative;
	height: 69px;
	width: 100%;
}

.SlideContainer {	
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.Footer {	
	position: relative;
	height: auto;
	width: 100%;
}

.TopHeading {
  position: relative;
  left: 20px;
  height: 100%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  max-width: 440px;
  float: left;
  text-align: left;
  font-family: 'Adobe Clean', 'AdobeCleanJ', Helvetica,sans-serif;;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
}

.TopButton {
	position: relative;
	top: 21px;
	right: 22px;
	width: auto;
	height: auto;
}

button.TryNow {
  min-width: 112px;
  height: 26px;
  line-height: 26px;
  padding: 0px 10px;
  background-color: #248ADC;
  border-radius: 13px;
  border: none;
  outline: none;
  font-family: 'Adobe Clean', 'AdobeCleanJ', Helvetica,sans-serif;;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  float: right;
}

button.TryNow.RolloverButton {		
	background-color: #1373E6;
}

button.TryNow.Disabled {	
	background-color: #1373E6;
}

ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	display: inline;
}

ul.ImageSlides {
	position: relative;
	overflow-x: hidden;	
	transition: left 0.5s ease-in-out;
}

ul.ImageSlides li {
	width: auto;
	height: auto;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.ImageSlides li img{	
	height: auto;
	width: 100vw;
}

.Navigation {
	position: relative;
	top: 14px;
}

ul.NavigationBullets {
	width: 129px;
	height: 12px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

ul.NavigationBullets li {
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

ul.NavigationBullets li img {
	width: auto;
	height: 12px;
}

.Description {
	position: relative;
	top: 40px;
	left: 321px;
	transform: translateX(-50%);
	font-family: 'Adobe Clean', 'AdobeCleanJ', Helvetica,sans-serif;;
	color: #000000;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	padding: 0px 20px;
}

.FooterAction {
	position: relative;
	top: 62px;
	text-align: center;
}

.FooterAction a {
	position: relative;
	font-family: 'Adobe Clean', 'AdobeCleanJ', Helvetica,sans-serif;;
	color: #3399ff;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

.NavButton {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	background: transparent;
	cursor: default;	
	-webkit-box-sizing: border-box;
  	z-index: 1;
}

.NavButton:hover {
	opacity: 1;
	filter: none;
	outline: none;
}

.Prev.NavButton {
	left: 0;
}

.Next.NavButton {
	right: 0;
}

.NavButton button {
  position: relative;
  background-color: transparent;
  opacity: 0.65;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
}

.NavButton button i {
  vertical-align: middle;
}
