/* Common imports for easy use by modules. Feel free to change or add more. */
.hide {
  display: none !important; }

a, a:focus {
  outline: 0; }

html {
  background: #e3e6e5;
  width: 100%; }

body {
  background: url("../img/bg-tile.jpg");
  background-attachment: fixed;
  background-repeat: repeat-x;
  position: relative;
  width: 100%; }

.dropDown {
  float: left;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100; }
  .dropDown a.dropDown-title {
    background: #d6d9d8;
    color: white;
    float: left;
    font: normal 700 18px "proxima-nova", sans-serif;
    font-size: 1.125em;
    padding: 26px 20px;
    text-transform: uppercase;
    width: 100%;
    height: auto; }
  .dropDown a.dropDown-title.active, .dropDown a.dropDown-title:hover {
    background: #868b91; }
  .dropDown .arrow {
    height: 10px;
    margin-top: 3px;
    width: 13px;
    position: absolute;
    right: 20px;
    top: 27px; }

.dropDown:hover {
  z-index: 200; }

.dropDown-title-selected {
  background: #d6d9d8;
  width: 100%;
  height: auto;
  padding: 26px 20px;
  position: absolute;
  top: -70px;
  z-index: 100; }
  .dropDown-title-selected p {
    color: white;
    font: normal 700 18px "proxima-nova", sans-serif;
    font-size: 1.125em;
    text-transform: uppercase; }

.pre-select {
  display: none; }

.dropDown-menu {
  top: 70px;
  float: left;
  position: absolute;
  width: 470px;
  z-index: 200; }
  .dropDown-menu li {
    float: left;
    text-transform: uppercase;
    width: 100%; }
    .dropDown-menu li a.dropDown-item, .dropDown-menu li .current-item {
      background: #d6d9d8;
      color: white;
      float: left;
      font: normal 700 18px "proxima-nova", sans-serif;
      font-size: 1.125em;
      padding: 26px 20px;
      width: 100%;
      height: auto; }
    .dropDown-menu li a.active {
      background: #868b91; }
    .dropDown-menu li a.dropDown-item:hover {
      background: #868b91; }
    .dropDown-menu li a {
      height: auto;
      padding: 26px 20px; }

.follow-us h5 {
  background: #53565a;
  color: white;
  padding: 15px;
  width: 100%; }
.follow-us ul {
  background: #f3f6f5;
  padding: 22px 15px 12px 15px; }
.follow-us li {
  height: 35px;
  margin-bottom: 10px; }
  .follow-us li img {
    float: left;
    max-width: 35px; }
  .follow-us li p {
    color: #39bdb9;
    font: normal 700 18px "proxima-nova", sans-serif;
    line-height: 34px;
    margin-left: 50px; }
  .follow-us li a:hover p {
    color: #d6d9d8; }

.title-container p {
  margin-bottom: 35px; }

input, textarea {
  border: 3px solid #868b91;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #868b91;
  float: left;
  font: normal 700 18px "proxima-nova", sans-serif;
  font-size: 1.125em;
  outline: 0;
  padding: 25px 18px;
  width: 100%; }

.show {
  display: block; }

textarea {
  height: 345px;
  outline: none;
  resize: none; }

.error {
  border-color: #e34e4e;
  color: #e34e4e; }

::-webkit-input-placeholder {
  color: #d6d9d8; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #d6d9d8; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #d6d9d8; }

:-ms-input-placeholder {
  color: #d6d9d8; }

@media (max-width: 47.9375em) {
  a.dropDown-toggle {
    font-size: 0.75em; }
  .title-container {
    background: #868b91;
    margin-bottom: 18px; }
    .title-container h3 {
      font-size: 1.5em; }
  .dropDown-menu {
    width: 366px; }
  .follow-us {
    display: none; }
  .hide-mobile {
    display: none !important; } }

.tech-details .platform-selector-container {
  float: left;
  padding-right: 0px; }
  .tech-details .platform-selector-container a {
    background: #fff;
    color: #d6d9d8;
    float: left;
    font: normal 700 18px "proxima-nova", sans-serif;
    padding: 30px;
    outline: 1px solid #ddd;
    width: 100%; }
  .tech-details .platform-selector-container li.active a, .tech-details .platform-selector-container a:hover {
    background: #d6d9d8;
    color: #53565a; }
.tech-details .platform-details-container {
  float: left;
  padding: 0 30px;
  margin-bottom: 30px;
  border-left: 1px solid #ddd; }
  .tech-details .platform-details-container .platform {
    opacity: 0;
    display: none; }
  .tech-details .platform-details-container .platform.show {
    display: block;
    opacity: 1; }
  .tech-details .platform-details-container li {
    padding: 15px 0;
    padding-left: 20px; }
    .tech-details .platform-details-container li p {
      margin-left: 30px; }
  .tech-details .platform-details-container h5 {
    padding-bottom: 15px; }
  .tech-details .platform-details-container ul {
    list-style: none;
    margin-bottom: 65px; }
  .tech-details .platform-details-container ul.features li {
    background: url("../img/tech-details-li-dot.png") no-repeat left 11px; }
  .tech-details .platform-details-container ul.requirements {
    margin-bottom: 30px; }
    .tech-details .platform-details-container ul.requirements li {
      background: url("../img/tech-details-li-dot.png") no-repeat left 11px; }
.tech-details h3.title {
  font-size: 1.5em; }
@media (max-width: 47.9375em) {
  .tech-details .platform-details-container ul.features li {
    background-position: left 8px; }
  .tech-details .platform-details-container ul.requirements li {
    background-position: left 8px; }
}
@media (min-width: 48em) {
  .tech-details .platform-selector-container {
    margin-bottom: 40px; }
}
@media (max-width: 767px) {
  .tech-details {
    border-top: 6px solid #d6d9d8; }
    .tech-details h3 {
      font-size: 1.5em;
      margin-top: 7px;
      padding: 28px 0 20px 0; }
    .tech-details .platform-selector-container {
      padding: 0; }
      .tech-details .platform-selector-container a {
        font-size: 0.65625em;
        padding: 21px 16px; }
    .tech-details .platform-details-container {
      border: none;
      padding: 0; }
      .tech-details .platform-details-container ul {
        padding: 0 10px 0 10px;
        margin-top: -8px;
        margin-bottom: 0; }
        .tech-details .platform-details-container ul li {
          background-size: 17px !important;
          padding-top: 10px;
          padding-bottom: 10px; }
        .tech-details .platform-details-container ul p {
          font-size: 0.65625em;
          line-height: 13.5px;
          margin-left: 11px; }
      .tech-details .platform-details-container h5 {
        padding-top: 20px;
        font-size: 0.65625em; } }

/*# sourceMappingURL=fake.css.map */