/* 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; } }

.support-faq .container {
  padding: 0; }
.support-faq .title-container {
  background: white; }
  .support-faq .title-container p {
    margin-top: 1px;
    max-width: 710px; }
.support-faq h3.title {
  background: none;
  color: #868b91;
  padding-bottom: 0;
  font-size: 1.875em; }
.support-faq .faq-question {
  border-top: 1px solid #d6d9d8;
  float: left;
  width: 100%; }
  .support-faq .faq-question p.answer {
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    padding: 0 0 0 30px;
    max-width: 700px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .support-faq .faq-question p.answer.show {
    opacity: 1;
    padding: 0 30px 60px 30px; }
.support-faq .question {
  padding: 40px 30px;
  vertical-align: middle;
  float: none;
  display: block; }
  .support-faq .question h5 {
    display: inline-block;
    color: #39bdb9;
    width: 700px;
    line-height: 23px;
    margin-right: 245px;
    vertical-align: middle; }
  .support-faq .question img.plus.show, .support-faq .question img.minus.show {
    opacity: 1;
    height: auto;
    display: inline-block !important;
    vertical-align: middle; }
  .support-faq .question img.plus, .support-faq .question img.minus {
    opacity: 0;
    height: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
.support-faq .question:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
  /* Adjusts for spacing */ }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .support-faq .question h5 {
    margin-right: 160px;
    width: 500px; } }
@media (min-width: 62em) and (max-width: 75em) {
  .support-faq .question h5 {
    margin-right: 180px;
    width: 700px; } }
@media (max-width: 47.9375em) {
  .support-faq {
    background: #868b91;
    margin-top: 5px; }
    .support-faq h3.title {
      font-size: 1.3125em;
      padding-top: 25px; }
    .support-faq .question {
      padding: 20px 18px; }
      .support-faq .question h5 {
        width: 82%;
        margin-right: 8%;
        font-size: 0.9375em; } 
    .support-faq .faq-question p.answer, .support-faq .faq-question p.answer.show {
      padding-left: 17px; } }

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