/*   
Theme Name: Yipit Data Theme
Theme URI: http://yipitdata.com
Description: This is based on the BLANK starter WordPress Theme template from http://digwp.com
Author: Matt Raoul
*/

* {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
}

body {
	color: #555555;
	font-size: 14px;
	background: #90b022;
}

#page {
	background: #fff;
	margin-bottom: 10px;
}

strong {
	font-weight: 600;
}

.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }

a {
	text-decoration: none;
	font-weight: 700;
	color: #498fb1;
}

a:hover {
	color: #a2dff8;
}

.btn {
	padding: 8px 20px;
	border: 1px solid #555555;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 700;
	color: #555555;
	background: transparent;
	display: inline-block;
}

.btn:hover {
	color: #498fb1;
	border-color: #498fb1;
}

.btn.green {
	color: #90b022;
	border-color: #90b022;
}

.btn.green:hover {
	color: #498fb1;
	border-color: #498fb1;
}

.btn.gray {
	color: #c8c8c8;
	border-color: #c8c8c8;
}

.btn.gray:hover {
	color: #498fb1;
	border-color: #498fb1;
}

.caps {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}

.container {
	width: 940px;
	margin: 0 auto;
}

.container.main {
	margin-top: 20px;
	overflow: hidden;
}

.main-left {
	float: left;
	width: 620px;
}

.main-right {
	float: right;
	width: 300px;
}

.main-right.low {
	margin-top: 60px;
}

.cover {
	background-size: cover;
	background-position: center center;
	padding: 80px 0;
	margin-bottom: 40px;
}

.cover .cover-text {
	width: 600px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

h1 { font-size: 48px; }
h2 { font-size: 34px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }

/* HEADER */

header {
	padding: 20px 0;
	overflow: hidden;
}

header h1 a {
	display: block;
	text-indent: -9999px;
	background: transparent url('img/logo.png') no-repeat;
	width: 119px;
	height: 28px;
	float: left;
}

header h2 {
	display: none;
}

.nav {
	list-style-type: none;
	float: right;
}

.nav li {
	float: left;
	margin-right: 10px;
}

.nav li .btn {
	border-color: transparent;
}

.nav li .btn:hover {
	border-color: #498fb1;
}

header .btn.getMoreInfo {
	float: right;
	color: #90b022;
	border-color: #90b022;
}

header .btn.getMoreInfo:hover {
	color: #b5d935;
	border-color: #b5d935;
}

/* Callouts */

ul.callouts {
	list-style-type: none;
	margin: 20px 0;
	overflow: hidden;
}

ul.callouts li {
	width: 33.33%;
	float: left;
	display: block;
	background-repeat: no-repeat;
	background-position: top center;
}

ul.callouts li span {
	display: block;
	text-align: center;
	padding: 100px 40px 0;
	font-size: 12px;
	line-height: 18px;
	color: #555555;
}

/* HOME HEADER */

.home header {
	background: #2d627b url('img/graph.png');
	background-position: center bottom;
	background-repeat: repeat-x;
}

.home header h1 a {
	background-position: 0 -28px;
}

.home .nav li .btn {
	color: #fff;
}

.home .nav li .btn:hover {
	border-color: #fff;
}

.home header .btn.getMoreInfo {
	color: #b5d935;
	border-color: #b5d935;
}

.home header .btn.getMoreInfo:hover {
	color: #fff;
	border-color: #fff;
}

.home header h2 {
	display: block;
	width: 75%;
	clear: both;
	padding: 100px 0;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: bold;
}

/* BRAND GRID */

.brand-grid {
	list-style-type: none;
	margin-left: -20px;
	width: 960px;
	margin: 0 auto;
}

.brand-grid .brand {
	float: left;
	margin-left: 20px;
}

.brand-grid .brand .layer, .brand-grid .brand {
	width: 172px;
	height: 172px;
	display: block;
	position: relative;
}

.brand-grid .brand .layer {
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .2s, width .2s, height .2s, top .2s, left .2s, z-index .2s;
}



.brand-grid .brand .layer.overlay {
	background-color: #f00;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.brand-grid .brand .layer.overlay h4 {
	color: #ffffff;
	font-size: 24px;
	width: 172px;
	margin: 0 auto;
	padding-top: 30%;
	margin-bottom: 20px;
	text-align: center;
}

.brand-grid .brand .layer.overlay p {
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	width: 172px;
	margin: 0 auto;
	display: none;
}



.brand-grid .brand:hover .layer.overlay p {
	display: block;
}

.brand-grid .brand .layer.logo {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* FOOTER */

footer {
	clear: both;
	margin-top: 50px;
}

footer .container {
	padding-top: 50px;
	border-top: 1px solid #c8c8c8;
}

footer .footer-form {
	width: 50%;
	margin: 0 auto;
}

footer .footer-form form {
	padding-top: 20px;
}

footer .footer-end {
	padding: 200px 0 0;
	color: #c8c8c8;
	text-align: right;
}

footer .footer-end .contact {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 20px 0;
	margin-top: 20px;
}

footer .footer-end .contact span {
	padding: 0 20px 0 30px;
}

footer .footer-end .contact.email { background-image: url('img/contact_email.png') }
footer .footer-end .contact.phone { background-image: url('img/contact_phone.png') }

/* FORM */

form br { display: none !important; }

label {
	float: left;
	width: 120px;
	margin-right: 10px;
	padding-top: 12px;
}

input[type="email"], select {
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
}

input[type="email"], .selectWrap {
	width: 318px;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
}

.selectWrap {
	width: 338px;
	overflow: hidden;
	background: #ffffff url('img/form_select.jpg') no-repeat right center;
}

select {
	border: none;
	background: transparent;
	-webkit-appearance: none;
	width: 348px;
	height: 34px;
	font-size: 14px;
	font-weight: bold;
}

input[type="email"]:hover, input[type="email"]:focus, .selectWrap:hover {
	border-color: #90b022;
}

form input.btn {
	float: right;
}

.checkBoxes {
	width: 340px;
	float: left;
	margin-bottom: 20px;
}

.checkBoxes label {
	width: 30%;
}

.checkBoxes label span {
	font-weight: bold;
	font-size: 12px;
}

*[role="alert"] { 
    width: 100%;
    float: left;
    clear: both;
    background-color: #d85e52;
    color: #fff;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px;
    font-size: 10px;
	box-sizing: border-box;
	border-radius: 5px;
}

div[class*='mail-sent-okay'] {
    background-color: #90b022;
}

/* POST */

.btn.allPosts {
	display: inline-block;
	margin-bottom: 40px;
	line-height: 17px;
}

.meta {
	color: #c8c8c8;
}

.post {
	margin-bottom: 40px;
}

.post .entry {
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #c8c8c8;
}

.post .entry p {
	margin-bottom: 20px;
	line-height: 22px;
}

.post .entry h3 {
	margin-bottom: 20px;
	line-height: 28px;
}

.post h2 a {
	color: #555555;
}

/* SIDEBAR */

section, .widget {
	border: 1px solid #c8c8c8;
	padding: 20px;
	margin-bottom: 20px;
}

section.hiring {
	text-align: center;
}

section h2, .widget h2 {
	font-size: 18px;
	margin-bottom: 10px;
}

section ul, .widget ul {
	list-style-type: none;
}

section ul li, .widget ul li {
	margin-bottom: 10px;
}

section ul span, .widget ul span {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #c8c8c8;
}

/* TEAM */

.cover.team {
	background-image: url('img/cover_team.jpg')
}

.team-grid {
	margin-left: -20px;
	list-style-type: none;
	margin-top: 20px;
}

.team-grid .team-member {
	width: 416px;
	padding: 20px;
	float: left;
	border: 1px solid #c8c8c8;
	margin: 0 0 20px 20px;
}

.team-grid .team-member:nth-child(2n+1) {
	clear: left;
}

.team-member h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.team-member h4 span {
	color: #c8c8c8;
}

.team-member.hiring {
	margin-right:1px;
	text-align: center;
}
.team-member.hiring h3 {
	margin-bottom:10px;
}

/* PRESS */

.press-grid {
	list-style-type: none;
	margin-top: 20px;
}

.press-grid .press-item {
	padding: 20px;
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.press-item h3 {
	font-size: 19px;
}

.press-item h3 a {
	color: #555555;
}

.press-item .caps {
	color: #999;
}

.press-item .quote {
	margin-top: 20px;
	font-style: italic;
}

.press-item a:hover * {
	color: #498fb1;
}

section.press a {
	margin-top: 20px;
}

/* JOBS */

.jobs-grid {
	list-style-type: none;
	margin-top: 20px;
}

.jobs-grid .job {
	padding: 20px;
	border: 1px solid #c8c8c8;
	margin-bottom: 20px;
}

.job h3 {
	margin-bottom: 20px;
}

.job p {
	margin-bottom: 10px;
}

.job ul {
	margin-left: 40px;
	margin-bottom: 15px;
}

.job ul li {
	margin-bottom: 5px;
}

ul.callouts li.history { background-image: url('img/icon_history.jpg') }
ul.callouts li.education { background-image: url('img/icon_goals.jpg') }
ul.callouts li.perks { background-image: url('img/icon_perk.jpg') }

/* Mobile Styles */

@media (max-width: 500px) {

.container {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.container.main {
	margin-top: 20px;
}

.main-left {
	float: left;
	width: 100%;
}

.main-right {
	width: 100%;
}

.main-right.low {
	margin-top: 0px;
}

header {
	padding: 0;
}

.nav {
	padding-top: 10px;
	clear: both;
	float: none;
	display: block;
	width: 100%;
}

.nav li {
	width: 22.2%;
	margin-right: 3.6%;
}

.nav li:last-child {
	margin-right: 0;
}

.nav li a.btn {
	border: 1px solid #c8c8c8;
	width: 100%;
	padding: 8px 0;
	text-align: center;
}

footer {
	margin-top: 0;
}

footer .container {
	padding-top: 40px;
}

footer .footer-form {
	width: 100%;
}

footer .footer-form form {
	width: 100%;
}

label {
	padding: 0 0 5px 0;
}

select {
	width: 100%;
}

input[type="email"], .selectWrap {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

footer .footer-end .contact {
	display: block;
	padding: 0;
	background-image: none !important;
	margin-top: 0;
}

footer .footer-end .contact span {
	padding: 0;
}

.team-grid {
	margin: 20px 0 0 0;
}

.team-grid .team-member {
	width: 100%;
	margin: 0 0 10px 0;
	box-sizing: border-box;
	padding: 10px;
}

.home header h2 {
	padding: 20px 0;
	font-size: 30px;
}

.brand-grid {
	margin: 0;
	width: 100%;
}

.brand-grid .brand {
	width: 33%;
	height: 100px;
	margin: 0;
}

.brand-grid .brand .layer {
	width: 100%;
	height: 100px;
}

.brand-grid .brand .layer.overlay {
	display: none;
}

}

