.rowLabel {
	font-weight: bold;
}


/*Foundation Overrides*/
.alert-box.alert{
	background-color: #9F0021;
	border-color: #A91900;
}

h1{
	font-size: 1.75rem;
	margin: 0 0 8px 0;
	line-height: 	100%
}

select{
	height: auto;
	padding: 0;
	background-color: #FDFDFD;
	color: inherit;
}

select option{
	padding: 0.5rem;
}

.button{
	line-height: 36px;
	min-width: 78px;
	padding: 0 16px;
	margin: 8px 8px 8px 0;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 2px;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	-webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	transform: translate3d(0px, 0px, 0px);
	outline: none;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #1C6EF2;
}

.button + .button{
	margin-left: 8px;
}

button:hover, button:focus, .button:hover, .button:focus{
	background-color: #5898FF;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.button.white{
	background-color: #fff;
	color: #4F4F4F;
}

.button.white:hover, .button.white:focus{
	background-color: #EDEDED;
}

input[type="submit"]{
	-webkit-border-radius: 2px;
}
/*Foundation Overrides*/


/*Trapeze CSS Overrides*/
label, textarea{
	color: inherit;
	font-size: inherit;
}

button.disabled, button[disabled], .button.disabled, .button[disabled]{
	background-color: #565656;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus{
	background-color: #565656;
}
/*Trapeze CSS Overrides*/


/*General Changes*/
body{
	background-color: #F5F5F5;
}

b, strong{
	font-family: "Source Sans Pro Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

header{
	padding: 0.9375rem 0;
	background-color: #1C6EF2;
}

header > .row{
	max-width: none;
}

.header-background{
	height: 260px;
	
	position: absolute;
	width: 100%;
	z-index: -1;
}

.trapeze-logo{
	margin-bottom: 24px;
}

.trapeze-logo img{
	height: 30px;
}

.product-name{
	color: white;
	text-transform: uppercase;
}

#mainContent{
	max-width: 1000px;
	min-height: 300px;
	margin: 0 auto;
	background-color: #fff;
	padding: 24px;
	box-shadow: rgba(0, 0, 0, 0.258824) 0px 2px 5px 0px;
}

footer{
	margin-top: 1.25rem;
	padding: 0.9375rem 0;
}

footer a{
	color: #6E6E6E;
	text-decoration: none;
	font-size: 13px;
}

.tripDetailsBlock{
	margin-bottom: 1.25rem;
}

.tripDetailsBlock > div{
	margin-top: 0.75rem ;
}

.rowbottommargin10 > .row{
	margin-bottom: 1.25rem;
}

.margintop20{
	margin-top: 20px !important;
}

.addressblock{
	background-color: #F5F5F5;
	padding: 20px 0;
	border: 1px solid #ECECEC;
}



/*General Changes*/


/*Only Large*/
@media only screen and (min-width: 64.063em) {

}

/*Medium to Large*/
@media only screen and (min-width: 40.063em) {
	.product-name{
		text-align: right;
	}
	.header-background{
		background-color: #1C6EF2;
	}
}

/*Only Medium*/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}

/*Only Small*/
@media only screen and (max-width: 40em) {

}



