@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	background-color: white;
}

.t-primary-bgcolor {
	background-color: #000;
}

a {
	color: #ea7f33;
}

.header-wrapper {
	background-image: url(header_bg.jpg);
	background-size: cover;
	background-position: center center;
	height: 185px;
	position: relative;
	border-bottom: 10px solid #ea7f33
}

.header {
	width: 100%;
	height: 100%;
	position: initial;
	color: white;
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 22px;
	border-bottom: 10px solid rgba(23, 57, 88, 0.85);
	letter-spacing: 1.5px;
}

.header p {
	margin-bottom: 0;
}

.main {
	width: 1000px;
	padding-left: 0px;
	padding-right: 0px;
}

.header__left, .header__right {
	background-color: rgba(23, 57, 88, 0.85);
	height: 100%;
	text-transform: uppercase;
	display:inline-block;
    -webkit-transform:scale(1.4,1); /* Safari and Chrome */
    -moz-transform:scale(1.4,1); /* Firefox */
    -ms-transform:scale(1.4,1); /* IE 9 */
    -o-transform:scale(1.4,1); /* Opera */
    transform:scale(1.4,1); /* W3C */
}

.header__left {
	transform-origin:top left;
	position: absolute;
	left: 0;
	padding: 26px 20px 0px 20px;
}

.header__right {
	transform-origin:top right;
	position: absolute;
	right: 0;
	padding: 8px 20px 0px 30px;
	text-align: right;
}

.orange {
	color: #D57F41;
}

.translucent {
	opacity: 0.2
}

.large {
	transform-origin:top left;
	font-family: sans-serif;
	font-size: 22px;
	padding-bottom: 15px;
    -webkit-transform:scale(1,1.8); /* Safari and Chrome */
    -moz-transform:scale(1,1.8); /* Firefox */
    -ms-transform:scale(1,1.8); /* IE 9 */
    -o-transform:scale(1,1.8); /* Opera */
    transform:scale(1,1.8); /* W3C */
}

.first__letter {
	font-size: 24px;
}

.menuItem:before {
    content: '';
    display: inline-block;
    position: relative;
    left: -10px;
    width: 30%;
    border-top: 2px solid #D57F41;
    height: 1px;
}

#promos .box {
	background-size: cover;
	background-position: center center;
}

#promos .jobs {
	background-image: url(promo_bg1.png);
}

#promos .aec {
	background-image: url(promo_bg2.png);
}

#promos .sub {
	background-image: url(promo_bg3.png);
}