/* 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-request-form input::-webkit-outer-spin-button, .support-request-form input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */ }
.support-request-form .dropDown a.dropDown-title {
  height: auto;
  padding: 26px 20px; }
.support-request-form .dropDown .dropDown-menu {
  top: 70px; }
  .support-request-form .dropDown .dropDown-menu a {
    height: auto;
    padding: 26px 20px; }
.support-request-form .dropDown .dropDown-title-selected {
  height: auto;
  padding: 26px 20px;
  top: -70px; }
.support-request-form a.dropDown-toggle {
  padding: 26px 20px; }
.support-request-form .container {
  background: #f3f6f5; }
.support-request-form h5 {
  clear: right;
  padding-bottom: 15px; }
.support-request-form .title-container {
  background: #f3f6f5; }
.support-request-form h3.title {
  background: none;
  color: #868b91;
  padding-bottom: 11px;
  font-size: 1.875em; }
.support-request-form .col-sm-12 {
  margin: 40px 0; }
.support-request-form .title-container h3.title {
  padding-bottom: 0; }
.support-request-form .title-container p {
  margin-top: 1px;
  margin-bottom: 40px; }
.support-request-form .title-container span {
  font: normal 700 18px "proxima-nova", sans-serif;
  font-size: 1.125em; }
.support-request-form #request-form > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > h5 {
  float: left;
  padding-top: 50px; }
.support-request-form #request-form > div:nth-child(9) > div.col-sm-12 {
  margin-bottom: 0px; }
.support-request-form #request-form > div:nth-child(9) > div.col-sm-12 > p {
  color: #868b91; }
.support-request-form .yes-no-select-title {
  padding-top: 50px;
  float: left;
}
.support-request-form .yes-no-select {
  background: #868b91;
  color: white;
  display: block;
  float: left;
  font: normal 700 18px "proxima-nova", sans-serif;
  margin-right: 8px;
  padding: 27px 0;
  text-align: center;
  text-transform: uppercase;
  width: 108px; }
.support-request-form .yes-select {
  clear: left; }
.support-request-form .yes-selected {
  border: 3px solid #39bdb9;
  padding: 24px 0; }
.support-request-form .no-selected {
  border: 3px solid #e34e4e;
  padding: 24px 0; }
.support-request-form .yes-no-select:hover {
  background: #d6d9d8;
  cursor: pointer; }
.support-request-form .divider {
  float: left;
  padding: 40px 30px;
  width: 100%; }
  .support-request-form .divider hr {
    border-color: #d6d9d8;
    clear: both;
    width: 100%;
    margin: 0; }
.support-request-form .divider.show-mobile {
  display: none; }
.support-request-form p.permission {
  margin-top: 33px;
  max-width: 710px; }
.support-request-form #request-form > div:nth-child(2) {
  padding-top: 0; }
.support-request-form .submit-container {
  padding: 0 15px 40px 15px; }
  .support-request-form .submit-container button.btn {
    float: left;
    margin: 0;
    padding: 25px 67px; }
  .support-request-form .submit-container a:hover button.btn {
    background: white; }
  .support-request-form .submit-container div.error-container, .support-request-form .submit-container div.error-container-mobile {
    float: left;
    color: #e34e4e;
    margin-left: 25px;
    margin-top: 8px;
    width: 50%;
    display: none; }
    .support-request-form .submit-container div.error-container p, .support-request-form .submit-container div.error-container-mobile p {
      float: left;
      font: normal 700 18px "proxima-nova", sans-serif;
      font-size: 1.125em;
      line-height: 24px;
      line-height: 1.375em; }
  .support-request-form .submit-container div.error-container-mobile {
    display: none; }
.support-request-form .submission-confirmation p {
  color: #868b91;
  padding-bottom: 30px; }
.support-request-form .submission-confirmation h5 {
  color: #868b91; }
.support-request-form .submission-confirmation span {
  font-style: italic; }
@media (min-width: 48em) and (max-width: 61.9375em) {
  .support-request-form h5 {
    font-size: 0.8125em; } }
@media (max-width: 47.9375em) {
  .support-request-form {
    padding-top: 5px; }
    .support-request-form a.dropDown-toggle {
      font-size: 0.9375em;
      padding: 19px 10px; }
    .support-request-form h3.title {
      font-size: 1.3125em;
      padding-top: 25px; }
    .support-request-form .container {
      background: white; }
    .support-request-form .col-sm-12 {
      margin: 0; }
    .support-request-form .col-xs-12 {
      padding-bottom: 25px;
      padding-left: 17px;
      padding-right: 17px;
      float: left; }
    .support-request-form .divider {
      padding: 0 17px; }
      .support-request-form .divider hr {
        margin: 10px auto 35px auto;
        width: 100%; }
    .support-request-form .divider.show-mobile {
      display: block; }
    .support-request-form div.error-container {
      display: none; }
    .support-request-form p.permission {
      margin-top: 0; }
    .support-request-form .submit-container a {
      display: block;
      margin: 0 auto;
      width: 100%; }
    .support-request-form .submit-container button.btn {
      width: 100%;
      padding: 18px 0; }
    .support-request-form .submit-container div.error-container {
      display: none;
      font-size: 0.84375em;
      width: 100%;
      margin: 0;
      margin-top: 15px;
      margin-bottom: 25px; }
    .support-request-form .title-container {
      background: white; }
      .support-request-form .title-container p {
        margin-bottom: 0; } }

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