.ise-container {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
  grid-column-gap: 10px;
}

.ise-sidebar {
  grid-column: 1;
  grid-row: 1;
}

.ise-main {
  grid-column: 2;
  grid-row: 1;
}

@media (max-width: 900px) {
  
  .ise-sidebar {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
  .ise-main {
    grid-column: 1 / span 2;
  }
  
}



.ise-footer-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-column-gap: 10px;

  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EDF2F7;
  border: 0px;
}

.ise-footer-column {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ise-menu-position {
   float:left;
}
.ise-menuitem-visible{
  display: inline;
}

@media (max-width: 700px) {
  .ise-menu-position {
      float:right;
 }
 .ise-footer-column {
    grid-column: 1 / span 2;
  }  
}


.header_main{
  width:100%;  
  }
  .header_logo{
   width:17%;
   height:75px;
   float:left;
   }
  
  .header_center{
   width:66%;
   height:85px;
   float:left;
   }
   
   .header_right{
   width:17%;
   height:75px;
   float:left;
   display: flex;
   justify-content: flex-end
   }
   
   .header_clear{
     clear:both;
   }
   
   
   .nav-main-modify{
	 padding:5px;
   }
   
   .nav-main-modify, .nav-main-modify:visited, .nav-main-modify:active,.nav-main-modify:hover	{
	  text-decoration:none;
   }

   .nav-main-modify:hover	{
	  background-color: #00FFCC;	
   }


  .ise_footer {
	
	font-size: 13px;
	color: lightslategrey;
	background-color:black;
	width:100%;
	margin:0 auto;
	
	text-align: center;
	/*line-height: 200px;*/
	
	padding-top:80px;
	padding-bottom:20px;
 }


  a.ise_footer_link, a.ise_footer_link:visited, a.ise_footer_link:active,a.ise_footer_link:hover	{
	  text-decoration:none;
  }
  
 .footer_main{
	height:120px;
  }

  .footer-title {
	  font-size:16px;
	  font-weight:700;    
	  padding:5px;
	  margin:2px;
  }
  
  .footer-text{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:14px;
    color: rgb(113,128,150);
	  padding-left:5px;
  }
  
  
  .ise_col3{
    width:33%;
	float:left;
  }
  
  .ise_col4{
    width:25%;
	float:left;
  }

  .footer_clear{
     clear:both;
   }
   
   
   
   .ise-img{
	   width:100%;
   }
   /*responsive*/
   @media (min-width: 800px) {
	   
	.ise-img{
	   width:clear;
     }
	 
  }