@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('fonts/material-design-icons/5.1.45/materialdesignicons.min.css?v=1');

:root {
	--primary-color: #942330;
	--hover-color: #707070;
	--primary-color-text: #fff;
	--accent-color: #0A6279;
}

html, body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 1rem;
}

a, .btn-link {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

app {
	position: relative;
}

.main {
	flex: auto;
	height: 100%;
}

.content {
	flex: 1 1 auto;
}

.display-5 {
	color: var(--primary-color);
	border-bottom: 1px solid #aaaaaa;
	font-size: 2.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.navbar-toggler {
	background-color: rgba(255, 255, 255, 0.1);
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

	#blazor-error-ui .dismiss {
		cursor: pointer;
		position: absolute;
		right: 0.75rem;
		top: 0.5rem;
	}



.app-header {
	background-color: var(--primary-color);
	color: #fff;
}

img.navbar-logo {
	object-fit: contain;
	max-width: 225px;
}

.nav-link {
	margin: 0px 20px 0px 20px;
	font-size: 1.3rem;
}

img.tool-logo {
	max-height: 80px;
}

.cards > .card {
	width: 500px;
	height: 230px;
	background-color: rgba(255, 255, 255, .85);
}

div.announcements {
	margin: 0 auto;
	max-height: 300px;
}


	div.announcements > .card {
		border: none;
		margin: 0 auto;
		width: 95%;
		max-width: 1645px;
	}

		div.announcements > .card > .card-body {
			overflow-y: scroll;
		}

		div.announcements > .card > .card-header {
			background-color: var(--primary-color);
			color: var(--primary-color-text);
		}

@media (max-width: 767.98px) {
	.main .top-row:not(.auth) {
		display: none;
	}

	.main .top-row.auth {
		justify-content: space-between;
	}

	.main .top-row a, .main .top-row .btn-link {
		margin-left: 0;
	}

	.home-bg {
		height: auto;
	}
}

@media (min-width: 768px) {
	app {
		flex-direction: row;
		display: flex;
		flex-flow: column;
		height: 100%;
	}

	.sidebar {
		width: 250px;
		height: 100vh;
		position: sticky;
		top: 0;
	}

	.main .top-row {
		position: sticky;
		top: 0;
	}

	.sidebar .collapse {
		/* Never collapse the sidebar for wide screens */
		display: block;
	}
}

.what-we-do-banner {
	width: 100%;
	max-height: 300px;
	height: 300px;
	background-image: url('/assets/BladeWhatWeDo_Image.jpg');
	background-size: cover;
	background-repeat: repeat-x;
}

.bio-cards > .card {
	background-color: #eeeded;
}

a.card-link {
	display: inline-block;
}

div.card-link {
	width: 375px;
	height: 185px;
	background-color: var(--primary-color);
	box-shadow: 2px 4px 6px #00000029;
	border-radius: 23px;
	opacity: 1;
	color: white;
	text-align: center;
}

.accent {
	background-color: var(--accent-color) !important;
}

div.card-link > .card-text {
	margin-top: 10px;
	font-size: 1.3em;
}

.mdi-48px.mdi-set, .mdi-48px.mdi::before {
	font-size: 48px;
	width: 48px;
	height: 48px;
}

.mdi-64px.mdi-set, .mdi-64px.mdi::before {
	font-size: 64px;
	width: 64px;
	height: 64px;
}

.mdi-96px.mdi-set, .mdi-96px.mdi::before {
	font-size: 96px;
	width: 96px;
	height: 96px;
}

.mdi-128px.mdi-set, .mdi-128px.mdi::before {
	font-size: 128px;
	width: 128px;
	height: 128px;
}

div.avatar {
	width: 160px;
	height: 160px;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
	line-height: 160px;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius: 50%
}

	div.avatar > i {
		margin: 0 auto;
	}

.modal-header {
	background-color: var(--primary-color);
	color: var(--primary-color-text);
}

.btn-primary, .btn-primary:active, .btn-primary:focus {
	background-color: var(--primary-color);
}

.btn-primary:hover {
	background-color: var(--hover-color);
}

.avlog-logo {
	position: absolute;
	left: 50%;
	margin-left: -216px;
	top: 50%;
	margin-top: -216px;
}

.banner {
	width: 100%;
}

.banner > img {
	width: 100%;
}

.navbar-brand {
	font-size: 1.5em;
	color: var(--primary-color-text);
}

div.child-layer {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: grid;
}

.home-bg {
	flex: 1 1 auto;
	height: 100%;
	min-height: calc(100vh - 136px);
	background-image: url('../assets/index/AVLOG_Home_Img.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px;
}

.home-bg > h1 {
	color: #fff;
}

@media (min-width: 990.1px) {
	.main-squares {
		margin-bottom: 215px;
		margin-top: 30px;
	}
}

@media (max-width: 990px) {
	.main-squares {
		margin-top: unset;
		margin-bottom: unset;
	}
}

div.welcome-message {
	color: var(--primary-color-text);
	font-size: 2.5em;
}

.footer{
	height:100px;
	color:#fff;
	position:relative;
	line-height:180%;
	padding:0 10px;
}

.pointer {
	cursor: pointer;
}

div.form-section-header {
	background-color: #ccc;
	padding: 10px;
	margin: 10px 0 10px 0;
	font-weight: bold;
	border-radius: 5px;
}

label {
	font-size: .9em;
	font-weight: 500;
}

label.inline-label {
	margin-top: 10px;
}

div.intake-success {
	font-weight: 500;
	border-radius: 10px;
	font-size: 1.2em;
}

/* File uplaod drag drop */

.drag-drop-zone {
	border: 3px dashed var(--primary-color);
	padding: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eee;
	box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
	color: #aeaeae;
	font-size: 1.5rem;
	cursor: pointer;
	margin: 0 .30rem 0.5rem .30rem;
	position: relative;
	width: 100%;
	border-radius: 10px;
	height: 100px;
}

.drag-drop-zone:hover {
	background-color: #f5f5f5;
}

.drag-drop-zone input[type=file] {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

/* Slider Control */
input[type=range] {
	-webkit-appearance: none;
	margin: 18px 0;
	width: 100%;
}
input[type=range]:focus {
	outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	background: var(--primary-color);
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
	background: var(--hover-color);
}
input[type=range]::-moz-range-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	background: var(--primary-color);
	border-radius: 1.3px;
	border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]::-ms-track {
	width: 100%;
	height: 8.4px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 16px 0;
	color: transparent;
}
input[type=range]::-ms-fill-lower {
	background: var(--primary-color);
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
	background: var(--primary-color);
	border: 0.2px solid #010101;
	border-radius: 2.6px;
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
	box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
	border: 1px solid #000000;
	height: 36px;
	width: 16px;
	border-radius: 3px;
	background: #ffffff;
	cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
	background: var(--primary-color);
}
input[type=range]:focus::-ms-fill-upper {
	background: var(--primary-color);
}

.underline {
	border-bottom: 1px solid #aaaaaa;
}

.btn-primary:not(:disabled):not(.disabled).active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	width: 375px;
}

.btn-tile {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	width: 375px;
}

#applicationList-popover {
	top: 53px;
	left: 13px;
}

.modal-header {
    background-color: var(--primary-color);
    color: var(--primary-color-text);
}

.help-link {
	cursor: pointer;
	font-size: 1.1em;
}