/* Custom Stylesheet hash:16155839961637622385 dated 12 May, 2025 08:47:30+America/Denver */
/*=================
      WIP CSS
=================*/
.flex-container {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  /* justify-content: space-around; */
}
.flex-card {
	width: 400px;
	margin: 10px;
	padding: 10px;
	box-shadow: -1px 4px 15px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
}
.flex-card:hover {
  box-shadow: -1px 4px 15px 0 rgba(0,0,0,0.2);
	transition: 0.22s;
	text-align: -webkit-center;
}
.flex-card:not(:hover) {
	border: 1px solid #ccc !important;
	transition: 0.22s;
	text-align: -webkit-center;
}
.flex-list {
		list-style-type: none;
		margin:0 !important;
}
.dividing-line {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #eee;
  margin: 1em 2em;
	padding: 0;
}
.popup {
	position: absolute;
	box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.2);
	left: -8.8em;
	top: -50%;
	max-width: 110px;
	text-align: center;
	background-color: #40364d;
	color: #fff;
	border-radius: 5px;
	padding: 1em;
	min-width: 100px;
	font-size: small;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.22s;
	transition: 0.22s;
	-webkit-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
	font-style: initial;
	word-wrap: break-word;
	z-index: 100;
}
.popup::after {
	content: '';
	position: absolute;
	top: 15px;
	left: 100%;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: transparent;
	border-top-color: #40364d;
	margin-left: -4px;
	pointer-events: none;
}
.card-link:hover > .popup {
	display: block;
	-webkit-transition: 0.22s;
	transition: 0.22s;
	transition-delay: 0.15s;
	visibility: visible;
	opacity: 100;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
}
.card-link {
	position: relative;
	text-decoration: none;
}
.card-img {
	float: left;
	padding: 0px 0px;
}
.img-block {
	display: flex;
  justify-content: center;
	align-items: center;
	flex-direction: row;
}
.img-block > .flex-list {
	padding-left: 20px;
}
.card-header {
	text-align: center;
	font-size: 30px;
}
.titleHeader {
	text-align: center;
	font-size: 40px;
}
.search--home {
  padding: 2em 2.5% 2em !important;
}
.icon.icon-logo--gray:before {
  background-size: 150px 17.5px;
  display: block;
  width: 150px;
  height 17.5px;
  padding-left: 150px;
  background-image: url("https://envisionit.kayako.com/api/v1/logo/render?1529933785");
  background-position: 0px 0px;
}
.alert-message {
	width: 700px;
	margin: auto;
	padding: 10px;
	border-radius: 5px;
	background: #d55;
	color: white;
	box-shadow: 1px 4px 12px 0 rgba(0,0,0,0.2);
	text-align: center;
}

.alert-message > p {
 margin: auto;
}
.issueButton {
	width: 280px;
	margin: 10px;
	padding: 10px;
	font-size: 15px;
	border-radius: 5px;
}

/*******  IT Help Desk *******/
/* Color the div background and darken the shadow on hover */
.issueButton:hover {
	box-shadow: -1px 4px 20px 0 rgba(0,0,0,0.4);
	background: #44a;
	transition: 0.22s;
	border: 1px solid #44a;
}

/* Remove the div background color and lighten the shadow when not hovered */
.issueButton:not(:hover) {
	transition: 0.22s;
	border: 1px solid #44a;
	box-shadow: -1px 4px 15px 0 rgba(0,0,0,0.1);
	text-align: center;
}

/* Change the h2 element to white on hover of the parent element */
.issueButton > h2 {
	color: white;
	text-align: center;
	margin: auto;
}

.issueButton:not(:hover) > h2 {
	color: #44a;
	text-align: center;
  margin: auto;
}

.requestButton {
	width: 280px;
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
}

/*******  IT Help Desk *******/
/* Color the div background and darken the shadow on hover */
.requestButton:hover {
	box-shadow: -1px 4px 20px 0 rgba(0,0,0,0.4);
	background: #3aa;
	transition: 0.22s;
	border: 1px solid #3aa;
}

/* Remove the div background color and lighten the shadow when not hovered */
.requestButton:not(:hover) {
	transition: 0.22s;
	border: 1px solid #3aa;
	box-shadow: -1px 4px 15px 0 rgba(0,0,0,0.1);
	text-align: center;
}

/* Change the h2 element to white on hover of the parent element */
.requestButton > h2 {
	color: white;
	text-align: center;
	margin: auto;
}

.requestButton:not(:hover) > h2 {
	color: #3aa;
	text-align: center;
  margin: auto;
}

.subTitleHeader{
	text-align: center;
}