:root {
	/* Default global value */
	--bulma-family-primary: "VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	--bulma-primary-h: 0deg;
	--bulma-primary-s: 0%;
	--bulma-primary-l: 42%;
	--bulma-link-h: 213deg;
	--bulma-link-s: 51%;
	--bulma-link-l: 52%;
	--bulma-info-h: 212deg;
	--bulma-info-s: 58%;
	--bulma-info-l: 39%;
	--bulma-success-h: 145deg;
  --bulma-success-s: 47%;
  --bulma-success-l: 38%;
	--bulma-warning-h: 38deg;
	--bulma-warning-l: 49%;
	--bulma-danger-h: 5deg;
	--bulma-danger-s: 84%;
	--bulma-danger-l: 41%;
}

/********* General sitewide style ***********/
html {
	position: relative;
}

body {
	/*push content for fixed navbar */
	padding-top: 52px;
	font-family: "VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	display: flex;
	min-height: 101vh;
	flex-direction: column;
}


body > .container {
	padding-bottom: 140px;
	/* adjust for footer height */
}

#wrapper {
	flex: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "VolvoNovum-Regular","Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

h1 {
	font-size: xxx-large;
}

h2 {
	font-size: xx-large;
}

h3 {
	font-size: x-large;
}

h4 {
	font-size: large;
}

h5 {
	font-size: medium;
}

.heroBox{
	position:relative;
}

.heroHeader {
	position: absolute;
	top:54%;
	padding-left:20px;
	width:100%;
}

.heroHeader h2 {
	font-family: "VolvoNovum-Regular","volvobroadweb","Arial Narrow","Helvetica Neue",Arial,sans-serif;
	text-shadow: 2px 2px 2px #212721;
}

.heroHeader h4 {
	font-family: "VolvoNovum-Light", "volvobroadweb","Arial Narrow","Helvetica Neue",Arial,sans-serif;
	line-height: 0.5em;
	text-shadow: 2px 2px 2px #212721;
}

@media(min-width: 1408px) {
	.heroHeader h2 {
		font-size: 60pt;
	}
	.heroHeader h4 {
		font-size: 32pt;
	}
	.heroHeader {
		top:56%;
	}
}

@media(min-width: 1216px) and (max-width: 1407px) {
	.heroHeader h2 {
		font-size: 56pt;
	}
	.heroHeader h4 {
		font-size: 38pt;
	}
	.heroHeader {
		top:50%;
	}
}

@media(min-width: 1024px) and (max-width: 1215px) {
	.heroHeader h2 {
		font-size: 50pt;
	}
	.heroHeader h4 {
		font-size: 32pt;
	}
	.heroHeader {
		top:50%;
	}
}

@media(max-width: 768px) {
	.heroHeader h2 {
		font-size: 16pt;
	}
	.heroHeader h4 {
		font-size: 14pt;
	}
	.heroHeader {
		top:50%;
	}
}




.control-label.required:before {
	content:"*";
	color:red;
}

.panel-body{
	color:#212721;
}

.panel-default {
	border:none;
	margin:0;
	border-radius:0;
}

.panel-default>.panel-heading {
	text-align:center;
	background-color: #003057;
	color:white;
}

.panel-heading{
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.panel-title{
	font-family: "VolvoNovum-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 18px;
}
li.list-group-item:hover {
	background-color: #97999b;
	color:white;
}

.list-group a {
	color: #212721;
	text-decoration:none;
}


.footer {
	background-color: #fafafa !important;
	color: #707070!important;
	bottom: 0;
	width: 100%;
	line-height: 1.6666666666666667!important;
	letter-spacing: 0.02em!important;
	font-weight: 300!important;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 12px;
}

.footer a {
	color: #141414!important;
	border: none;
}

.footer a:hover {
	border-bottom: none;
	color: #1c6bba!important;
}

ul.footer-row.footer-list.footer-list-main{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-row {
	padding-top: 3px;
	padding-bottom: 1px;
}

.footer-list-main > .footer-list-item > a {
	color: #141414!important;
	font-family:	"VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.footer-list-main > .footer-list-item {
	display: inline-block;
	margin: 0px 28px;
	font-family: "VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5em;
}


.footer-list-item > a {
	text-decoration: none;
	font-weight: 600!important;
	letter-spacing: 0;
	display: block;
}

.footer-list-item.footer-list-item-row {
	padding-top: 24px;
	display: block;
	margin: 0 auto;
}
