:root {
	/* Default global value */
	--bulma-help-size: .84em;
	--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, body {
	/* Margin bottom by footer height */
	text-align:left;
	font-family: "VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

body {
	/*push content for fixed navbar */
	padding-top: 52px;
}

.well {
	color: #000;
	padding: 8px 19px 19px 19px;
}

input, textarea, select {
	border:1px solid #9FB5D2;
	font-size:11px;
	color:#80796D;
	text-decoration:none;
	background-color:#ffffff;
}

h1,
h2,
h3,
h4,
h5{
	font-family: "VolvoNovum-Medium", "Segoe UI", "Helvetica Neue", Helvetica, 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;
}

.pagination {
	--bulma-pagination-selected-item-h: 47deg;
	--bulma-pagination-selected-item-s: 0%;
	--bulma-pagination-selected-item-l: 96%;
	--bulma-pagination-selected-item-background-l: 39%;
	--bulma-pagination-selected-item-color-l: 96%;
}

.pagination-next, .pagination-previous {
	border:0 none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none !important;
}

.notification {
	border-radius:0;
}

.navbar-item {
	font-weight: 500;
	font-size: 16px;
}

li.pagination-link a {
	color: #333333 !important;
}

li.pagination-link.is-current a{
	color: white !important;
}


.heroBox {
	position:relative;
}

.heroHeader h1 {
	font-family: "volvobroadweb","VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	position: absolute;
	top:36%;
	color:white;
	padding-left: 40px;
	width:100%;
	text-shadow: 5px 6px 6px #202A44;
}

.heroHeader h1 > small{
	font-family: "VolvoNovum-Light","VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size:42%;
	width:100%;
	display: block;
	line-height: .5rem;
}

.miniHeader h1 {
	font-family: "volvobroadweb","VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	width:100%;
}

.miniHeader h1 > small{
	font-family: "VolvoNovum-Light","VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	width:100%;
	font-size:42%;
	display: block;
	line-height: .5rem;
}


.ctrlHolder {
	font-size: small;
}

.cfdump_cfc {
	color:black;
}

.alert {
	background-color: #97999b;
	margin:0;
	border-radius:0;
}

.control-label.required:before {
	content:"*";
	color:red;
}


@media(min-width: 1408px) {
	.heroHeader h1 {
		font-size: 100pt;
	}
}

@media(min-width: 1216px) and (max-width: 1407px) {
	.heroHeader h1 {
		font-size: 80pt;
	}
}

@media(min-width: 1024px) and (max-width: 1215px) {
	.heroHeader h1 {
		font-size: 54pt;
	}
}

@media(max-width: 768px) {
	.heroHeader h1 {
		font-size: 40px;
	}
}


.panel-body {
	color:#212721;
}

.panel-default {
	border:none;
	margin:0;
	border-radius:0;
}

.panel-default>.panel-heading {
	text-align:center;
	background-color: #707070;
	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;
}

.footer {
	background-color: #fafafa!important;
	color: #707070!important;
	line-height: 1.6666666666666667!important;
	letter-spacing: 0.02em!important;
	font-weight: 300!important;
	position: absolute;
	width: 100%;
	min-height: 30vh;
}

.footer-logo{
	max-height: 15px;
}

.footer-row{
	padding-top: 6px;
	padding-bottom: 6px;
}

.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-list-main > .footer-list-item > a {
		font-family: "VolvoNovum-Medium", "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: 16px;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5em;
}

.footer-list-item > a {
	text-decoration: none;
	letter-spacing: 0;
	padding: 5px;
	display: block;
}

.footer-list-item.footer-list-item-row {
	padding-top: 40px;
	display: block;
	margin: 0 auto;
}
