/* Media Query Mixin */
/* Based off of: http://blog.grayghostvisuals.com/sass/sass-media-query-mixin/ */
/*** FONTS ***/
/*** COLORS ***/
html body div#page-wrap div.inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 1200px) {
    html body div#page-wrap div.inner {
      padding: 0 20px; } }
html body div#page-wrap div.table {
  display: table;
  width: 100%;
  height: 100%; }
  html body div#page-wrap div.table div.table-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }
html body div#page-wrap section#page-header {
  width: 100%;
  height: 590px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/contact/header-bg.jpg"); }
  @media screen and (min-width: 769px) and (max-width: 1024px) {
    html body div#page-wrap section#page-header {
      height: 500px; } }
  @media screen and (min-width: 481px) and (max-width: 768px) {
    html body div#page-wrap section#page-header {
      height: 400px; } }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#page-header {
      height: 300px; } }
  html body div#page-wrap section#page-header div.inner {
    height: 100%;
    text-align: center; }
    html body div#page-wrap section#page-header div.inner div.title {
      padding: 0;
      margin: 0;
      font-family: DesirePro, "Times New Roman", Times;
      color: #fff;
      font-size: 160px;
      line-height: 160px;
      letter-spacing: 5px; }
      @media screen and (min-width: 769px) and (max-width: 1024px) {
        html body div#page-wrap section#page-header div.inner div.title {
          font-size: 130px;
          line-height: 130px;
          letter-spacing: 4px; } }
      @media screen and (min-width: 481px) and (max-width: 768px) {
        html body div#page-wrap section#page-header div.inner div.title {
          font-size: 120px;
          line-height: 120px;
          letter-spacing: 3px; } }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#page-header div.inner div.title {
          font-size: 80px;
          line-height: 80px;
          letter-spacing: 2px; } }
html body div#page-wrap section#page-intro div.inner div.text-wrap {
  text-align: center;
  padding: 50px 0 60px; }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#page-intro div.inner div.text-wrap {
      padding: 30px 0; } }
  html body div#page-wrap section#page-intro div.inner div.text-wrap div.title {
    padding: 0;
    margin: 0 0 30px 0;
    font-family: DesirePro, "Times New Roman", Times;
    color: #2f2b28;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2px; }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section#page-intro div.inner div.text-wrap div.title {
        font-size: 40px;
        line-height: 40px; } }
  html body div#page-wrap section#page-intro div.inner div.text-wrap p {
    max-width: 350px;
    padding: 0 0 30px;
    margin: 0 auto;
    font-family: "museo-sans", sans-serif;
    color: #2f2b28;
    font-size: 18px;
    line-height: 22px; }
  html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons {
    display: inline-block;
    height: 100%;
    text-align: center; }
    html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon {
      display: inline-block;
      text-decoration: none;
      height: 25px; }
      @media screen and (min-width: 769px) {
        html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon:hover svg path, html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon:hover svg line, html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon:hover svg circle {
          fill: #2f2b28; } }
      html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon.fb {
        width: 25px;
        margin-right: 15px; }
        html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon.fb svg {
          width: 25px;
          height: 25px; }
      html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon.ig {
        width: 24px;
        margin-right: 20px; }
        html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon.ig svg {
          width: 24px;
          height: 25px; }
      html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon.pt {
        width: 19px; }
        html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon.pt svg {
          width: 19px;
          height: 25px; }
      html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon svg {
        display: block; }
        html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon svg path, html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon svg line, html body div#page-wrap section#page-intro div.inner div.text-wrap div.social-icons a.icon svg circle {
          fill: #c4882d; }
html body div#page-wrap section#page-form div.inner form#contact-form {
  padding: 0 0 100px; }
  @media screen and (max-width: 480px) {
    html body div#page-wrap section#page-form div.inner form#contact-form {
      padding: 0 0 50px; } }
  html body div#page-wrap section#page-form div.inner form#contact-form div.fields {
    width: 100%;
    display: table;
    max-width: 820px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      html body div#page-wrap section#page-form div.inner form#contact-form div.fields {
        width: 100%;
        display: block; } }
    html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab {
      display: table-cell;
      width: 50%; }
      @media screen and (max-width: 480px) {
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab {
          width: 100%;
          display: block; } }
      html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab:first-child {
        padding-right: 80px; }
        @media screen and (min-width: 481px) and (max-width: 768px) {
          html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab:first-child {
            padding-right: 40px; } }
        @media screen and (max-width: 480px) {
          html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab:first-child {
            padding-right: 0; } }
      html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field {
        margin: 0 0 20px;
        width: 100%;
        max-width: 320px; }
        @media screen and (max-width: 480px) {
          html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field {
            margin: 0 0 15px;
            max-width: 100%; } }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field.message-field {
          max-width: 410px; }
          @media screen and (max-width: 480px) {
            html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field.message-field {
              max-width: 100%; } }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field.phoneNumber-field label {
          display: inline-block; }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field.phoneNumber-field p.instructions {
          padding-left: 5px;
          display: inline-block; }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field label {
          display: block;
          padding: 0;
          margin: 0 0 10px;
          font-family: "museo-sans", sans-serif;
          color: #2f2b28;
          font-size: 15px;
          line-height: 15px;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-weight: 300; }
          @media screen and (max-width: 480px) {
            html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field label {
              margin: 0 0 5px;
              letter-spacing: 1px; } }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field p.instructions {
          padding: 0;
          margin: 0;
          font-family: "museo-sans", sans-serif;
          color: #979491;
          font-size: 13px;
          line-height: 13px;
          font-weight: 300; }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field input {
          -webkit-appearance: none;
          width: 100%;
          height: 40px;
          margin: 0;
          padding: 0 0 0 15px;
          background-color: transparent;
          border: 1px solid #2f2b28;
          outline: 0;
          font-family: "museo-sans", sans-serif;
          color: #2f2b28;
          font-size: 15px;
          line-height: 15px;
          font-weight: 300;
          letter-spacing: 1px; }
        html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field textarea {
          -webkit-appearance: none;
          width: 100%;
          min-height: 220px;
          margin: 0;
          padding: 15px;
          background-color: transparent;
          border: 1px solid #2f2b28;
          outline: 0;
          font-family: "museo-sans", sans-serif;
          color: #2f2b28;
          font-size: 15px;
          line-height: 18px;
          font-weight: 300;
          letter-spacing: 1px; }
          @media screen and (max-width: 480px) {
            html body div#page-wrap section#page-form div.inner form#contact-form div.fields div.tab div.field textarea {
              min-height: 150px; } }
  html body div#page-wrap section#page-form div.inner form#contact-form div.submit {
    width: 100%;
    max-width: 820px;
    margin: 10px auto 0 auto; }
    html body div#page-wrap section#page-form div.inner form#contact-form div.submit input {
      display: inline-block;
      -webkit-appearance: none;
      padding: 0 50px 0 30px;
      height: 40px;
      margin: 0;
      background-color: #c8903c;
      border: none;
      outline: 0;
      background-repeat: no-repeat;
      background-position: calc(100% - 10px) center;
      background-size: 25px auto;
      background-image: url("/assets/images/content-islands/arrow-right@2x.png");
      cursor: pointer;
      font-family: "museo-sans", sans-serif;
      color: #fff;
      font-size: 16px;
      line-height: 16px;
      font-weight: 300;
      letter-spacing: 2px;
      text-transform: uppercase; }

/*# sourceMappingURL=contact-us.css.map */
