.container {
	display: table-cell;
}

.content {
	display: table-cell;
	margin-right: 10px;
	padding: 40px 20px;
    width: 698px;
    background-color: #fff;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.7em;
	max-width: 698px;
}

.content strong,
.content b,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content .redBold,
.content .redLarge,
.content .redlarge,
.content .header1,
.content .header2,
.content .header3,
.content .header4	{
	font-family: 'Trade Gothic W01 Bold 2' !important;
	font-weight: normal !important;
}

.content .redBold {
	font-size: inherit;
}

.content a {
	color: #990000;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	text-decoration: none;
}

.content a:hover {
	color: #990000;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	text-decoration: underline;
}

.content img {
	height: auto;
	max-width: 100%;
}

.content .header2 {
	font-size: 14px;
}

.sidenav {
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	display: table-cell;
	padding: 20px 10px 20px 10px;
	width: 210px;
	background-color: #eeeeee;
	vertical-align: top;
	margin: auto;
}

.sidenav strong {
	font-family: 'Trade Gothic W01 Bold 2' !important;
	font-weight: normal !important;
}

.sidenav p > strong,
.sidenav p > a > strong {
	font-size: 1.2em;
}

.sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.sidenav li a {
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #333;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	text-align: left;
	border-width: 0px 0px 0px 5px;
	border-style: solid;
	border-color: transparent;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}

.sidenav li a:focus {
	color: #000;
	border: 3px solid #900;

}
	
.sidenav li a:after {
	display: inline-block;
	content: "\f105";
	margin: 0 0 0 8px;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	font-size: 1em;
}

.sidenav li a:hover {
	background-color: #ffffff;
	border-left: 5px solid #ccc;
	color: #333;
	padding-left: 10px;
}

@media only screen and (min-width: 0px) and (max-width: 960px) {

	.content {
		position: relative;
		width: 90% !important;
		padding: 5%;
		display: block;
		overflow: auto;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
		
	.content img {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.sidenav:before {
		width: 100%;
		display: block;
		bottom: 0;
		padding: 14px 0;
		content: "Section Menu";
    	font-family: Arial, Helvetica, sans-serif;
		color: #eee;
		border-bottom: 1px solid #700;
		background-color: #900;
		cursor: pointer;
		text-align: center;
		font-size: 14px
	}

	.sidenav:hover:before {
		background-color: #a00;
	}

	.sidenav:after {
		display: block;
		bottom: 9px;
		left: 17px;
		content: "\f0de";
    	font-family: FontAwesome;
		color: #eee;
		cursor: pointer;
		font-size: 19px;
		position: absolute;
		z-index: 10;
	}
		
	.sidenav {
		width: 100%;
		display: block;
		bottom: 0;
		padding: 0 0 0 0;
		position: fixed;
		opacity: .95;
		border-top: 2px solid #fff;
		z-index: 1001;
	}
	
	.sidenav li a {
		display: block;
		font-size: 12px;
		padding: 10px 10px;
		text-decoration: none;
		text-align: left;
		border-width: 0px 0px 0px 5px;
		border-style: solid;
		border-color: transparent;
		width: 100%;
		font-size: 14px;
		z-index: 12;
		position: relative;
	}
	
	/*hide mobile by default*/
	.sidenav .contentRight,
	.sidenav .contentLeft {
		position: absolute;
        top: -99999px;
        left: -99999px;
		bottom: auto;
        width: 2000px;
        height: 2000px;
	}

	.sidenav .contentRight.show-accessible-mobile-nav,
	.sidenav .contentLeft.show-accessible-mobile-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 46px;
		width: 100%;
		height: auto;
		overflow: auto;
		background: #fff;
	}
	
}

@media only screen and (min-width: 961px) {
	
	.sidenav .contentRight,
	.sidenav .contentLeft {
		position: relative;
        top: auto;
        left: auto;
        width: auto;
        height: auto;
	}
	
	.sidenav {
		max-width: 210px;
		min-width: 210px;
	}
	.content {
		max-width: 698px;
		min-width: 698px;
	}

}

@media only screen and (max-width: 440px) {
    .content img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
	}
}


/* Buttons */
.cta {
    display: inline-block;
    background: #8a0000;
    font-family: 'Trade Gothic W01 Cn 18';
    text-transform: uppercase;
    color: #fff;
    font-size: 1.6em;
    padding: 7px 14px;
    text-decoration: none;
    margin: 0 auto;
    cursor: pointer;
    letter-spacing: .075em;
    text-rendering: optimizeLegibility;
}

.cta-outline {
    background: #fff;
    border: 2px solid #900;
    color: #900;
}

.arrow-after {
    padding: 7px 10px 7px 13px;
}

.cta:hover {
    background: #980606;
}

.cta-outline:hover {
    color: #fff;
}

.header-smaller span{
	font-family: 'Museo Slab W01';
    font-weight: 400;
	color: #000;
    font-size: 30px;
    line-height: 1em;
	padding: 0;
	margin-bottom: 12px;
    display: inline-block;
    width: 100%;
	margin-top: 0;
}
