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

.modal {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  left: -9999px;
  height: 100%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 300;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
          transition: opacity 0.5s linear; }
  .modal.show {
    opacity: 1;
    left: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: scroll; }
  .modal body.freeze {
    overflow: hidden; }
  .modal button.mobile {
    display: none; }
  .modal .modal-close.mobile {
    display: none !important; }
  .modal .modal-close.mobile.show {
    display: none; }
  .modal .modal-content {
    display: inline-block;
    position: relative;
    width: 50%;
    z-index: 1; }
    .modal .modal-content p, .modal .modal-content a {
      color: white; }
  .modal button.btn.modal-close {
    float: right;
    margin-top: 82px;
    padding-left: 45px;
    padding-right: 45px; }
  .modal #modal-carousel {
    margin-top: 68px; }
    .modal #modal-carousel .carousel-inner {
      text-align: center; }
      .modal #modal-carousel .carousel-inner img {
        display: inline-block;
        width: 100%; }
    .modal #modal-carousel .carousel-control {
      background: none; }
      .modal #modal-carousel .carousel-control i {
        display: block;
        height: 60px;
        width: 40px;
        position: absolute;
        top: 40%;
        margin: 0; }
      .modal #modal-carousel .carousel-control i.left {
        background: url('../img/left-arrow.png') no-repeat;
        left: 15px; }
      .modal #modal-carousel .carousel-control i.right {
        background: url('../img/right-arrow.png') no-repeat;
        right: 15px; }
    .modal #modal-carousel .carousel-indicators {
      bottom: -38px; }
      .modal #modal-carousel .carousel-indicators li {
        background: white;
        border: none;
        opacity: 0.2;
        margin: 1px;
        width: 14px;
        height: 14px; }
      .modal #modal-carousel .carousel-indicators li.active {
        border: none;
        opacity: 1; }
    .modal #modal-carousel .item {
      overflow: hidden; }
    .modal #modal-carousel .slide-caption {
      display: none;
      position: absolute;
      top: 0; }
      .modal #modal-carousel .slide-caption p {
        color: #d6d9d8;
        font-size: 1.125em;
        line-height: 27px; }
    .modal #modal-carousel .slide-caption.active {
      display: block; }
    .modal #modal-carousel .slide-caption-container {
      bottom: -80px;
      position: absolute;
      text-align: left;
      width: 70%; }
  @media (min-width: 48em) and (max-width: 61.9375em) {
    .modal #modal-carousel .slide-caption-container {
      width: 62%; } }
  @media (max-width: 47.9375em) {
    .modal button.desktop {
      display: none; }
    .modal button.mobile {
      border-radius: 0;
      display: block;
      height: 50px;
      position: fixed;
      right: 0;
      top: -83px;
      z-index: 400;
      width: 34%; }
    .modal .modal-close.mobile.show {
      display: block !important; }
    .modal .modal-content {
      width: 100%;
      margin-top: 50px; }
    .modal #modal-carousel .slide-caption, .modal #modal-carousel .slide-caption-container {
      width: 100%;
      padding: 15px; }
    .modal #modal-carousel .slide-caption {
      padding-bottom: 30px; } }

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