html{
	font-family: arial;
	background-color: rgb(30,30,40);
	vertical-align: center;
	text-align: center;
	min-width: 250px;
}
#header{
	background-color: #B5D2FF;
	width: 100%;
	float: center;
	margin-bottom: 0px;
}
#MainLogo{
	max-width: 15%;
	max-height: 200px;
	
}
#QuoteBanner{
	background-color: #116ce1;
	width: 100%;
	float: center;
	text-align: right;
	color: rgb(255,255,255);
	clear: both;
}
#nav{
	background-color: rgb(102, 179, 255);
	width: 100%;
	float: center;
	min-height: 30px;

}
#main{
	float: center;
	background-color: rgb(255,255,255);
	min-height: 20px;
	width: 80%;
	vertical-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer{
	float: center;
	background-color: #B5D2FF;
	min-height: 30px;
	width: 100%;
	color: rgb(0,0,0);
}
h1{
	color: #116CE1;
}
ul.Nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgb(52, 79, 155);
}
.navLi {
	float: left;
	min-width: 25%;
}
.navLi a {
	display: block;
	color: white;
	text-align: center;
	padding: 15px 5px;
	text-decoration: none;
	font-size: 14pt;
}
.navLi a:hover {
	background-color: #88b8f7;
	color: #083877;
}
.navLi a:active {
  background-color: rgb(102, 179, 255);
}
body{
	margin:0px;
}
.topAndBottomGap{
	margin-top: 0px;
	margin-bottom: 3px;
	
}
.smallPrintFooter{
	font-size: 8pt;
	color: rgb(150,150,150);
	margin-top: 3px;
	margin-bottom: 0px;
}
.h3noBorder{
	margin-bottom: 0px;
	margin-top: 0px;
	padding-right: 15px;
	color: rgb(255,255,255);
}
.longImage{
	max-height: 250px;
	background-position: center;
	overflow: hidden;
	background-size: cover;
}
.longImg{
	max-width:100%;
	min-height: 100px;
}
.red{
	color: rgb(255,0,0);
}
.red2{
	color: rgb(255,0,0);
	background-color: rgb(255,190,190);
}
.red3{
	color: rgb(255,0,0);
	background-color: rgb(255,190,190);
	width: 60%;
	margin: auto;
}
.green{
	color: rgb(0,100,10);
	background-color: rgb(200,255,200);
}
.blueButton{
	background-color: rgb(52, 79, 155);
	color: rgb(255,255,255);
	border: none;
	height:100%;
	width: 100%;
	margin: 0px;
	padding: 5px 10px;
	font-size: 14pt;
}
.blueButton:hover{
	background-color: rgb(0,0,100);
	color: rgb(255,50,50);
	border: none;
	font-size: 14pt;
}
.responsiveTable {
	overflow-x: auto;
}
table{
	border: 5px solid #116ce1;
	margin: auto;
	border-collapse: collapse;
	width: 90%;
	font-size: 12pt;
}
th{
	border: 3px solid #116ce1;
	background-color: #B5D2FF;
}
td{
	border: 3px solid #116ce1;
	text-align: center;
	background-color: #B5D2FF;
}
a.quoteButton{
	padding: 16px 18px;
	color: rgb(255,255,255);
	background-color: rgb(52, 79, 155);
	text-decoration: none;
}
a.quoteButton:visited{
	padding: 16px 18px;
	color: rgb(255,255,255);
	text-decoration: none;
}
a.quoteButton:hover{
	padding: 16px 18px;
	background-color: #88b8f7;
	color: #083877;
	text-decoration: none;
}
a.quoteButton:active {
  background-color: rgb(102, 179, 255);
}
.QuoteButton{
	margin: 10px 10px;
	padding: 16px 18px;
}
.center{
	text-align: center;
}
p{
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
h2{
	color: #116CE1;
	text-align: center;
}
h3{
	color: #116CE1;
}
h4{
	color: #116CE1;
}
.cookieNotification{
	 background-color: rgba(0, 0, 0, 0.5);
	/* #116ce1*/
	/*17, 108, 225,*/
	position: fixed;
	top: 0px;
	z-index: 100000;
	width: 100%;
	float: left; 
}
.cookieNotificationText{
	background-color: #88b8f7;
	color: #083877;
	/* #116ce1*/
	width: 70%;
	float: center;
	margin-top: 10px;
	padding: 2%;
	margin-left: 10%;
	margin-right: 10%;
}
a.closeCookieButton{
	padding: 16px 18px;
	color: rgb(255,255,255);
	background-color: rgb(52, 79, 155);
	text-decoration: none;
	float: right;
	margin: 10px 10px 10px 10px;
}
a.closeCookieButton:hover{
	padding: 16px 18px;
	background-color: #052248;
	color: #88b8f7;
	text-decoration: none;
}
a.closeCookieButton:active {
  background-color: rgb(102, 179, 255);
}
.submitButton{
	padding: 16px 18px;
	color: rgb(255,255,255);
	background-color: rgb(52, 79, 155);
	margin: 10px 10px 10px 10px;
	width: 80%;
	border: none;
	border-bottom: rgb(50,50,50) solid 3px;
	border-right: rgb(50,50,50) solid 3px;
	font-size: 18pt;
}
input{
	width: 80%;
	font-size: 16pt;
	text-align: center;
}
.mySlides {
	display:none;
	width: 100%;
}

.container {
	position: relative;
	width: 100%;
	float: center;
}

.containerImg {
	width: 70%;
	height: auto;
	display:none;
	margin: auto;
}
.containerImg2 {
	width: 70%;
	height: auto;
	display:none;
	margin: auto;
}
.containerImg3 {
	width: 70%;
	height: auto;
	display:none;
	margin: auto;
}
.container .btn-left {
	transition-duration: 0.5s;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	background-color: #B5D2FF;
	color: black;
	font-size: 24pt;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}
.container .btn-right {
	transition-duration: 0.5s;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translate(-150%, -50%);
	-ms-transform: translate(-150%, -50%);
	background-color: #B5D2FF;
	color: black;
	font-size: 24pt;
	padding: 10px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
}

.container .btn-left:hover {
	background-color: rgb(0,0,100);
	color: rgb(255,50,50);
}
.container .btn-right:hover {
	background-color: rgb(0,0,100);
	color: rgb(255,50,50);
}

.container .btn-left:active {
	background-color: rgb(0,0,100);
	color: rgb(255,50,50);
}
.container .btn-right:active {
	background-color: rgb(0,0,100);
	color: rgb(255,50,50);
}
hr{
	width: 50%;
	border-color: #116ce1;
}
* {
	box-sizing: border-box;
}
body {
	font-family: Verdana, sans-serif;
}
.mySlides,.mySlides1,.mySlides2,.mySlides3,.mySlides4,.mySlides5{
	display: none;
}

img {
	vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 80%;
  position: relative;
  margin: auto;
  
}

/* Caption text */
.text {
  color: #ffffff;
  background-color: #000000;
  opacity: 0.7;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #116CE1;
	font-size: 12px;
	font-weight: 900;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
.dots{
	text-align: centre;
	margin: 15px;
}
/* The dots/bullets/indicators */

.dot,.dot1,.dot2,.dot3,.dot4,.dot5{
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .8} 
  to {opacity: 1}
}

@media screen and (max-width: 1200px){
ul.Nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgb(52, 79, 155);
  width: 100%;
}
.navLi {
  float: left;
  min-width: 100%;
}
.navLi a {
  display: block;
  color: white;
  text-align: center;
  padding: 7px 8px;
  text-decoration: none;
  font-size: 14pt;
}
.navLi a:hover {
  background-color: rgb(0,0,100);
  color: rgb(255,50,50);
}
.navLi a:active {
  background-color: rgb(102, 179, 255);
}
}