@font-face {
   font-family: freshsans;
   src: url(fonts/FreshSans-Regular_1_350_web.woff2);
   font-style: normal;
   font-weight: 300;
}

@font-face {
  font-family: freshsans;
  src: url(fonts/FreshSans-Bold_1_350_web.woff2);
  font-weight: bold;
}

@font-face {
  font-family: freshsans;
  src: url(fonts/FreshSans-MediumItalic_1_350_web.woff2);
  font-style:italic;
  font-weight: 400;
}

@font-face {
  font-family: freshsans;
  src: url(fonts/FreshSans-Medium_1_350_web.woff2);
  font-style:normal;
  font-weight: 400;
}

* {
   font-family: freshsans;  
 }

.h4-font {
    font: 700 20px "FreshSans", Arial, sans-serif;
    line-height: 1.5;     
    margin-bottom: 0px;
	
}

.lastCheckTime {
	font-weight: 300;
	font-size: smaller;
}

.announcement {
	padding:40px 0px;	
}

.py60 {
	padding: 40px;
}

.status-hh-text {
	padding: 5px;
	color: #f9f9f9;
}

.header-title, .light-green {
	background: #a5c84d;
}

.light-white-grey {
	background: #f9f9f9;
}

.ss-container {
	padding-right: 30px;
	padding-left: 30px;
	background-color: #ffff;
	padding: 30px 30px;
}

.services {
	margin-top: 20px;
}

.ss-block {
	border-top: 1px solid rgba(86, 61, 124, .2);	
	border-left: 1px solid rgba(86, 61, 124, .2);	
	padding: 8px 15px;
}

.ss-row-block{
	border-right: 1px solid rgba(86, 61, 124, .2);
}

.ss-row-block:last-child{
	border-bottom: 1px solid rgba(86, 61, 124, .2);
}

.inner-container {
	margin: 0 auto;
	padding: 60px 40px;
	max-width: 960px;
	padding: 0;
}

.mb-32 {
	margin-bottom: 32px;
}

.container-no-max-width {
	padding-top: 10px;
	width: 100%;
}

.status-icon-block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.status-icon-block>.status-icon {
	padding: 0 1px;
}

main.content_container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.services>.ss-row-block>.ss-block>.stat-body {
	float: right;
}

.status-icon-block {
	padding-top: 30px;
	padding-bottom: 30px;
}

.changeToRed, .status-red {
	color: #e74c3c;
}

.changeToGreen, .status-green {
	color: #2fcc66;
}

.status-yellow {
	color: #f1c40f;
}

.status-orange {
	color: #e67e22;
}

.status-blue {
	color: #3498DB;
}

.services>.row+.services>.row {
	border-top: 0;
}

.systemstatus {
	width: 60%;
}

.stat-icon {
	float: right;
}

.bg-changeToGreen {
	background-color: #2fcc66;
}

.bg-changeToRed {
	background-color: #f02525;
}

.bg-changeToYellow {
	background-color: #f1c40f;
}

.bg-changeToOrange {
	background-color: #e67e22;
}

.bg-changeToBlue {
	background-color: #3498DB;
}

.overallstatus {
	font-size: 22px;
	color: white;
}

.row {
	margin: 0;
}

.sticky {
	position: fixed;
	top: 0;
	opacity: 1;
	z-index: 2;
	left: 0px;
	right: auto;
}

i.fa.fa-question-circle-o {
	color: #d2cfcf;
}

.sticky+.services {
	padding-top: 102px;
}

.content-body{
	font-style: normal;
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	[class*="col-"] {
		width: 100%;
	}
	.container-no-max-width {
		width: 100%;
	}
	.systemstatus {
		width: 100%;
	}
	.container {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
	}
	.fa-question-circle-o{
		visibility: hidden;
	}
}

/*@media only screen and (min-width: 768px) {
}*/