@charset "utf-8";
/* CSS Document */

.TitleHomePurple {
	font-family:Arial, Helvetica, sans-serif;
	font-size:5vh;
	color:#003876;
	}
	
.TitleHomeBlue {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:1vh;
	font-weight:700;
	font-size:6vh;
	color:#6eb1fc;
	}


.Spacer1	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0px;
	font-weight:normal;
	width: 10px;
	}

.Banner {
	position: relative;
	text-align: center;
	color: black;
	z-index:-100;
}

.BannerTextLeft {
	position: absolute;
	bottom: -.5vw;
	left: 13px;
	color:#061f5c;
	font-size:calc(9px + .2vw);
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	vertical-align:middle;
	text-align: center;
	
}

.PhotoDemoLink {
	color:#061f5c;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:calc(9px + .2vw);
}

.HomeLinkLeft {
	position: absolute;
	top: 8px;
	left: 16px;
}

.HomeLinkRight {
  position: absolute;
  top: 8px;
  right: 15vw;
}

.LocationLink {
	font-style:italic;
	font-size:1vw;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
}


.TextWhite 	{
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	padding-left:8px;
	padding-right:8px;
	font-weight:normal;
}
			
.HeaderWhite {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-right:3px;
	padding-left:3px;
	font-weight:bold;
	border: 1px solid #FFFFFF;
}
	

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd; }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
	display: none;
	position: relative;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: static;
	top: 50%;
	width: 190%;
	margin-top: -22px;
	padding: 16px;
	color: red;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: transparent;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}


.Titlecardblue 	{
	color: #6EB1FC;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 20s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.card {
	position: relative;
	display: inline-block;
}
.card .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.card:hover .img-top {
	display: inline;
}

.HeaderWhite {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-right:3px;
	padding-left:3px;
	border: 1px solid #FFFFFF;
	font-family: Arial, sans-serif;
}

.textHeaderWhite {
	color: #f2f2f2;
	font-size: 18px;	
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align:center;
	transform: translate(-50%, -50%);
	font-family: Arial, sans-serif;
}

.textHeaderBlack {
	color: #000000;
	font-size: 15px;
	font-weight:bold;
	z-index: 100;
	position: absolute;
	top: 50%;
	left: 26%;
	text-align:left;
	transform: translate(-50%, -50%);	
	font-family: Arial, sans-serif;
}

.container {
	position: relative;
	text-align: center;
}

.containertwo {
	position: relative;
	text-align: center;
}

.containerthree {
	position: relative;
	text-align: center;
	z-index:-50;
}

.textfeild {
	imag
}

.img:hover {
    -moz-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    -o-transform: translate(-2px, -2px);
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px)	
}


.centered {
	position: absolute;
	top: 60%;
	left: 25%;
	transform: translate(-20%);
}


/* Dropdown Button */
.dropbtn {
	background-image:url(webassets/gui/bg-menu3.png);
	background-color: transparent;
	height:46px;
	min-height:46px;
	background-size:auto;
	border: none;
	color: #f2f2f2;
	font-size:21px;
	padding-left:6px;
	padding-right:6px;
	font-family: Arial, sans-serif;
	cursor: pointer;
}

.dropbtnScaling {
	background-image:url(webassets/gui/bg-menu3.png);
	background-color: transparent;
	font-size: 2.3vh;
	
	height:4.8vh;
	background-size:auto;
	border: none;
	color: #f2f2f2;
	padding-left:.5vw;
	padding-right:.5vw;
	font-family: Arial, sans-serif;
	cursor: pointer;

}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	text-decoration:none; 
	font-family: Arial, sans-serif;
	font-size:15px;
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.TitleDropDown {
	color:#061f5c;
	font-family: Arial, sans-serif;
	font-size:15px;
	border:0px;
	background-color:transparent;
	z-index: 1;
	cursor:pointer;
	padding-left:11px;
	padding-top:7px;
	padding-bottom:7px;
}

.TitleDropDown:hover {
	background-color: #ddd;
}

.dropdown-content-sub {
	text-decoration:none;
	color:transparent;
	font-family: Arial, sans-serif;
	font-size:14px;
	display: none;
	position: absolute;
	background-color: transparent;
	padding-left:50px;
	padding-top:7px;
	padding-bottom:7px;
	/*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
	z-index: 1;

}

/* Links inside the dropdown */
.dropdown-content a {
	color:#061f5c;
	text-decoration: none;
	display: block;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	background-color: transparent;
	z-index: 1;
}


/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	
	background-color: #ddd;
	
	}



/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41; background-image:url(webassets/gui/menu-hover.png);}
.dropdown:hover .dropbtnScaling {background-color: #3e8e41; background-image:url(webassets/gui/menu-hover.png);}

/* Style all font awesome icons */
.fa {
	padding: 20px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;
}

/* Add a hover effect if you want */
.fa:hover {
	opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-social {
	background: #F0F0F0;
	color: white;
}
 .linklist {
	color:#1876a1;
	font-size: 15px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
 }

.button {
	background-color:#666666;
	border: none;
	color: transparent;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 35px;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
}

.button1 {
	background-color:transparent; 
	color:#FFFFFF; 
	border: None; 
	width:30px; 
	height:30px;
	font-size:46px;
}

.button1:hover {
	background-color:transparent; 
	color: #FFFFFF;
	border: None;
	font-size:86px;
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.w3-white,.w3-hover-white:hover{color:#000!important;background-color:#fff!important}

.searchfield {
	border:0; 
	box-shadow: inset 1px 1px 1px 1px #E1E1E1; 
	width:156; height:30px; 
	font-family: Arial, sans-serif; 
	font-size:16px; 
	background-image:url(webassets/gui/b_search.svg); 
	position:right; 
	padding-left:10px; 
	background-repeat:no-repeat; 
	background-size:auto; 
	background-position:97%; 
	outline:none;
}

.containerWidget {
	position: relative;
	text-align: center;
	z-index:-5000;
}

.centeredWidget {
	position: absolute;
	top: 60%;
	left: 25%;
	transform: translate(-50px,-20px);
}

.containerSlides {
	position: absolute;
	top: 62%;
	left: 25%;
}

.containerSlidesTop {
	position: absolute;
	top: 2vw;
	right: 30%;
}

* {
  box-sizing: border-box;
}

.container {
	padding: 10px 30px;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}

.image-stack {
	display: grid;
	position: relative;
	grid-template-columns: repeat(12, 1fr);
}

.image-stack__item--bottom {
	grid-column: 1/-1;
	grid-row: 1;
	z-index: -2;
	transform:translatex(-499px);
	opacity:.3;
}

.image-stack__item--top {
	grid-row: 1;
	grid-column: -1;
	z-index: -1;
	transform:translateX(-80px);

}

.image-stack__item--mid {
	grid-row: 1;
	grid-column: -1;
	z-index: -1;
	transform:translateY(-10px);
}

/* Dropdown Button */
.headerfontwhite {
	height:48px;
	min-height:48px;
	color: #f2f2f2;
	font-size: 21px;	
	font-family: Arial, sans-serif;
}

.languagefontwhite {
	color: #f2f2f2;
	font-size: 21px;	
	font-family: Arial, sans-serif;
}

.flag {
	border:none;
	font-size:0;
	display:block;
	line-height:0;
	background-size:27px 18px;
	background-repeat:no-repeat;
	height:18px;
	width:27px;
	cursor: pointer;
}

.flaggoldborder {
	border:solid;
	border-width:1px;
	border-color:#FFFF00;
	font-size:0;
	display:block;
	line-height:0;
	background-size:27px 18px;
	background-repeat:no-repeat;
	height:18px;
	width:27px;
	cursor: pointer;
}

.TitleBarHeader {
	font-family: Arial, sans-serif;
	color:#000000; 
	font-size:24px; 
	margin-top:18px; 
	line-height:20px; 
	letter-spacing:-1px; 
	font-weight:bold; 
	text-shadow:0px 0px 1px gray; 
}

.FooterFontWhite {
	font-family: Arial, sans-serif;
	color:#f2f2f2; 
	text-decoration:none; 
	font-size: 12px; 
}

.FooterFontLinkWhite {
	font-family: Arial, sans-serif;
	color:#f2f2f2; 
	text-decoration:underline; 
	font-size: 12px; 
	
}

* {
  box-sizing: border-box;
}

.containerHeaderPicture {
	padding: 10px 30px;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}

.image-stackHeaderPicture {
	display: grid;
	position: relative;
	grid-template-columns: repeat(12, 1fr);
}

.image-stack__item--bottomHeaderPicture {
	grid-column: 1/-1;
	grid-row: 1;
	z-index: -2;
	
	
	transform:translatex(-499px);
	opacity:.3;
}

.image-stack__item--topHeaderPicture {
	grid-row: 1;
	grid-column: -1;
	z-index: -1;
	transform:translateX(-80px);

}

.image-stack__item--midHeaderPicture {
	grid-row: 1;
	grid-column: -1;
	z-index: -1;
	transform:translateY(-10px);

                }

.Aboutus
 {
	font-family: Helvetica;
	color:#6eb1fc;
	
	/*color:#061f5c;*/
	font-size:24px; 
	margin-top:18px; 
	line-height:20px; 
	letter-spacing:1px;
	font-weight:700;
	-webkit-text-stroke-width: .4px;
	-webkit-text-stroke-color: #6eb1fc; 

}

.FlagTitle
 {
	font-family: Helvetica;
	color:#6eb1fc;
	
	/*color:#061f5c;*/
	font-size:2.6vh; 
	letter-spacing:.08vh;
	font-weight:700;
	-webkit-text-stroke-width: .049vh;
	-webkit-text-stroke-color: #6eb1fc; 

}

.AboutAlt
 {
	font-family: Helvetica;
	color:#061f5c;
	
	/*color:#061f5c;*/
	font-size:24px; 
	margin-top:18px; 
	line-height:20px; 
	letter-spacing:1px;
	font-weight:700;
	-webkit-text-stroke-width: .4px;
	-webkit-text-stroke-color: #6eb1fc; 

}

.AboutusForm
	{
	font-family: Helvetica;
	color:#061f5c;
	font-size:24px; 
	margin-top:18px; 
	line-height:20px; 
	letter-spacing:1px;
	font-weight:700;
	text-decoration:underline;
}

.AboutusSelect
	{
	font-family: Helvetica;
	color:#6eb1fc;
	font-size:24px; 
	margin-top:18px; 
	line-height:20px; 
	letter-spacing:1px;
	font-weight:700;
	}

.AboutusSelect:hover
	{
	color:#061f5c;
	}
			
.TitleBarHeaderPurple
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size:24px; 
	margin-top:18px; 
	line-height:20px; 
	letter-spacing:0.5px; 
	font-weight:bold; 
	text-shadow:0px 0px 1px gray; 
}

.TitleBarHeaderPurpleLarge
 {
	font-family: Helvetica, sans-serif;
	 
	color:#061f5c; 
	font-size:40px; 
	letter-spacing:0px; 
	font-weight:bold; 
	text-shadow:0px 0px 1px gray; 
}

.TitleBarUnderPurple
	{
		font-family: Helvetica, sans-serif;
		color:#6eb1fc; 
		font-size:26px; 
		font-weight:700;
	}

.TitleBarBodyPurple
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size:23px;
	line-height:20px; 
	font-weight:bold; 
}

.BodyBoldPurple17px
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size: 28px; 
	line-height: 22px; 
	font-weight:bold;
	text-decoration:none;
	
	
}

.LeadershipName
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size: 18px; 
	line-height: 22px; 
	font-weight:bold;
	
	
}

.LeadershipTitle
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size: 14px; 
	line-height: 22px;
	
	text-decoration:none;

}

.BodyBoldPurple
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c;
	font-size: max(1.35vh, 15px);
	line-height: max(2.25vh, 20px);
	font-weight:bold;
	
}

.BodyLinkBlue
 {
	font-family: Helvetica, sans-serif;
	color:#0000ee; 
	font-size: 15px; 
	line-height: 22px;
	text-decoration:underline;
}

.BodyLinkLocationBlue
	{
	font-family: Helvetica, sans-serif;
	color:#061f5c;
	font-size: 15px; 
	line-height: 22px; 
	font-weight:bold;
	text-decoration:none;
	}

.BodyBoldPurple18px
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size: 18px; 
	line-height: 22px; 
	font-weight:bold; 
}

.BodyBoldLightPurple
 {
	font-family: Helvetica, sans-serif;
	color:#6eb1fc; 
	font-size: 16px; 
	line-height: 24px; 
	font-weight:bold; 
}

.BodyPurple
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c;
	font-size: max(1.35vh, 15px);
	line-height: max(2.25vh, 20px);
}

.BodyPurpleBullet
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c; 
	font-size: max(1.7vh, 18px); 
	line-height:max(2.4vh, 20px);
}


.BodyLinkPurpleResponsibility
 {
	font-family: Helvetica, sans-serif;
	color:#061f5c;
	font-size: 33px;
	line-height: 22px;
	text-decoration:none;
}

.LeadershipBody
	{
	font-family: Helvetica, sans-serif;
	src: url("webassets/fonts/arialnarrow.ttf");	
	color:#061f5c;
	font-size: 15px;
	}

* {
  box-sizing: border-box;
}

.container {
	padding: 10px 30px;
	width: 100%;
	margin: 0 auto;
	max-width: 900px;
}

.image-stack {
	display: grid;
	position: relative;
	grid-template-columns: repeat(12, 1fr);
}

.image-stack__item--bottom {
	grid-column: 1/-1;
	grid-row: 1;
	z-index: -2;
	
	
	transform:translatex(-499px);
	opacity:.3;
}

.image-stack__item--top {
	grid-row: 1;
	grid-column: -1;
	z-index: -1;
	transform:translateY(-50px);
	transform:translatex(-79px);
}

.image-stack__item--mid {
	grid-row: 1;
	grid-column: -1;
	z-index: -1;
	transform:translateY(-50px);
	transform:translatex(-78px);
}

.NewsTitlePage {
	font-family: Helvetica, sans-serif;
	text-decoration:none;
	color:#061f5c;
	font-size:24px;
	display: block;
	line-height:29px;
	font-weight:bold;
}

.NewsBlue {
	font-family: Helvetica, sans-serif;
	text-decoration:none;
	color:#0000f1;
	font-size:18px;
	display: block;
	line-height:29px;
}
 
.NavButton {
	background-image:url(webassets/gui/bg_header.png);
	background-position: top;
	font-family: Arial, sans-serif; 
	vertical-align:middle; 
	text-decoration:none;
	color: #f2f2f2;
	font-size: 21px;
	line-height: 16px;
	border:solid; 
	border-width:1.5px; 
	padding-left:10px;
}

.NavButton:hover {
	background-image:url(webassets/gui/menu-hover.png)	
}

