/* PeakShift
 * ======
 * @license: CC BY-NC 3.0 (http://creativecommons.org/licenses/by-nc/3.0/)
 * @author: Peak Shift Inc. <contact@peakshift.com>
 * @updated: Thu Jul 07 2016
 */

@font-face {
  font-family: 'Tisa OT';
  src: url("../../assets/typefaces/TisaOT.otf");
}
@font-face {
  font-family: 'Univers LT Std - 47 Light Condensed';
  src: url("../../assets/typefaces/UniversLTStd-Cn.otf");
}
@font-face {
  font-family: 'Univers LT Std - Roman';
  src: url("../../assets/typefaces/UniversLTStd.otf");
}
body {
  font-size: 14px;
  margin: 0;
  font: 12px/1.5em "Univers W01";
}

.section-heading, h1, h2, h3, h4, h5, h6 {
  font-family: "Univers Next W01";
  font-weight: 300;
  text-transform: uppercase;
}

ul, ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

input, select {
  font-family: "Univers W01";
  -webkit-border-radius: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="submit"] {
  cursor: pointer;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

/* Include below in $susy to display grid*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
}
.wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.right {
  float: right;
}

.left {
  float: left;
}

.text--left {
  text-align: left;
}

.text--right {
  text-align: right;
}

.text--center {
  text-align: center;
}

.text--uppercase {
  text-transform: uppercase;
}

.text--capitalize {
  text-transform: capitalize;
}

.bg--red {
  background-color: #dd1e3e;
}

.border--btm {
  border-bottom: 1px solid #C3C3C3;
}

.margin-btm {
  margin-bottom: 40px;
}

.margin-btm-s {
  margin-bottom: 20px;
}

.margin-btm-xs {
  margin-bottom: 10px;
}

.hidden {
  display: none !important;
}

.rs--margin, .rs {
  margin: 0;
}

.rs--padding, .rs {
  padding: 0;
}

.rs {
  list-style: none inside;
}

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input--text {
  width: 100%;
}
.input--text input {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  border: none;
  display: block;
}
.input--text input::-webkit-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Univers W01";
  color: #C3C3C3;
}
.input--text input:-moz-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Univers W01";
  color: #C3C3C3;
}
.input--text input::-moz-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Univers W01";
  color: #C3C3C3;
}
.input--text input:-ms-input-placeholder {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Univers W01";
  color: #C3C3C3;
}
.input--text input:focus {
  outline: none;
}
.input--text input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input--text input:focus:-moz-placeholder {
  opacity: 0;
}
.input--text input:focus::-moz-placeholder {
  opacity: 0;
}
.input--text input:focus:-ms-input-placeholder {
  opacity: 0;
}

.input--select select {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Univers W01";
  color: #C3C3C3;
  border: none;
  width: 100%;
  outline: none;
  display: block;
}

.input--text, .input--select {
  width: 100%;
}
.input--text input, .input--text select, .input--select input, .input--select select {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.input--label_small, .input--text label, .input--textarea label, .input--select label {
  font-family: "Univers W01";
  font-size: 9px;
  color: #C3C3C3;
  letter-spacing: 1px;
  line-height: 9px;
  text-transform: uppercase;
  pointer-events: none;
  display: block;
  padding-top: 14px;
  opacity: 0;
}
.input--label_small span.required, .input--text label span.required, .input--textarea label span.required, .input--select label span.required {
  color: #dd1e3e;
}

.input--group:after {
  content: "";
  display: table;
  clear: both;
}
.input--group .input--group-heading {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
  color: #C3C3C3;
}

.input--services:after {
  content: "";
  display: table;
  clear: both;
}
.input--services .input--services-column {
  width: 49.15254%;
  float: left;
  margin-bottom: 1.69492%;
}
.input--services .input--services-column:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.input--services .input--services-column:nth-child(2n + 2) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.input--services .input--services-column input[type="radio"] {
  display: none;
}
.input--services .input--services-column input[type="radio"]:checked + label {
  border-color: #dd1e3e;
}
.input--services .input--services-column input[type="radio"]:checked + label h5 {
  color: #dd1e3e;
}
.input--services .input--services-column label {
  display: block;
  border: 1px solid #C3C3C3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.input--services .input--services-column label img {
  margin-bottom: 10px;
}
.input--services .input--services-column label h5 {
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  text-transform: none;
  font-family: "Univers Next W01";
}
.input--services .input--services-column:nth-child(3) {
  margin-bottom: 0;
}

.form--submit input {
  padding: 5px 15px;
  border: none;
  color: #FFF;
  letter-spacing: 1px;
  border-radius: 0;
}

.masthead {
  padding: 20px;
  background-color: #dd1e3e;
}
.masthead a {
  color: #FFF;
  text-decoration: none;
}
.masthead .logo {
  margin: 0;
}
.masthead .nav {
  background: #FFF;
  font-size: 32px;
  line-height: 60px;
  font-family: "Univers Next W01";
  font-weight: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}
.masthead .nav .nav__toggle {
  color: #5A020E;
  font-family: "Univers Next W01";
  font-weight: 300;
  font-size: 18px;
  line-height: 1em;
  vertical-align: middle;
  margin-bottom: 1em;
  cursor: pointer;
}
.masthead .nav .nav__icon--menu {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #5A020E;
  margin: 6px 6px 6px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.nav--open .masthead .nav .nav__icon--menu:before {
  width: 10px;
  top: -3px;
  left: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav--open .masthead .nav .nav__icon--menu:after {
  width: 10px;
  bottom: -3px;
  left: -2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.masthead .nav .nav__icon--menu:before, .masthead .nav .nav__icon--menu:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background-color: #5A020E;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.masthead .nav .nav__icon--menu:before {
  top: -6px;
}
.masthead .nav .nav__icon--menu:after {
  bottom: -6px;
}
.masthead .nav li, .masthead .nav a {
  display: block;
}
.masthead .nav a {
  color: #dd1e3e;
  text-transform: uppercase;
}

body, html {
  padding: 0;
  margin: 0;
}

.page {
  display: block;
}

.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 40px;
  background-color: #FFF;
}
.content .section-heading {
  font-size: 24px;
  color: #dd1e3e;
  margin-top: 0;
  margin-bottom: 15px;
}

/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .input--group-fullname .input--text {
    width: 49.15254%;
    float: left;
  }
  .input--group-fullname .input--text:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .input--group-fullname .input--text:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }

  .content {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */

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