/* ============================================ */
/* DEFAULT STYLES RESET							*/
/* ============================================ */

h1, h2, h3, h4, h5, h6, address, span, em{
	color:inherit;
	font-weight:normal;
	font: inherit;
	font-size:inherit;
}

html, *{
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a{
	text-decoration:none;
	color:#c71d22;
}

	a:hover{
		color:#a50b00;
	}

img{
	border:none;
}

:focus { 
	outline: none; 
	-moz-outline-style: none; 
}

/* ============================================ */



/* ============================================ */
/* GLOBAL STYLES								*/
/* ============================================ */

body{
	font-family:'helvetica_cond', Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: 100%;
	overflow:hidden;
}

.clearfix:before, .clearfix:after { 
	content: ""; 
	display: table; 
}

.clearfix:after { 
	clear: both; 
}

.clearfix { 
	zoom: 1; 
	width:100%\9;
	height:1px\9;
	clear:both\9;
}

.left{
	float:left;
}

.right{
	float:right;
}

a, .hover{
	-moz-transition:0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	cursor:pointer;
}

.white{
	color:#ffffff;
}

.black{
	color: #222222;
}

/* ============================================ */



/* ============================================ */
/* TEMPLATE	LAYOUT								*/
/* ============================================ */

/* Side */
#sidebar{
	z-index:-1;
	top:0;
	left:0;
	background:#ffffff;
	width:220px;
	padding-left:30px;
	padding-right:30px;
	position:fixed;
	min-height:100%;
	overflow:auto;
}

	.sides{
		display:none;
	}
/* Side */

/* Main */
main{
	top:0;
	left:0px;
	height:100%;
	z-index:10;
	position:absolute;
	width:100%;
	background:#ffffff;
}

	#content{
		overflow:auto;
	}
/* Main */

/* ============================================ */



/* ============================================ */
/* ELEMENTS										*/
/* ============================================ */

/* Logo */
#logo{
	position:fixed;
	margin-top:30px;
	margin-left:30px;
	z-index:4;
}
/* Logo */

/* Primary Navigation */
#primary-nav{
	position:fixed;
	z-index:3;
	color:#ffffff;
	text-transform:uppercase;
	font-family:'helvetica_cond_black', Arial, Helvetica, sans-serif;
	margin-top:160px;
	margin-left:30px;
	font-size:15px;
}

	#primary-nav div{
		background:#c71d22;
		width:60px;
		padding-left:40px;
		padding-top:5px;
		padding-bottom:5px;
		margin-top:10px;
		cursor:pointer;
	}

	#primary-nav div:first-child{
		margin-top:0px;
	}

		#primary-nav div:hover, #primary-nav div.active{
			background:#a50b00;
		}

		#primary-nav div img{
			position:absolute;
			margin-top:2px;
			margin-left:-27px;
		}
/* Primary Navigation */

/* Search */
#search{
	width:360px;
}

	#search form label{
		text-transform:uppercase;
		font-size:25px;
		font-family:'helvetica_cond_black', Arial, Helvetica, sans-serif;
	}

	#search form input{
		border:1px solid #aaaaaa;
		padding:4px;
		font-family:'helvetica_cond', Arial, Helvetica, sans-serif;
		font-size:14px;
		width:360px;
		margin-top:15px;
	}
/* Search */

/* Secondary Navigation */
nav{
	text-transform:uppercase;
	font-family:'helvetica_cond_light', Arial, Helvetica, sans-serif;
	font-size:25px;
	width:220px;
}

	nav ul{
		list-style-type:none;
	}

		nav ul li{
			border-bottom:1px solid #222222;
		}

		nav ul li.last{
			border-bottom:none;
		}

			nav ul li:hover, nav ul li.active{
				color:#c71d22;
			}

			nav ul li a{
				color:#222222;
			}

			nav ul li ul{
				margin-left:30px;
				display:none;
			}

				nav ul li ul li{
					color:#222222;
					border-bottom:none;
				}
/* Secondary Navigation */

/* Fullscreen Background Image */
.full-bg, .faded-bg{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1;
	overflow-y:hidden;
}

	.faded-bg{
		opacity:0.5;
	}

	.single .full-bg, .single .faded-bg{
		position:fixed;
		top:0;
		left:0;
	}
/* Fullscreen Background Image */

/* Post Elements */
.post{
	background:#ffffff;
}

.post #pdf{
	list-style-type:none;
	margin-top:15px;
	margin-bottom:15px;
}

	.post #pdf li{
		display:inline-block;
	    text-align:center;
	    width:90px;
	}

		.post #pdf li img{
			width:50px;
			height:auto;
		}

.single .post, .search{
	padding-bottom:110px;
}

.post-large .copy, .post-small .copy, .post-small-l .copy{
	position:absolute;
	z-index:2;
	padding-left:165px;
	margin-top:23px;
	width:700px;
}

.single .post-large .copy, .single .post-small .copy, .single .post-small-l .copy{
	position:static;
}

.post-center .copy{
	position:absolute;
	z-index:2;
	margin-top:23px;
	width:720px;
}

.single .post-center .copy{
	position:static;
}

.post-small-r .copy{
	position:absolute;
	z-index:2;
	right:133px;
	width:700px;
	margin-top:23px;
}

@media only screen and (min-width: 1024px), screen and (min-height: 721px) {
	.post-large .copy .title{
		font-size: 140px;
    	line-height: 125px;
	}

	.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
		font-size:50px;
		line-height:49px;
	}

	.post-large .copy .excerpt{
	    font-size:40px;
	    line-height:45px;
	}

	.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	    font-size:25px;
	    line-height:30px;
	}

	.post-large .copy .more{
		font-size:40px;
	}

	.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
		font-size:25px;
	}
}

@media only screen and (min-width: 1014px) and (max-width:1023px), screen and (min-height: 621px)  and (max-height: 720px) {
	.post-large .copy .title{
		font-size: 130px;
    	line-height: 115px;
	}

	.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
		font-size:45px;
		line-height:44px;
	}

	.post-large .copy .excerpt{
	    font-size:35px;
	    line-height:40px;
	}

	.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	    font-size:20px;
	    line-height:25px;
	}
	.post-large .copy .more{
		font-size:35px;
	}

	.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
		font-size:20px;
	}
}

@media only screen and (min-width: 1004px) and (max-width:1013px), screen and (min-height: 521px)  and (max-height: 620px) {
	.post-large .copy .title{
		font-size: 120px;
    	line-height: 105px;
	}

	.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
		font-size:40px;
		line-height:39px;
	}

	.post-large .copy .excerpt{
	    font-size:30px;
	    line-height:35px;
	}

	.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	    font-size:15px;
	    line-height:20px;
	}
	.post-large .copy .more{
		font-size:30px;
	}

	.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
		font-size:15px;
	}
}

@media only screen and (min-width: 994px) and (max-width:1003px), screen and (min-height: 421px)  and (max-height: 520px) {
	.post-large .copy .title{
		font-size: 110px;
    	line-height: 95px;
	}

	.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
		font-size:35px;
		line-height:34px;
	}

	.post-large .copy .excerpt{
	    font-size:25px;
	    line-height:30px;
	}

	.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	    font-size:15px;
	    line-height:20px;
	}
	.post-large .copy .more{
		font-size:25px;
	}

	.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
		font-size:15px;
	}
}

@media only screen and (min-width: 984px) and (max-width:993px), screen and (min-height: 321px)  and (max-height: 420px) {
	.post-large .copy .title{
		font-size: 100px;
    	line-height: 85px;
	}

	.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
		font-size:30px;
		line-height:29px;
	}

	.post-large .copy .excerpt{
	    font-size:20px;
	    line-height:25px;
	}

	.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	    font-size:15px;
	    line-height:20px;
	}
	.post-large .copy .more{
		font-size:20px;
	}

	.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
		font-size:15px;
	}
}

@media only screen and (max-width:983px), screen and (max-height: 320px) {
	.post-large .copy .title{
		font-size: 90px;
    	line-height: 75px;
	}

	.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
		font-size:25px;
		line-height:24px;
	}

	.post-large .copy .excerpt{
	    font-size:15px;
	    line-height:20px;
	}

	.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	    font-size:15px;
	    line-height:20px;
	}
	.post-large .copy .more{
		font-size:20px;
	}

	.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
		font-size:15px;
	}
}

.post-large .copy .title{
	font-family: 'helvetica_cond_black'; 
    text-transform: uppercase;
    -moz-transition:0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
}

.post-small .copy .title, .post-small-l .copy .title, .post-small-r .copy .title, .post-center .copy .title{
	text-transform:uppercase;
	font-family: 'helvetica_cond_black';
	margin-top:2px;
	-moz-transition:0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
}

.post-large .copy .excerpt{
	font-family:'helvetica_cond_light';
    margin-top:5px;
    -moz-transition:0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
}

.post-small .copy .excerpt, .post-small-l .copy .excerpt, .post-center .copy .excerpt, .post-small-r .copy .excerpt{
	font-family:'helvetica_cond_light';
    margin-top:10px;
    -moz-transition:0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;
}

.post .copy .excerpt p{
	margin-top:25px;
}	

	.post .copy .excerpt p:first-child{
		margin-top:0px;
	}

	.wp-caption-text{
		margin-top:10px !important;
		font-size:14px;
		line-height:19px;
		color:#aaaaaa;
	}

.post-large .copy .more{
	font-family: 'helvetica_cond_black';
	margin-top:18px;
	max-width:405px;
	text-transform:uppercase;
}

.post-small .copy .more, .post-small-l .copy .more, .post-center .copy .more, .post-small-r .copy .more{
	font-family: 'helvetica_cond_black';
	margin-top:14px;
	max-width:305px;
	text-transform:uppercase;
}

	.post-large .copy .more:hover, .post-small .copy .more:hover, .post-small-l .copy .more:hover, .post-small-r .copy .more:hover, .post-center .copy .more:hover{
		color:#c71d22;
	}


		.post-large .copy .more .arrow{
			width:8px;
			height:18px;
			margin-top:16px;
			margin-right:10px;
			background-repeat: no-repeat;
		}

		.post-small .copy .more .arrow, .post-small-l .copy .more .arrow, .post-center .copy .more .arrow, .post-small-r .copy .more .arrow{
			width:8px;
			height:18px;
			margin-top:7px;
			margin-right:10px;
			background-repeat: no-repeat;
		}

	.copy .grids{
		width:100%;
		margin-top:18px;
	}

		.copy .grids .wrap{
			width:780px;
			overflow-x:hidden;
		}

			.copy .grids .wrap .grid{
				width:220px;
				float:left;
				margin-bottom:20px;
	    		margin-right:30px;
			}

				.copy .grids .wrap .grid .title{
					font-family:'helvetica_cond_light';
    				font-size:25px;
    				margin-bottom:10px;
    				line-height:24px;
				}

					.copy .grids .wrap .grid .title:hover{
						color:#c71d22;
					}

				.copy .grids .wrap .grid .excerpt{
					font-family:'helvetica_cond_light';
				    font-size:15px;
				    margin-top:0px;
				    line-height:14px;
				}

				.grids .wrap .grid .thumbnail{
					overflow:hidden;
					width:100%;
					margin-bottom:15px;
				}

					.grids .wrap .grid .thumbnail img{
						width:100%;
						height:auto;
					}

#slideshow{
	z-index:300;
	display:none;
	/* background:rgba(0,0,0,0.85); */
	background:#000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

	#gallery{
		width:55%;
		margin:0 auto;
	}

	#slideshow .slides{
		width:100%;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		margin-top:6.5%;
	}

	#slideshow .slideNav{
		position:fixed !important;
		z-index:99998;
		width:8px;
		height:18px;
		background-image:url(assets/images/arrow_red-white.png);
		cursor:pointer;
		background-position:0px 0px;
	}

		#slideshow .slideNav:hover{
			background-position:0px -18px;
		}

		#slideshow .cycle-pager{
			position:fixed !important;
			z-index:200;
			top:20px;
			text-align:center;
			font-size:40px;	
		}

			#slideshow .cycle-pager span{
				cursor:pointer;
				padding-left:10px;
				color:#c71d22;
			}

			#slideshow .cycle-pager span:first-child{
				padding-left:0px;
			}

			#slideshow .cycle-pager span:hover, #slideshow .cycle-pager span.cycle-pager-active{
				color:#222222;
			}

	#slideshow .close{
		width:28px;
		height:28px;
		position:fixed !important;
		top:30px;
		left:30px;
		z-index:210;
		cursor:pointer;
		cursor:pointer;
		background-position: 0px 0px;
		background-image:url(assets/images/close.jpg);
	}

		#slideshow .close:hover{
			background-position: 0px -28px;
		}

	#slideshow #prev{
		left:30px;
		background-image:url(assets/images/arrow_red-white_opp.png);
	}

	#slideshow #next{
		right:30px;
		background-image:url(assets/images/arrow_red-white.png);	
	}

	#adv-custom-caption{
		width:100%;
		
		font-size:15px;
		font-family: 'helvetica_cond_light';
		line-height:25px;
		position:fixed !important;
		z-index:200;
		bottom:0;
		left:0;
		color:#222222;
		background:rgba(255,255,255,0.85);
	}
	#adv-custom-caption p {
		padding:15px;
	}

#sidebar .share{
	font-family: 'helvetica_cond_light';
	font-size:23px;
	text-transform:uppercase;
	width:100%;
	border-bottom:1px solid #222222;
	padding-bottom:15px;
}

	#sidebar .sides{
		margin-top:30px;
	}

#sidebar .help{
	margin-top:17px;
	border-bottom:1px solid #222222;
	padding-bottom:15px;
}

	#sidebar .help .title{
		font-family: 'helvetica_cond_black';
		font-size:23px;
		line-height:27px;
		text-transform:uppercase;
	}

	#sidebar .help .copy{
		font-family: 'helvetica_cond_light';
		font-size:13px;
		line-height:19px;
		margin-top:12px;
	}

		#sidebar .help .copy span{
			font-family: 'helvetica_cond_black';
		}

		#sidebar .help .copy span:hover{
			color:#c71d22;
		}

		#sidebar .help .more{
			font-size:23px;
			font-family: 'helvetica_cond_black';
			min-width:128px;
			text-transform:Uppercase;
			max-width:200px;
			margin-top:12px;
		}

			#sidebar .help .more:hover{
				color:#c71d22;
			}

			#sidebar .help .more:hover > .arrow{
				background-position: 0px -18px;
			}

			#sidebar .help .more .arrow{
				width:8px;
				height:18px;
				margin-top:6px;
				margin-right:10px;
				background-image:url(assets/images/arrow_black-red.png);
				background-repeat: no-repeat;
			}

/* Post Elements */

/* Graphs */
.graphs{
	margin-top:12px;
}

	.graphs .title{
		font-family: 'helvetica_cond_black';
		font-size:23px;
		text-transform:uppercase;
	}

	.graphs .stats{
		font-family: 'helvetica_cond_light';
		font-size:13px;
		line-height:19px;
		margin-top:12px;
		width:110px;
		margin-left:17px;
	}

		.graphs .stats li{
			margin-top:12px;
		}

		.graphs .stats li:first-child{
			margin-top:0px;
		}

	#radarGraph{
		width:220px;
		height:220px;
	}
/* Graphs */

/* Videos */
main iframe{
	margin-top:15px;
}
/* Videos */

/* Social Media */
#follow{
	border-top:1px solid #222222;
	font-family: 'helvetica_cond_light';
	font-size:23px;
	text-transform:uppercase;
	width:220px;
	padding-top:15px;
	padding-bottom:15px;
	position:fixed;
	bottom:0;
}

	#follow a, span{
		display:inline-block;
		float:left;
		margin-right:7px;
	}
/* Social Media */

/* Loader */
#loader{
	/*
	display:table;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#ffffff;
	z-index:99999;
	*/
	display:none;
}

	#overlay{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
/* Laoder */

/* ============================================ */

#primary-nav div.new-social {
	background:none;
	cursor:default;
	padding:0;
	width:auto;
	margin-top:20px;
}

#primary-nav div.new-social img {
	position:relative;
	margin:0 2px 0 0;
}

.new-bg-caption {
	position:absolute;
	bottom:10px;
	right:30px;
	font-size:14px;
}

/* new font styles */

.copy h1 {
	font-family:helvetica_cond,'Helvetica',Arial,sans-serif;
	font-weight:600;
	font-size:40px;
	margin:1ex 0;
}

.copy h2 {
	font-family:helvetica_cond,'Helvetica',Arial,sans-serif;
	font-weight:600;
	font-size:30px;
	margin:1ex 0;
}

.post-small .copy p, .post-small .copy ul, .post-small .copy ol, .post-small .copy blockquote {
	margin:1em 0;
	font-size:20px;
	line-height:120%;
}

.copy address {
	font-size:14px;
	margin:1em 0;
	line-height:120%;
}

.mf_red { color:#C00C0C;
float:none;
	margin:0;
	display:inline; }

.mf_dark_gray { color:#666;
float:none;
	margin:0;
	display:inline; }