/* CSS crunched with Crunch - http://crunchapp.net/ */
@import url('reset.css');
/*
Theme Name: ACE Innovation Theme
Theme URI: http://creativepickle.com/
Description: Custom Theme for ACE Innovation
Author: CreativePickle
Version: 1.0
Tags: 
*/
/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: Georgia, serif;
}
.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/****LAYOUT****/
body > #container {
  height: auto;
  min-height: 100%;
}
body {
  background-color: #6a9aff;
  background: -webkit-gradient(linear, left top, left bottom, from(#6a9aff), to(#50e81c));
  background: -webkit-linear-gradient(top, #6a9aff, #50e81c);
  background: -moz-linear-gradient(top, #6a9aff, #50e81c);
  background: -ms-linear-gradient(top, #6a9aff, #50e81c);
  background: -o-linear-gradient(top, #6a9aff, #50e81c);
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2% 0 2%!important;
  position: relative;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0px auto;
}
#content {
  width: 100%;
  padding: 30px 0 30px 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 100%;
  letter-spacing: 0em;
}
#content.no-pad {
  padding: 0;
}
#main-content {
  padding: 10px;
  line-height: 1.5;
}
#main-content h1 {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 80px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
  margin-bottom: 40px;
}
.section {
  width: 100%;
  position: relative;
  min-height: 200px;
  padding: 20px 0 20px 0;
}
h1 {
  color: #333;
  font-size: 36px;
  padding: 0 0 12px 0;
}
h2 {
  font-size: 30px;
  color: #333;
  padding: 0 0 12px 0;
}
h3 {
  font-size: 24px;
  color: #333;
  padding: 0 0 8px 0;
}
h4 {
  font-size: 18px;
  padding: 0 0 8px 0;
}
/***********BUTTONS***********/
a.button {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  display: inline-block;
  background: transparent;
  padding: 5px 20px 5px 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  border: 2px solid #fff;
  text-align: center;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
}
a.button:hover {
  background: #fff;
  color: #000;
  padding: 5px 25px 5px 25px;
}
/*********HOMEPAGE**********/
#banner {
  border-bottom: 1px solid #fff;
  position: relative;
}
#banner.homepage {
  height: 100vh;
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  background-attachment: fixed;
  background-attachment: fixed!important;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
#banner.homepage > div {
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
#banner.homepage > div .slide-in {
  padding: 0 100px 0 100px;
}
#banner.homepage > div h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  color: #fff;
  text-transform: uppercase;
}
#banner.subpage {
  background: #999999;
  padding: 30px 0 30px 0;
  margin-bottom: 45px;
  border-bottom: 1px solid #fff;
}
#banner.subpage h1 {
  font-family: Georgia, serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
/**********ITEMS and WIDGETS**************/
.acf-map {
  border: 1px solid #fff;
}
.question-item {
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #666666;
  padding: 30px;
  background: #fff;
  border: 1px solid #666;
  margin-bottom: 30px;
  color: #000;
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.question-item:hover {
  box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 8px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.question-item.correct,
.question-item.incorrect {
  -webkit-filter: grayscale(0%) important;
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%) !important;
}
.question-item .overlay {
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.question-item .content {
  position: relative;
  z-index: 5;
}
.question-item h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.question-item h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.question-item form.quiz-question label {
  display: block;
}
.question-item form.quiz-question button {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .10em;
  padding: 5px 15px 5px 15px;
  border: 2px solid #000;
  background: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.question-item form.quiz-question button:hover {
  padding: 5px 25px 5px 25px;
  cursor: pointer;
  background: #000;
  color: #fff;
}
.question-item .result {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  color: #fff;
  letter-spacing: .08em;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.question-item .result svg {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  margin-bottom: 30px;
}
.question-item .result svg path {
  fill: #fff!important;
}
.question-item .result > div {
  position: relative;
  transform: translateY(-50%);
  top: 50%;
}
.question-item .result.incorrect {
  background: red;
}
.question-item .result.correct {
  background: green;
}
.question-item.correct .result.correct {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.question-item.incorrect .result.incorrect {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#content-wrap.bonus {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#content-wrap.bonus h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  text-transform: uppercase;
}
form.bonus-question {
  margin-top: 40px;
}
form.bonus-question label {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
form.bonus-question input[type=radio] {
  position: relative;
  top: -4px;
}
form.bonus-question button {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .10em;
  padding: 5px 15px 5px 15px;
  border: 2px solid #fff;
  background: transparent;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
form.bonus-question button:hover {
  padding: 5px 25px 5px 25px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
#count {
  color: #fff;
}
.modal-wrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 9999;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all linear 200ms;
  -moz-transition: all linear 200ms;
  -ms-transition: all linear 200ms;
  -o-transition: all linear 200ms;
}
.modal-wrap .modal-box {
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  text-align: center;
  width: 90%;
  max-width: 300px;
  background: #fff;
  color: #000;
  position: relative;
  top: 40%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.modal-wrap .modal-box h5 {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .10em;
  margin-bottom: 25px;
}
.modal-wrap .modal-box h6 {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .10em;
  margin-bottom: 10px;
  margin-top: 25px;
}
.modal-wrap .modal-box a.social {
  color: #000;
  font-size: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 5px;
  -webkit-transition: all linear 140ms;
  -moz-transition: all linear 140ms;
  -ms-transition: all linear 140ms;
  -o-transition: all linear 140ms;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.modal-wrap .modal-box a.social:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.modal-wrap .modal-box a.button {
  color: #000;
  border: 2px solid #000;
  margin-top: 25px;
}
.modal-wrap .modal-box a.button:hover {
  background: #000;
  color: #fff;
}
.modal-wrap.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
/********ALIGNMENT********/
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 1.625em;
}
.clear {
  clear: both;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
}
figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
.fixed-bg {
  background-attachment: fixed!important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.centered {
  text-align: center;
}
