/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-size: 62.5%; }

p, li, dt, dd input, select, label, textarea, blockquote, pre {
  font-family: 'Droid Serif', sans-serif;
  font-size: 1rem; }

pre.code {
  background: #eeeeee;
  padding: 1rem;
  font-family: monospace, serif;
  font-size: 0.875rem; }

h1, h2, h3, h4, h5 {
  color: #040303;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  margin: 1rem 0; }
  h1.line, h2.line, h3.line, h4.line, h5.line {
    text-align: left;
    margin-bottom: 0.25rem; }
    h1.line + *, h2.line + *, h3.line + *, h4.line + *, h5.line + * {
      margin-top: 0.25rem; }

h1 {
  font-size: 1.75rem; }
  h1.heavy {
    font-weight: 700; }
  h1.small {
    font-size: 1.5rem; }

h2 {
  font-size: 1.5rem; }
  h2.heavy {
    font-weight: 700; }

h3 {
  font-size: 1.5rem; }
  h3.alt {
    font-family: 'Droid Serif', sans-serif;
    font-weight: 700;
    text-transform: none;
    font-size: 1.25rem;
    margin-bottom: 0.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.25rem; }

.logo {
  font-family: Roboto;
  font-weight: 700;
  font-size: 1.25rem;
  color: #000; }
  .logo:active, .logo:hover, .logo:visited {
    color: #000; }

p {
  line-height: 1.5; }

p.strong {
  font-weight: 600; }

p.large {
  font-size: 1.25rem;
  line-height: 1.5; }

p.x-large {
  font-size: 1.5rem; }

p.question {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  color: #040303;
  margin-bottom: 0.5rem; }

p.answer {
  font-size: 1.5rem;
  line-height: 1.25;
  text-align: left;
  margin: 0.5rem 0 3rem; }

span.strong {
  font-weight: 600; }

span.small {
  font-size: 0.5rem; }

p a {
  text-decoration: underline; }

@media (max-width: 600px) {
  h1 {
    font-size: 1.5rem; }
  h2 {
    font-size: 1.5rem; }
  h1.small, h3 {
    font-size: 1.25rem; }
  h4 {
    font-size: 1.125rem; }
  h5 {
    font-size: 1.125rem; }
  p.x-large, p.question, p.answer {
    font-size: 1.125rem; } }

* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */ }

.container {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
  width: 100%; }

.row {
  padding: 0;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }

.row:before, .row:after {
  content: "";
  display: table;
  clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0 10px;
  position: relative; }

.visible-x-small, .visible-small, .visible-medium, .visible-large {
  display: none !important; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.offset-xs-0 {
  margin-left: 0%; }

.offset-xs-1 {
  margin-left: 8.33333333333%; }

.offset-xs-2 {
  margin-left: 16.6666666667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.3333333333%; }

.offset-xs-5 {
  margin-left: 41.6666666667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.3333333333%; }

.offset-xs-8 {
  margin-left: 66.6666666667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.3333333333%; }

.offset-xs-11 {
  margin-left: 91.6666666667%; }

.offset-xs-12 {
  margin-left: 100%; }

.push-xs-0 {
  left: 0%; }

.push-xs-1 {
  left: 8.33333333333%; }

.push-xs-2 {
  left: 16.6666666667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.3333333333%; }

.push-xs-5 {
  left: 41.6666666667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.3333333333%; }

.push-xs-8 {
  left: 66.6666666667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.3333333333%; }

.push-xs-11 {
  left: 91.6666666667%; }

.push-xs-12 {
  left: 100%; }

.pull-xs-0 {
  right: 0%; }

.pull-xs-1 {
  right: 8.33333333333%; }

.pull-xs-2 {
  right: 16.6666666667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.3333333333%; }

.pull-xs-5 {
  right: 41.6666666667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.3333333333%; }

.pull-xs-8 {
  right: 66.6666666667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.3333333333%; }

.pull-xs-11 {
  right: 91.6666666667%; }

.pull-xs-12 {
  right: 100%; }

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none; }

@media all and (max-width: 399px) {
  .visible-xs {
    display: block !important; }
  img.responsive-xs {
    width: 100%;
    height: auto; } }

@media all and (min-width: 400px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; }
  .offset-sm-12 {
    margin-left: 100%; }
  .push-sm-0 {
    left: 0%; }
  .push-sm-1 {
    left: 8.33333333333%; }
  .push-sm-2 {
    left: 16.6666666667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.3333333333%; }
  .push-sm-5 {
    left: 41.6666666667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.3333333333%; }
  .push-sm-8 {
    left: 66.6666666667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.3333333333%; }
  .push-sm-11 {
    left: 91.6666666667%; }
  .push-sm-12 {
    left: 100%; }
  .pull-sm-0 {
    right: 0%; }
  .pull-sm-1 {
    right: 8.33333333333%; }
  .pull-sm-2 {
    right: 16.6666666667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.3333333333%; }
  .pull-sm-5 {
    right: 41.6666666667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.3333333333%; }
  .pull-sm-8 {
    right: 66.6666666667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.3333333333%; }
  .pull-sm-11 {
    right: 91.6666666667%; }
  .pull-sm-12 {
    right: 100%; } }

@media all and (min-width: 400px) and (max-width: 799px) {
  .visible-sm {
    display: block !important; }
  img.responsive-sm {
    width: 100%;
    height: auto; } }

@media all and (min-width: 800px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; }
  .offset-md-12 {
    margin-left: 100%; }
  .push-md-0 {
    left: 0%; }
  .push-md-1 {
    left: 8.33333333333%; }
  .push-md-2 {
    left: 16.6666666667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.3333333333%; }
  .push-md-5 {
    left: 41.6666666667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.3333333333%; }
  .push-md-8 {
    left: 66.6666666667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.3333333333%; }
  .push-md-11 {
    left: 91.6666666667%; }
  .push-md-12 {
    left: 100%; }
  .pull-md-0 {
    right: 0%; }
  .pull-md-1 {
    right: 8.33333333333%; }
  .pull-md-2 {
    right: 16.6666666667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.3333333333%; }
  .pull-md-5 {
    right: 41.6666666667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.3333333333%; }
  .pull-md-8 {
    right: 66.6666666667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.3333333333%; }
  .pull-md-11 {
    right: 91.6666666667%; }
  .pull-md-12 {
    right: 100%; } }

@media all and (min-width: 700px) and (max-width: 999px) {
  .visible-md {
    display: block !important; }
  img.responsive-md {
    width: 100%;
    height: auto; } }

@media all and (min-width: 1000px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; }
  .offset-lg-12 {
    margin-left: 100%; }
  .push-lg-0 {
    left: 0%; }
  .push-lg-1 {
    left: 8.33333333333%; }
  .push-lg-2 {
    left: 16.6666666667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.3333333333%; }
  .push-lg-5 {
    left: 41.6666666667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.3333333333%; }
  .push-lg-8 {
    left: 66.6666666667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.3333333333%; }
  .push-lg-11 {
    left: 91.6666666667%; }
  .push-lg-12 {
    left: 100%; }
  .pull-lg-0 {
    right: 0%; }
  .pull-lg-1 {
    right: 8.33333333333%; }
  .pull-lg-2 {
    right: 16.6666666667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.3333333333%; }
  .pull-lg-5 {
    right: 41.6666666667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.3333333333%; }
  .pull-lg-8 {
    right: 66.6666666667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.3333333333%; }
  .pull-lg-11 {
    right: 91.6666666667%; }
  .pull-lg-12 {
    right: 100%; } }

@media all and (min-width: 1000px) {
  .visible-lg {
    display: block !important; }
  img.responsive-lg {
    width: 100%;
    height: auto; } }

/* helpers */
.clear {
  clear: both;
  width: 0;
  height: 0; }

img.responsive {
  width: 100%;
  height: auto; }

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

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

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

.margin-top {
  margin-top: 1rem; }

* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box; }

body {
  background: #ffffff; }

a {
  text-decoration: none;
  color: inherit; }

ol {
  padding-left: 20px; }

ol.alpha {
  list-style: lower-latin; }

ul.unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.styled {
  margin: 0;
  padding: 0 0 0 1rem;
  list-style: square; }
  ul.styled li {
    margin-bottom: 0.5rem; }

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

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

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

.position-relative {
  position: relative; }

@media (max-width: 600px) {
  .sm-text-center {
    text-align: center !important; } }

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

img.block {
  display: block; }

img.center {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }

img.border {
  border: 1px solid #dddddd;
  border-radius: 0.25rem;
  overflow: hidden; }

.pagination {
  margin: 1rem 0 2rem; }

header {
  padding: 1rem 0 2rem;
  position: relative;
  z-index: 20; }
  header a.logo {
    font-weight: bold;
    line-height: 1;
    font-size: 1.5rem;
    color: #136f89 !important;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    display: block;
    margin: 0 0 10px 0;
    font-family: 'Oswald', sans-serif;
    font-weight: 700; }
    header a.logo span {
      font-size: 1rem;
      line-height: 1;
      font-family: inherit; }
  header .full-nav {
    float: right; }
  header .mobile-nav {
    display: none; }
  header div.nav {
    float: right; }
  header ul.nav {
    margin: 0;
    padding: 0; }
    header ul.nav li {
      display: inline-block;
      color: #136f89;
      margin: 0.5rem 0 0 1rem; }
      header ul.nav li.active {
        color: #5bc1de; }
      header ul.nav li a {
        font-family: 'Oswald', sans-serif;
        font-weight: 700;
        font-weight: 700;
        font-size: 1rem;
        text-transform: uppercase;
        text-shadow: none;
        line-height: 1;
        text-align: center; }
        header ul.nav li a:hover {
          color: #5bc1de; }
  @media (max-width: 600px) {
    header {
      padding-top: 0;
      padding-bottom: 1rem;
      text-align: center;
      /*.full-nav {
			display: none;
		}

		.mobile-nav {
			display: block;
			float:right;

			button {
				float:right;
				font-size:1rem;
				line-height: 1;
			}

			.nav {
				display: none;
			}

		}

		a.logo {

		}

		&.open {
			position:fixed;
			width:100%;
			height:100%;



			a.logo {
				display: none;
			}

			.mobile-nav {
				position: relative;;
				top:0;
				left:0;

				width:100%;


				z-index: 2;

				.nav {
					display: block;

				}

				a.logo {
					display: inline-block;
				}

				button.button-open {
					display: none;
					//position:absolute;
					//right:0;
					//top:0;
				}



				ul {
					display: block;
					margin-top:2rem;

					li {
						margin:1rem 0;
						display: block;
						text-align: center;

						a {
							font-size:1.25rem;
						}
					}
				}
			}


		}*/ }
      header .row {
        margin: 0; }
        header .row > div {
          margin: 0;
          padding: 0; }
      header a.logo {
        margin-top: 2rem;
        float: none; }
      header div.container {
        margin: 0;
        padding: 0; }
      header div.nav {
        float: none;
        text-align: center;
        background: #baeaf8;
        padding: 0.5rem 0; }
      header ul.nav li {
        margin: 0 0.5rem; } }

section {
  padding: 3rem 0; }
  @media (max-width: 800px) {
    section {
      padding: 1rem 0; } }

div.browser-wrap {
  border: 1px solid #dddddd;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  position: relative; }
  div.browser-wrap div.address-bar {
    height: 25px;
    padding: 0 5px;
    border-bottom: 1px solid #dddddd; }
  div.browser-wrap span.dot {
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    margin: 7px 5px 0 0;
    float: left; }
  div.browser-wrap img {
    display: block;
    max-width: 100%;
    height: auto; }

div.device-wrap {
  border: 1px solid #dddddd;
  border-radius: 4px;
  display: inline-block;
  position: relative; }
  div.device-wrap div.bar {
    padding: 10px;
    border-top: 1px solid #dddddd;
    text-align: center; }
  div.device-wrap span.dot {
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid #dddddd;
    border-radius: 100%;
    margin: 0 auto; }
  div.device-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 25px;
    border-top: 1px solid #dddddd; }
  div.device-wrap.device-horz img {
    margin: 0;
    border: 1px solid #dddddd; }
  div.device-wrap.device-horz div.frame {
    padding: 25px 50px; }
  div.device-wrap.device-horz div.bar {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px; }
  div.device-wrap.device-horz span.dot {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }




.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;}
.logos > div {
  margin: 1rem;
  padding: 0;
  margin: 0;
  padding: 1rem;
  width:25%;


}

@media (max-width: 600px) {
  .logos > div {
    width: 33.333%; } }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .gallery > * {
    margin: 1rem;
    padding: 0;
    margin: 0;
    padding: 1rem; }

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 -0.25rem; }
  .projects .project {
    width: 20%;
    padding: 1rem; }
    .projects .project.project-featured {
      width: 33.333%; }
      .projects .project.project-featured img {
        max-width: none;
        width: 100%; }
    .projects .project a {
      display: block; }
      .projects .project a:hover h4 {
        opacity: 1; }
    .projects .project h4 {
      font-size: 1rem;
      margin-bottom: 0.0625rem;
      text-transform: none;
      opacity: 0.5;
      -webkit-transition: 0.2s;
      transition: 0.2s;
      white-space: nowrap;
      overflow: hidden; }
    .projects .project img {
      display: block;
      max-width: 100%;
      height: auto;
      border: 1px solid #dddddd; }
  @media (max-width: 1000px) {
    .projects .project {
      width: 25%; } }
  @media (max-width: 800px) {
    .projects .project {
      width: 33%;
      padding: 0.5rem; }
      .projects .project h4 {
        font-size: 0.75rem; }
      .projects .project.project-featured {
        width: 50%; }
        .projects .project.project-featured h4 {
          font-size: 1rem; } }
  @media (max-width: 600px) {
    .projects .project {
      width: 33.333%; } }
  @media (max-width: 480px) {
    .projects .project {
      width: 50%; }
      .projects .project.project-featured {
        width: 100%; } }

.alert-bar {
  background: #5cb85c;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: center; }
  .alert-bar p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-weight: 700;
    font-size: 0.75rem; }
  .alert-bar a {
    text-decoration: underline; }

a.back {
  float: right;
  font-size: 1rem;
  text-decoration: none;
  color: #136f89;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  a.back.bottom {
    margin: 20px 0 20px 0;
    float: none; }
  a.back:hover {
    color: #5bc1de; }

span.meta {
  font-size: 1rem;
  font-family: 'Droid Serif', sans-serif;
  color: #dddddd; }

article {
  margin-bottom: 4rem; }

.pagination a {
  display: inline-block;
  margin: 0 1rem; }

blockquote {
  margin: 1rem 0 2rem 0;
  line-height: 1.5; }
  blockquote span.quote {
    font-weight: bold;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1rem; }
  blockquote span.name {
    display: inline-block;
    margin-top: 0.5rem; }

div.headshot.video {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 100%; }
  div.headshot.video video {
    position: relative;
    width: 100%;
    height: auto;
    display: block; }
  div.headshot.video p, div.headshot.video span {
    margin: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    z-index: 2;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    line-height: 2;
    font-family: 'Droid Serif', sans-serif;
    font-size: 1rem; }

dl {
  font-family: 'Droid Serif', sans-serif;
  font-size: 1rem; }
  dl dt {
    font-weight: bold;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.25rem; }
  dl dd {
    margin: 0 0 1rem 0;
    line-height: 1.5; }

footer {
  padding: 3rem 0 1rem;
  text-align: center; }

body.home h1, body.home h2, body.home h3 {
  text-align: left; }

body.home section div.row > div:first-child h1:first-of-type, body.home section div.row > div:first-child h2:first-of-type, body.home section div.row > div:first-child h3:first-of-type {
  text-align: right; }

body.home article a + p {
  margin-top: 0.5rem; }

@media (max-width: 800px) {
  body.home section div.row > div:first-child h1:first-of-type, body.home section div.row > div:first-child h2:first-of-type, body.home section div.row > div:first-child h3:first-of-type {
    text-align: center; } }

@media (max-width: 600px) {
  body.home section:first-of-type {
    padding-top: 0; } }
