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

body {
	background-color:#ffffff;
	padding:0;
	margin:0;
	}
img
{
border: 0;
max-width:100%;
}

video {
  width: 100%;
  height: auto;
}

.countup {
  text-align: center;
  margin: 120px;
  display: table-row;
}
.countup .timeel {
  display: table-cell;
  padding: 10px;
  margin: 0;
  color: #000000;
  min-width: 2.6rem;
  margin-left: 13px;
  font-size:40px;
  font-weight:bold;
  font-family: 'Lato', serif;
}
.countup span[class*="timeRef"] {
  font-size:14px;
  font-family: 'Lato', serif;
  margin-left: 0;
  color: black;
}

a:link#topnavID {
    color: white;
    background-color: transparent;
    text-decoration: none;
} 
a:visited#topnavID {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:hover#topnavID {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:active#topnavID {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

/* 
 input[type=text]{
  float:left;
  border: 2px solid #ffffff;
    padding: 0px 2px;
	width:170px;
	height:22px;
	background-color:#ffffff;
	font-family:Candara, Arial, sans-serif;
    font-size:14px;
    line-height:18px;
}
.searchbox {
float:right;

padding: 0px;
margin-right:2%;
	width:200px;
	height:22px;
	background-color: #333;

}
 
 */

 a:link {
    color: white;
    /*background-color: transparent;*/
    text-decoration: none;
} 
a:visited {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: white;
    background-color: transparent;
    text-decoration: none;
}
a:active {
    color: white;
    background-color: transparent;
    text-decoration: none;
}

/*Create a break class to replace <br clear="all"> CSS: to pass w3c validation*/


#head {
	background-color:#000000;
	padding:1%;
	float:left;
	width:100%;
	}
#headleft {
	float:left;
	width:49%;
}
#headright {
	float:left;
	width:49%;
	padding-top:1%;
}
.headinner1 {
	float:left;
	width:30%;
	color: white;
	font-size:14px;
  font-family: 'Lato', sans-serif;
  text-align:center;
  padding-top:2%;
}

.headinner2 {
	float:left;
	width:23%;
	color: white;
	font-size:14px;
  font-family: 'Lato', sans-serif;
  text-align:center;
  padding-top:2%;
}

.headinner3 {
	float:left;
	width:22%;
	color: white;
	font-size:14px;
  font-family: 'Lato', sans-serif;
  text-align:center;
  padding-top:2%;
}

.headinner4 {
	float:left;
	width:25%;
	color: white;
	font-size:14px;
  font-family: 'Lato', sans-serif;
  text-align:center;
  padding-top:0;
}

.foot {
    padding: 1% 2%;
    /*margin-top: 2%;*/
    font-size: 12px;
	background-color:#000000; 
	float:left;
	width:100%;
	color:#ffffff;
}

.foot a:link {
    text-decoration: underline;  
 text-decoration-color: transparent;
    color: #9bdafa;
}

.foot a:visited {
    text-decoration: underline;
 text-decoration-color: transparent;
    color: #9bdafa;
}

.foot a:hover {
    text-decoration: underline;  
 text-decoration-color: transparent;
    color: #cce9f8;
}


*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav ul,
nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navthm {display:inline-table; margin:10px 5px; text-align:center; width: 115px;}
.navthm p{margin:0; padding:0; text-align:center; width: 115px; font-size:12px;}
nav a {
  display: block;
  text-decoration: underline;
 text-decoration-color: transparent;
}

nav p {
	padding: 5px 25px;
	color:#ffffff;
	font-size: 14px;
  font-family: 'Lato', sans-serif;
}

nav p a {
	display: inline;
	text-decoration: underline;
 text-decoration-color: transparent;
	color:#ffffff;
	padding:2%;
	font-size: 14px;
  font-family: 'Lato', sans-serif;
}


nav a:hover {
	text-decoration: underline;
}
nav a:visited {
  text-decoration: underline;  
 text-decoration-color: transparent;
}
.menu-bar {
  background: #3E3E3E;
  display: flex;
}
.menu-link {
  padding: 15px 25px;
  background: #3E3E3E;
  color: #ffffff;
  transition: background 0.2s, color 0.2s;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
}

.menu-list-link, 
.mega-menu-link {
	background: #1B385A;
}



.menu-link[aria-haspopup="true"] {
  padding-right: 40px;
}
.menu-link[aria-haspopup="true"]:after {
  content: "";
  background-image: url('images/arrowRight.svg#light');
  background-size: 14px;
  width: 14px;
  height: 14px;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Lato', sans-serif;
}
.mega-menu-header {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  /*padding: 20px 25px;*/
}
.mega-menu {
  background: #1B385A;
  z-index: 10;
}
.mega-menu--multiLevel {
  flex-direction: column;
}

@media all and (min-width: 1200px) {
  .nav {
    background: #3E3E3E;
	float:left;
	width:100%;
  }
 
  .nav > nav {
    max-width: 1200px;
    margin: 0 auto 0 10%;
  }
  .menu [aria-haspopup="true"] ~ ul {
    display: none;
  }
  .menu-bar {
    position: relative;
  }
  .menu-bar > li > [aria-haspopup="true"]:after {
    background-image: url('images/arrowBottom.svg#light');
  }
  .menu-bar > li > [aria-haspopup="true"]:hover:after {
    background-image: url('images/arrowBottom.svg#light');
  }
  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    display: flex;
    transform-origin: top;
    animation: dropdown 0.2s ease-out;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    display: flex;
  }
  .menu-bar > li:focus-within > [aria-haspopup="true"] ~ ul {
    display: flex;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus,
  .menu-bar > li:focus-within > [aria-haspopup="true"],
  .menu-bar > li:hover > a {
    background: #1B385A;
    color: #ffffff;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus:after,
  .menu-bar > li:focus-within > [aria-haspopup="true"]:after,
  .menu-bar > li:hover > a:after {
    background-image: url('images/arrowTop.svg#light');
  }
  .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
  .mega-menu:hover {
    display: flex;
  }
  .mega-menu a:hover {
    background: #1B385A;
    color: #ffffff;
	text-decoration: underline;
  }
  .mega-menu--multiLevel > li {
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul {
    left: 33.33333333%;
    width: 33.33333333%;
  }
  .mega-menu--multiLevel > li > [aria-haspopup="true"] ~ ul ul {
    width: 100%;
    left: 100%;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"] ~ ul {
    display: block;
    transform-origin: left;
    animation: flyout 0.2s ease-out;
  }
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"] ~ ul {
    display: block;
  }
  .mega-menu--multiLevel li:hover > [aria-haspopup="true"],
  .mega-menu--multiLevel li:focus-within > [aria-haspopup="true"],
  .mega-menu--multiLevel li:hover > a,
  .mega-menu--multiLevel li:focus-within > a {
     background: #1B385A;
    color: #ffffff;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul,
  .mega-menu--multiLevel [aria-haspopup="true"] {
    border-left: 1px solid #f0f0f0;
				background: #1B385A;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul:hover,
  .mega-menu--multiLevel [aria-haspopup="true"]:hover {
    display: block;
  }
  .mega-menu--multiLevel [aria-haspopup="true"] ~ ul {
    position: absolute;
    top: 0;
   /* height: 100%;*/
  }
  .mega-menu--flat > * {
    flex: 1;
  }
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: none;
  }
}
@media all and (max-width: 1201px) {
  .nav {
    /*padding: 20px;*/
  }
  
  nav p {
	margin:0;
}

nav p a {
	margin:0;
}


#headleft {
	width:100%;
}
#headright {
	width:100%;
}
.headinner1 {
	width:100%;
	text-align:left;
}
.headinner2 {
	width:100%;
	text-align:left;
}
.headinner3 {
	width:100%;
	text-align:left;
}
.headinner4 {
	width:100%;
	text-align:left;
	padding-top:2%;
}
  .mobile-menu-trigger,
  .mobile-menu-header,
  .mobile-menu-back-item {
    display: block;
  }
  .mobile-menu-trigger {
    background: #3E3E3E;
    color: #ffffff;
    border: 0;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 4px;
  }
  .mobile-menu-header {
    order: -1;
    background: #3E3E3E;
  }
  .mobile-menu-header a {
    padding: 20px 25px;
    color: #ffffff;
    visibility: visible;
  }
  .menu-bar {
    flex-direction: column;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    width: 500px;
    max-width: 500px;
    max-width: 90%;
    overflow-x: hidden;
    transition: left 0.3s;
    box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    display: flex;
    flex-direction: column;
    background: #1B385A;
    position: absolute;
    left: 100%;
    top: 0;
    max-height: 100vh;
    width: 100%;
    transition: left 0.3s;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] {
    font-size: 14px;
  font-family: 'Lato', sans-serif;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 40px;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul > li > [aria-haspopup="true"] ~ ul a {
    padding-left: 80px;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] {
    color: #ffffff;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:after {
    content: "+";
    background: none;
    font-size: 14px;
  font-family: 'Lato', sans-serif;
    font-weight: bold;
    height: 20px;
    line-height: 1;
	color:#ffffff;
  }
      .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus:after {
	  content: "_";
    background: none;
    font-size: 14px;
  font-family: 'Lato', sans-serif;
    font-weight: bold;
    height: 20px;
    line-height: 1;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul {
    max-height: 0px;
    transform-origin: top;
    transform: scaleY(0);
    transition: max-height 0.1s;
  }
  .mega-menu-content {
    padding: 20px 25px;
  }
  .mobile-menu-back-item {
    order: -1;
  }
  .mobile-menu-back-item a {
    background: #1B385A;
    color: #ffffff;
    max-height: calc(1.4em + 40px);
    margin-top: calc(0px - (1.4em + 40px));
    pointer-events: none;
  }
  .mobile-menu-back-item a:before {
    content: "";
    width: 14px;
    height: 12px;
    background-image: url('images/arrowLeft.svg#light');
    background-size: 14px;
    margin-right: 10px;
    display: inline-block;
  }
  .mobile-menu-trigger:focus ~ ul {
    left: 0;
  }
  .menu-bar:hover,
  .menu-bar:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"]:focus ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul {
    margin-top: calc(1.4em + 40px);
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover,
  .menu-bar > li > [aria-haspopup="true"] ~ ul:focus-within {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:focus ~ ul {
    max-height: 700px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul li:focus-within > [aria-haspopup="true"] ~ ul {
    max-height: 700px;
    transform: scaleY(1);
  }
  .menu-bar > li:focus-within ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@media all and (max-width: 1201px) and (hover: none) {
  .mobile-menu-trigger:hover ~ ul {
    left: 0;

  }
  .menu-bar > li > [aria-haspopup="true"]:hover ~ ul {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul:hover {
    left: 0;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"]:hover ~ ul {
    max-height: 500px;
    animation: dropdown 0.3s forwards;
  }
  .menu-bar > li > [aria-haspopup="true"] ~ ul [aria-haspopup="true"] ~ ul:hover {
    max-height: 500px;
    transform: scaleY(1);
  }
  .menu-bar > li:hover ~ .mobile-menu-header a {
    visibility: hidden;
  }
}
@keyframes dropdown {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes flyout {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

#banner {    
    width: 100%;
    margin-left: auto;      
    margin-right: auto;
	/*padding-top:3%;
	padding-bottom:3%;
	text-align:center;*/
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	min-height:422px;
	float:left;
}

#box { 
	margin-left:19%; 
	margin-top:5%;
	float:left;
	}
	
	#trans {
		width:39%;
		margin-left:10%;
		margin-top:1%;
		padding:1%;
background: rgba(0, 0, 0, 0.3);

	}
	
h1 {
		font-family: 'Lato', sans-serif;
		font-size:28px;
		color:#ffffff;
		text-align:left;
		margin-top:8%;
		font-weight:bold;
		text-transform: uppercase;
		text-shadow: 3px 3px black;

	}
	
h2 {
		font-family: 'Lato', sans-serif;
		font-size:24px;
		color:#ffffff;
		text-align:left;
		margin:0px 13px;
		

	}
	
	h3 {
		font-family: 'Lato', sans-serif;
		float:left;
		font-size:16px;
		color:#ffffff;
		line-height:26px;
		margin:0px 13px;
		text-transform: uppercase;

		}
		
		h4 {
		font-family: 'Lato', sans-serif;
		float:left;
		font-size:40px;
		margin:1%;
		}
		
#banner p {
		font-family: 'Lato', sans-serif;
		font-size:18px;
		color:#ffffff;
		text-align:left;
		
	}

