﻿﻿ /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
.new-font {
	font-family: 'Fjalla One',sans-serif;
}

body {
	font-family: "Lato", sans-serif;
	font-style: normal;
}

.container-fluid {
	width: 95%;
	padding-right: 0px;
	padding-left: 0px;
}

.jumbotron {
	padding: 1rem 2rem;
	background-color: rgba(240,242,244,.5);
}

.page-content .jumbotron-header {
	margin-bottom: 0px;
}

.page-content .jumbotron-bg {
	background-size: cover !important;
	height: 225px;
}

.jumbotron img {
	height: 100px;
	padding-bottom: 10px;
}

.page-content .jumbotron-bg::before {
	position: relative;
	top: -10px;
	left: 49%;
	width: 0;
	height: 0;
	content: '';
	border-width: 10px 10px 0;
	border-style: solid;
	border-color: #f7f8f9 transparent transparent;
}

main {
	background-color: #f1f3f5 !important;
}

@media screen and (max-width: 767px) and (min-width: 427px) {
	.jumbotron img {
		height: 80px;
	}

	.page-content .jumbotron-bg {
		height: 175px;
	}
}

@media screen and (max-width: 426px) and (min-width: 321px) {
	.jumbotron img {
		height: 70px;
	}

	.page-content .jumbotron-bg {
		height: 125px;
	}
}

@media screen and (max-width: 320px) {
	.jumbotron img {
		height: 40px;
	}

	.page-content .jumbotron-bg {
		height: 80px;
	}
}

.background-primary {
	background-color: #1c61ad
}

.background-primary-highlight {
	background-color: #2b9ff9
}

.background-primary-shadow {
	background-color: #103d8f
}

.background-dark {
	background-color: #3a3a44
}

.background-light {
	background-color: #f0f2f4
}

.background-secondary {
	background-color: #009a67
}

.background-secondary-highlight {
	background-color: #00da9a
}

.background-secondary-shadow {
	background-color: #03614a
}

.background-white {
	background-color: #fff
}

.background-success {
	background-color: #4caf50
}

.background-info {
	background-color: #5bc0de
}

.background-warning {
	background-color: #f0ad4e
}

.background-error {
	background-color: #e74c3c
}

.background-gray {
	background-color: #e9e9e9
}

.background-gray-light {
	background-color: #edf3f6
}

.background-off-white {
	background-color: #f8f8f8
}

.background-raan-primary {
	background-color: #005288
}

.background-raan-secondary {
	background-color: #8cc63f
}

.background-raan-light {
	background-color: #f4f8fb
}

.background-roar-1 {
	background-color: #95bd50
}

.background-roar-2 {
	background-color: #ffc31a
}

.background-roar-3 {
	background-color: #e66925
}

.background-roar-4 {
	background-color: #bf1e2e
}

.background-roar-5 {
	background-color: #804098
}

.background-roar-n {
	background-color: rgba(0,82,136,.5)
}

.background-aqi-good {
	background-color: #06e300
}

.background-aqi-moderate {
	background-color: #fef924
}

.background-aqi-unhealthy-sensitive {
	background-color: #fa8005
}

.background-aqi-unhealthy {
	background-color: #fd1700
}

.background-aqi-very-unhealthy {
	background-color: #9d034b
}

.background-aqi-hazardous {
	background-color: #710020
}

.background-rating1 {
	background-color: #dd2c00
}

.background-rating2 {
	background-color: #ff5722
}

.background-rating3 {
	background-color: #ff9800
}

.background-rating4 {
	background-color: #ffc107
}

.background-rating5 {
	background-color: #f5dc00
}

.background-rating6 {
	background-color: #cddc39
}

.background-rating7 {
	background-color: #8bc34a
}

.background-rating8 {
	background-color: #4caf50
}

.background-rating9 {
	background-color: #43a047
}

.background-rating10 {
	background-color: #388e3c
}

.badges-list {
	margin-bottom: 20px
}

.badges-list-item {
	line-height: 1.2em;
	display: inline-block;
	padding: .2em .7em;
	color: #404040;
	border-radius: 3px;
	background-color: #f0f2f4
}

.badge-rounded {
	border-radius: 50px
}

.badge-lg {
	font-size: 1.3em
}

.badge-xs {
	font-size: .7em
}

.badge-primary {
	background-color: #1c61ad
}

.badge-secondary {
	background-color: #009a67
}

.badge-dark {
	background-color: #3a3a44
}

.badge-gray {
	background-color: #e9e9e9
}

.badge-success {
	background-color: #4caf50
}

.badge-error {
	background-color: #e74c3c
}

.badge-warning {
	background-color: #f0ad4e
}

.badge-info {
	background-color: #5bc0de
}

input:not(#nav-placeholder input), textarea {
	background-color: #f0f2f4 !important;
	color: #103d8f !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
	font-size: 20px;
	line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
	width: 100%;
}

/* QR code generator */
#qrCode {
	margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
	/* Hide captions */
	.carousel-caption {
		display: none;
	}
}

.card-header {
	cursor: pointer !important;
}

.bg-primary {
	background-color: #1C61AD !important;
}

.btn-primary {
	color: #fff !important;
	background-color: #1C61AD !important;
	border-color: #1C61AD !important;
}

.btn-dark {
	color: #fff !important;
	background-color: #4c4c55 !important;
	border-color: #4c4c55 !important;
}

.border-primary {
	border-color: #1C61AD !important;
}

.bg-success {
	background-color: #4CAF50 !important;
}

.border-success {
	border-color: #4CAF50 !important;
}

.bg-info {
	background-color: #5BC0DE !important;
}

.border-info {
	border-color: #5BC0DE !important;
}

.bg-warning {
	background-color: #F0AD4E !important;
}

.border-warning {
	border-color: #F0AD4E !important;
}

.bg-danger {
	background-color: #E74C3C !important;
}

.border-danger {
	border-color: #E74C3C !important;
}

.bg-gray {
	background-color: rgba(0, 0, 0, 0.25) !important
}

.border-gray {
	border-color: rgba(0, 0, 0, 0.25) !important
}

.form-applicant {
	border: 1px solid #F0AD4E !important;
	border-radius: 0.25rem;
}

.strong-success {
	color: #4CAF50 !important;
}

[data-toggle="collapse"] .fa:before {
	content: "\f056";
}

[data-toggle="collapse"].collapsed .fa:before {
	content: "\f055";
}

.border--bottom {
	border-bottom: 1px solid #dddddd !important;
}

.border--top {
	border-top: 1px solid #dddddd !important;
}

.border--left {
	border-left: 1px solid #dddddd !important;
}

.border--right {
	border-right: 1px solid #dddddd !important;
}

.border--all {
	border: 1px solid #dddddd !important;
}

.border--none {
	border: none !important;
}

.border--solid {
	border-style: solid !important;
}

.border--dashed {
	border-style: dashed !important;
}

.border--dotted {
	border-style: dotted !important;
}

.border--primary {
	border-color: #1c61ad !important;
}

.border--secondary {
	border-color: #009a67 !important;
}

.border--dark {
	border-color: #3a3a44 !important;
}

.border--light {
	border-color: #F0F2F4 !important;
}

@media (max-width: 992px) {
	.border--mobile-none {
		border: none !important;
	}
}

footer,
.footer {
	background: #3a3a44;
	color: #b3b3b3;
	box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.6) inset;
}

footer:after,
.footer:after {
	content: "";
	box-shadow: 0px 500px 0px 500px #3a3a44;
	display: block;
	width: 100%;
	/*position: absolute;*/
}

footer .section,
.footer .section {
padding: 20px 0;
}

footer .section p,
.footer .section p {
	margin-bottom: 0;
}

footer a,
.footer a {
color: white;
background-position: 0 15px;
}

footer a:hover,
.footer a:hover {
	color: white;
	background-position: 0 0;
}

.footer-ribbon {
	background: rgba(58, 58, 68, 0.9);
	padding-left: 15px;
}

@media (max-width: 992px) {
	.footer-ribbon {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}

.footer-ribbon img {
	display: block;
}

.footer-ribbon span {
	color: white;
}

.footer-ribbon div {
	border-color: rgba(0, 0, 0, 0.25) !important;
}

.footer-ribbon ul {
	color: rgba(0, 0, 0, 0.25);
	margin: 0 auto;
	padding: 1em;
	padding-bottom: 0.5em;
}

.footer-ribbon ul li {
	margin-bottom: 0.3em;
}

.footer-ribbon ul li span {
	color: rgba(225, 225, 225, 0.7);
}

.footer-ribbon ul li span a {
	display: inline-block;
}

.footer-ribbon ul li a {
	color: rgba(225, 225, 225, 0.7);
	border: none;
	background-image: none;
	line-height: 1em;
	display: block;
}

.footer-ribbon ul li a:hover {
	color: white;
}

.footer-ribbon .social {
	margin: 0 auto;
	padding: 1.25em 0;
}

.footer-ribbon .social li {
	display: inline-block;
	padding-right: 1em;
}

.footer-ribbon .social li a {
	background-image: none;
}

.footer-ribbon .social li a .bts, .footer-ribbon .social li a .btb, .footer-ribbon .social li a .btr, .footer-ribbon .social li a .btl, .footer-ribbon .social li a .fab {
	vertical-align: 0;
}

.footer-logo {
	width: 60%;
}
