/* structure for mobile first */

.b2b-landing-header {
  width: 100%;
  height: 185px;
  padding: 18px 66px;
  background-color: #9B9B9B;
  background-size: cover;
  background-position: center;
}
.b2b-landing-header .big-title {
	font-size: 55px;
	line-height: 55px;
	color: white;
	margin-top: -12px;
	padding-bottom: 8px;
	display: inline-block;
}
.b2b-landing-header .dotted-underline {
	background-image: url(../png/dotted-underline.png);
	background-repeat: repeat-x;
	min-height: 3px;
	margin: 12px auto 0 auto;
	width: 80%;
}

.b2b-landing-header .bread-crumb-lg a{
	color:white;
}
/*
.b2b-landing-large{
	line-height: 55px;
    color: white;
    margin-top: -12px;
    padding-bottom: 8px;
    display: inline-block;
        font-family: OstrichSansInline-Regular;
        font-size: 95px;
}
*/


.b2b-landing-header .small-text {
	font-family:  tablet-gothic, "Trebuchet MS", Helvetica, sans-serif;
}

@media (min-width: 768px) {
	.b2b-landing-header {
		height: 275px;
		padding: 0;
	}
	.b2b-landing-header .bread-crumb-lg {
		color: white;
		margin-top: 5px;
		margin-left: 5px;
		text-align: left;
    	margin-left: 30px;
	}

	.b2b-landing-header .bread-crumb-lg a{
		color:white;
	}

	.b2b-landing-header .test {
		display: inline-block;
		padding: 0px 30px;
	}
	.b2b-landing-header .big-title {
		font-size: 95px;

	}
	.b2b-landing-header .dotted-underline {
		margin: 40px auto 0 auto;
		width: 100%;
	}
	.b2b-landing-header .small-text {
		max-height: 80px;
		color: white;
		font-size: 17px;
	}
}

@media (min-width: 1400px) {
	.b2b-landing-header .small-text {
		font-size: 20px;
	}
}
