/*
Theme Name: PredPol by Adaptify Designs
Description: Predictive Policing
Version: 1.0
Author: Colin Safranek & Whitney Lowery of Adaptify Designs
Author URI: http://adaptifydesigns.com
Template: uber
*/

/* Theme Colors :
 *
 *   PredPol Maroon:
 *			HEX: #941114
 *			RGB: rgba(148, 17, 20, 1)
 *
 *   PredPol Navy Blue:
 *			HEX                : #003E6A
 *			RGB                : rgba(0, 62, 106, 1)
 *			Transparent Overlay: #11203c (w/ Opacity: .75;) or rgba(17, 32, 60, 1)
 *			Banner Gradient:
 *				Start      : #203957
 *				End        : #1A2E46
 *				Banner Fold: #3A577A
 *
 *   Footer Gray BG:
 *			HEX: #666666
 */


/*------------------------------------*
   IMPORT UBER STYLESHEET
 *------------------------------------*/

@import url('../uber/style.css');


/*------------------------------------*
   ICON FONT
 *------------------------------------*/
@font-face {
	font-family: 'PredPol';
	src:url('fonts/PredPol.eot?-c4x5a6');
	src:url('fonts/PredPol.eot?#iefix-c4x5a6') format('embedded-opentype'),
		url('fonts/PredPol.woff?-c4x5a6') format('woff'),
		url('fonts/PredPol.ttf?-c4x5a6') format('truetype'),
		url('fonts/PredPol.svg?-c4x5a6#PredPol') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"],
blockquote:before,
#content ul li:before {
	font-family: 'PredPol';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-lock:before {
	content: "\e60f";
}
.icon-map-and-pin:before {
	content: "\e615";
}
.icon-tv-news:before {
	content: "\e60e";
}
.icon-safe:before {
	content: "\e610";
}
.icon-police-badge:before {
	content: "\e611";
}
.icon-desktop:before {
	content: "\e612";
}
.icon-badge:before {
	content: "\e613";
}
.icon-analytics:before {
	content: "\e614";
}
.icon-laptop:before {
	content: "\e60d";
}
.icon-ABC:before {
	content: "\e60a";
}
.icon-TIME:before {
	content: "\e609";
}
.icon-NBC:before {
	content: "\e608";
}
.icon-CBS:before {
	content: "\e607";
}
.icon-PREDPOL:before {
	content: "\e600";
}
.icon-predpol-logo:before {
	content: "\e606";
}
.icon-easy-to-use:before {
	content: "\e601";
}
.icon-touch:before {
	content: "\e60c";
}
.icon-user-interface:before {
	content: "\e602";
}
.icon-click:before {
	content: "\e603";
}
.icon-easy-click:before {
	content: "\e604";
}
.icon-sm-arrow-left:before {
	content: "\e617";
}
.icon-sm-arrow-down:before {
	content: "\e618";
}
.icon-sm-arrow-up:before {
	content: "\e619";
}
.icon-sm-arrow-right:before {
	content: "\e61a";
}
.icon-arrow-left:before {
	content: "\e60b";
}
.icon-arrow-down:before {
	content: "\e605";
}
.icon-arrow-up:before {
	content: "\e616";
}
.icon-arrow-right:before {
	content: "\e61b";
}
/*------------------------------------*
   GENERAL (LAYOUT)
 *------------------------------------*/
html,
body,
#container { height: 100%; }

body {
	background: url(images/adaptify/bg/tiny_grid.png) repeat fixed;
	padding: 0;
	background-color: #ececec;
}
body *{
	-webkit-backface-visibility: visible;
}
img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}
/* Max-Width */
#main,
#header .inside,
#footer .inside {
	max-width: 80em;
}
#header {
	/*  Fixed Header */
	position: fixed;
	background: white;
	margin: 0;
	-webkit-box-shadow: 4px 0 10px;
	-moz-box-shadow: 4px 0 10px;
	box-shadow: 4px 0 10px;
}
#container > #main {
	padding-top: 105px; /* For fixed Header above */
}
#main {
	padding: 0 20px;
	box-sizing: border-box;
}
#footer .main {
	margin: 0 3%;
}
	.home #content.full {
	width: 100% !important;
	margin: 1em 0 0 !important;
}
.flexslider {
	background: transparent;
}
#header .inside,
#main,
#footer .inside {
	margin: 0 auto 0px;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
}
#footer .inside {
	padding: 0;
}

/* BETTER Column Shortcodes------------------*/
.columns_wrap {
	padding: 2em 0;
	margin-bottom: 1em;
}

.one_half{
	width:49%;
	margin-right: 2%;
}
.one_third,
.one_third_banner {
	width:32%;
	margin-right: 2%;
}
.two_third,
.two_third_banner {
	width: 66%;
	margin-right: 2%;
}
.one_fourth,
.one_fourth_sm {
	width: 23%;
	margin-right: 2.66%;
}
.one_half,
.one_third,
.one_third_banner,
.two_third,
.two_third_banner,
.one_fourth,
.one_fourth_sm {
	position: relative;
	float: left;
}
.last,
.one_half:last-of-type,
.one_third:last-of-type,
.two_third:last-of-type,
.one_fourth:last-of-type,
.two_third_banner:last-of-type,
.one_fourth_sm:last-of-type {
	margin-right: 0 !important;
	clear: right;
}
.clearboth {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 100%;
}

/*------------------------------------*
   Main NAV
 *------------------------------------*/
#mainNav {
	width: 66%;
	text-align: right;
	right: 20px;
}
#mainNav ul a {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.7em;
	color: #003E6A;
}

.sf-sub-indicator {
	display: none;
	visibility: hidden;
}
#mainNav ul ul {
	text-align: left;
}

	#mainNav ul li.current a,
	#mainNav ul li.current-cat a,
	#mainNav ul li.current_page_item a,
	#mainNav ul li.current-menu-item a,
	#mainNav ul li.current-post-ancestor a,
	.single-post #mainNav ul li.current_page_parent a,
	#mainNav ul li.current-category-parent a,
	#mainNav ul li.current-category-ancestor a,
	#mainNav ul li.current-portfolio-ancestor a,
	#mainNav ul li.current-projects-ancestor a {
		color: #003E6A !important;
	}
	#mainNav ul li.sfHover a,
	#mainNav ul li a:hover,
	#mainNav ul li:hover {
		color: #941114 !important;
	}
	#mainNav ul li.sfHover ul a { color: #003E6A!important; }
	#mainNav ul li.sfHover ul a:hover { color: #941114 !important;}

/*------------------------------------*
   LINKS & Buttons
 *------------------------------------*/
	a {
		color: #003E6A;
		-webkit-transition: all .3s linear;
		   -moz-transition: all .3s linear;
		        transition: all .3s linear;
		}
	a:hover {color: #941114;}
	.button, #searchsubmit, input[type="submit"] {background-color: #003E6A !important;}
	.button:hover, #searchsubmit:hover, input[type="submit"]:hover {background-color: #941114 !important;}

	.downloadbtn {
	  background: #3498db;
	  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
	  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
	  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
	  background-image: -o-linear-gradient(top, #3498db, #2980b9);
	  background-image: linear-gradient(to bottom, #3498db, #2980b9);
	  -webkit-border-radius: 8;
	  -moz-border-radius: 8;
	  border-radius: 8px;
	  text-shadow: 1px 2px 6px #666666;
	  -webkit-box-shadow: 0px 4px 5px #666666;
	  -moz-box-shadow: 0px 4px 5px #666666;
	  box-shadow: 0px 4px 5px #666666;
	  font-family: inherit;
	  color: #ffffff;
	  font-size: 33px;
	  padding: 10px 20px 10px 20px;
	  text-decoration: none;
}

	.downloadbtn:hover {
	  background: #3cb0fd;
	  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
	  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
	  text-decoration: none;
}

/*------------------------------------*
   TYPOGRAPHY
 *------------------------------------*/
 /* Font Resets */
body {
	font-family: 'Open Sans', sans-serif;
	color: #454545;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans', sans-serif; }

#pageHead {
	padding: 2em 0 1em;
	background: none;
}
	#pageHead h1 { /* Sub Page Titles (h1s) */
		color: #003E6A;
		font-size: 2.2em;
		line-height: 2em;
		text-transform: uppercase;
		text-align: center;
		font-weight: 400;
	}
#content .hentry h2,
.press_entry h2 {
	border-bottom: 1px solid #941114;
	line-height: 2em;
	font-weight: 300;
}
#content .hentry h3 {
	text-transform: uppercase;
	color: #003E6A;
}
#content ul li {
	font-size: 1em;
	line-height: 1.6em;
	position: relative;
}
#content ul {
	list-style: none;
}
	#content ul li:before {
		content: "\e61a";
		color: #941114;
		position: absolute;
		left: -20px;
		top: 5px;
		font-weight: bold;
	}

#callToAction p { font-family: 'Open Sans', sans-serif; }

#clients {
	margin-top: 3em;
}
blockquote {
	position: relative;
	background: #003E6A;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	padding: 1.6em 2em 1em 2.5em;
	font-style: normal;
	font-size: 1.5em;
	margin: 0 0 2em 0;
}
	blockquote:before {
		position: absolute;
		content: "\e611";
		font-size: 1.6em;
		line-height: 1em;
		padding: .3em .35em;
		color: white;
		background: #003E6A;
		border: 4px solid white;
		border-radius: 50%;
		top: 50%;
		left: -.9em;
		text-indent: 1px;
		-webkit-transform: translate3d(0, -50%, 0);
		   -moz-transform: translate3d(0, -50%, 0);
		        transform: translate3d(0, -50%, 0);
	}

#content .page_icon {
	display: block;
	font-size: 10em;
	color: #003E6A;
	text-align: center;
	padding-top: 30px;
}

 /* Logo */
#logo {
	margin: 0px 0 0px 20px;
}
#header .logo {
	font-size: 32px;
	line-height: 1em;
}
	#header #logo .icon-predpol-logo {
		color: #941114;
		font-size: 2em;
		padding-right: .25em;
	}
	#header #logo .PREDPOL {
		color: #003E6A;
		font-size: .7em;
		font-weight: 700;
		text-transform: uppercase;
		letter-spacing: 0.08em;
		position: relative;
		bottom: .3em;
		vertical-align: bottom;
	}
		.PREDPOL sup {
			font-size: .3em;
			position: absolute;
			top: 36%;
			line-height: 0;
		}

p {
	font-size: 1em;
}


/*------------------------------------*
   HOME PAGE Styles
 *------------------------------------*/
 .full-width-home.home-banner * {
 	-webkit-box-sizing: border-box;
 	   -moz-box-sizing: border-box;
 	        box-sizing: border-box;
 }
.full-width-home.home-banner {
	padding-top: 107px; /* for fixed Header above */
	background: url(images/adaptify/predpol-home-screencap.png) no-repeat bottom center;
	background-size: cover;
}
	.table_full_width {
		display: table;
		width: 100%;
		/* height: 100%; */
	}
	.vert_middle {
		display: table-cell;
		/* vertical-align: middle; */
		text-align: center;
		position: relative;
		z-index: 1;
		padding-top: 180px;
	}
	.vert_middle > #main {
		background: rgba(255,255,255,0.5);
		background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0) 90%, rgba(255,255,255,0) 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.9)), color-stop(10%,rgba(255,255,255,0.9)), color-stop(90%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* IE10+ */
		background: radial-gradient(ellipse at center,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0) 90%,rgba(255,255,255,0) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}
		.home-banner .vert_middle {
	/*		background: rgba( 192, 192, 192, 0.2);
			background: -moz-linear-gradient(top,  rgba(192,192,192,0.2) 0%, rgba(192,192,192,0.2) 50%, rgba(192,192,192,0) 100%); /* FF3.6+ */
	/*		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(192,192,192,0.2)), color-stop(50%,rgba(192,192,192,0.2)), color-stop(100%,rgba(192,192,192,0))); /* Chrome,Safari4+ */
	/*		background: -webkit-linear-gradient(top,  rgba(192,192,192,0.2) 0%,rgba(192,192,192,0.2) 50%,rgba(192,192,192,0) 100%); /* Chrome10+,Safari5.1+ */
	/*		background: -o-linear-gradient(top,  rgba(192,192,192,0.2) 0%,rgba(192,192,192,0.2) 50%,rgba(192,192,192,0) 100%); /* Opera 11.10+ */
	/*		background: -ms-linear-gradient(top,  rgba(192,192,192,0.2) 0%,rgba(192,192,192,0.2) 50%,rgba(192,192,192,0) 100%); /* IE10+ */
	/*		background: linear-gradient(to bottom,  rgba(192,192,192,0.2) 0%,rgba(192,192,192,0.2) 50%,rgba(192,192,192,0) 100%); /* W3C */
	/*		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66c0c0c0', endColorstr='#00c0c0c0',GradientType=0 ); /* IE6-9 */
		}

	.home-banner .one_third_banner {
		text-align: left;
		z-index: 1;
		width: 32%;
		height: 210px;
		margin-right: 5px;
		margin-top: 3px;
	}
	.home-banner .two_third_banner {
		/*border-bottom: 2px solid #941114;*/
		width: 66%;
	}
	.home-banner .home_title_wrap {
		display: block;
		position: relative;
		height: 100%;
	}
	.home-banner .home_title {
		text-transform: uppercase;
		font-size: 9em;
		color: #003E6A;
		font-weight: 300;
		position: relative;
		text-align: left;
		max-width: 1280px;
		-webkit-box-sizing: border-box;
 	       -moz-box-sizing: border-box;
		        box-sizing: border-box;
		margin-bottom: 0;
	}
		.home_title sup {
			font-size: 20%;
			vertical-align: top;
			position: relative;
			top: 10px;
			top: 1vw;
		}
		.home_title b {
			font-weight: 700;
		}

	.home-banner img.spacer {
		width: 100%;
		position: relative;
		z-index: 0;
		height: 208px;
	}
	.home-banner .square {
		display: block;
		position: absolute;
		background: url(images/adaptify/predpol-square-bg.jpg) no-repeat center center;
		background-size: cover;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 20px solid #941114;
		box-shadow: inset 2px 2px 13px 11px rgba(0,0,0,0.2);
		z-index: 1;
		top: 22px;
		height: 190px;
		width: 190px;
		left: auto;
		right: 10px;
	}

	.home-banner .tagline {
		font-size: 3em;
		color: #941114;
		font-weight: 300;
		position: relative;
		display: block;
		text-align: left;
		padding-top: 10px;
		margin-bottom: 10px;
	}
		.tagline b {
			font-weight: 400;
		}
		.tagline sub {
			font-size: 20%;
		}



/* Home Page Icons Section */
.full-width-home.icons {

}
/*	.icons::before {
		display: block;
		content: "Our Software Is:";
		font-size: 1.4em;
		text-align: center;
		font-weight: 700;
	}
*/

	.home_icons {
		margin: 2.5em 0 7em;
	}
		.home_icons .one_fourth {
			text-align: center;
		}
		.home_icons .icon_wrap {
			padding-bottom: 1em;
			border: 8px solid transparent;
			outline: transparent 2px solid;
			background-clip: padding-box;
		}
		.home_icons .icon_wrap,
		.home_icons .icon_wrap h4,
		.home_icons .icon_wrap .home_icon {
			-webkit-transition: all .3s linear .2s;
			   -moz-transition: all .3s linear .2s;
			        transition: all .3s linear .2s;
		}
			.home_icons .icon_wrap:hover {
				background: #003E6A;
				background-clip: padding-box;
				-webkit-transition: all .3s linear;
			       -moz-transition: all .3s linear;
			            transition: all .3s linear;
			}
			.home_icons .icon_wrap:hover h4,
			.home_icons .icon_wrap:hover .home_icon {
				color: #ececec;
			}
		.home_icons .home_icon {
			font-size: 5em;
			color: #941114;
			line-height: 2em;
		}
		.home_icons h4 {
			text-transform: uppercase;
			font-weight: 700;
			color: #003E6A
		}

 .full-width-home.video {
	padding: 9em 0 11em;
	background:
		-moz-radial-gradient(center, ellipse cover,  rgba(17,32,60,0.25) 20%, rgba(17,32,60,0.75) 100%),
		url(images/adaptify/patrol-car.jpg) no-repeat; /* FF3.6+ */
	background:
		-webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(20%,rgba(17,32,60,0.25)), color-stop(100%,rgba(17,32,60,0.75))),
		url(images/adaptify/patrol-car.jpg) no-repeat; /* Chrome,Safari4+ */
	background:
		-webkit-radial-gradient(center, ellipse cover,  rgba(17,32,60,0.25) 20%,rgba(17,32,60,0.75) 100%),
		url(images/adaptify/patrol-car.jpg) no-repeat; /* Chrome10+,Safari5.1+ */
	background:
		-o-radial-gradient(center, ellipse cover,  rgba(17,32,60,0.25) 20%,rgba(17,32,60,0.75) 100%),
		url(images/adaptify/patrol-car.jpg) no-repeat; /* Opera 12+ */
	background:
		-ms-radial-gradient(center, ellipse cover,  rgba(17,32,60,0.25) 20%,rgba(17,32,60,0.75) 100%),
		url(images/adaptify/patrol-car.jpg) no-repeat; /* IE10+ */
	background:
		radial-gradient(ellipse at center,  rgba(17,32,60,0.25) 20%,rgba(17,32,60,0.75) 100%),
		url(images/adaptify/patrol-car.jpg) no-repeat; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4011203c', endColorstr='#bf11203c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	background-size: cover;
	background-attachment: scroll, fixed;
 }
.full-width-home.video h2 {
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	padding-bottom: 1em;
	letter-spacing: 0.08em;
}
 	.full-width-home.video #main {
		max-width: 853px;
	}

#mission {
	padding: 4em 0 1em;
}
#mission h4 {
	font-size: 2.5em;
	text-align: right;
	padding-top: .25em;
	color: #941114;
	text-transform:uppercase;
	font-weight: 700;
}
#mission .mission_statement {
	font-size: 2em;
}

.homeSection h3 {
	font-size: .75em;
	font-weight: 700;
	margin: 0 2% 20px 0;
	clear: both;
	background: transparent;
	color: #555555;
}
	.homeSection h3 span {
		background: transparent;
		padding-right: 0;
	}

.home_content {
	padding: 4em 0 5em;
}

#content .project.small,
#content .post.small {
	background: transparent;
}


/* Home Page Three Colums Section */
.home_content h4 {
	background: #941114;
	padding: .5em;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
}

/*------------------------------------*
   BLOG PAGE & ARCHIVE Styles
 *------------------------------------*/
body.blog,
body.archive {
	background:
	url(images/adaptify/predpol-home-screencap.png) no-repeat center 105px,
	url(images/adaptify/bg/tiny_grid.png) repeat fixed;
	background-size: contain, auto;
}
.blog #container,
.archive #container {
	background: rgba(255,255,255,0.6);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 35%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.75)), color-stop(35%,rgba(255,255,255,0.75)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 35%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 35%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 35%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 35%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}
.blog #pageHead h1,
.archive #pageHead h1 {
	width: 70%;
}
.blog #content h2,
.archive #content h2 {
	border: none;
	font-weight: 400;
	text-transform: uppercase;
}
	.blog #content h2 a,
	.archive #content h2 a {
		color: #941114;
	}
#content .post {
	background: none;
}
#content .moreLink {
	display: inline-block;
	padding-top: 1em;
}
	#content .moreLink a {
		color: #ececec;
		padding: 1em;
		background: #003E6A;
		opacity: .8;
		-webkit-transition: all .3s linear .2s;
		   -moz-transition: all .3s linear .2s;
		        transition: all .3s linear .2s;
	}
		#content .moreLink a:hover {
			opacity: 1;
			-webkit-transition: all .3s linear;
			   -moz-transition: all .3s linear;
			        transition: all .3s linear;
		}
/*--- SIDEBAR ---*/
#sidebar .widgetBox h3 {
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #003E6A;
}
/*------------------------------------*
   SUB PAGE Styles
 *------------------------------------*/
 	/* --- Press Page ---*/
 	#pageHead.press_page {
 		padding-top: 0;
 	}
 	.press_icons {
		text-align: center;
		color: rgba(17, 32, 60, 0.3);
		font-size: 4em;
		line-height: 2em;
	}
	.press_entry {
		margin-bottom: 2em;
		padding: 2em 0;
		border-bottom: 1px dotted #003E6A;
	}
		.press_date {
			display: block;
			padding-bottom: 1em;
		}
		.press_entry .read_more {
			display: block;
			padding: 1em 0 2em;
		}

	.press_media_wrap {
		max-width: 400px;
		margin: 0 auto;
	}
		.press_media_wrap img {
			width: 100%;
		}
	/* --- Technology Page ---*/
		.ezcol.inner_one_half {
			width: 49%;
			float: left;
		}
		.ezcol.inner_one_half:last-of-type {
			float: right;
			width: 49%;
		}
	/*--- Proven Results ---*/
	img.bordered {
		border: 8px solid #ececec;
	}
/*------------------------------------*
   FOOTER STYLES
 *------------------------------------*/
#footer {
	background: #666;
}
	#footer .main .one_third:first-of-type {
		text-align: left;
	}
	#footer .main .one_third:last-of-type {
		text-align: right;
	}
	#footer .secondary {
		background: transparent;
		padding-top: 20px;
		font-size: .75em;
	}

#footer .main {
	text-align: center;
	font-size: 1em;
	color: #a2a2a2;
}
	#footer .main h5 {
		font-size: 2em;
		color: #797979;
	}
	#footer p {
		color: #a2a2a2;
	}
	#footer .main .logo {
		font-size: 3em;
		color: #797979;
		padding-top: 0.4em;
	}
		#footer .main .icon-predpol-logo {
			font-size: 1.2em;
		}
		#footer .main .icon-PREDPOL {
			display: inline-block;
			position: relative;
			font-size: .8em;
			margin-left: 0.5em;
			vertical-align: bottom;
			bottom: 0.3em;
		}

#footer .secondary .left {
	width: 66%;
}


/*--------------------------------------------
 * MEDIA QUERIES
 *-------------------------------------------*/
@media only screen and (max-width: 1280px) {
	.home-banner .home_title {
			font-size: 5em;
			font-size: 11vw;
	}
	.home-banner .tagline {
		font-size: 2.8em;
		font-size: 2.5vw;
		padding-top: 10px;
	}
	.home-banner .square {
		border: 32px solid #941114;
		border-width: 15px;
		height: 142px;
		width: 142px;
		left: auto;
		right: 10px;
		top: 15px;
	}
}

@media only screen and (max-width: 768px) {
	#header {
		text-align: center;
		position: relative; /* unfix Header at tablet media query */
	}
		#container > #main,
		.full-width-home.home-banner {
			padding-top: 0; /* For unfixed Header above */
		}
		.full-width-home.home-banner.table_full_width {
			height: calc(100% - 150px);
		}
		#header #logo {
			width: auto;
			float: none;
			padding-bottom: 1em;
			margin: 0;
		}
	#mainNav {
		position: relative;
		width: 99%;
		margin-top: 0;
		top: 0;
		right: 0;
		height: auto;
		text-align: center;
	}
	#main {
		padding: 0 10px;
	}
	/* Homepage Banner area */
	.home-banner .square {
		border: 18px solid #941114;
		box-shadow: inset 2px 2px 12px 8px rgba(0,0,0,0.2);
		left: auto;
		right: 10px;
		width: 166px;
		height: 166px;
		top: 10px;
	}
	.home-banner .two_third_banner {
		border-bottom: 1px solid #941114;
	}
		.home-banner .home_title {
			font-size: 4.2em;
			font-size: 11vw;
		}
		.home-banner .tagline {
			font-size: 1em;
			font-size: 4.9vw;
			padding-top: 10px;
		}
		.home .elevator_pitch {
			font-size: 1.3em;
		}

	/* Icons */
	.icons::before {
		font-size: 1em;
	}
	.home_icons .home_icon {
		line-height: 1.3em;
	}
	.home_icons {
		margin: 0 0 3em;
	}

	/* homepage content */
	#mission,
	.home_content {
		padding: 1em 0 1em;
	}
	#mission h4,
	#mission .mission_statement {
		text-align: center
	}

	blockquote {
		margin: 1em 0 1em;
	}


	.full-width-home.video {
		padding: 3em 0 5em;
		background-attachment: scroll, scroll;
	}

	blockquote {
		padding: 2em 1em 1em;
		margin: 2em 0 2em;
	}
		blockquote:before {
			top: -.9em;
			left: 50%;
			-webkit-transform: translate3d(-50%, 0, 0);
			   -moz-transform: translate3d(-50%, 0, 0);
			        transform: translate3d(-50%, 0, 0);
		}


	/* Column Shortcodes Stack */
	.one_fourth {
		width: 49%;
		margin-right: 2%;
	}
		.one_fourth:nth-of-type(even) {
			margin-right: 0 !important;
			clear: right;
		}
	.one_half,
	.one_third,
	.two_third {
		float: none;
		width: auto;
		position: relative;
		margin: 0 auto;
	}
	#footer .main .one_third:first-of-type,
	#footer .main .one_third:last-of-type {
		text-align: center;
	}

	.blog #pageHead h1,
	.archive #pageHead h1 {
		width: auto;
	}
	#content .moreLink {
		display: inline-block;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		   -moz-transform: translateX(-50%);
		        transform: translateX(-50%);
	}

	/* Press Page */
	.press_icons {
		font-size: 3em;
	}
}

@media only screen and (max-width: 600px) {
	#footer .secondary .left,
	#footer .secondary .right {
		width: 100%;
		margin: 0;
		padding: 0 2% 1em;
		-webkit-box-sizing: border-box;
 	       -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}

	/* Homepage Banner area */
	.home-banner .square {
		border: 14px solid #941114;
		box-shadow: inset 1px 1px 10px 7px rgba(0,0,0,0.2);
	}
	.home-banner .two_third_banner {
		border-bottom: 1px solid #941114;
	}
		.home-banner .home_title {
			font-size: 1.6em;
			font-size: 11vw;
		}
		.home-banner .tagline {
			font-size: 1em;
			font-size: 4.9vw;
			padding-top: 10px;
			padding-top: 2vw;
		}
		.home .elevator_pitch {
			font-size: 1.3em;
		}

	/* Icons */
	.icons::before {
		font-size: 1em;
	}
	.home_icons .home_icon {
		line-height: 1.3em;
	}
	.home_icons {
		margin: 0 0 1em;
	}

	/* homepage content */
	#mission,
	.home_content {
		padding: 1em 0 1em;
	}

	blockquote {
		margin: 1.6em 0 1em;
	}

	#pageHead {
		padding: 1em 0;
		margin: 0 3%;
	}
	#pageHead h1 {
		font-size: 1.6em;
		line-height: 1.4em;
	}

	.columns_wrap {
		padding: 1em 0;
		margin-bottom: 0;
	}

	/* Blog Pages */
	.blog #content .post,
	.archive #content .post {
		min-height: 0;
	}
	.blog #content h2,
	.archive #content h2 {
		text-align: center;
	}

	.post .meta,
	.attachment .meta
	 {
		display: none;
		visibility: none;
	}
	.blog .post .inside p:first-of-type,
	.archive .post .inside p:first-of-type {
		display: none;
		visibility: hidden;
	}

	/* Press Page */
	.press_icons {
		font-size: 2em;
	}
	.press_entry {
		margin-bottom: 1em;
		padding: 1em 0;
	}
}

@media only screen and (max-width: 480px) {
	.one_fourth {
			float: none;
			width: auto;
			position: relative;
			margin: 0 auto;
	}

	/* Homepage Banner area */
	.vert_middle > #main {
		padding-top: 1em;
	}
	.home-banner .square {
		border: 10px solid #941114;
		height: 75px;
		width: 75px;
		box-shadow: inset 1px 1px 8px 4px rgba(0,0,0,0.2);
		left: auto;
		right: 5px;
		border-width: 7px;
		top: 0px;
	}
	.home-banner .home_title {
		font-size: 2.1em;
		font-size: 11vw;
	}
	.home-banner .tagline {
		font-size: 1em;
		padding-top: 3px;
		width: 95%;
	}

	/* Press Page */
	.press_icons {
		font-size: 1.4em;
	}

}

@media only screen and (max-width: 360px) {

	.home-banner .home_title {
		font-size: 2.1em;
	}
	.home-banner .tagline {
		font-size: 1em;
		padding-top: 5px;
	}

}


/*--------------------------------------------
 * WP Admin CSS tweaks
 *-------------------------------------------*/
.sidebars-column-2 {
	display: none;
}
/*--------------------------------------------
 * VENDOR CSS
 *-------------------------------------------*/

 /*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}

/*

	Superfish.css

*/
/** ESSENTIAL STYLES */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			120px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
/*	float:			left; */
	position:		relative;
	width: 			auto;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			45px; /* match top ul list item height */
	z-index:		100;
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			120px; /* match ul width */
	top:			0px!important;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			120px; /* match ul width */
	top:			0px!important;
}

.logoarray {
	width: 10%;
	display: inline;
	margin-right: .5em;
	vertical-align: middle;
}
