/******* Import Boomi-specific fonts *******/
		@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

		@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

		@import url('https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap');

		/******* All - Page-level Elements *******/
		html {
			font-size: 14px;
		}

		body {
			font-family: Noto Sans, sans-serif;
			font-weight: 400;
			font-style: normal;
			font-size: 14px;
			background-position: 800px -600px;
			background-repeat: no-repeat;
			background-image: url('data:image/svg+xml,%3Csvg width="1458" height="1070" viewBox="0 0 1458 1070" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cg opacity="0.5" filter="url(%23filter0_f_112_31365)"%3E%3Cpath d="M533.5 240C695.596 240 827 371.404 827 533.5C827 695.596 695.596 827 533.5 827C371.404 827 240 695.596 240 533.5C240 371.404 371.404 240 533.5 240Z" fill="url(%23paint0_linear_112_31365)"/%3E%3C/g%3E%3Cg opacity="0.5" filter="url(%23filter1_f_112_31365)"%3E%3Cpath d="M1132.04 328.964C1246.66 443.583 1246.66 629.417 1132.04 744.036C1017.42 858.655 831.583 858.655 716.965 744.036C602.346 629.417 602.346 443.583 716.965 328.964C831.584 214.345 1017.42 214.345 1132.04 328.964Z" fill="url(%23paint1_linear_112_31365)"/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id="filter0_f_112_31365" x="0" y="0" width="1067" height="1067" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="120" result="effect1_foregroundBlur_112_31365"/%3E%3C/filter%3E%3Cfilter id="filter1_f_112_31365" x="391" y="3" width="1067" height="1067" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"%3E%3CfeFlood flood-opacity="0" result="BackgroundImageFix"/%3E%3CfeBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/%3E%3CfeGaussianBlur stdDeviation="120" result="effect1_foregroundBlur_112_31365"/%3E%3C/filter%3E%3ClinearGradient id="paint0_linear_112_31365" x1="240" y1="533.5" x2="827" y2="533.5" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23FF7C66"/%3E%3Cstop offset="1" stop-color="%23FF7C66" stop-opacity="0"/%3E%3C/linearGradient%3E%3ClinearGradient id="paint1_linear_112_31365" x1="612.053" y1="685.429" x2="1263.56" y2="440.106" gradientUnits="userSpaceOnUse"%3E%3Cstop offset="0.347158" stop-color="%234B4FE2" stop-opacity="0.95"/%3E%3Cstop offset="0.955329" stop-color="%230EC38B"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
		}

		h1.poppins {
			font-family: "Poppins", sans-serif;
			font-weight: 400;
			font-style: normal;
			font-size: 28px;
		}

		.container {
			width: 90%;
			max-width: 1062px;
		}

		.font-large {
			font-size: 16px;
			font-weight: 400;
			line-height: 24px;
		}

		.font-largest {
			font-weight: 700;
			font-size: 16px;
			line-height: 20px;
		}

		.small {
			font-size: 14px;
			line-height: 24px;
			color: #707070;
		}

		/******* Main Page - 2 Column Layout *******/
		.components-container {
			display: block;
			flex-wrap: wrap;
		}

		.component-container {
			flex-basis: 50%;
			border-right: 0 !important;
			border-left: 0 !important;
			border-bottom: 0 !important;
		}

		/******* Main Page - 2 Column Layout - Reponsive Fix *******/
		@media screen and (max-width: 600px) {
			.components-container {
				display: block;
			}
		}

		/******* Main Page - Layout adjustments (left align) for Uptime and Legends *******/
		.layout-content.status.status-index .components-section .components-uptime-link {
			text-align: left;
			padding-bottom: 8px;
		}

		.layout-content.status.status-index .components-section .component-statuses-legend {
			overflow: hidden;
			text-align: left;
			margin-top: 1.0rem;
		}

		/******* Main Page - Banner/Top Line/Incidents Status Bar *******/
		.layout-content.status.status-index .page-status {
			border-radius: 0px;
			-moz-border-radius: 0px;
			-webkit-border-radius: 0px;
			-o-border-radius: 0px;
			-ms-border-radius: 0px;
			margin-bottom: 24px;
			padding: 0.75rem 1.25rem;
		}

		.layout-content.status.status-index .page-status .status {
			color: #1F1F1F;
			font-size: 24px;
			font-family: Poppins;
			font-weight: 700;
			line-height: 30px;
			word-wrap: break-word;
		}

		/******* Main Page - Banner "Operational" Status Bar *******/
		.page-status.status-none::before {
			display: inline-block;
			padding-right: 3px;
			vertical-align: top;
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21.7075 12.2925C21.8005 12.3854 21.8742 12.4957 21.9246 12.6171C21.9749 12.7385 22.0008 12.8686 22.0008 13C22.0008 13.1314 21.9749 13.2615 21.9246 13.3829C21.8742 13.5043 21.8005 13.6146 21.7075 13.7075L14.7075 20.7075C14.6146 20.8005 14.5043 20.8742 14.3829 20.9246C14.2615 20.9749 14.1314 21.0008 14 21.0008C13.8686 21.0008 13.7385 20.9749 13.6171 20.9246C13.4957 20.8742 13.3854 20.8005 13.2925 20.7075L10.2925 17.7075C10.1049 17.5199 9.99945 17.2654 9.99945 17C9.99945 16.7346 10.1049 16.4801 10.2925 16.2925C10.4801 16.1049 10.7346 15.9994 11 15.9994C11.2654 15.9994 11.5199 16.1049 11.7075 16.2925L14 18.5863L20.2925 12.2925C20.3854 12.1995 20.4957 12.1258 20.6171 12.0754C20.7385 12.0251 20.8686 11.9992 21 11.9992C21.1314 11.9992 21.2615 12.0251 21.3829 12.0754C21.5043 12.1258 21.6146 12.1995 21.7075 12.2925ZM29 16C29 18.5712 28.2376 21.0846 26.8091 23.2224C25.3807 25.3603 23.3503 27.0265 20.9749 28.0104C18.5995 28.9944 15.9856 29.2518 13.4638 28.7502C10.9421 28.2486 8.6257 27.0105 6.80762 25.1924C4.98953 23.3743 3.75141 21.0579 3.2498 18.5362C2.74819 16.0144 3.00563 13.4006 3.98957 11.0251C4.97351 8.64968 6.63975 6.61935 8.77759 5.1909C10.9154 3.76244 13.4288 3 16 3C19.4467 3.00364 22.7512 4.37445 25.1884 6.81163C27.6256 9.24882 28.9964 12.5533 29 16ZM27 16C27 13.8244 26.3549 11.6977 25.1462 9.88873C23.9375 8.07979 22.2195 6.66989 20.2095 5.83733C18.1995 5.00476 15.9878 4.78692 13.854 5.21136C11.7202 5.6358 9.76021 6.68345 8.22183 8.22183C6.68345 9.7602 5.63581 11.7202 5.21137 13.854C4.78693 15.9878 5.00477 18.1995 5.83733 20.2095C6.66989 22.2195 8.07979 23.9375 9.88873 25.1462C11.6977 26.3549 13.8244 27 16 27C18.9164 26.9967 21.7123 25.8367 23.7745 23.7745C25.8367 21.7123 26.9967 18.9164 27 16Z" fill="%23009058"/%3E%3C/svg%3E');
		}

		.layout-content.status.status-index .page-status.status-none {
			background-color: transparent;
			color: #1F1F1F;
			border-top: 0 !important;
			border-right: 0 !important;
			border-left: 0 !important;
			border-bottom: 4px solid #009058;
			line-height: 30px;
		}

		/******* Main Page - Banner "All Incident" Status Bar *******/

		.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title {
			text-shadow: none;
			color: #1F1F1F;
			background-color: transparent;
			font-size: 24px;
			font-family: Poppins;
			font-weight: 700;
			line-height: 30px;
			word-wrap: break-word;
			padding: 0.85rem 1.25rem 0.75rem;
		}

		.layout-content.status.status-index .unresolved-incident .updates strong {
			font-weight: 500;
			font-family: "Fira Mono";
			text-transform: uppercase;
		}

		.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a {
			color: #1F1F1F;
		}

		.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title a:hover {
			color: #1F1F1F;
		}

		.layout-content.status.status-index .components-section .components-container.two-columns .component-container:first-child, 
		.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(2) {
			border-top-width: 0px;
		}

		/******* Main Page - Banner "Major Outage" Status Bar *******/
		.layout-content.status.status-index .unresolved-incident.impact-critical .updates {
			background-color: #FFEDF0;
			border-color: transparent;
			border-top: 8px solid #ffffff;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-critical .incident-title {
			border-bottom: 4px solid #C71739;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-critical .incident-title::before {
			text-shadow: 0;
			display: inline-block;
			padding-right: 3px;
			vertical-align: top;
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16 3C13.4288 3 10.9154 3.76244 8.77759 5.1909C6.63975 6.61935 4.97351 8.64968 3.98957 11.0251C3.00563 13.4006 2.74819 16.0144 3.2498 18.5362C3.75141 21.0579 4.98953 23.3743 6.80762 25.1924C8.6257 27.0105 10.9421 28.2486 13.4638 28.7502C15.9856 29.2518 18.5995 28.9944 20.9749 28.0104C23.3503 27.0265 25.3807 25.3603 26.8091 23.2224C28.2376 21.0846 29 18.5712 29 16C28.9964 12.5533 27.6256 9.24882 25.1884 6.81163C22.7512 4.37445 19.4467 3.00364 16 3ZM27 16C27.0026 18.5719 26.0993 21.0626 24.4488 23.035L8.96501 7.55C10.5713 6.21372 12.5249 5.36255 14.5972 5.0961C16.6696 4.82964 18.775 5.15892 20.667 6.04541C22.5591 6.93189 24.1595 8.33891 25.281 10.1018C26.4026 11.8647 26.9988 13.9106 27 16ZM5.00001 16C4.99745 13.4281 5.90069 10.9374 7.55126 8.965L23.035 24.45C21.4288 25.7863 19.4751 26.6374 17.4028 26.9039C15.3304 27.1704 13.225 26.8411 11.333 25.9546C9.44096 25.0681 7.84053 23.6611 6.71899 21.8982C5.59745 20.1353 5.0012 18.0894 5.00001 16Z" fill="%23C71739"/%3E%3C/svg%3E');
		}

		/******* Main Page - Banner "Degraded" Status Bar *******/
		.layout-content.status.status-index .unresolved-incident.impact-minor .updates {
			border-color: transparent;
			background-color: #FCEDBD;
			border-top: 8px solid #ffffff;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-minor .incident-title {
			border-bottom: 4px solid #EC9932;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-minor .incident-title::before {
			text-shadow: 0;
			display: inline-block;
			padding-right: 3px;
			vertical-align: top;
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M29.6001 23.5113L18.6689 4.52758C18.3957 4.06249 18.0057 3.67686 17.5376 3.40891C17.0695 3.14096 16.5395 3 16.0001 3C15.4607 3 14.9307 3.14096 14.4626 3.40891C13.9945 3.67686 13.6045 4.06249 13.3314 4.52758L2.40012 23.5113C2.13729 23.9612 1.99878 24.4728 1.99878 24.9938C1.99878 25.5148 2.13729 26.0265 2.40012 26.4763C2.66978 26.9442 3.05908 27.332 3.52807 27.5997C3.99706 27.8675 4.52885 28.0057 5.06887 28.0001H26.9314C27.471 28.0052 28.0022 27.8669 28.4707 27.5991C28.9393 27.3314 29.3282 26.9439 29.5976 26.4763C29.8608 26.0267 29.9998 25.5152 30.0002 24.9942C30.0007 24.4732 29.8626 23.9614 29.6001 23.5113ZM27.8664 25.4751C27.7711 25.6376 27.6343 25.7719 27.47 25.8642C27.3057 25.9564 27.1198 26.0033 26.9314 26.0001H5.06887C4.88047 26.0033 4.69458 25.9564 4.53028 25.8642C4.36598 25.7719 4.22917 25.6376 4.13387 25.4751C4.04755 25.3289 4.00202 25.1623 4.00202 24.9926C4.00202 24.8228 4.04755 24.6562 4.13387 24.5101L15.0651 5.52633C15.1623 5.36455 15.2998 5.23068 15.4641 5.13774C15.6283 5.04479 15.8139 4.99595 16.0026 4.99595C16.1914 4.99595 16.3769 5.04479 16.5412 5.13774C16.7055 5.23068 16.8429 5.36455 16.9401 5.52633L27.8714 24.5101C27.9569 24.6567 28.0016 24.8235 28.0007 24.9933C27.9998 25.163 27.9534 25.3294 27.8664 25.4751ZM15.0001 18.0001V13.0001C15.0001 12.7349 15.1055 12.4805 15.293 12.293C15.4805 12.1054 15.7349 12.0001 16.0001 12.0001C16.2653 12.0001 16.5197 12.1054 16.7072 12.293C16.8948 12.4805 17.0001 12.7349 17.0001 13.0001V18.0001C17.0001 18.2653 16.8948 18.5197 16.7072 18.7072C16.5197 18.8947 16.2653 19.0001 16.0001 19.0001C15.7349 19.0001 15.4805 18.8947 15.293 18.7072C15.1055 18.5197 15.0001 18.2653 15.0001 18.0001ZM17.5001 22.5001C17.5001 22.7968 17.4121 23.0868 17.2473 23.3334C17.0825 23.5801 16.8482 23.7724 16.5741 23.8859C16.3001 23.9994 15.9985 24.0291 15.7075 23.9713C15.4165 23.9134 15.1492 23.7705 14.9395 23.5607C14.7297 23.351 14.5868 23.0837 14.5289 22.7927C14.4711 22.5017 14.5008 22.2001 14.6143 21.9261C14.7278 21.652 14.9201 21.4177 15.1668 21.2529C15.4134 21.0881 15.7034 21.0001 16.0001 21.0001C16.3979 21.0001 16.7795 21.1581 17.0608 21.4394C17.3421 21.7207 17.5001 22.1023 17.5001 22.5001Z" fill="%23EC9932"/%3E%3C/svg%3E');
		}

		/******* Main Page - Banner "Partial Outage" Status Bar *******/
		.layout-content.status.status-index .unresolved-incident.impact-major .updates {
			border-color: transparent;
			background-color: #FCEDBD;
			border-top: 8px solid #ffffff;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-major .incident-title {
			border-bottom: 4px solid #CF761B;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-major .incident-title::before {
			text-shadow: 0;
			display: inline-block;
			padding-right: 3px;
			vertical-align: top;
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 17V10C15 9.73479 15.1054 9.48044 15.2929 9.2929C15.4804 9.10537 15.7348 9.00001 16 9.00001C16.2652 9.00001 16.5196 9.10537 16.7071 9.2929C16.8947 9.48044 17 9.73479 17 10V17C17 17.2652 16.8947 17.5196 16.7071 17.7071C16.5196 17.8947 16.2652 18 16 18C15.7348 18 15.4804 17.8947 15.2929 17.7071C15.1054 17.5196 15 17.2652 15 17ZM29 11.4438V20.5563C29.0008 20.819 28.9495 21.0793 28.8488 21.322C28.7482 21.5647 28.6003 21.785 28.4138 21.97L21.97 28.4138C21.785 28.6003 21.5647 28.7482 21.322 28.8488C21.0793 28.9495 20.819 29.0008 20.5563 29H11.4438C11.181 29.0008 10.9207 28.9495 10.678 28.8488C10.4353 28.7482 10.2151 28.6003 10.03 28.4138L3.58626 21.97C3.39973 21.785 3.25185 21.5647 3.15121 21.322C3.05057 21.0793 2.99917 20.819 3.00001 20.5563V11.4438C2.99917 11.181 3.05057 10.9207 3.15121 10.678C3.25185 10.4353 3.39973 10.2151 3.58626 10.03L10.03 3.58626C10.2151 3.39973 10.4353 3.25185 10.678 3.15121C10.9207 3.05057 11.181 2.99917 11.4438 3.00001H20.5563C20.819 2.99917 21.0793 3.05057 21.322 3.15121C21.5647 3.25185 21.785 3.39973 21.97 3.58626L28.4138 10.03C28.6003 10.2151 28.7482 10.4353 28.8488 10.678C28.9495 10.9207 29.0008 11.181 29 11.4438ZM27 11.4438L20.5563 5.00001H11.4438L5.00001 11.4438V20.5563L11.4438 27H20.5563L27 20.5563V11.4438ZM16 20C15.7033 20 15.4133 20.088 15.1667 20.2528C14.92 20.4176 14.7277 20.6519 14.6142 20.926C14.5007 21.2001 14.471 21.5017 14.5288 21.7926C14.5867 22.0836 14.7296 22.3509 14.9394 22.5607C15.1491 22.7704 15.4164 22.9133 15.7074 22.9712C15.9983 23.0291 16.2999 22.9994 16.574 22.8858C16.8481 22.7723 17.0824 22.58 17.2472 22.3334C17.412 22.0867 17.5 21.7967 17.5 21.5C17.5 21.1022 17.342 20.7207 17.0607 20.4394C16.7794 20.158 16.3978 20 16 20Z" fill="%23CF761B"/%3E%3C/svg%3E');
		}

		/******* Main Page - "Scheduled Maintenance" Block *******/
		
		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title small {
			font-weight: 600;
			color: #1F1F1F;
		}

		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance {
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			padding-top: 12px;
			padding-bottom: 16px;
			display: grid;
			grid-template-columns: 360px 678px;
		}

		.layout-content.status.status-index .scheduled-maintenances-container {
			margin: 24px 0;
		}

		@media screen and (max-width: 996px) {
			.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance {
				display: block;
			}

			.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .updates-container {
				padding-top: 12px;
				padding-bottom: 16px;
			}
			
		}

		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title {
			border-bottom-width: 0px;
			max-width: 360px;
		}

		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title a {
			display: block;
			max-width: 100%;
			text-decoration: underline;
			color: #006CD6;
		}

		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance {
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			padding-top: 12px;
			padding-bottom: 16px;
		}

		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .incident-title small.pull-right {
			display: block;
			float: left;
		}

		/******* Main Page - Banner "Maintenance" Status Bar *******/

		.layout-content.status.status-index .unresolved-incident.impact-maintenance .updates {
			border-color: transparent;
			background-color: #E5E5E5;
			border-top: 8px solid #ffffff;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-maintenance .incident-title {
			border-bottom: 4px solid #707070;
		}

		.layout-content.status.status-index .unresolved-incidents .impact-maintenance .incident-title::before {
			text-shadow: 0;
			display: inline-block;
			padding-right: 3px;
			vertical-align: top;
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M28.345 8.62483C28.2843 8.4749 28.1882 8.34192 28.0649 8.2373C27.9415 8.13268 27.7947 8.05953 27.6369 8.02413C27.479 7.98873 27.315 7.99214 27.1588 8.03406C27.0026 8.07599 26.8589 8.15517 26.74 8.26483L21.7025 12.9136L19.5487 12.4511L19.0862 10.2973L23.735 5.25983C23.8447 5.14094 23.9238 4.99723 23.9658 4.84103C24.0077 4.68482 24.0111 4.52078 23.9757 4.36296C23.9403 4.20515 23.8671 4.05828 23.7625 3.93494C23.6579 3.81161 23.5249 3.71549 23.375 3.65483C22.0087 3.10212 20.5275 2.89343 19.0616 3.0471C17.5958 3.20077 16.1901 3.71209 14.9681 4.53614C13.7461 5.36019 12.7452 6.47174 12.0533 7.77314C11.3614 9.07453 10.9997 10.5259 11 11.9998C10.9984 13.2444 11.2537 14.476 11.75 15.6173L4.22375 22.1248C4.205 22.1398 4.1875 22.1573 4.17 22.1736C3.41977 22.9238 2.99829 23.9413 2.99829 25.0023C2.99829 25.5277 3.10177 26.0479 3.30281 26.5332C3.50385 27.0186 3.79852 27.4596 4.17 27.8311C4.54147 28.2026 4.98248 28.4972 5.46784 28.6983C5.9532 28.8993 6.4734 29.0028 6.99875 29.0028C8.05973 29.0028 9.07727 28.5813 9.8275 27.8311C9.84375 27.8148 9.86125 27.7961 9.87625 27.7786L16.3825 20.2498C17.753 20.8514 19.252 21.1017 20.7436 20.9781C22.2353 20.8544 23.6725 20.3607 24.9253 19.5416C26.178 18.7224 27.2067 17.6038 27.9182 16.287C28.6297 14.9701 29.0015 13.4966 29 11.9998C29.0019 10.8431 28.7795 9.69689 28.345 8.62483ZM20 18.9998C18.8163 18.9982 17.6523 18.6972 16.6162 18.1248C16.4155 18.0139 16.1828 17.9754 15.957 18.0157C15.7313 18.056 15.5262 18.1726 15.3762 18.3461L8.38875 26.4386C8.01062 26.7978 7.50712 26.9951 6.9856 26.9885C6.46408 26.9818 5.96579 26.7716 5.59699 26.4028C5.22819 26.034 5.01805 25.5357 5.01137 25.0142C5.00469 24.4927 5.20201 23.9892 5.56125 23.6111L13.6475 16.6248C13.8213 16.4748 13.9381 16.2695 13.9784 16.0435C14.0187 15.8174 13.98 15.5844 13.8687 15.3836C13.2313 14.2306 12.9321 12.9212 13.0057 11.6058C13.0792 10.2904 13.5224 9.02248 14.2844 7.94777C15.0464 6.87305 16.0963 6.03519 17.3132 5.53051C18.5301 5.02583 19.8648 4.87481 21.1637 5.09483L17.2637 9.32108C17.1552 9.43879 17.0766 9.58084 17.0344 9.73528C16.9922 9.88972 16.9877 10.052 17.0212 10.2086L17.7287 13.4998C17.7692 13.6881 17.8632 13.8606 17.9993 13.9968C18.1355 14.1329 18.308 14.2269 18.4962 14.2673L21.79 14.9748C21.9465 15.0084 22.1089 15.0039 22.2633 14.9617C22.4177 14.9195 22.5598 14.8408 22.6775 14.7323L26.9037 10.8323C27.0722 11.8361 27.02 12.8645 26.7508 13.846C26.4816 14.8276 26.0017 15.7387 25.3447 16.516C24.6876 17.2933 23.8692 17.9182 22.9462 18.3471C22.0232 18.7761 21.0178 18.9988 20 18.9998Z" fill="%23707070"/%3E%3C/svg%3E');
		}

		/******* Main Page - Banner Subscribe Button *******/

		.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe {
			font-size: 0.875rem;
			border-radius: 4px 4px;
			border: 1px solid #CCCCCC;
			background: #FFFFFF;
			padding: 4px 12px 4px 12px;
			color: #072B55;
			font-weight: 600;
			letter-spacing: 0px;
		}

		.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe a {
			color: #072B55;
		}

		.layout-content.status.status-index .unresolved-incidents .unresolved-incident .incident-title .subscribe a:hover {
			color: #072B55;
		}

		/******* Main Page - Past History Incident List Items *******/
		.layout-content.status .incidents-list.format-expanded .status-day .date {
			border-color: transparent;
			font-size: 14px;
			font-weight: 400;
			text-wrap: nowrap;
			grid-row: 1 / 10;
		}

		.layout-content.status .incidents-list.format-expanded .status-day {
			margin-top: 16px;
			margin-right: 16px;
			display: grid;
			grid-template-columns: 136px 720px;
		}

		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container {
			flex-basis: 720px;
			flex-direction: column;
		}

		.layout-content.status.status-index .incident-container .updates-container {
			border-left: solid #E5E5E5 1px;
		}

		.layout-content.status.status-index .incident-container .updates-container .update {
			margin: 0.5rem 12px 0.5rem 12px;
		}


		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-critical a,
		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-major a,
		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-minor a,
		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-maintenance a
		{
			color: #006CD6;
			text-decoration: underline;
		}

		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-critical a:hover,
		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-major a:hover,
		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-minor a:hover,
		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-maintenance a:hover {
			text-decoration: none;
		}

		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-minor::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23EC9932"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-major::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23CF761B"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-critical::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23C71739"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-index .incidents-list.format-expanded .status-day .incident-container .impact-maintenance::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23707070"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		@media screen and (max-width: 600px) {
			.layout-content.status .incidents-list.format-expanded .status-day {
				display: block;
			}
		}

		/******* Incident Detail Page - Indiv Incident *******/

		.layout-content.status.status-incident .page-title .incident-name {
			vertical-align: middle;
			overflow: hidden;
			white-space: nowrap;
			text-overflow: ellipsis;

			font-family: Poppins;
			font-size: 24px;
			font-style: normal;
			font-weight: 700;
			line-height: 150%;
			color: #1f1f1f;
		}

		.layout-content.status.status-incident .page-title {
			text-align: left;
			background-color: #F5F5F5;
			margin-bottom: 30px;
			padding-bottom: 32px;
		}

		.layout-content.status.status-incident .page-title .subheader {
			font-family: "Noto Sans";
			font-size: 12px;
			font-style: normal;
			font-weight: 400;
			line-height: 32px;
		}

		.layout-content.status.status-incident .subscribe-button {
			font-size: 0.875rem;
			border-radius: 4px 4px;
			border: 1px solid #CCCCCC;
			background: #FFFFFF;
			padding: 4px 12px 4px 12px;
			color: #072B55;
			font-weight: 600;
			line-height: 30px;
			text-transform: none;
			text-shadow: none;
			box-shadow: none;
			float: right;
			letter-spacing: 0px;
		}

		.layout-content.status-incident .incident-name.impact-major {
			border-bottom: 2px solid #CF761B;
		}

		.layout-content.status-incident .incident-name.impact-minor {
			border-bottom: 2px solid #EC9932;
		}

		.layout-content.status-incident .incident-name.impact-major::before {
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M26.7075 10.2925L19.7075 3.2925C19.6146 3.19967 19.5042 3.12605 19.3829 3.07586C19.2615 3.02568 19.1314 2.9999 19 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V11C27.0001 10.8686 26.9743 10.7385 26.9241 10.6172C26.8739 10.4958 26.8003 10.3854 26.7075 10.2925ZM20 6.41375L23.5863 10H20V6.41375ZM25 27H7V5H18V11C18 11.2652 18.1054 11.5196 18.2929 11.7071C18.4804 11.8946 18.7348 12 19 12H25V27ZM21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17ZM21 21C21 21.2652 20.8946 21.5196 20.7071 21.7071C20.5196 21.8946 20.2652 22 20 22H12C11.7348 22 11.4804 21.8946 11.2929 21.7071C11.1054 21.5196 11 21.2652 11 21C11 20.7348 11.1054 20.4804 11.2929 20.2929C11.4804 20.1054 11.7348 20 12 20H20C20.2652 20 20.5196 20.1054 20.7071 20.2929C20.8946 20.4804 21 20.7348 21 21Z" fill="%23CF761B"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status-incident .incident-name.impact-minor::before {
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M26.7075 10.2925L19.7075 3.2925C19.6146 3.19967 19.5042 3.12605 19.3829 3.07586C19.2615 3.02568 19.1314 2.9999 19 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V11C27.0001 10.8686 26.9743 10.7385 26.9241 10.6172C26.8739 10.4958 26.8003 10.3854 26.7075 10.2925ZM20 6.41375L23.5863 10H20V6.41375ZM25 27H7V5H18V11C18 11.2652 18.1054 11.5196 18.2929 11.7071C18.4804 11.8946 18.7348 12 19 12H25V27ZM21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17ZM21 21C21 21.2652 20.8946 21.5196 20.7071 21.7071C20.5196 21.8946 20.2652 22 20 22H12C11.7348 22 11.4804 21.8946 11.2929 21.7071C11.1054 21.5196 11 21.2652 11 21C11 20.7348 11.1054 20.4804 11.2929 20.2929C11.4804 20.1054 11.7348 20 12 20H20C20.2652 20 20.5196 20.1054 20.7071 20.2929C20.8946 20.4804 21 20.7348 21 21Z" fill="%23EC9932"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status-incident .incident-name.impact-critical {
			border-bottom: 2px solid #C71739;
		}

		.layout-content.status-incident .incident-name.impact-critical::before {
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M26.7075 10.2925L19.7075 3.2925C19.6146 3.19967 19.5042 3.12605 19.3829 3.07586C19.2615 3.02568 19.1314 2.9999 19 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V11C27.0001 10.8686 26.9743 10.7385 26.9241 10.6172C26.8739 10.4958 26.8003 10.3854 26.7075 10.2925ZM20 6.41375L23.5863 10H20V6.41375ZM25 27H7V5H18V11C18 11.2652 18.1054 11.5196 18.2929 11.7071C18.4804 11.8946 18.7348 12 19 12H25V27ZM21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17ZM21 21C21 21.2652 20.8946 21.5196 20.7071 21.7071C20.5196 21.8946 20.2652 22 20 22H12C11.7348 22 11.4804 21.8946 11.2929 21.7071C11.1054 21.5196 11 21.2652 11 21C11 20.7348 11.1054 20.4804 11.2929 20.2929C11.4804 20.1054 11.7348 20 12 20H20C20.2652 20 20.5196 20.1054 20.7071 20.2929C20.8946 20.4804 21 20.7348 21 21Z" fill="%23C71739"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status-incident .incident-name.impact-maintenance {
			border-bottom: 2px solid #707070;
		}

		.layout-content.status-incident .incident-name.impact-maintenance::before {
			content: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M26.7075 10.2925L19.7075 3.2925C19.6146 3.19967 19.5042 3.12605 19.3829 3.07586C19.2615 3.02568 19.1314 2.9999 19 3H7C6.46957 3 5.96086 3.21071 5.58579 3.58579C5.21071 3.96086 5 4.46957 5 5V27C5 27.5304 5.21071 28.0391 5.58579 28.4142C5.96086 28.7893 6.46957 29 7 29H25C25.5304 29 26.0391 28.7893 26.4142 28.4142C26.7893 28.0391 27 27.5304 27 27V11C27.0001 10.8686 26.9743 10.7385 26.9241 10.6172C26.8739 10.4958 26.8003 10.3854 26.7075 10.2925ZM20 6.41375L23.5863 10H20V6.41375ZM25 27H7V5H18V11C18 11.2652 18.1054 11.5196 18.2929 11.7071C18.4804 11.8946 18.7348 12 19 12H25V27ZM21 17C21 17.2652 20.8946 17.5196 20.7071 17.7071C20.5196 17.8946 20.2652 18 20 18H12C11.7348 18 11.4804 17.8946 11.2929 17.7071C11.1054 17.5196 11 17.2652 11 17C11 16.7348 11.1054 16.4804 11.2929 16.2929C11.4804 16.1054 11.7348 16 12 16H20C20.2652 16 20.5196 16.1054 20.7071 16.2929C20.8946 16.4804 21 16.7348 21 17ZM21 21C21 21.2652 20.8946 21.5196 20.7071 21.7071C20.5196 21.8946 20.2652 22 20 22H12C11.7348 22 11.4804 21.8946 11.2929 21.7071C11.1054 21.5196 11 21.2652 11 21C11 20.7348 11.1054 20.4804 11.2929 20.2929C11.4804 20.1054 11.7348 20 12 20H20C20.2652 20 20.5196 20.1054 20.7071 20.2929C20.8946 20.4804 21 20.7348 21 21Z" fill="%23707070"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-incident .components-affected {
			border-width: 0px;
			background-color: #F5F5F5;
		}

		.layout-content.status.status-incident {
			background-color: #F5F5F5;
			display: flow-root;
		}

		.layout-content.status.status-incident .container .incident-updates-container {
			padding: 20px 20px 20px 20px;
			background-color: #FFFFFF;
		}

		.layout-content.status.status-incident>.container {
			max-width: 1062px;
		}

		.layout-content.status.status-incident>.container .page-footer {
			border-top-width: 0px;
			padding: 0px;
		}

		/******* Incident History Page  *******/

		.layout-content.status.status-full-history .history-nav a.current {
			cursor: default;
			border-width: 2px;
			border-style: solid;
			border-bottom-color: #006CD6;
			border-bottom-style: solid;
			border-left-color: transparent;
			border-top-color: transparent;
			border-right-color: transparent;
		}

		.layout-content.status.status-full-history .show-filter {
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			-o-border-radius: 3px;
			-ms-border-radius: 3px;
			cursor: pointer;
			padding: 4px 12px;
			border-width: 1px;
			border-style: solid;
			display: inline-block;
			line-height: 24px;
			color: #072B55;
		}

		.layout-content.status.status-full-history .months-container {
			background-color: #F5F5F5;
			padding: 20px 32px;
			min-width: 1000px;
		}

		.layout-content.status.status-full-history .months-container .month {
			margin-top: 16px;
			display: grid;
			grid-template-columns: 176px 720px;
		}

		.layout-content.status.status-full-history .history-header .pagination a, .layout-content.status.status-full-history .uptime-header .pagination a {
			border-width: 0px;
		}

		.layout-content.status.status-full-history .history-header .pagination .current, .layout-content.status.status-full-history .uptime-header .pagination .current {
			font-weight: 600;
		}

		@media screen and (max-width: 600px) {
			.layout-content.status.status-full-history .months-container .month {
				display: block;
			}

			.layout-content.status.status-full-history .months-container .month .month-title {
				padding-bottom: 16px !important;
			}

			.layout-content.status.status-full-history .months-container {
				background-color: #F5F5F5;
				padding: 20px 32px;
				min-width: auto;
			}
		}

		.layout-content.status.status-full-history .months-container .month:nth-child(n+2) {
			border-top-width: 1px;
			border-top-style: solid;
			border-top-color: #E5E5E5;
			padding-top: 16px;
		}

		.layout-content.status.status-full-history .months-container .month .month-title {
			border-bottom-width: 0px;
			padding: 2px 0px;
			margin-bottom: 0px;
			font-size: 14px;
		}

		.layout-content.status.status-full-history .months-container .month .month-content .incident-container .incident-title {
			font-weight: 500;
		}

		.layout-content.status.status-full-history .months-container .month .incident-container .impact-critical,
		.layout-content.status.status-full-history .months-container .month .incident-container .impact-major,
		.layout-content.status.status-full-history .months-container .month .incident-container .impact-minor,
		.layout-content.status.status-full-history .months-container .month .incident-container .impact-maintenance {
			color: #006CD6 !important;
			text-decoration: underline;
		}

		.layout-content.status.status-full-history .months-container .month .incident-container .impact-minor::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23EC9932"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-full-history .months-container .month .incident-container .impact-major::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23CF761B"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-full-history .months-container .month .incident-container .impact-critical::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23C71739"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		.layout-content.status.status-full-history .months-container .month .incident-container .impact-maintenance::before {
			content: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M20.0306 7.71938L14.7806 2.46938C14.7109 2.39975 14.6282 2.34454 14.5371 2.3069C14.4461 2.26926 14.3485 2.24992 14.25 2.25H5.25C4.85218 2.25 4.47064 2.40804 4.18934 2.68934C3.90804 2.97064 3.75 3.35218 3.75 3.75V20.25C3.75 20.6478 3.90804 21.0294 4.18934 21.3107C4.47064 21.592 4.85218 21.75 5.25 21.75H18.75C19.1478 21.75 19.5294 21.592 19.8107 21.3107C20.092 21.0294 20.25 20.6478 20.25 20.25V8.25C20.2501 8.15148 20.2307 8.05391 20.1931 7.96286C20.1555 7.87182 20.1003 7.78908 20.0306 7.71938ZM15 4.81031L17.6897 7.5H15V4.81031ZM18.75 20.25H5.25V3.75H13.5V8.25C13.5 8.44891 13.579 8.63968 13.7197 8.78033C13.8603 8.92098 14.0511 9 14.25 9H18.75V20.25ZM15.75 12.75C15.75 12.9489 15.671 13.1397 15.5303 13.2803C15.3897 13.421 15.1989 13.5 15 13.5H9C8.80109 13.5 8.61032 13.421 8.46967 13.2803C8.32902 13.1397 8.25 12.9489 8.25 12.75C8.25 12.5511 8.32902 12.3603 8.46967 12.2197C8.61032 12.079 8.80109 12 9 12H15C15.1989 12 15.3897 12.079 15.5303 12.2197C15.671 12.3603 15.75 12.5511 15.75 12.75ZM15.75 15.75C15.75 15.9489 15.671 16.1397 15.5303 16.2803C15.3897 16.421 15.1989 16.5 15 16.5H9C8.80109 16.5 8.61032 16.421 8.46967 16.2803C8.32902 16.1397 8.25 15.9489 8.25 15.75C8.25 15.5511 8.32902 15.3603 8.46967 15.2197C8.61032 15.079 8.80109 15 9 15H15C15.1989 15 15.3897 15.079 15.5303 15.2197C15.671 15.3603 15.75 15.5511 15.75 15.75Z" fill="%23707070"/%3E%3C/svg%3E');
			display: inline-block;
			padding-right: 8px;
			vertical-align: top;
		}

		/******* Update Basic Links *******/

		.layout-content.status.status-index .scheduled-maintenances-container .scheduled-maintenance .updates-container .update a {
			text-decoration: underline;
		}

		.layout-content.status.status-incident .row .update-container a  {
			text-decoration: underline;
		}

		/******* Uptime History Page  *******/

		.layout-content.status.status-full-history .uptime-calendar .uptime-calendar-display {
			padding: 40px;
			background-color: #F5F5F5;
		}

		.layout-content.status.status-full-history .uptime-calendar .uptime-calendar-display .calendar-month .month-name {
			flex: 1;
			font-size: 12px;
			font-weight: 400;
			color: #707070;
		}

		.layout-content.status.status-full-history .uptime-calendar .uptime-calendar-display .calendar-month .month-uptime {
			flex: 1;
			font-size: 20px;
			font-weight: 700;
			color: #1F1F1F;
		}

		.layout-content.status.status-full-history .uptime-calendar .uptime-calendar-display .calendar-month .month-header {
			display: inherit;
			padding-bottom: 12px;
		}

		.layout-content.status.status-full-history .uptime-calendar .uptime-calendar-display .calendar-month {
			padding: 0px 16px;
		}

		.layout-content.status.status-full-history .uptime-calendar #uptime-tooltip .tooltip-box {
			background-color: #1F1F1F;
			color: #FFFFFF;
			border: 0px;
		}

		.layout-content.status.status-full-history .uptime-calendar #uptime-tooltip {
			background-color: #1F1F1F;
			border: 0px solid rgba(0, 0, 0, 0.2);
			border-radius: 4px;
			box-shadow: none;
		}

		.layout-content.status.status-full-history .uptime-calendar #uptime-tooltip #box-arrow {
			background-color: #1f1f1f;
		}

		i.component-status.major_outage:before {
			content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23FFEDF0"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="%23C71739"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M11.4697 12.4703L3.46967 4.47033L4.53033 3.40967L12.5303 11.4097L11.4697 12.4703Z" fill="%23C71739"/%3E%3C/svg%3E');
			vertical-align: middle !important;
		}

		i.component-status.partial_outage:before {
			content: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23FFEDF0"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.4535 1.01001V1H5.54649C5.39628 1 5.25608 1.03004 5.13591 1.08011C5.00572 1.13019 4.88555 1.2103 4.78541 1.31044L1.31044 4.79542C1.2103 4.89557 1.13019 5.01574 1.08011 5.14592C1.02003 5.27611 1 5.41631 1 5.55651V10.4635C1 10.6137 1.03004 10.7539 1.08011 10.8741C1.13019 11.0043 1.2103 11.1245 1.31044 11.2246L4.78541 14.6996C4.88555 14.7997 5.00572 14.8798 5.13591 14.9299C5.26609 14.99 5.40629 15.01 5.54649 15.01H10.4535C10.6037 15.01 10.7439 14.98 10.8641 14.9299C10.9943 14.8798 11.1144 14.7997 11.2146 14.6996L14.6896 11.2246C14.7897 11.1245 14.8698 11.0043 14.9199 10.8741C14.98 10.7439 15 10.6037 15 10.4635V5.55651C15 5.40629 14.97 5.26609 14.9199 5.14592C14.8698 5.01574 14.7897 4.89557 14.6896 4.79542L11.2146 1.32046C11.1144 1.22031 10.9943 1.1402 10.8641 1.09013C10.7339 1.03004 10.5937 1.01001 10.4535 1.01001ZM8.9535 2.5H5.71754L2.5 5.72682V10.2928L5.71717 13.51H10.2828L13.5 10.2928V5.72719L10.2828 2.51001H8.9535V2.5Z" fill="%23C71739"/%3E%3Cpath d="M8.00001 9.48C7.45001 9.48 7.00001 9.93 7.00001 10.48C7.00001 11.03 7.45001 11.48 8.00001 11.48C8.55001 11.48 9.00001 11.03 9.00001 10.48C9.00001 9.93 8.55001 9.48 8.00001 9.48Z" fill="%23C71739"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.00001 4.25C8.41422 4.25 8.75001 4.58579 8.75001 5V8C8.75001 8.41421 8.41422 8.75 8.00001 8.75C7.5858 8.75 7.25001 8.41421 7.25001 8V5C7.25001 4.58579 7.5858 4.25 8.00001 4.25Z" fill="%23C71739"/%3E%3C/svg%3E');
			vertical-align: middle !important;
		}



		/******* All - Header Inline Style Overrides *******/
		a.show-updates-dropdown {
			color: #fff;
			font-size: 14px;
		}

		.updates-dropdown-container .updates-dropdown {
			right: 100px;
		}

		.updates-dropdown-container .updates-dropdown .updates-dropdown-nav {
			vertical-align: top !important;
		}

		/******* Misc. - Component-specific Inline Style Overrides *******/
		.shared-partial.uptime-90-days-wrapper {
			padding-top: 0px;
		}

		.shared-partial.uptime-90-days-wrapper .legend .legend-item-uptime-value {
			visibility: hidden;
		}

		.shared-partial.uptime-90-days-wrapper .legend .spacer {
			visibility: hidden;
		}

		.shared-partial.uptime-90-days-wrapper svg {
			height: 8px;
		}

		/******* Misc. - Component-specific Inline Padding Override *******/
		.layout-content.status.status-index .components-section .component-container.is-group {
			padding-top: .75rem;
			padding-bottom: .75rem;
		}

		.layout-content.status.status-index .components-section .component-container .name {
			font-weight: 600;
		}

		/******* All - Component Expand-Contract Btns *******/
		.group-parent-indicator {
			position: relative;
			width: 2rem;
			height: 2rem;
			vertical-align: middle !important;
		}

		.group-parent-indicator::before {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-size: cover;
			content: "";
		}

		.group-parent-indicator.fa-plus-square-o::before {
			background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.0053 14.7883C11.8054 14.7885 11.6138 14.7088 11.4729 14.567L7.42138 10.4901C7.12941 10.1963 7.13089 9.72141 7.4247 9.42944C7.71851 9.13746 8.19338 9.13895 8.48536 9.43276L12.0042 12.9737L15.5142 9.43339C15.8058 9.13923 16.2807 9.13719 16.5748 9.42882C16.869 9.72044 16.871 10.1953 16.5794 10.4895L12.5375 14.5664C12.3967 14.7083 12.2052 14.7882 12.0053 14.7883Z" fill="%23707070"/%3E%3C/svg%3E');
		}

		.group-parent-indicator.fa-minus-square-o::before {
			background-image: url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="24" height="24" rx="4" fill="%23F5F5F5"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M11.9949 9.21143C12.1948 9.21131 12.3864 9.29098 12.5273 9.43276L16.5788 13.5097C16.8708 13.8035 16.8693 14.2784 16.5755 14.5703C16.2816 14.8623 15.8068 14.8608 15.5148 14.567L11.9959 11.0261L8.48598 14.5664C8.19435 14.8605 7.71948 14.8626 7.42533 14.571C7.13118 14.2793 7.12913 13.8045 7.42076 13.5103L11.4627 9.43339C11.6034 9.29144 11.795 9.21154 11.9949 9.21143Z" fill="%23707070"/%3E%3C/svg%3E');
		}


		/******* All - Footer Elements (Page Body) *******/
		.page-footer {
			max-height: unset;
			overflow: unset;
			padding: 1rem 0;
		}

		.page-footer a:not(.powered-by a) {
			padding-left: 14px;
			line-height: 24px;
			font-weight: 400;
		}

		.powered-by {
			font-size: 0;
		}

		/******* All - Header Elements (Site Header) *******/

		.site-header {
			width: 100%;
			height: 100%;
			padding-top: 8px;
			padding-bottom: 8px;
			padding-left: 8px;
			padding-right: 16px;
			background: white;
			border-bottom: 1px #E5E5E5 solid;
			justify-content: space-between;
			align-items: center;
			display: inline-flex;
		}

		@media screen and (max-width: 600px) {
			.site-header a {
				font-size: 11px;
			}
		} 

		.site-header .site-header-sub1 {
			flex: 1 1 0;
			height: 36px;
			justify-content: flex-start;
			align-items: center;
			gap: 8px;
			display: flex;
		}

		.site-header .site-header-sub1 .site-header-sub2A {
			justify-content: flex-start;
			align-items: center;
			gap: 4px;
			display: flex;
		}

		.site-header .site-header-sub1 .site-header-sub2A .site-header-sub2A-subgroup {
			justify-content: flex-start;
			align-items: center;
			gap: 4px;
			display: flex;

		}

		.site-header .site-header-sub1 .site-header-sub2A .site-header-sub2A-subgroup .site-header-sub2A-sub3 {
			padding-left: 6px;
			padding-right: 6px;
			border-radius: 4px;
			overflow: hidden;
			justify-content: flex-start;
			align-items: center;
			gap: 4px;
			display: flex
		}

		a.titlelinks {
			color: #1f1f1f;
		}

		.site-header .site-header-sub1 .site-header-sub2A .site-header-sub2A-subgroup .site-header-sub2A-sub3 .site-header-sub2A-sub3-logoImg {
			width: 36px;
			height: 36px;
			justify-content: center;
			align-items: center;
			display: flex;
		}

		.site-header .site-header-sub1 .site-header-sub2A .site-header-sub2A-subgroup .site-header-sub2A-sub3 .site-header-sub2A-sub3-logoTitle {
			padding-left: 4px;
			justify-content: flex-start;
			align-items: center;
			display: flex;
		}

		.site-header .site-header-sub1 .site-header-sub2B {
			justify-content: flex-start; 
			align-items: flex-start; 
			gap: 4px; 
			display: flex;
		}

		.site-header .site-header-sub1 .site-header-sub2B .site-header-sub2B-subgroup1 {
			flex-direction: column; 
			justify-content: flex-start; 
			align-items: center; 
			display: inline-flex;
		}

		.site-header .site-header-sub1 .site-header-sub2B .site-header-sub2B-subgroup2 {
			border-radius: 4px; 
			flex-direction: column; 
			justify-content: flex-start; 
			align-items: center; 
			gap: 4px; 
			display: inline-flex;
		}

		@media screen and (max-width: 600px) {
			.site-header .site-header-sub1 .site-header-sub2B .site-header-sub2B-subgroup1 {
				display: none;
			}
			.site-header .site-header-sub1 .site-header-sub2B .site-header-sub2B-subgroup2 {
				display: none;
			}
		}
		
		/******* All - Footer Elements (Site Footer) *******/
		.site-footer {
			width: 100%;
			padding: 0 80px 16px 80px;
			background: white;
			flex-direction: column;
			justify-content: flex-start;
			align-items: center;
			gap: 10px;
			display: inline-flex;
			position: fixed;
			left: 0;
			bottom: 0;
		}

		.site-footer .site-footer-sub1 {
			align-self: stretch;
			height: 34px;
			flex-direction: column;
			justify-content: flex-start;
			align-items: flex-start;
			gap: 24px;
			display: flex;
		}

		.site-footer .site-footer-sub1 .site-footer-sub2 {
			align-self: stretch;
			padding-top: 16px;
			border-top: 1px #E5E5E5 solid;
			justify-content: space-between;
			align-items: center;
			display: inline-flex;
		}

		.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 {
			flex: 1 1 0;
			height: 18px;
			justify-content: space-between;
			align-items: center;
			display: flex;
		}

		.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 .site-footer-sub4-cr {
			flex: 1 1 0;
			color: #707070;
			font-size: 12px;
			font-family: Noto Sans;
			font-weight: 400;
			line-height: 18px;
			white-space: nowrap;
		}

		@media screen and (max-width: 600px) {
			.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 .site-footer-sub4-cr {
				/*font-size: 8px;*/
				display: inline;
			}

			.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 .site-footer-sub4-links {
				display: inline;
			}

		}

		.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 .site-footer-sub4-links {
			color: #707070;
			font-size: 12px;
			font-family: Noto Sans;
			font-weight: 400;
			line-height: 18px;
			word-wrap: break-word;
		}

		.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 .site-footer-sub4-links a,
		.site-footer .site-footer-sub1 .site-footer-sub2 .site-footer-sub3 .site-footer-sub4-links a:hover {
			color: #707070;
		}


		/******* Main Page - Component Inline and Legend Status Icons *******/
		.icon-indicator {
			position: relative;
			width: 1rem;
			height: 1rem;
			vertical-align: middle;
		}

		.icon-indicator::before {
			display: block;
			position: absolute;
			width: 100%;
			height: 100%;
			background-repeat: no-repeat;
			background-size: contain;
			content: "";
		}

		#uptime-tooltip .tooltip-box {
			background-color: #1F1F1F;
			color: #FFFFFF;
			border: 0px;
		}

		#uptime-tooltip {
			/*background-color: #1F1F1F;*/
			border: 0px solid rgba(0, 0, 0, 0.2);
			border-radius: 4px;
			box-shadow: none;
		}

		.icon-indicator.fa-check::before {
			background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23009058"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M12.5524 4.4905C12.8583 4.76975 12.88 5.24413 12.6007 5.55006L7.20512 11.4613C7.06302 11.617 6.86196 11.7057 6.65118 11.7057C6.4404 11.7057 6.23934 11.617 6.09724 11.4613L3.39944 8.50567C3.12019 8.19974 3.14182 7.72536 3.44775 7.44611C3.75369 7.16687 4.22807 7.1885 4.50731 7.49443L6.65118 9.84317L11.4929 4.53882C11.7721 4.23289 12.2465 4.21125 12.5524 4.4905Z" fill="%23FFFFFF"/%3E%3C/svg%3E');
		}

		.icon-indicator.fa-minus-square::before {
			background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23FCEDBD"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M2.50672 12.4866C2.51063 12.4904 2.51581 12.4949 2.52245 12.5H13.4887C13.4905 12.4967 13.4933 12.4934 13.4952 12.49L8.02894 3.00649C8.02338 3.00436 8.01904 3.00305 8.0159 3.00223C8.00913 3.00045 8.0044 3 8 3C7.99378 3 7.9854 3.00092 7.97693 3.00312C7.97409 3.00386 7.97025 3.00515 7.97025 3.00515C7.97025 3.00515 7.9671 3.00795 7.96495 3.01007C7.95809 3.01684 7.9514 3.0249 7.94585 3.03292L2.50672 12.4866ZM6.66 2.26C6.8 2.03 7 1.83 7.23 1.7C7.46 1.57 7.73 1.5 8 1.5C8.27 1.5 8.53 1.57 8.77 1.7C9 1.83 9.2 2.03 9.33 2.26L14.8 11.75C14.93 11.97 15 12.23 15 12.49C15 12.75 14.93 13.01 14.8 13.23C14.67 13.47 14.47 13.67 14.24 13.8C14.02 13.93 13.76 14 13.51 14H2.5C2.25 14 2 13.93 1.77 13.8C1.54 13.66 1.34 13.47 1.2 13.23C1.07 13 1 12.75 1 12.49C1 12.23 1.07 11.97 1.2 11.75L6.66 2.26Z" fill="%23CF761B"/%3E%3Cpath d="M8 9.625C7.51875 9.625 7.125 10.0188 7.125 10.5C7.125 10.9812 7.51875 11.375 8 11.375C8.48125 11.375 8.875 10.9812 8.875 10.5C8.875 10.0188 8.48125 9.625 8 9.625Z" fill="%23CF761B"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 5.25C8.41421 5.25 8.75 5.58579 8.75 6V8.125C8.75 8.53921 8.41421 8.875 8 8.875C7.58579 8.875 7.25 8.53921 7.25 8.125V6C7.25 5.58579 7.58579 5.25 8 5.25Z" fill="%23CF761B"/%3E%3C/svg%3E');
		}

		.icon-indicator.fa-exclamation-triangle::before {
			background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23FFEDF0"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M10.4535 1.01001V1H5.54649C5.39628 1 5.25608 1.03004 5.13591 1.08011C5.00572 1.13019 4.88555 1.2103 4.78541 1.31044L1.31044 4.79542C1.2103 4.89557 1.13019 5.01574 1.08011 5.14592C1.02003 5.27611 1 5.41631 1 5.55651V10.4635C1 10.6137 1.03004 10.7539 1.08011 10.8741C1.13019 11.0043 1.2103 11.1245 1.31044 11.2246L4.78541 14.6996C4.88555 14.7997 5.00572 14.8798 5.13591 14.9299C5.26609 14.99 5.40629 15.01 5.54649 15.01H10.4535C10.6037 15.01 10.7439 14.98 10.8641 14.9299C10.9943 14.8798 11.1144 14.7997 11.2146 14.6996L14.6896 11.2246C14.7897 11.1245 14.8698 11.0043 14.9199 10.8741C14.98 10.7439 15 10.6037 15 10.4635V5.55651C15 5.40629 14.97 5.26609 14.9199 5.14592C14.8698 5.01574 14.7897 4.89557 14.6896 4.79542L11.2146 1.32046C11.1144 1.22031 10.9943 1.1402 10.8641 1.09013C10.7339 1.03004 10.5937 1.01001 10.4535 1.01001ZM8.9535 2.5H5.71754L2.5 5.72682V10.2928L5.71717 13.51H10.2828L13.5 10.2928V5.72719L10.2828 2.51001H8.9535V2.5Z" fill="%23C71739"/%3E%3Cpath d="M8.00001 9.48C7.45001 9.48 7.00001 9.93 7.00001 10.48C7.00001 11.03 7.45001 11.48 8.00001 11.48C8.55001 11.48 9.00001 11.03 9.00001 10.48C9.00001 9.93 8.55001 9.48 8.00001 9.48Z" fill="%23C71739"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8.00001 4.25C8.41422 4.25 8.75001 4.58579 8.75001 5V8C8.75001 8.41421 8.41422 8.75 8.00001 8.75C7.5858 8.75 7.25001 8.41421 7.25001 8V5C7.25001 4.58579 7.5858 4.25 8.00001 4.25Z" fill="%23C71739"/%3E%3C/svg%3E');
		}

		.icon-indicator.fa-times::before {
			background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23FFEDF0"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M8 13.5C11.0376 13.5 13.5 11.0376 13.5 8C13.5 4.96243 11.0376 2.5 8 2.5C4.96243 2.5 2.5 4.96243 2.5 8C2.5 11.0376 4.96243 13.5 8 13.5ZM8 15C11.866 15 15 11.866 15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15Z" fill="%23C71739"/%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M11.4697 12.4703L3.46967 4.47033L4.53033 3.40967L12.5303 11.4097L11.4697 12.4703Z" fill="%23C71739"/%3E%3C/svg%3E');
		}

		.icon-indicator.fa-wrench::before {
			background-image: url('data:image/svg+xml,%3Csvg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Crect width="16" height="16" rx="8" fill="%23E5E5E5"/%3E%3Cpath d="M14.1726 4.31241C14.1423 4.23745 14.0942 4.17096 14.0326 4.11865C13.9709 4.06634 13.8975 4.02976 13.8186 4.01207C13.7396 3.99437 13.6576 3.99607 13.5795 4.01703C13.5014 4.03799 13.4296 4.07759 13.3701 4.13241L10.8514 6.45679L9.7745 6.22554L9.54325 5.14866L11.8676 2.62991C11.9224 2.57047 11.962 2.49862 11.983 2.42051C12.004 2.34241 12.0057 2.26039 11.988 2.18148C11.9703 2.10258 11.9337 2.02914 11.8814 1.96747C11.8291 1.9058 11.7626 1.85774 11.6876 1.82741C11.0045 1.55106 10.2639 1.44672 9.53095 1.52355C8.79802 1.60038 8.09518 1.85605 7.48418 2.26807C6.87317 2.68009 6.37271 3.23587 6.02677 3.88657C5.68082 4.53727 5.49998 5.26297 5.50012 5.99991C5.49931 6.62221 5.62698 7.23798 5.87512 7.80866L2.112 11.0624C2.10262 11.0699 2.09387 11.0787 2.08512 11.0868C1.71001 11.4619 1.49927 11.9707 1.49927 12.5012C1.49927 12.7638 1.551 13.0239 1.65153 13.2666C1.75205 13.5093 1.89938 13.7298 2.08512 13.9155C2.27086 14.1013 2.49136 14.2486 2.73404 14.3491C2.97672 14.4497 3.23682 14.5014 3.4995 14.5014C4.02999 14.5014 4.53876 14.2907 4.91387 13.9155C4.922 13.9074 4.93075 13.898 4.93825 13.8893L8.19137 10.1249C8.87664 10.4257 9.62611 10.5509 10.3719 10.489C11.1178 10.4272 11.8364 10.1803 12.4628 9.77078C13.0891 9.36122 13.6035 8.80191 13.9592 8.14348C14.315 7.48505 14.5009 6.7483 14.5001 5.99991C14.5011 5.42153 14.3899 4.84845 14.1726 4.31241ZM10.0001 9.49991C9.40829 9.4991 8.82628 9.3486 8.30825 9.06241C8.20788 9.00697 8.09152 8.9877 7.97864 9.00784C7.86576 9.02798 7.76324 9.08631 7.68825 9.17304L4.1945 13.2193C4.00543 13.3989 3.75368 13.4976 3.49292 13.4942C3.23216 13.4909 2.98302 13.3858 2.79862 13.2014C2.61422 13.017 2.50914 12.7679 2.50581 12.5071C2.50247 12.2464 2.60113 11.9946 2.78075 11.8055L6.82387 8.31241C6.91075 8.23738 6.96917 8.13474 6.98932 8.02173C7.00946 7.90872 6.9901 7.79222 6.9345 7.69179C6.61576 7.11531 6.46618 6.46059 6.50295 5.8029C6.53972 5.14521 6.76134 4.51124 7.14234 3.97388C7.52334 3.43653 8.04825 3.0176 8.65672 2.76526C9.2652 2.51291 9.93253 2.43741 10.582 2.54741L8.632 4.66054C8.57774 4.7194 8.53841 4.79042 8.51731 4.86764C8.49621 4.94486 8.49396 5.02602 8.51075 5.10429L8.8645 6.74991C8.88473 6.84403 8.9317 6.93031 8.99978 6.99838C9.06785 7.06646 9.15413 7.11343 9.24825 7.13366L10.8951 7.48741C10.9734 7.5042 11.0545 7.50195 11.1318 7.48085C11.209 7.45975 11.28 7.42042 11.3389 7.36616L13.452 5.41616C13.5362 5.91804 13.5101 6.43225 13.3755 6.92302C13.2409 7.41379 13.001 7.86935 12.6725 8.25801C12.3439 8.64667 11.9347 8.95909 11.4732 9.17356C11.0117 9.38803 10.509 9.4994 10.0001 9.49991Z" fill="%23707070"/%3E%3C/svg%3E');
		}

.updates .update:not(:first-child) {
  display: none;
}