/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../scss/_boilerplate.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 21, ../scss/_boilerplate.scss */
body {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../scss/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 37, ../scss/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 46, ../scss/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 59, ../scss/_boilerplate.scss */
img {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 67, ../scss/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 77, ../scss/_boilerplate.scss */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
/* line 85, ../scss/_boilerplate.scss */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 120, ../scss/_boilerplate.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 128, ../scss/_boilerplate.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 139, ../scss/_boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 148, ../scss/_boilerplate.scss */
.visuallyhidden, .logo span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 164, ../scss/_boilerplate.scss */
.visuallyhidden.focusable:active, .logo span.focusable:active,
.visuallyhidden.focusable:focus,
.logo span.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 178, ../scss/_boilerplate.scss */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 194, ../scss/_boilerplate.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 200, ../scss/_boilerplate.scss */
.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 209, ../scss/_boilerplate.scss */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 236, ../scss/_boilerplate.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 243, ../scss/_boilerplate.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 248, ../scss/_boilerplate.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 252, ../scss/_boilerplate.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 260, ../scss/_boilerplate.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 266, ../scss/_boilerplate.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 272, ../scss/_boilerplate.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 276, ../scss/_boilerplate.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 281, ../scss/_boilerplate.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 289, ../scss/_boilerplate.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 296, ../scss/_boilerplate.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 11, ../scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 29, ../scss/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
/* line 53, ../scss/_normalize.scss */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, ../scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
/* line 79, ../scss/_normalize.scss */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
/* line 91, ../scss/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
/* line 103, ../scss/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
/* line 111, ../scss/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE 6/7.
 * Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
/* line 126, ../scss/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 131, ../scss/_normalize.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 136, ../scss/_normalize.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 141, ../scss/_normalize.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 146, ../scss/_normalize.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 151, ../scss/_normalize.scss */
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
/* line 160, ../scss/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
/* line 168, ../scss/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 173, ../scss/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
/* line 181, ../scss/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE 6/7/8/9.
 */
/* line 189, ../scss/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 198, ../scss/_normalize.scss */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 207, ../scss/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
/* line 220, ../scss/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
/* line 230, ../scss/_normalize.scss */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
/* line 238, ../scss/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
/* line 248, ../scss/_normalize.scss */
small {
  font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 256, ../scss/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 264, ../scss/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 268, ../scss/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE 6/7.
 */
/* line 280, ../scss/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 287, ../scss/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE 6/7.
 */
/* line 295, ../scss/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE 7.
 */
/* line 305, ../scss/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
/* line 320, ../scss/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */
/* line 329, ../scss/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
/* line 341, ../scss/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
/* line 353, ../scss/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
/* line 361, ../scss/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
/* line 373, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
/* line 387, ../scss/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 402, ../scss/_normalize.scss */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 417, ../scss/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
/* line 430, ../scss/_normalize.scss */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 442, ../scss/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 456, ../scss/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 468, ../scss/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 3+.
 */
/* line 477, ../scss/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
/* line 488, ../scss/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
/* line 501, ../scss/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 37, ../scss/_module.scss */
.branding, .announce, .site-nav ul, .content-section, .site-footer {
  max-width: 58em;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 40em) {
  /* line 37, ../scss/_module.scss */
  .branding, .announce, .site-nav ul, .content-section, .site-footer {
    width: 90%;
  }
}
@media screen and (min-width: 65em) {
  /* line 37, ../scss/_module.scss */
  .branding, .announce, .site-nav ul, .content-section, .site-footer {
    width: 85%;
  }
}

/* line 65, ../scss/_module.scss */
.mail-sent {
  /*
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
}
/* line 45, ../scss/_module.scss */
.mail-sent:before, .mail-sent:after {
  content: " ";
  display: block;
}
/* line 51, ../scss/_module.scss */
.mail-sent:after {
  clear: both;
}
/* line 60, ../scss/_module.scss */
.mail-sent {
  *zoom: 1;
}

/* ==========================================================================
   Variables
   ========================================================================== */
/*  Variables
-----------------------------*/
/* ==========================================================================
   Project specific mixins
   ========================================================================== */
/* ==========================================================================
   Fonts
   ========================================================================== */
/* line 223, ../scss/_module.scss */
body {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
@font-face {
  font-family: "valuetransit-icons";
  src: url('../fonts/valuetransit-icons.eot?1485872394');
  src: url('../fonts/valuetransit-icons.eot?&1485872394#iefix') format("embedded-opentype"), url('../fonts/valuetransit-icons.woff?1485872394') format("woff"), url('../fonts/valuetransit-icons.ttf?1485872394') format("truetype"), url('../fonts/valuetransit-icons.svg?1485872394#valuetransit-icons') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
   Base page styles
   ========================================================================== */
/* line 6, ../scss/style.scss */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 10, ../scss/style.scss */
html, body {
  padding: 0;
  margin: 0;
  min-width: 300px;
  height: 100%;
}
/* line 15, ../scss/style.scss */
.ltie9 html, .ltie9 body {
  min-width: 1000px;
}

/* line 19, ../scss/style.scss */
body {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #53565a;
  font-size: 1em;
  background: url('../images/stripe-bg.png?1485872396') #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 65em) {
  /* line 19, ../scss/style.scss */
  body {
    font-size: 1.1em;
  }
}
@media (min-width: 85em) {
  /* line 19, ../scss/style.scss */
  body {
    font-size: 1.2em;
  }
}

/* line 37, ../scss/style.scss */
.error {
  color: #814455 !important;
  font-weight: 700;
}
/* line 40, ../scss/style.scss */
.error .question {
  background: #f7f2e8;
  border: 1px solid #eaddc2 !important;
  padding: 0.5em 0.3em 0.5em 0.6em !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 49, ../scss/style.scss */
h1, h3, h5 {
  font-weight: 800;
}

/* line 53, ../scss/style.scss */
h2, h4, h6 {
  font-weight: 400;
}

/* line 57, ../scss/style.scss */
a {
  color: #e6880f;
  text-decoration: none;
}
/* line 60, ../scss/style.scss */
a:hover {
  color: #000;
  text-decoration: underline;
}

/* ==========================================================================
   Page Styles
   ========================================================================== */
/* line 71, ../scss/style.scss */
.site-header {
  position: relative;
  padding: 1px 0;
  background: url('../images/img_init_video.jpg?1485872395') center left;
  background-size: cover;
  z-index: 0;
  overflow: hidden;
}
/* line 78, ../scss/style.scss */
.site-header video {
  position: absolute;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -10;
}
/* line 88, ../scss/style.scss */
.site-header:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(124, 124, 124, 0.7);
  background-image: url('../images/stripe-bg.png?1485872396');
  background: url('../images/stripe-bg.png?1485872396'), url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiM3YzdjN2MiLz48c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iIzdjN2M3YyIgc3RvcC1vcGFjaXR5PSIwLjciLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: url('../images/stripe-bg.png?1485872396'), -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #7c7c7c), color-stop(45%, rgba(124, 124, 124, 0.7)));
  background: url('../images/stripe-bg.png?1485872396'), -moz-linear-gradient(top, #7c7c7c 20%, rgba(124, 124, 124, 0.7) 45%);
  background: url('../images/stripe-bg.png?1485872396'), -webkit-linear-gradient(top, #7c7c7c 20%, rgba(124, 124, 124, 0.7) 45%);
  background: url('../images/stripe-bg.png?1485872396'), linear-gradient(to bottom, #7c7c7c 20%, rgba(124, 124, 124, 0.7) 45%);
  display: block;
  z-index: -1;
}

/* line 103, ../scss/style.scss */
.branding {
  text-align: center;
  padding: 0.5em;
  border-bottom: 3px solid #1c1c1c;
  margin-bottom: 1em;
  margin-top: 5%;
  position: relative;
  z-index: 10;
}

/* line 114, ../scss/style.scss */
.logo {
  width: 17.6em;
  padding: 5.808em 0;
  height: 0;
  background-image: url('../images/vt-logo.png?1485872404');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  font-size: 0.625em;
  display: inline-block;
  margin: 0 auto;
}
/* line 96, ../scss/_module.scss */
.svg .logo {
  background-image: url('../images/vt-logo.svg?1485872405');
}
/* line 169, ../scss/_module.scss */
.ltie9 .logo, .lt-ie9 .logo {
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/vt-logo.png',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='vt-logo.png',sizingMethod='scale')";
}
@media (min-width: 40em) {
  /* line 114, ../scss/style.scss */
  .logo {
    font-size: 1em;
  }
}

/* line 128, ../scss/style.scss */
.tagline {
  color: #1c1c1c;
  font-size: 1.4em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

@media (min-width: 40em) {
  /* line 144, ../scss/style.scss */
  .site-header {
    height: 100%;
    min-height: 35em;
  }

  /* line 148, ../scss/style.scss */
  .bottom-header-items {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }

  /* line 155, ../scss/style.scss */
  .branding {
    padding: 1em;
    border-bottom: 0.4em solid #1c1c1c;
    margin-bottom: 2em;
  }
}
@media (min-width: 65em) {
  /* line 163, ../scss/style.scss */
  .branding {
    padding: 1.5em;
    border-bottom: 0.8em solid #1c1c1c;
    margin-bottom: 2em;
    text-align: left;
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
  }
  /* line 45, ../scss/_module.scss */
  .branding:before, .branding:after {
    content: " ";
    display: block;
  }
  /* line 51, ../scss/_module.scss */
  .branding:after {
    clear: both;
  }
  /* line 60, ../scss/_module.scss */
  .branding {
    *zoom: 1;
  }

  /* line 170, ../scss/style.scss */
  .logo {
    vertical-align: bottom;
    margin-right: 0.4em;
  }

  /* line 174, ../scss/style.scss */
  .tagline {
    display: inline-block;
    width: calc(100% - 23rem);
    vertical-align: bottom;
    padding-left: 2em;
    font-size: 1.7em;
    margin: 0 0 0.4em;
  }
}
/* line 188, ../scss/style.scss */
.announce {
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  padding: 2em;
  border: solid #333;
  border-width: 1px 1px 0;
}
/* line 195, ../scss/style.scss */
.announce p {
  margin: 0;
}

/* line 200, ../scss/style.scss */
.site-nav {
  background: #333;
  padding: 1.3em 0;
}
/* line 203, ../scss/style.scss */
.site-nav ul {
  text-align: center;
  padding: 0;
}
@media (min-width: 40em) {
  /* line 207, ../scss/style.scss */
  .site-nav ul li {
    display: inline-block;
  }
  /* line 210, ../scss/style.scss */
  .site-nav ul li:not(:first-of-type) {
    margin-left: 2em;
  }
}
@media (max-width: 39.9375em) {
  /* line 215, ../scss/style.scss */
  .site-nav ul li:not(:first-of-type) {
    margin-top: 0.2em;
    padding-top: 0.5em;
    border-top: 1px solid #1c1c1c;
  }
}
/* line 221, ../scss/style.scss */
.site-nav ul li a {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
/* line 225, ../scss/style.scss */
.site-nav ul li a:before {
  content: "\e600";
  font-family: valuetransit-icons;
  padding-right: 0.5em;
  color: #000;
  vertical-align: middle;
  font-size: 1.2em;
  top: -0.1em;
  position: relative;
}
/* line 236, ../scss/style.scss */
.site-nav ul li a:hover, .site-nav ul li a:hover:before {
  color: #e6880f;
  text-decoration: none;
}

/* line 250, ../scss/style.scss */
.toTop {
  font-size: 0.9em;
}
@media (min-width: 40em) {
  /* line 250, ../scss/style.scss */
  .toTop {
    position: absolute;
    right: 0;
  }
}

/* line 258, ../scss/style.scss */
#content {
  padding: 2em 0;
  background: #f3f3f3;
}

/* line 263, ../scss/style.scss */
.content-section {
  padding-top: 2em;
  position: relative;
}
/* line 269, ../scss/style.scss */
.content-section h3 {
  font-size: 1.5em;
  border-bottom: 0.6em solid #e6880f;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 0.4em;
}
/* line 277, ../scss/style.scss */
.content-section .inner-content > div {
  margin: 0.4em 0;
}
/* line 279, ../scss/style.scss */
.content-section .inner-content > div, .content-section .inner-content > div * {
  line-height: 1.6 !important;
}
@media (min-width: 40em) {
  /* line 285, ../scss/style.scss */
  .content-section:nth-child(2) {
    padding-top: 3em;
  }
  /* line 287, ../scss/style.scss */
  .content-section:nth-child(2) .inner-content {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
  }
  /* line 289, ../scss/style.scss */
  .content-section:nth-child(2) .inner-content div {
    display: inline-block;
    width: 100%;
  }
}

/* line 299, ../scss/style.scss */
.dropped-img img {
  width: 100%;
  height: auto;
}

/* line 310, ../scss/style.scss */
label {
  width: 100%;
  margin-top: 1em;
  display: block;
}

/* line 315, ../scss/style.scss */
input, textarea {
  width: 100%;
  outline: none;
  border: 1px solid #999;
  color: #999;
  padding: 0.4em;
  line-height: 1.5;
}
/* line 322, ../scss/style.scss */
input:hover, textarea:hover {
  border-color: #000;
}
/* line 325, ../scss/style.scss */
input:active, input:focus, textarea:active, textarea:focus {
  border-color: #e6880f;
  color: #1c1c1c;
}
/* line 328, ../scss/style.scss */
input:active:hover, input:focus:hover, textarea:active:hover, textarea:focus:hover {
  border-color: #e6880f;
}

/* line 333, ../scss/style.scss */
textarea {
  min-height: 6em;
}

/* line 337, ../scss/style.scss */
button {
  margin: 0.5em 0;
  width: 100%;
  padding: 0.4em 1em;
  text-align: center;
  font-size: 1.5em;
  text-transform: uppercase;
  background: #e6880f;
  color: #fff;
  background: #dc820e;
  border: 2px solid #f2a036;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* line 349, ../scss/style.scss */
button:after {
  content: "\e608";
  font-family: valuetransit-icons;
  margin-left: 0.5em;
}
/* line 354, ../scss/style.scss */
button:hover {
  background: #f0941e;
  border-color: #b66c0c;
}
/* line 358, ../scss/style.scss */
button:active, button:focus {
  outline: none;
}

/* line 363, ../scss/style.scss */
.are_you_what {
  display: none;
}

/* line 367, ../scss/style.scss */
.mail-sent {
  position: relative;
}
/* line 370, ../scss/style.scss */
.mail-sent:before {
  content: "Your email has been sent!";
  background: rgba(243, 243, 243, 0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 3em;
  font-weight: 800;
  text-align: center;
}

@media (min-width: 40em) {
  /* line 384, ../scss/style.scss */
  .contact-form {
    /*
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    padding: 0.5em 0 4em;
  }
  /* line 45, ../scss/_module.scss */
  .contact-form:before, .contact-form:after {
    content: " ";
    display: block;
  }
  /* line 51, ../scss/_module.scss */
  .contact-form:after {
    clear: both;
  }
  /* line 60, ../scss/_module.scss */
  .contact-form {
    *zoom: 1;
  }
  /* line 387, ../scss/style.scss */
  .contact-form .btn-submit {
    text-align: right;
  }
  /* line 390, ../scss/style.scss */
  .contact-form button {
    display: inline-block;
    width: auto;
  }

  /* line 395, ../scss/style.scss */
  .leftFormElements {
    float: left;
    width: 45%;
  }

  /* line 399, ../scss/style.scss */
  .rightFormElements {
    float: right;
    width: 50%;
  }
}
/* line 406, ../scss/style.scss */
.site-footer {
  color: #fff;
  padding: 2em 0;
}
/* line 411, ../scss/style.scss */
.site-footer a, .site-footer a:hover {
  color: #fff;
}
/* line 415, ../scss/style.scss */
.site-footer .footer-name {
  font-size: 1.4em;
  color: #e6880f;
  text-transform: uppercase;
  font-weight: 700;
}
/* line 421, ../scss/style.scss */
.site-footer address {
  font-style: normal;
  line-height: 1.2;
}
/* line 426, ../scss/style.scss */
.site-footer .left-items {
  float: left;
}
/* line 430, ../scss/style.scss */
.site-footer .employee {
  float: right;
}
/* line 433, ../scss/style.scss */
.site-footer .employee a:after {
  content: "\e606";
  font-family: valuetransit-icons;
  vertical-align: middle;
  padding-left: 1em;
  font-size: 1.2em;
  color: #e6880f;
}
/* line 441, ../scss/style.scss */
.site-footer .employee a:hover {
  text-decoration: none;
  color: #e6880f;
}
/* line 448, ../scss/style.scss */
.site-footer .copyright {
  color: #a6a6a6;
  clear: both;
  font-size: 0.8em;
  text-align: center;
  padding-top: 4em;
}
/* line 454, ../scss/style.scss */
.site-footer .copyright a {
  text-decoration: underline;
}
