@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'fontawesome';
	src: url('/Assets/fonts/fontawesome-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Gibson-Light';
	src: url('/Assets/fonts/Gibson-Light-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Gibson-Regular';
	src: url('/Assets/fonts/Gibson-Regular-webfont.woff') format('woff');
}
@font-face {
	font-family: 'Gibson-SemiBold';
	src: url('/Assets/fonts/Gibson-SemiBold-webfont.woff') format('woff');
}
body {
	background-color: #d7d7d7;
	font-family: "Gibson-Light", sans-serif;
}
p, li {
	font-size: 16px;
	line-height: 1.4;
}
h1 {
	font-family: "Gibson-Regular", sans-serif;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 20px;
}
.lead {
	margin-bottom: 0;
	font-family: "Gibson-Regular", sans-serif;
}
.container {
	background-color: #f1f5f8;
	padding: 35px 100px;
}
.container.white {
	background-color: #fff;
}
header.container {
	background-color: #fff;
	border-bottom: 20px solid #252849;
	padding: 20px 100px;
}
.header-logo img, .outage-image img {
	margin: 0;
	display: block;
	width: 25%;
}
.platforms {
	margin-top: -25px;
	margin-bottom: -20px;
}
.platforms div {
	border: 1px solid transparent;
	margin: 15px;
	width: 100% /*calc(50% - 30px)*/;
	padding: 25px;/*background-color: #f2f5f8;*/
}
.platforms div img, .platforms div a {
	margin: 0 auto;
	text-align: center;
	display: block;
}
.platforms div img {
	border: 1px solid #999;
}
.platforms span.btn {
	margin-top: 10px;
	border-radius: 0;
	background-color: #005e98;
}
/*
.platforms div:hover {
	transition: border 0.3s ease-in-out, background-color 0.3s ease-in-out;
	background-color: #f1f5f8;
	border: 1px solid #d2e5ef;
	border-radius: 5px;
}*/
.tag {
	text-transform: uppercase;
	font-size: 14px;
	font-family: Gibson-Regular, sans-serif;
	margin-bottom: 0;
	color: #999;
}
footer {
	margin: 50px -100px -50px -100px;
	background-color: #555;
	color: #fff;
	padding: 50px 100px;
}
footer a:link, footer a:visited {
	color: #d5f1e3;
	text-decoration: underline;
}
footer a:hover {
	color: #ccc;
	text-decoration: none;
}
footer p {
	font-size: 14px !important;
}
.fa-li.fa.fa-close {
    color: #b20000;
}
.fa-li.fa.fa-check {
    color: #00b200;
}


@media (min-width: 768px) and (max-width: 991px) {
.container {
	padding: 50px;
}
header.container {
	padding: 20px 50px;
}
footer {
	margin: 50px -50px -25px;
	padding: 50px;
}
}

@media (max-width: 767px) {
.container {
	padding: 25px;
}
	header.container {
	padding: 20px 25px;
}
.header-logo img, .outage-image img {
	width: 50%;
}
	h1 {
		font-size: 24px;
	}
.platforms div {
	width: calc(100% - 30px);
}
footer {
	margin: 50px -25px -25px;
	padding: 25px;
}
}
