/*clGcdcPage.component*/
#page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#body-container {
  flex: 1;
}

/* header */
.header {
  height: 76px;
}

.header .cl-logo {
  margin: 24px;
  height: 48px;
}

.header-buttons{
	flex: 1;
}

/* content */
#imsContent > span {
  flex: 1;
}
  
/* footer */
#footerWrapper{
  border-top: 1px solid grey;
}
.footer {
  width: 100%;
}

.footer .container {
  width: 100%;
  line-height: 58px;
  padding: 24px 32px 16px;
  text-align: center;
}

.footer-links a {
  margin: 0 16px 16px 16px;
  display: inline-block;
}

.footer-links ul {
  list-style-type: none; 
  margin: 0; 
  padding: 0; 
  overflow: hidden;
}

.footer-links li {
  display: inline;
}

.footer .container div {
  margin-bottom: 16px;
}

.copy {
  font-size: 13px;
  color: #525146;
  padding: 10px 0px;
  line-height: 1rem;
}

.right-align {
  margin-left: auto;
  display: flex;
}

.icon-space {
  margin-left: 4px;
}

.icon-space {
  margin-left: 4px;
}

.link-color {
  color: #525146;
}

@media only screen and (min-width: 768px) {
  .footer-links a:first-child {
	margin-left: 0;
  }
  
  .footer .container {
	text-align: left;
  }
  
  .footer .container div {
	margin-bottom: 0;
  }
  
  .footer-links {
	text-align: right;
	margin: 0;
  }
}
