﻿@font-face {
	font-family: "IntelOne BodyText";
	src: url("../fonts/intelone-bodytext-font-family-regular.woff2") format("woff2"), url("../fonts/intelone-bodytext-font-family-regular.woff") format("woff"), url("../fonts/intelone-bodytext-font-family-regular.ttf") format("truetype");
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "IntelOne Display";
	src: url("../fonts/intelone-display-font-family-regular.woff2") format("woff2"), url("../fonts/intelone-display-font-family-regular.woff") format("woff"), url("../fonts/intelone-display-font-family-regular.ttf") format("truetype");
	font-weight: normal;
	font-weight: 400;
	font-style: normal;
}

html,
body {
	height: 100%;
}

body {
	font-family: "IntelOne BodyText", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #262626;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "IntelOne Display", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

h1, .h1 {
	font-size: 2.5rem;
}

h2, .h2 {
	font-size: 2rem;
}

h3, .h3 {
	font-size: 1.75rem;
}

h4, .h4 {
	font-size: 1.5rem;
}

h5, .h5 {
	font-size: 1.25rem;
}

h6, .h6 {
	font-size: 1rem;
}

img {
	border: 0;
	vertical-align: middle;
}

.btn {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	padding: 6px 12px;
	border: 1px solid transparent;
	border-radius: 4px;
}

	.btn.btn-default {
		background-color: #ffffff;
		border-color: #b1babf;
		color: #262626;
	}

		.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
			background-color: #e9e9e9;
			border-color: #a6b0b5;
			color: #262626;
			text-decoration: none;
		}

	.btn.btn-alt {
		background-color: #ff7d00;
		border-color: #ea7400;
		color: #ffffff;
	}

		.btn.btn-alt:hover, .btn.btn-alt:focus, .btn.btn-alt:active {
			background-color: #e67300;
			border-color: #cc6e00;
			color: #ffffff;
			text-decoration: none;
		}


nav.nav {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	border-width: 0 0 1px;
	background-color: #0054ae;
	color: #ffffff;
	z-index: 1500;
}

	nav.nav > .nav-navbar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 0 15px;
	}

		nav.nav > .nav-navbar > .nav-item {
			padding: 14px 8px;
			color: #ffffff;
			text-decoration: none;
		}

			nav.nav > .nav-navbar > .nav-item:hover,
			nav.nav > .nav-navbar > .nav-item:focus,
			nav.nav > .nav-navbar > .nav-item:active {
				background-color: #00377c;
				color: #ffffff;
				text-decoration: none;
			}

		nav.nav > .nav-navbar > .nav-header {
			display: flex;
			align-items: center;
			height: 50px;
			padding: 0 12px;
		}

			nav.nav > .nav-navbar > .nav-header > img {
				margin-right: 16px;
			}

			nav.nav > .nav-navbar > .nav-header > span {
				margin-right: 16px;
				font-size: 1.25rem;
			}

.login-page {
	min-height: 100%;
	background-color: #00377c;
}

	.login-page > .page-container {
		padding-top: 60px;
		padding-bottom: 40px;
	}

	.login-page .jumbotron {
		padding: 20px 16px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		background-color: #edeff0;
		color: #444444;
		border: 1px solid #dadee0;
		border-radius: 4px;
		text-align: center;
		width: 80%;
	}

	.login-page .choice-grid {
		display: flex;
		justify-content: center;
		margin: 40px 20px 10px;
	}

		.login-page .choice-grid > .choice {
			/*position: relative;
			overflow: hidden;*/
			display: flex;
			flex-direction: column;
			justify-content: end;
			flex: 1 1 auto;
			/*
			margin: 10px 1%;
			min-width: 320px;
			max-width: 480px;
			max-height: 360px;
			width: 48%;*/
			margin: 0 10px;
			max-width: 480px;
			height: 350px;
			background: #3085a3;
			text-align: center;
			box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
			border-radius: 4px;
			background-image: linear-gradient(to bottom right, #0095ca, #005b85);
		}

			.login-page .choice-grid > .choice > .choice-text {
				/*flex: 1 1 auto;*/
				background-color: #edeff0;
				color: #444444;
				padding: 10px 20px;
			}

			.login-page .choice-grid > .choice > .choice-action {
				display: flex;
				flex-direction: column;
				justify-content: end;
				margin: 20px 0;
				min-height: 65px;
			}

				.login-page .choice-grid > .choice > .choice-action > .choice-action-text {
					margin: 0 0 10px;
					color: #ffffff;
					min-height: 42px;
				}

	.login-page footer {
		display: flex;
		justify-content: end;
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1030;
		background-color: #cbcbcb;
	}

		.login-page footer a {
			text-decoration: none;
			padding: 6px 8px;
			color: #262626;
		}

			.login-page footer a:hover,
			.login-page footer a:focus {
				text-decoration: underline;
			}
