/*** Quick Links ***/
.quick-links-css, .central-admin {
	background-color: #f7f7f7;
  padding: 1em 1em .25em 1em;
  margin-bottom: 1em;
}
.workday-padding {
	padding: 1em;
	background-color: #f7f7f7;
}


/*** Flex Icons ***/
.flex-icons-landing { 
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 15rem;
  /*background-color: #dadfe1;*/
}
.flex-icons-landing > span {
  flex: 1 0 0;
  margin: 1em;
  text-align: center;
  align-self: flex-start;
}
/*
.margin-buttons-landing-2-button {
	margin: -4.5rem 0 0 0;
}
@media screen and (min-width: 650px) {
.margin-buttons-landing-2-button {
	margin: -4.5rem 12vw 0;
}
}
@media screen and (min-width: 880px) {
.margin-buttons-landing-2-button {
	margin: -4.5rem 17vw 0;
}
}
@media screen and (min-width: 1050px) {
.margin-buttons-landing-2-button {
	margin: -4.5rem 21vw 0;
}
}
@media screen and (min-width: 1200px) {
.margin-buttons-landing-2-button {
	margin: -4.5rem 24vw 0;
}
} */
/*.margin-buttons-landing-3-button {
	margin: -4.5rem 0 0 0;
} /*
@media screen and (min-width: 880px) {
.margin-buttons-landing-3-button {
	margin: -4.5rem 5vw 0;
}
}
@media screen and (min-width: 1200px) {
.margin-buttons-landing-3-button {
	margin: -4.5rem 15vw 0;
}
} */
.intranet-button-text-landing {
	font-weight: 600;
  font-size: 1.25rem;
  color: black;
  line-height: 2.5rem;
}
.intranet-button-text {
	font-weight: 600;
  font-size: large;
  color: black;
  line-height: normal;
}
.intranet-button-text img {
	width: 12rem;	
	height: auto;
	min-width: 12rem;
}

/*** Announcements code ***/
.outline-box {
  padding: .35em;
  border: black 1px solid;
  width: fit-content;
}
.outline-box img {
  max-height: 1em;
}

.body-color-box-gray {
  margin: 1.5em 0;
  padding: 1em 2em;
  background: rgba(247, 247, 247, 0.8);
  background-color: #f7f7f7;
  /* border-bottom: #dedede 1px solid;
  border-top: #dedede 1px solid; */
	clear: both; /* Added June 18, 2018 */
}
.body-color-box-white {
  margin: 1.5em 0;
  padding: 1em 2em;
  background: rgba(247, 247, 247, 0.8);
  background-color: inherit;
  /* border-bottom: #dedede 1px solid;
  border-top: #dedede 1px solid; */
	clear: both; /* Added June 18, 2018 */
}


/***** The Gallery of Bad Ideas *****/
/*
.flex-icons-intranet { 
  display: flex; 
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.flex-icons-intranet > span {
  flex: 1 0 0;
  margin: 1em;
  text-align: center;
  align-self: flex-start;
} 
.padding-top-buttons {
	padding-top: 2rem!important;
}
.padding-bottom-buttons {
	padding-bottom: 2rem!important;
}
.margin-buttons-left {
	margin-left: 8vw!important;
}
.margin-buttons-right {
	margin-right: 8vw!important;
} */