﻿.mobile-noshow {
	display: none;
}
#content-top-banner {
	width: 400px;
}
@media (max-width: 1000px) {
	.mobile-noshow{display: block;}
	body {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: #FFF;
	}
	#sitecontent{
		min-width:100%;
	}
	header, footer {
	/*background-image: url('/img/background.png');	
	box-shadow: 0px 5px 10px #026b9a;*/
	}
	header{
		display:flex;
		padding:10px;
		align-items:center;
		justify-content: space-between;
		margin-top:0;
		border-bottom:3px solid #d0d3d4;
	}
	header .header-links{
		display:flex;
		flex-direction:column;

	}
	#SocialMedia{
		position:relative;
		top:initial;
		right:0;
		/*max-width:50vw;*/
		display:block;
		/*flex-wrap:wrap;*/
		order:0;

		width: 100%;
	}
	#mobilenav{
		display:block;
		max-width:100px;
		height:auto;
	}
	
	/*Google Translate*/
	.translate{
		top:0;
		right:0;
		position:relative;
		bottom:initial;
		order:3;
	}
	.home-link{
		order:2;
	}
a 
{
    text-decoration: none;
    /* color: black; */
}
.main-navigation {
	display: none;	
}

.main-navigation.circlenavopen {
	display: block;
	background-color: #fff;
	/*width: 75%;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;*/
	height: auto;
	box-shadow: 5px 5px 5px #ccc;	
}




.main-navigation ul {
	list-style-type: none;
	padding-left: 0px;	
}

.main-navigation ul li {
	/*padding: 5px 5px;*/
	border-bottom: 1px inset #ccc;	
	float:none;
	display:block;
}
.main-navigation ul li a{
	width:100%;
	padding-left:0;
	padding-right:0;
	font-size: 2em;
}
	.dropdown-content a {
		background: white;
		color: black;
		text-align: center;
	}
.dropdown-content{
	width:100%;
	position:relative;
	box-shadow:none;
	z-index:initial;
}

#secondnav{
	margin-top:10px;
	display:flex;
	flex-wrap: initial;
	justify-content: space-evenly;
	background:none;
}
#secondnav img{
	width:130px;
}
#secondnav a{text-align: center;}

.mobilenoshow {
	display: none;	
}
	#content-top-banner {
		width: 50%;
		margin: 20px 0;
	}

img.imageintext {
	display: none;
	}

/* Everything that needs to be hid on mobile */
#logo, #Secretary, .main-navigation ul li img, .main-navigation ul li ul, #defaultmaincontent .imgsize, #mission, #GuidingPrinciples, #Goals, #outline, .krdropdown, #bottomnav, .krdropdown, .circlenavsecondary  {
	display: none;	
}

 .main-navigation ul li ul.open {
	display: block;  
  }
  
  nav.main-navigation ul li ul.open li a {
		line-height: 1.5em;
		padding-left: 15px;  
  }

/* Logo on Secondary Pages modified for panel */
img#logom {
	width: 54%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: -4%;
}

/* Logo on Default Page - Centered */
img#logomdefault {
	width: 100%;
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 4%;	
	display:block;	
}

/* Menu Bar on Secondary Pages */
#mobilenav {
	float: right;
	/*width: 15%;
	padding-right: 4%;	*/
    cursor: pointer;
}





/* Recent News Image */
.imagerecent {
	width: 35px;
	padding-left: 20px;
	float: left;
	padding-top: 2%;
	z-index: 599;
}

.recentnewstext {
	float: left;
	width: 65%;
	margin-top: 0%;
	font-size: 1em;
	padding-top: 3%;
	padding-bottom: 4%;
	margin-bottom: 0%;
	line-height: 1.5em;
	color: #026b9a;
	list-style-type: none;
	z-index: 600;
}

#RecentNews {
	margin-top: 5px;
	margin-left:0;
	margin-right:0;
	display: block;
	float: none;
	width: 100%;
	overflow:auto;
	padding: 0px;
}
#RecentNews .whitebox{
	width:initial;
	float:none;
	display:block;
	overflow:auto;
	padding:0 20px;
	margin:10px;
	border-radius:10px;
}
#RecentNews .whitebox ul{
	padding-left:15px;
}

#KeyResources {
	width: 95%;
	margin-left: 2%;
	margin-right: 2%;	
}

#KeyResourcesul {
	margin-left: -5%;	
}
#KeyResourcesul li {
	list-style-type: none;	
	padding: 7px;
	background-color: white;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -2%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding-left: 25px;
	text-align: center;
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f9f8), to(#cbcccd));
   background-image: -webkit-linear-gradient(top, #f5f9f8, #cbcccd); 
   background-image:    -moz-linear-gradient(top, #f5f9f8, #cbcccd);
   background-image:     -ms-linear-gradient(top, #f5f9f8, #cbcccd);
   background-image:      -o-linear-gradient(top, #f5f9f8, #cbcccd);
   box-shadow: 3px 3px 5px #888888;
}

#KeyResourcesul li:hover {
    background-color: #0076a9;
}

#KeyResourcesul a li:hover 
{
    color: Black;
}

#KeyResourcesul li:hover a {
	color: black;	
}



ul#KeyResourcesul li:hover ul {
	display: block;
	position: relative;
	margin-left: -15%;
	z-index: 99;
}

ul#KeyResourcesul ul li {
	background-color: #0076a9;	
}

ul#KeyResourcesul ul li:hover  {
	background-color: #ffffff;	
}

ul#KeyResourcesul ul li:hover a  {
	color: black;	
}

ul#KeyResourcesul li:hover ul {
	display: block;
	position: relative;;
	z-index: 99;
}

ul#KeyResourcesul ul li {
	background-color: #021d49;	
}

ul#KeyResourcesul ul li:hover  {
	background-color: #ffffff;	
}

ul#KeyResourcesul ul li:hover a  {
	color: #021d49;	
}
#copyright {
	width: 95%;	
	margin-right: 3%;
	padding-top: 8%;
	text-align: center;
}

footer {
	clear: both;
	text-align: center;	
	padding-top: 20px;
	padding-bottom: 10px;
}

#leftcolumn,#rightcolumn {
	width: 96vw;
	padding-left: 2vw;
	padding-right: 2vw;	
}
#rightcolumn{
	margin-left:0;
	
}

#rightcolumn .whitebox{
	width:initial;
	float:none;
	display:block;
	overflow:auto;
	padding:0 20px;
	margin:10px;
	border-radius:10px;
}
#rightcolumn .whitebox ul{

}



#rightcolumn.rightcolumnopen {
	display: block;
	background-color: #fff;
	width: 75%;
	padding: 5px;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	box-shadow: 5px 5px 5px #ccc;	
}


/* Search Box */
.gcse-searchbox {
	clear: right;
	height:20px;
	width:20%;
	float: right;
	margin-top: 3%;
	padding-right: 10px;
	display: none;
}

.toggle {
    cursor: pointer;
  }
  
  .main-nav-check {
  display: none;
}

.main-nav {
  position: fixed;
  top: 0;
  width: 0;
  height: 100%;
  background: #3B3B3B;
  overflow: hidden;
  transition: width 0.3s ease;
  }
  .main-nav:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 34px;
    background: linear-gradient(left, rgba(black, 0), rgba(black, 0.4));
  }
.close-menu {
  display: none;
}

#main-nav-check:checked + #main-nav {
  width: 20%;
}
#main-nav-check:checked{
	width: 80%;
	
  }
  #main-nav-check:checked .open-menu {
	  display: none; 
   }
   #main-nav-check:checked .close-menu {
	  display: block;
   }
   #main-nav-check:checked .main-header {
	 width: 80%;
	 left: 20%;
   }
    #mednavMobile {
        margin-top: 15px;
        text-align: center;
        font-size: 1.5em;
    }
    #mednavMobile .mednavLink {
        margin: 5px 0;
        border-bottom: 1px solid black;
    }
}

@media (max-width: 800px) {
	header {
		display: block;
		padding: 10px;
		align-items: center;
		justify-content: space-between;
		margin-top: 0;
		border-bottom: 3px solid #d0d3d4;
	}

		header .header-links {
			display: block;
			flex-direction:initial;
			width: 100%;
		}

	#SocialMedia {
		position: relative;
		top: initial;
		right: 0;
		/*max-width:50vw;*/
		display: block;
		/*flex-wrap:wrap;*/
		order: 0;
		width: 100%;
		text-align: center;
	}
	#SocialMedia a{
		margin: 0 10px;
	}
	#secondnav img {
		width: 100px;
	}
	#mobilenav {
		float:none;
		display: block;
		max-width: 100px;
		height: auto;
		margin: 20px auto;
	}
	#language{
		display: block;
		width: 100%;
		padding: 15px 0;
		padding-right: -83px;
		text-align: center;
	}
		#language .goog-te-gadget .goog-te-combo{font-size: 2em;}
		img#logomdefault {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
			margin-top: 4%;
			display: block;
		}
}

@media (max-width: 500px) {
		#SocialMedia a {
			margin: 0 5px;
		}
		#SocialMedia a img {
			width: 30px !important;
		}
	#secondnav img {
		width: 50px;
	}
	#content-top-banner {
		width: 30%;
	}
}