/********* General sitewide style ***********/
html {
	position: relative;
	min-height: 100%;
}

body {
	text-align:left;
	background-color: #ffffff;
	color: #000000;
	font-family: "VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.5em;
}

body > .container {
	/* adjust for footer height */
  padding-top: 140px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "VolvoNovum-Regular","Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.well {
	color: #000;
}

input, textarea, select{
	border:1px solid #9FB5D2;
	font-size:11px;
	color:#80796D;
	text-decoration:none;
	background-color:#ffffff;
}

.heroBox{
	position:relative;
	z-index: 888;
	top:0px;
}

.heroHeader h1 {
	font-family: "VolvoNovum-Light","VolvoNovum-Regular","volvobroadweb","Arial Narrow","Helvetica Neue",Arial,sans-serif;
	position: absolute;
	top:40%;
	padding-left:20px;
	color:white;
	width:100%;
	text-shadow: 2px 2px 2px #212721;
}

.heroHeader h1 > small{
	font-family: "VolvoNovum-Light","VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size:42%;
	color:white;
	width:100%;
	display: block;
}

.container{
	padding-right: 0;
	padding-left: 0;
}

.row {
	margin-right:0;
	margin-left:0;
}

@media(min-width: 1068px) {
	.heroHeader h1 {
		font-size: 48pt;
		top:60%;
	}
	.heroBox{
		margin-bottom: 32px;
	}
	.navbar-nav>li>a{
		font-size: 16px;
	}
}

@media(min-width: 768px) and (max-width: 1067px) {
	.heroHeader h1 {
		font-size: 36pt;
		top:48%;
	}
	.heroBox{
		margin-bottom: 32px;
	}
	.container{
		max-width: 768px;
	}
	.navbar-nav>li>a{
		font-size: 12px;
	}
}

@media(min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
	.heroHeader h1 {
		font-size: 16pt;
		top: 38%;
	}
	.heroBox {
		margin-top: 52px;
	}
	.navbar-nav>li>a{
		font-size: 12px;
	}
}

@media (max-width: 480px) {
	.heroHeader h1 {
		font-size: 16px;
		top: 40%;
	}
	.heroHeader small {
		font-size: 14px;
	}
	.navbar-nav>li>a{
		font-size: 16px;
	}
}

.navbar-inverse .navbar-nav>li>a{
	color:white;
	font-size: 1.1em;
	position: relative;
	display: block;
	padding: 10px 12px;
}

.navbar-inverse {
	background-color: rgba(22, 22, 24, 0.84);
	-webkit-transition: background-color 300ms ease-in;
	transition: background-color 300ms ease-in;
}

.navbar-toggle {
	float:left;
	margin-left:4px;
}

.navbar-header{
	position: relative;
	width:50%;
	text-align:right;
	/*border:solid red 1px;*/
}

.navbar-right{
	margin-right:4px;
}

.logoMark{
	margin: 0;
	padding-left:16px;
	position: absolute;
	top: 54%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.ctrlHolder{
	font-size: small;
}

.cfdump_cfc{
	color:black;
}

.alert {
	margin:0;
	border-radius:0;
}

.alert-main {
	background-color: #97999b;
}
.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-group .panel+.panel {
	margin-top: 1px;
}

.panel-primary {
	border:0;
	margin:0;
	border-radius:0;
}
.panel-primary>.panel-heading {
	text-align:left;
	background-color: transparent;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	text-align:left;
	border-top-color: #eee;
}

.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;
}


.brandButton{
	background-image: url('../images/linkArrow_blue.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
}

.brandButton:hover{
	background-image: url('../images/linkArrow_white.gif');
}

.footer {
	background-color: #fafafa !important;
	color: #707070!important;
	position: absolute;
	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;
}


.btn{
	font-family: "VolvoNovum-Medium", "VolvoNovum-Regular", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: 0.125em;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	border: solid 2px #003057;

	line-height: 1.5;
	outline: none;
	text-align: center;
	border-radius: 0;
	font-size: 14px;
	border-width: 1px;
	background: rgba(255, 255, 255, 0.1);
}

.icon, .subnav-select:before {
	font-family: 'volvo-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-globe:before {
	content: "\e014";
}
.icon-globe-blue:before {
	content: "\e014";
	color: #bdd6e6;
}
