html,body {
  height: 100%;
}

* {
    -moz-box-sizing: border-box;
}

body {
  background-color: #5F5F5F;
	
  color: #424242;
  margin-top: 3%;
	margin-left: 1px;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.428571429;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	font-family:,Arial,sans-serif;
	font-weight:normal;
	line-height:1.1;
	color:#3a558a;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{
	font-weight:normal;line-height:1;
		
}
h1,.h1{font-size:72px;line-height:72px}
h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}

a{color:#3282e6;}
a:hover,a:focus{color:#165db5;text-decoration:underline}

.text-center{
	text-align:center
}

.wrap {
  min-height: 100%;
  .display: table;
  .height: 100%;
	
}

.top-bar {
  height: 20px;
  width: 100%;	
  background: #828282;
}

:root .top-bar {
  filter: none \0/IE9;
}

.banner-container {
  
  width: 100%;
  height: fit-content;
  margin: 0 auto;
  overflow: auto;
  margin-left: 1px;
  padding-bottom: 60px;
  background-image: url("img/banner3NoText.png");
  background-size: auto;
  background-position: left;
  background-repeat: no-repeat;
  background-color: black;

}




.banner-container h1, P {
	color: #3a558a;
	padding-left: 3%;
	margin-top: 1em;
	text-align: left;
}

.banner-container a {
	color:#3282e6;
}
.banner-container a:hover,a:focus {
	color:#165db5;text-decoration:underline
}

.coming-soon-wrap {
  margin-top: 90px;
}


.banner-container h1 {
  margin-bottom: 1em;
}


.sub-banner-container  {
	display: flex;
	justify-content: flex-end;
}


.footer {
  position: relative;
  horizon
   
  height: 60px;
  width: 50%;      /* Set a specific width */
  margin: 0 auto;  /* Centers horizontally */
	margin-top: 15px;
  clear:both;
  text-align: center;
  font-size: 14px;
	border-top: 1px solid #000000;
}



