@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
/*  
Theme Name: Galois
Version: 
Description: Designed by Rally PDX
Author: Rally PDX
Author URI: http://rallygroup.com
*/
/* normalize.css v1.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
/* line 22, scss/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

/**
 * Address styling 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. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 68, scss/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address 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.67em;
  margin: 2.33em 0;
}

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
/* line 190, scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 414, scss/_normalize.scss */
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 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 426, scss/_normalize.scss */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 443, 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 454, scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * 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).
 */
/* line 479, 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;
}

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

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

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

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

/* line 287, scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

/* line 292, scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

/* line 297, scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

/* line 302, scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

/* line 307, scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

/* line 317, scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 322, scss/foundation/components/_global.scss */
html,
body {
  font-size: 100%;
}

/* line 325, scss/foundation/components/_global.scss */
body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 338, scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 343, scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 346, scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 347, scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 353, scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 358, scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 359, scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 360, scss/foundation/components/_global.scss */
.clearfix {
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

/* line 361, scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 362, scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 363, scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 364, scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 365, scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 371, scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 374, scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 384, scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 387, scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* line 69, scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
[class*="block-grid-"]:after {
  clear: both;
}
/* line 35, scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] > li {
  display: inline;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 44, scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625rem 1.25rem;
  }
  /* line 48, scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* line 114, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: #dadada;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 118, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
/* line 62, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
/* line 65, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #008cba;
}
/* line 71, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}
/* line 74, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}
/* line 80, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 84, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 86, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 91, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 98, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 106, scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* line 197, scss/foundation/components/_buttons.scss */
button, .button {
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008cba;
  border-color: #0079a1;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}
/* line 142, scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #0079a1;
}
/* line 153, scss/foundation/components/_buttons.scss */
button:hover, button:focus, .button:hover, .button:focus {
  color: white;
}
/* line 205, scss/foundation/components/_buttons.scss */
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #dadada;
  color: #333333;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #dadada;
}
/* line 148, scss/foundation/components/_buttons.scss */
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
/* line 206, scss/foundation/components/_buttons.scss */
button.success, .button.success {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: white;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #3c9a5f;
}
/* line 153, scss/foundation/components/_buttons.scss */
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: white;
}
/* line 207, scss/foundation/components/_buttons.scss */
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #ea2f10;
  color: white;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #ea2f10;
}
/* line 153, scss/foundation/components/_buttons.scss */
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: white;
}
/* line 209, scss/foundation/components/_buttons.scss */
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 210, scss/foundation/components/_buttons.scss */
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 211, scss/foundation/components/_buttons.scss */
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}
/* line 212, scss/foundation/components/_buttons.scss */
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
/* line 214, scss/foundation/components/_buttons.scss */
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
/* line 215, scss/foundation/components/_buttons.scss */
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
/* line 217, scss/foundation/components/_buttons.scss */
button.radius, .button.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 218, scss/foundation/components/_buttons.scss */
button.round, .button.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 220, scss/foundation/components/_buttons.scss */
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008cba;
  border-color: #0079a1;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #0079a1;
}
/* line 153, scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: white;
}
/* line 166, scss/foundation/components/_buttons.scss */
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008cba;
}
/* line 221, scss/foundation/components/_buttons.scss */
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #dadada;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #dadada;
}
/* line 148, scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
/* line 166, scss/foundation/components/_buttons.scss */
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
/* line 222, scss/foundation/components/_buttons.scss */
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43ac6a;
  border-color: #3c9a5f;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #3c9a5f;
}
/* line 153, scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: white;
}
/* line 166, scss/foundation/components/_buttons.scss */
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43ac6a;
}
/* line 223, scss/foundation/components/_buttons.scss */
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #ea2f10;
  color: white;
  cursor: default;
  opacity: 0.7;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* line 142, scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #ea2f10;
}
/* line 153, scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: white;
}
/* line 166, scss/foundation/components/_buttons.scss */
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
  /* line 228, scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block;
  }
}
/* line 80, scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.button-group:after {
  clear: both;
}
/* line 82, scss/foundation/components/_button-groups.scss */
.button-group > * {
  margin: 0;
  float: left;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group > * > button, .button-group > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 45, scss/foundation/components/_button-groups.scss */
.button-group > *:first-child {
  margin-left: 0;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.radius > * > button, .button-group.radius > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 63, scss/foundation/components/_button-groups.scss */
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 67, scss/foundation/components/_button-groups.scss */
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.round > * > button, .button-group.round > * .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 63, scss/foundation/components/_button-groups.scss */
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 67, scss/foundation/components/_button-groups.scss */
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-2 li {
  width: 50%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-3 li {
  width: 33.33333%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-4 li {
  width: 25%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-5 li {
  width: 20%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-6 li {
  width: 16.66667%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-7 li {
  width: 14.28571%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
/* line 88, scss/foundation/components/_button-groups.scss */
.button-group.even-8 li {
  width: 12.5%;
}
/* line 35, scss/foundation/components/_button-groups.scss */
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-right: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
/* line 73, scss/foundation/components/_button-groups.scss */
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

/* line 92, scss/foundation/components/_button-groups.scss */
.button-bar {
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both;
}
/* line 94, scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
/* line 28, scss/foundation/components/_button-groups.scss */
.button-bar .button-group div {
  overflow: hidden;
}

/* Standard Forms */
/* line 300, scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
/* line 75, scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem;
}
/* line 78, scss/foundation/components/_forms.scss */
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
/* line 81, scss/foundation/components/_forms.scss */
form .row .row.collapse {
  margin: 0;
}
/* line 84, scss/foundation/components/_forms.scss */
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
/* line 85, scss/foundation/components/_forms.scss */
form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
/* line 97, scss/foundation/components/_forms.scss */
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
/* line 306, scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */
}
/* line 307, scss/foundation/components/_forms.scss */
label.right {
  float: none;
  text-align: right;
}
/* line 308, scss/foundation/components/_forms.scss */
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}
/* line 310, scss/foundation/components/_forms.scss */
label small {
  text-transform: capitalize;
  color: #666666;
}

/* line 316, scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 327, scss/foundation/components/_forms.scss */
select.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 328, scss/foundation/components/_forms.scss */
select:hover {
  background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #999999;
}

@-moz-document url-prefix() {
  /* line 338, scss/foundation/components/_forms.scss */
  select {
    background: #fafafa;
  }

  /* line 339, scss/foundation/components/_forms.scss */
  select:hover {
    background: #f2f2f2;
  }
}

/* Attach elements to the beginning or end of an input */
/* line 343, scss/foundation/components/_forms.scss */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
/* line 346, scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 347, scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none;
}

/* line 349, scss/foundation/components/_forms.scss */
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 350, scss/foundation/components/_forms.scss */
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 351, scss/foundation/components/_forms.scss */
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

/* line 352, scss/foundation/components/_forms.scss */
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 355, scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
/* line 356, scss/foundation/components/_forms.scss */
span.prefix.radius, label.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 358, scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
/* line 359, scss/foundation/components/_forms.scss */
span.postfix.radius, label.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* Input groups will automatically style first and last elements of the group */
/* line 365, scss/foundation/components/_forms.scss */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
/* line 368, scss/foundation/components/_forms.scss */
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
/* line 373, scss/foundation/components/_forms.scss */
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
/* line 376, scss/foundation/components/_forms.scss */
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}

/* We use this to get basic styling on all basic form elements */
/* line 396, scss/foundation/components/_forms.scss */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
/* line 182, scss/foundation/components/_global.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
/* line 123, scss/foundation/components/_forms.scss */
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
/* line 130, scss/foundation/components/_forms.scss */
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

/* Adjust margin for form elements below */
/* line 410, scss/foundation/components/_forms.scss */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

/* line 415, scss/foundation/components/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
/* line 424, scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%;
}

/* We add basic fieldset styling */
/* line 429, scss/foundation/components/_forms.scss */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
/* line 247, scss/foundation/components/_forms.scss */
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
/* line 436, scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 439, scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

/* line 441, scss/foundation/components/_forms.scss */
span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}

/* line 447, scss/foundation/components/_forms.scss */
.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
/* line 452, scss/foundation/components/_forms.scss */
.error label,
.error label.error {
  color: #f04124;
}
/* line 457, scss/foundation/components/_forms.scss */
.error > small,
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white;
}
/* line 461, scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block;
}

/* line 467, scss/foundation/components/_forms.scss */
input.error,
textarea.error {
  margin-bottom: 0;
}

/* line 470, scss/foundation/components/_forms.scss */
label.error {
  color: #f04124;
}

/* line 190, scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 195, scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 197, scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 200, scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 201, scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 165, scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 206, scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 157, scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 168, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 169, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 172, scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 175, scss/foundation/components/_grid.scss */
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 182, scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 157, scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-3 {
    position: relative;
    width: 25%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-6 {
    position: relative;
    width: 50%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-9 {
    position: relative;
    width: 75%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .medium-12 {
    position: relative;
    width: 100%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 168, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 169, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 172, scss/foundation/components/_grid.scss */
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 175, scss/foundation/components/_grid.scss */
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 182, scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 216, scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 219, scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 157, scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 168, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 169, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 172, scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 175, scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 182, scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 157, scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-3 {
    position: relative;
    width: 25%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-6 {
    position: relative;
    width: 50%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-9 {
    position: relative;
    width: 75%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xlarge-12 {
    position: relative;
    width: 100%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 168, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 169, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 172, scss/foundation/components/_grid.scss */
  .column.xlarge-centered,
  .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 175, scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 182, scss/foundation/components/_grid.scss */
  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 148, scss/foundation/components/_grid.scss */
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 151, scss/foundation/components/_grid.scss */
  .xxlarge-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 157, scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-3 {
    position: relative;
    width: 25%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-6 {
    position: relative;
    width: 50%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-9 {
    position: relative;
    width: 75%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 161, scss/foundation/components/_grid.scss */
  .xxlarge-12 {
    position: relative;
    width: 100%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 165, scss/foundation/components/_grid.scss */
  .xxlarge-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 168, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 169, scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 172, scss/foundation/components/_grid.scss */
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 175, scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 182, scss/foundation/components/_grid.scss */
  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right !important;
  }
}
/* line 48, scss/foundation/components/_inline-lists.scss */
.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 37, scss/foundation/components/_inline-lists.scss */
.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}
/* line 42, scss/foundation/components/_inline-lists.scss */
.inline-list > li > * {
  display: block;
}

/* line 132, scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
/* line 95, scss/foundation/components/_pagination.scss */
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
/* line 101, scss/foundation/components/_pagination.scss */
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 109, scss/foundation/components/_pagination.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
/* line 47, scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
/* line 52, scss/foundation/components/_pagination.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
/* line 60, scss/foundation/components/_pagination.scss */
ul.pagination li.current a {
  background: #008cba;
  color: white;
  font-weight: bold;
  cursor: default;
}
/* line 67, scss/foundation/components/_pagination.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #008cba;
}
/* line 119, scss/foundation/components/_pagination.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 137, scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center;
}
/* line 119, scss/foundation/components/_pagination.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* line 138, scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

/* line 140, scss/foundation/components/_reveal.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}
/* line 71, scss/foundation/components/_reveal.scss */
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}
/* line 74, scss/foundation/components/_reveal.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}
/* line 75, scss/foundation/components/_reveal.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}
/* line 144, scss/foundation/components/_reveal.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (min-width: 40.063em) {
  /* line 149, scss/foundation/components/_reveal.scss */
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }
  /* line 152, scss/foundation/components/_reveal.scss */
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }
  /* line 153, scss/foundation/components/_reveal.scss */
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }
  /* line 154, scss/foundation/components/_reveal.scss */
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }
  /* line 155, scss/foundation/components/_reveal.scss */
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }
  /* line 156, scss/foundation/components/_reveal.scss */
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}
@media print {
  /* line 162, scss/foundation/components/_reveal.scss */
  .reveal-modal {
    background: #fff !important;
  }
}
/* line 89, scss/foundation/components/_tables.scss */
table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}
/* line 51, scss/foundation/components/_tables.scss */
table thead,
table tfoot {
  background: whitesmoke;
  font-weight: bold;
}
/* line 57, scss/foundation/components/_tables.scss */
table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
/* line 68, scss/foundation/components/_tables.scss */
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}
/* line 76, scss/foundation/components/_tables.scss */
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #f9f9f9;
}
/* line 83, scss/foundation/components/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

/* Tooltips */
/* line 32, scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 39, scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008cba;
}
/* line 45, scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 48, scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 63, scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}
/* line 74, scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #008cba !important;
  border-bottom: dotted 1px #003f54 !important;
}

/* line 80, scss/foundation/components/_tooltips.scss */
.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal;
}

@media only screen and (min-width: 40.063em) {
  /* line 89, scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 93, scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 100, scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 102, scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  /* line 109, scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 111, scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 116, scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* Typography resets */
/* line 145, scss/foundation/components/_type.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
/* line 152, scss/foundation/components/_type.scss */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit;
}
/* line 158, scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #0079a1;
}
/* line 160, scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 164, scss/foundation/components/_type.scss */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
/* line 174, scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
/* line 182, scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
/* line 192, scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

/* line 199, scss/foundation/components/_type.scss */
h1 {
  font-size: 2.125rem;
}

/* line 200, scss/foundation/components/_type.scss */
h2 {
  font-size: 1.6875rem;
}

/* line 201, scss/foundation/components/_type.scss */
h3 {
  font-size: 1.375rem;
}

/* line 202, scss/foundation/components/_type.scss */
h4 {
  font-size: 1.125rem;
}

/* line 203, scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem;
}

/* line 204, scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem;
}

/* line 208, scss/foundation/components/_type.scss */
hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
/* line 218, scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

/* line 224, scss/foundation/components/_type.scss */
strong,
b {
  font-weight: bold;
  line-height: inherit;
}

/* line 229, scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit;
}

/* line 234, scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bb260d;
}

/* Lists */
/* line 243, scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

/* line 251, scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 253, scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 257, scss/foundation/components/_type.scss */
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
/* line 270, scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */
}
/* line 279, scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 282, scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 283, scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 284, scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 285, scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 289, scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem;
}
/* line 293, scss/foundation/components/_type.scss */
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
/* line 302, scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
/* line 306, scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 311, scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

/* line 318, scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 323, scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
/* line 328, scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
/* line 332, scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 337, scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

/* line 343, scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
/* line 349, scss/foundation/components/_type.scss */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem;
}
/* line 355, scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 359, scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 366, scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 368, scss/foundation/components/_type.scss */
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  /* line 379, scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 380, scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.75rem;
  }

  /* line 381, scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.3125rem;
  }

  /* line 382, scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.6875rem;
  }

  /* line 383, scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
/* line 394, scss/foundation/components/_type.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 396, scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 404, scss/foundation/components/_type.scss */
  a,
  a:visited {
    text-decoration: underline;
  }

  /* line 405, scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 407, scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 412, scss/foundation/components/_type.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 415, scss/foundation/components/_type.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 420, scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 423, scss/foundation/components/_type.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 425, scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 431, scss/foundation/components/_type.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 437, scss/foundation/components/_type.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 439, scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important;
  }

  /* line 440, scss/foundation/components/_type.scss */
  .print-only {
    display: block !important;
  }

  /* line 441, scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important;
  }

  /* line 442, scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important;
  }
}
/* line 77, scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
/* line 86, scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333;
}
/* line 90, scss/foundation/components/_top-bar.scss */
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

/* line 94, scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99;
}
/* line 101, scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}
/* line 107, scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
/* line 113, scss/foundation/components/_top-bar.scss */
.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

/* line 120, scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0;
}
/* line 129, scss/foundation/components/_top-bar.scss */
.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}
/* line 134, scss/foundation/components/_top-bar.scss */
.top-bar .row {
  max-width: none;
}
/* line 137, scss/foundation/components/_top-bar.scss */
.top-bar form,
.top-bar input {
  margin-bottom: 0;
}
/* line 139, scss/foundation/components/_top-bar.scss */
.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}
/* line 141, scss/foundation/components/_top-bar.scss */
.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}
/* line 152, scss/foundation/components/_top-bar.scss */
.top-bar .title-area {
  position: relative;
  margin: 0;
}
/* line 157, scss/foundation/components/_top-bar.scss */
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}
/* line 162, scss/foundation/components/_top-bar.scss */
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}
/* line 166, scss/foundation/components/_top-bar.scss */
.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}
/* line 177, scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 182, scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}
/* line 195, scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}
/* line 201, scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a {
  text-indent: -48px;
  width: 34px;
  height: 34px;
  line-height: 33px;
  padding: 0;
  color: white;
}
/* line 209, scss/foundation/components/_top-bar.scss */
.top-bar .toggle-topbar.menu-icon a span {
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  height: 0;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 230, scss/foundation/components/_top-bar.scss */
.top-bar.expanded {
  height: auto;
  background: transparent;
}
/* line 234, scss/foundation/components/_top-bar.scss */
.top-bar.expanded .title-area {
  background: #333333;
}
/* line 237, scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
/* line 238, scss/foundation/components/_top-bar.scss */
.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

/* line 258, scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out;
}
/* line 264, scss/foundation/components/_top-bar.scss */
.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 16px;
  margin: 0;
}
/* line 274, scss/foundation/components/_top-bar.scss */
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #1a1a1a;
  clear: both;
  height: 1px;
  width: 100%;
}
/* line 282, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #333333;
}
/* line 293, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button {
  background: #008cba;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}
/* line 298, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button:hover {
  background: #006687;
}
/* line 302, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary {
  background: #e7e7e7;
}
/* line 304, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.secondary:hover {
  background: #cecece;
}
/* line 308, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success {
  background: #43ac6a;
}
/* line 310, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.success:hover {
  background: #358753;
}
/* line 314, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert {
  background: #f04124;
}
/* line 316, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li > a.button.alert:hover {
  background: #d32a0e;
}
/* line 324, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li:hover > a {
  background: #272727;
  color: white;
}
/* line 331, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a {
  background: #008cba;
  color: white;
}
/* line 334, scss/foundation/components/_top-bar.scss */
.top-bar-section ul li.active > a:hover {
  background: #0079a1;
}
/* line 341, scss/foundation/components/_top-bar.scss */
.top-bar-section .has-form {
  padding: 15px;
}
/* line 344, scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown {
  position: relative;
}
/* line 348, scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown > a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
  border-left-style: solid;
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
/* line 360, scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved {
  position: static;
}
/* line 361, scss/foundation/components/_top-bar.scss */
.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}
/* line 368, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}
/* line 375, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}
/* line 379, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}
/* line 382, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}
/* line 387, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}
/* line 388, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}
/* line 396, scss/foundation/components/_top-bar.scss */
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

/* line 407, scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 412, scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible;
  }
  /* line 165, scss/foundation/components/_global.scss */
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  /* line 166, scss/foundation/components/_global.scss */
  .top-bar:after {
    clear: both;
  }
  /* line 417, scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    display: none;
  }
  /* line 419, scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    float: left;
  }
  /* line 420, scss/foundation/components/_top-bar.scss */
  .top-bar .name h1 a {
    width: auto;
  }
  /* line 423, scss/foundation/components/_top-bar.scss */
  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }
  /* line 429, scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    background: #333333;
  }

  /* line 432, scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 62.5rem;
    margin: 0 auto;
    margin-bottom: 0;
  }

  /* line 438, scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
  }
  /* line 442, scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }
  /* line 447, scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    float: left;
  }
  /* line 449, scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li .js-generated {
    display: none;
  }
  /* line 455, scss/foundation/components/_top-bar.scss */
  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: white;
  }
  /* line 460, scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #333333;
  }
  /* line 464, scss/foundation/components/_top-bar.scss */
  .top-bar-section li a:not(.button):hover {
    background: #272727;
  }
  /* line 472, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !important;
  }
  /* line 474, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 22.5px;
  }
  /* line 483, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  /* line 484, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }
  /* line 488, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }
  /* line 495, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
  }
  /* line 507, scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }
  /* line 514, scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }
  /* line 522, scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }
  /* line 528, scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  /* line 536, scss/foundation/components/_top-bar.scss */
  .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #4d4d4d;
    clear: none;
    height: 45px;
    width: 0;
  }
  /* line 545, scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    background: #333333;
    padding: 0 15px;
    height: 45px;
  }
  /* line 553, scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0;
  }
  /* line 557, scss/foundation/components/_top-bar.scss */
  .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%;
  }

  /* line 567, scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background: #272727;
    color: white;
  }
  /* line 573, scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #008cba;
    color: white;
  }
  /* line 581, scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}
/* line 67, scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap, .inner-wrap, nav.tab-bar, .left-off-canvas-menu, .left-off-canvas-menu *, .right-off-canvas-menu, .move-right a.exit-off-canvas, .move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
}

/* line 73, scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap, .inner-wrap {
  position: relative;
  width: 100%;
}

/* line 79, scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu, .right-off-canvas-menu {
  width: 250px;
  top: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
}

/* line 150, scss/foundation/components/_offcanvas.scss */
section.left-small, section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
}

/* line 270, scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  overflow: hidden;
}

/* line 271, scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
/* line 165, scss/foundation/components/_global.scss */
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
/* line 166, scss/foundation/components/_global.scss */
.inner-wrap:after {
  clear: both;
}

/* line 273, scss/foundation/components/_offcanvas.scss */
nav.tab-bar {
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
/* line 139, scss/foundation/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
/* line 145, scss/foundation/components/_offcanvas.scss */
nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
  font-size: 1.125rem;
}

/* line 275, scss/foundation/components/_offcanvas.scss */
section.left-small {
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4d4d4d;
  left: 0;
}

/* line 276, scss/foundation/components/_offcanvas.scss */
section.right-small {
  border-left: solid 1px #4d4d4d;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0;
}

/* line 278, scss/foundation/components/_offcanvas.scss */
section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  /* line 278, scss/foundation/components/_offcanvas.scss */
  section.tab-bar-section {
    text-align: left;
  }
}
/* line 182, scss/foundation/components/_offcanvas.scss */
section.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
/* line 186, scss/foundation/components/_offcanvas.scss */
section.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
/* line 190, scss/foundation/components/_offcanvas.scss */
section.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

/* line 282, scss/foundation/components/_offcanvas.scss */
a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
}
/* line 293, scss/foundation/components/_offcanvas.scss */
a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}
/* line 313, scss/foundation/components/_offcanvas.scss */
a.menu-icon:hover span {
  -webkit-box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

/* line 325, scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

/* line 326, scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

/* line 328, scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 204, scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
/* line 214, scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

/* line 334, scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
/* line 337, scss/foundation/components/_offcanvas.scss */
.move-right a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.063em) {
  /* line 244, scss/foundation/components/_offcanvas.scss */
  .move-right a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 341, scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}
/* line 345, scss/foundation/components/_offcanvas.scss */
.move-left a.exit-off-canvas {
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}
@media only screen and (min-width: 40.063em) {
  /* line 244, scss/foundation/components/_offcanvas.scss */
  .move-left a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

/* line 353, scss/foundation/components/_offcanvas.scss */
.lt-ie10 .left-off-canvas-menu {
  left: -250px;
}
/* line 354, scss/foundation/components/_offcanvas.scss */
.lt-ie10 .right-off-canvas-menu {
  right: -250px;
}
/* line 357, scss/foundation/components/_offcanvas.scss */
.lt-ie10 .move-left > .inner-wrap {
  right: 250px;
}
/* line 358, scss/foundation/components/_offcanvas.scss */
.lt-ie10 .move-right > .inner-wrap {
  left: 250px;
}

/* Foundation Visibility HTML Classes */
/* line 27, scss/foundation/components/_visibility.scss */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important;
}

/* line 43, scss/foundation/components/_visibility.scss */
.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important;
}

/* Specific visibility for tables */
/* line 61, scss/foundation/components/_visibility.scss */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table;
}

/* line 78, scss/foundation/components/_visibility.scss */
thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important;
}

/* line 95, scss/foundation/components/_visibility.scss */
tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important;
}

/* line 112, scss/foundation/components/_visibility.scss */
tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important;
}

/* line 126, scss/foundation/components/_visibility.scss */
td.show-for-small, td.show-for-small-only, td.show-for-medium-down
td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge
td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  /* line 144, scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 160, scss/foundation/components/_visibility.scss */
  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visibility for tables */
  /* line 177, scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  /* line 193, scss/foundation/components/_visibility.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  /* line 209, scss/foundation/components/_visibility.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  /* line 225, scss/foundation/components/_visibility.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  /* line 242, scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  /* line 261, scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 274, scss/foundation/components/_visibility.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 291, scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  /* line 307, scss/foundation/components/_visibility.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  /* line 323, scss/foundation/components/_visibility.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  /* line 339, scss/foundation/components/_visibility.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  /* line 356, scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  /* line 373, scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 386, scss/foundation/components/_visibility.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 401, scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
  }

  /* line 415, scss/foundation/components/_visibility.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
  }

  /* line 429, scss/foundation/components/_visibility.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
  }

  /* line 443, scss/foundation/components/_visibility.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
  }

  /* line 458, scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  /* line 473, scss/foundation/components/_visibility.scss */
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }

  /* line 485, scss/foundation/components/_visibility.scss */
  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 498, scss/foundation/components/_visibility.scss */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
  }

  /* line 510, scss/foundation/components/_visibility.scss */
  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important;
  }

  /* line 522, scss/foundation/components/_visibility.scss */
  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important;
  }

  /* line 534, scss/foundation/components/_visibility.scss */
  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important;
  }

  /* line 547, scss/foundation/components/_visibility.scss */
  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important;
  }
}
/* Orientation targeting */
/* line 554, scss/foundation/components/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 556, scss/foundation/components/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 561, scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table;
}

/* line 565, scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

/* line 569, scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

/* line 573, scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

/* line 578, scss/foundation/components/_visibility.scss */
td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  /* line 583, scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 585, scss/foundation/components/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 590, scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table;
  }

  /* line 594, scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  /* line 598, scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  /* line 602, scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  /* line 607, scss/foundation/components/_visibility.scss */
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  /* line 613, scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 615, scss/foundation/components/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /* line 620, scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table;
  }

  /* line 624, scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  /* line 628, scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  /* line 632, scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  /* line 637, scss/foundation/components/_visibility.scss */
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
/* line 642, scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 643, scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 644, scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 645, scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 648, scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 649, scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 650, scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 651, scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 652, scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 653, scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 654, scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 655, scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 656, scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 657, scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 658, scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 659, scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* 

@import
  "foundation/components/accordion",
  "foundation/components/alert-boxes",
  "foundation/components/block-grid",
  "foundation/components/breadcrumbs",
  "foundation/components/button-groups",
  "foundation/components/buttons",
  "foundation/components/clearing",
  "foundation/components/dropdown",
  "foundation/components/dropdown-buttons",
  "foundation/components/flex-video",
  "foundation/components/forms",
  "foundation/components/grid",
  "foundation/components/inline-lists",
  "foundation/components/joyride",
  "foundation/components/keystrokes",
  "foundation/components/labels",
  "foundation/components/magellan",
  "foundation/components/orbit",
  "foundation/components/pagination",
  "foundation/components/panels",
  "foundation/components/pricing-tables",
  "foundation/components/progress-bars",
  "foundation/components/reveal",
  "foundation/components/side-nav",
  "foundation/components/split-buttons",
  "foundation/components/sub-nav",
  "foundation/components/switch",
  "foundation/components/tables",
  "foundation/components/tabs",
  "foundation/components/thumbs",
  "foundation/components/tooltips",
  "foundation/components/offcanvas",
  "foundation/components/visibility";
*/
/* Variables */
/* Mixins & Placeholders */
/* line 3, scss/_mixins.scss */
.top-bar .title-area .site-title a, .hubs li .icon, .team-search input.button, .team-search input[type="submit"], .blog-search input.button, .blog-search input[type="submit"], .social-links a, .social-links-inline li a {
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 14, scss/_mixins.scss */
#spin-offs .spin-off-item {
  zoom: 1;
}
/* line 16, scss/_mixins.scss */
#spin-offs .spin-off-item:before, #spin-offs .spin-off-item:after {
  content: "";
  display: table;
}
/* line 20, scss/_mixins.scss */
#spin-offs .spin-off-item:after {
  clear: both;
}

/* line 30, scss/_mixins.scss */
body, h1, h2, h3, h4, h5, h6, button, .button, .top-bar-section ul li > a, .tech-area-filter, .categories-wrap .categories > li {
  font-family: "UniversLTPro-45Light";
}

/* line 33, scss/_mixins.scss */
.chromeframe, h4.has-rule, strong, b, button.sb-btn, .button.sb-btn, .light-on-dark h4,
.light-on-photo h4, a.show-more, .sb-artifacts p, .sb-news p, .sb-team-lead li strong, .sidebar .links li h5, .team-filters li .button.tiny, .post-item .excerpt-content + .more, .categories-wrap h4, .share-wrap h5, .sharing li, .post-type-archive-news .post-item h1, .post-type-archive-news .post-item h2, .single-news .post-item h1, .single-news .post-item h2, .term-press-releases .post-item h1, .term-press-releases .post-item h2,
.term-featured-articles .post-item h1,
.term-featured-articles .post-item h2, body.blog .post-item h1, body.blog .post-item h2, body.category .post-item h1, body.category .post-item h2, body.post-type-archive .post-item h1, body.post-type-archive .post-item h2,
body.single-post .post-item h1,
body.single-post .post-item h2, body.author .post-item h1, body.author .post-item h2, body.search-results .post-item h1, body.search-results .post-item h2, .post-type-archive-news .category, .post-type-archive-news .external, .post-type-archive-news .post-author, .single-news .category, .single-news .external, .single-news .post-author, .term-press-releases .category, .term-press-releases .external, .term-press-releases .post-author,
.term-featured-articles .category,
.term-featured-articles .external,
.term-featured-articles .post-author, body.blog .category, body.blog .external, body.blog .post-author, body.category .category, body.category .external, body.category .post-author, body.post-type-archive .category, body.post-type-archive .external, body.post-type-archive .post-author,
body.single-post .category,
body.single-post .external,
body.single-post .post-author, body.author .category, body.author .external, body.author .post-author, body.search-results .category, body.search-results .external, body.search-results .post-author, footer[role="contentinfo"] b, footer[role="contentinfo"] h4, .news-obj .category, .news-obj .external, .contact-options b, .additional-options li {
  font-family: 'UniversLTPro-65Bold';
}

/* line 36, scss/_mixins.scss */
.insight, #testimonial p, .subhead p, .single-person .excerpt {
  font-family: "UniversLTPro-45LightOblique";
}

/* ==========================================================================
   Boilerplate styles
   ========================================================================== */
/* line 28, scss/style.scss */
html,
button,
input,
select,
textarea {
  color: #333333;
  -webkit-appearance: none;
  border-radius: 0;
}

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

/* line 39, scss/style.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

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

/* line 49, scss/style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 58, scss/style.scss */
img {
  vertical-align: middle;
}

/* line 62, scss/style.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 68, scss/style.scss */
textarea {
  resize: vertical;
}

/* line 72, scss/style.scss */
.chromeframe {
  margin-bottom: 0;
  padding: 25px;
  background: #fec22e;
  font-size: 14px;
}

/* ===== Theme Styles ==================================================
   Author: Rally Group
   ========================================================================== */
@media screen and (max-width: 600px) {
  /* line 86, scss/style.scss */
  #wpadminbar {
    position: fixed !important;
  }
}
/* line 93, scss/style.scss */
main {
  min-height: 600px;
}

/* line 99, scss/style.scss */
h1 {
  font-size: 35px;
  color: #2d78bd;
}

/* line 103, scss/style.scss */
h3 {
  font-size: 22px;
}

/* line 106, scss/style.scss */
h4.has-rule {
  font-size: 13px;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #2d78bd;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

/* line 118, scss/style.scss */
a {
  color: #2d78bd;
}
/* line 120, scss/style.scss */
a:focus {
  outline: none;
}

/* line 125, scss/style.scss */
strong, b {
  font-style: normal !important;
}

/* line 133, scss/style.scss */
button, .button {
  background: transparent;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  padding: 12px 35px;
  border: 1px solid #2d78bd;
  color: #2d78bd;
}
/* line 142, scss/style.scss */
button:hover, .button:hover {
  background: #2d78bd;
  border-color: white;
  color: white;
}
/* line 147, scss/style.scss */
button.sb-btn, .button.sb-btn {
  background: #2d78bd;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  width: 100%;
}
/* line 154, scss/style.scss */
button.sb-btn:hover, .button.sb-btn:hover {
  background: #1a9dd8;
  color: white;
}

/* line 161, scss/style.scss */
.has-btn {
  text-align: center;
}
/* line 163, scss/style.scss */
.has-btn .button, .has-btn button {
  margin-top: 20px;
}

/* line 169, scss/style.scss */
.light-on-dark .button, .light-on-dark button,
.light-on-photo .button,
.light-on-photo button {
  border-color: #e1e1e1;
  color: #e1e1e1;
}
/* line 172, scss/style.scss */
.light-on-dark .button:hover, .light-on-dark button:hover,
.light-on-photo .button:hover,
.light-on-photo button:hover {
  background: #e1e1e1;
  color: #2d78bd;
}
/* line 177, scss/style.scss */
.light-on-dark a:not(.button),
.light-on-photo a:not(.button) {
  color: #fec22e;
}
/* line 180, scss/style.scss */
.light-on-dark h4,
.light-on-photo h4 {
  color: #fec22e;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

/* line 193, scss/style.scss */
.top-bar .title-area .site-title {
  padding: 6px 0 0 15px;
}
/* line 195, scss/style.scss */
.top-bar .title-area .site-title a {
  display: block;
  width: 103px;
  height: 27px;
  background: url("../images/logo-1x.png") no-repeat 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 195, scss/style.scss */
  .top-bar .title-area .site-title a {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/logo-2x.png") no-repeat 0 0;
    background-size: 103px 27px;
  }
}

/* line 206, scss/style.scss */
.top-bar-section ul li.active > a,
.top-bar-section ul li.active > a:hover {
  color: #fec22e;
  background: transparent;
}

/* line 211, scss/style.scss */
.top-bar-section li a:not(.button),
.top-bar-section li a:not(.button):hover {
  background: transparent;
}

/* line 214, scss/style.scss */
.top-bar-section ul li.current_menu_item > a {
  color: #fec22e;
}

/* line 217, scss/style.scss */
.top-bar .toggle-topbar.menu-icon {
  text-align: right;
  margin-top: -10px;
}

/* line 221, scss/style.scss */
.top-bar-section ul li > a {
  text-align: right;
  font-size: 14px;
  padding-right: 15px;
}
/* line 227, scss/style.scss */
.top-bar-section ul li > a:hover {
  color: #fec22e;
}

/* line 232, scss/style.scss */
#core-principles.light-on-photo {
  padding: 130px 0;
  background: url(../images/core-principles.jpg) no-repeat 0 0;
  background-size: cover;
  text-align: right;
}
/* line 237, scss/style.scss */
#core-principles.light-on-photo h3 {
  font-size: 36px;
  color: #febf34;
  text-align: right;
}
/* line 242, scss/style.scss */
#core-principles.light-on-photo ul {
  list-style: none;
  text-align: right;
  color: white;
}
/* line 246, scss/style.scss */
#core-principles.light-on-photo ul > li {
  opacity: 0;
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 10px;
  color: white;
}
/* line 254, scss/style.scss */
#core-principles.light-on-photo h3 {
  color: #febf34;
}
@media screen and (max-width: 500px) {
  /* line 232, scss/style.scss */
  #core-principles.light-on-photo {
    padding: 40px 0;
  }
  /* line 259, scss/style.scss */
  #core-principles.light-on-photo h3 {
    font-size: 21px;
  }
  /* line 262, scss/style.scss */
  #core-principles.light-on-photo ul > li {
    font-size: 16px;
  }
}

/* line 269, scss/style.scss */
#core-principles.light-on-dark p {
  font-size: 17px;
  line-height: 27px;
}
/* line 273, scss/style.scss */
#core-principles.light-on-dark article {
  padding: 0 30px;
  margin-bottom: 40px;
}

/* line 282, scss/style.scss */
#hero {
  width: 100%;
  height: 118px;
  background: transparent url(../images/heroes/short-hero.jpg) no-repeat 0 0;
  background-size: cover;
  color: white;
}
/* line 289, scss/style.scss */
#hero.home-hero {
  height: 628px;
  background: transparent url(../images/heroes/homepage-hero.jpg) no-repeat 0 0;
  background-size: cover !important;
}
/* line 294, scss/style.scss */
#hero.home-hero .flex-video {
  display: none;
}
/* line 299, scss/style.scss */
#hero.home-video-hero {
  background: white !important;
  height: 600px;
}
/* line 303, scss/style.scss */
#hero.home-video-hero .flex-video {
  display: block;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 45px;
  z-index: 1;
}
/* line 313, scss/style.scss */
#hero.home-video-hero .intro {
  display: none !important;
}
/* line 318, scss/style.scss */
#hero.photo-masthead {
  height: 407px;
  background: transparent url(../images/heroes/photo-hero.jpg) no-repeat 0 0;
  background-size: cover;
}
/* line 323, scss/style.scss */
#hero.has-breadcrumb {
  position: relative;
  padding-bottom: 50px;
  height: 168px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
}
/* line 330, scss/style.scss */
#hero .button, #hero button {
  border-color: #e1e1e1;
  background: rgba(0, 0, 0, 0.2);
  color: #e1e1e1;
}
@media screen and (max-width: 500px) {
  /* line 330, scss/style.scss */
  #hero .button, #hero button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  /* line 341, scss/style.scss */
  #hero.home-hero {
    height: 510px;
  }
  /* line 344, scss/style.scss */
  #hero.photo-masthead {
    height: 300px;
  }
  /* line 347, scss/style.scss */
  #hero.has-breadcrumb {
    height: 168px;
  }
}
@media screen and (max-width: 500px) {
  /* line 352, scss/style.scss */
  #hero.home-hero {
    height: 300px;
    padding-top: 10%;
  }
  /* line 356, scss/style.scss */
  #hero.photo-masthead {
    height: 175px;
  }
  /* line 359, scss/style.scss */
  #hero.has-breadcrumb {
    height: 168px;
  }
}

/* line 367, scss/style.scss */
.no-touch #hero .button:hover, .no-touch #hero button:hover {
  background: white;
  border-color: white;
  color: #2d78bd;
}

/* line 376, scss/style.scss */
.single-project #hero {
  background: transparent url(../images/heroes/short-hero-project.jpg) no-repeat 0 0;
  background-size: cover;
}
/* line 380, scss/style.scss */
.single-project h1, .single-project a, .single-project h4.has-rule {
  color: #1a9dd8;
}
/* line 383, scss/style.scss */
.single-project .button {
  background: #1a9dd8;
  border: none;
}
/* line 386, scss/style.scss */
.single-project .button:hover {
  background: #2d78bd;
}

/* line 392, scss/style.scss */
.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  background: #000;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative;
}
/* line 400, scss/style.scss */
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}
/* line 407, scss/style.scss */
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
/* line 410, scss/style.scss */
.flex-video.vimeo {
  padding-top: 0;
}
@media screen and (min-width: 900px) {
  /* line 414, scss/style.scss */
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
  }
  /* line 421, scss/style.scss */
  .flex-video.widescreen {
    padding-bottom: 40%;
  }
}

/* line 428, scss/style.scss */
.page .short-masthead {
  margin-bottom: 40px;
}

/* line 433, scss/style.scss */
.home-hero {
  text-align: center;
  padding-top: 200px;
}
/* line 436, scss/style.scss */
.home-hero h2 {
  color: white;
  text-shadow: 0 1px 22px #141414;
}
/* line 440, scss/style.scss */
.home-hero p {
  margin: 20px 0 0 0;
  text-shadow: 0 1px 15px #141414;
}
/* line 444, scss/style.scss */
.home-hero ul {
  list-style: none;
  text-align: center;
  margin: 40px 0 0 0;
}
/* line 448, scss/style.scss */
.home-hero ul li {
  display: inline;
  margin: 0 5px;
}
@media screen and (max-width: 500px) {
  /* line 458, scss/style.scss */
  .home-hero h2 {
    font-size: 24px;
    line-height: 1.1em;
  }
  /* line 462, scss/style.scss */
  .home-hero p {
    line-height: 1.2em;
  }
  /* line 465, scss/style.scss */
  .home-hero .button {
    width: 220px;
  }
}

@media screen and (min-width: 1300px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 525px;
  }
}
@media screen and (max-width: 960px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 370px;
  }
}
@media screen and (max-width: 840px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 250px;
  }
}
@media screen and (max-width: 590px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 210px;
  }
}
@media screen and (max-width: 500px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 190px;
  }
}
@media screen and (max-width: 360px) {
  /* line 474, scss/style.scss */
  .pagename-team #hero.photo-masthead {
    height: 120px;
  }
}

/* line 503, scss/style.scss */
.breadcrumb-wrap {
  padding: 20px 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
}

/* line 511, scss/style.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
}
/* line 514, scss/style.scss */
.breadcrumb li {
  display: inline;
  color: #8e8e8e;
  font-size: 12px;
}
/* line 518, scss/style.scss */
.breadcrumb li a {
  color: #8e8e8e;
}

/* line 527, scss/style.scss */
.section {
  padding: 60px 0;
}
/* line 529, scss/style.scss */
.section.center {
  text-align: center;
}
/* line 532, scss/style.scss */
.section h2 {
  margin-bottom: 40px;
  text-align: center;
}
/* line 536, scss/style.scss */
.section.light-on-photo {
  padding: 140px 0;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  /* line 536, scss/style.scss */
  .section.light-on-photo {
    padding: 70px 0;
    min-height: 300px;
  }
}
@media screen and (max-width: 500px) {
  /* line 536, scss/style.scss */
  .section.light-on-photo {
    padding: 40px 0;
    min-height: 120px;
  }
}

/* line 549, scss/style.scss */
.light-on-dark {
  background: #2d78bd;
  color: white;
}
/* line 552, scss/style.scss */
.light-on-dark h2, .light-on-dark h3, .light-on-dark h4, .light-on-dark h5 {
  color: #febf34;
}
/* line 555, scss/style.scss */
.light-on-dark p {
  font-size: 14px;
  line-height: 20px;
}

/* line 563, scss/style.scss */
#approach h3 {
  font-size: 30px;
  color: #2d78bd;
}
/* line 567, scss/style.scss */
#approach p {
  font-size: 24px;
  line-height: 34px;
  color: #2d78bd;
}
@media screen and (max-width: 500px) {
  /* line 573, scss/style.scss */
  #approach p {
    font-size: 21px;
    line-height: 28px;
  }
}

/* line 580, scss/style.scss */
#cta {
  color: #2d78bd;
  text-align: center;
}
/* line 583, scss/style.scss */
#cta h3 {
  color: #2d78bd;
  margin-bottom: 35px;
}
/* line 587, scss/style.scss */
#cta p {
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 500px) {
  /* line 587, scss/style.scss */
  #cta p {
    font-size: 18px;
    line-height: 24px;
  }
}
/* line 595, scss/style.scss */
#cta .button {
  margin-top: 40px;
}

/* line 601, scss/style.scss */
.home.page #cta, .pagename-about #cta {
  padding-bottom: 0;
}

/* line 608, scss/style.scss */
#opening h2 {
  font-size: 26px;
}
/* line 611, scss/style.scss */
#opening p {
  font-size: 18px;
  line-height: 27px;
}
/* line 615, scss/style.scss */
#opening.left-align {
  text-align: left;
}

@media screen and (min-width: 768px) {
  /* line 620, scss/style.scss */
  .two-columns {
    -moz-column-count: 2;
    -moz-column-gap: 50px;
    -webkit-column-count: 2;
    -webkit-column-gap: 50px;
    column-count: 2;
    column-gap: 50px;
  }
}

/* line 631, scss/style.scss */
#spin-offs, #clients {
  border-top: 1px solid #e1e1e1;
}
/* line 633, scss/style.scss */
#spin-offs h2, #clients h2 {
  text-align: center;
  font-size: 26px;
  color: #2d78bd;
}

/* line 640, scss/style.scss */
#clients ul {
  list-style: none;
  text-align: center;
  margin: 0;
}
/* line 644, scss/style.scss */
#clients ul li {
  width: 33.3%;
  padding: 0 15px;
  text-align: center;
  display: block;
  float: left;
  color: #8e8e8e;
  font-size: 20px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 644, scss/style.scss */
  #clients ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  /* line 644, scss/style.scss */
  #clients ul li {
    width: 100%;
  }
}

/* line 665, scss/style.scss */
#spin-offs h2 + p {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
}
/* line 670, scss/style.scss */
#spin-offs .spin-off-list {
  margin: 40px 0 0;
  list-style: none;
}
/* line 674, scss/style.scss */
#spin-offs .spin-off-item {
  margin-bottom: 20px;
  clear: both;
}
/* line 683, scss/style.scss */
#spin-offs .spin-off-thumbnail {
  float: left;
  width: 130px;
}
/* line 687, scss/style.scss */
#spin-offs .spin-off-copy {
  float: right;
  width: calc(100% - 130px);
  padding-left: 15px;
}
@media screen and (max-width: 500px) {
  /* line 693, scss/style.scss */
  #spin-offs .spin-off-thumbnail {
    width: 25%;
  }
  /* line 696, scss/style.scss */
  #spin-offs .spin-off-copy {
    width: 75%;
  }
}

/* line 706, scss/style.scss */
#rd-opening h2 {
  font-size: 26px;
  color: #2d78bd;
}

/* line 712, scss/style.scss */
.tools-desc-wrap {
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  opacity: 0;
  display: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
/* line 727, scss/style.scss */
.tools-desc-wrap p {
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 641px) {
  /* line 732, scss/style.scss */
  .tools {
    padding-left: 30px;
  }
}
/* line 736, scss/style.scss */
.tools h4 {
  margin-top: 0;
}
/* line 739, scss/style.scss */
.tools ul {
  list-style: none;
  margin: 0;
}
/* line 742, scss/style.scss */
.tools ul li {
  /* background: $light-gray;
  padding: 5px 10px; */
  color: #2d78bd;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}
/* line 749, scss/style.scss */
.tools ul li:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: url("../images/sprite-1x.png") no-repeat -178px -2px;
  width: 20px;
  height: 20px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 749, scss/style.scss */
  .tools ul li:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -178px -2px;
    background-size: 200px 400px;
  }
}
/* line 758, scss/style.scss */
.tools ul li:hover:after {
  background-position: -178px -24px;
}

@media screen and (max-width: 640px) {
  /* line 767, scss/style.scss */
  .reveal-modal.approach-modal p {
    font-size: 14px;
    line-height: 1.5em;
  }
}

/* line 776, scss/style.scss */
#technical-areas a:not(.button) {
  color: white;
}
/* line 779, scss/style.scss */
#technical-areas .tech-area-obj {
  display: none;
  /*		opacity: 0;
      -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; */
}
/* line 788, scss/style.scss */
#technical-areas .tech-area-obj.active {
  display: block;
  /*		opacity: 1;
      -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; */
}

/* line 800, scss/style.scss */
#technical-areas-rd .medium-6 {
  margin: 20px 0;
}
/* line 802, scss/style.scss */
#technical-areas-rd .medium-6:nth-of-type(odd) {
  clear: left;
}

/* line 809, scss/style.scss */
#opening h2 {
  color: #2d78bd;
}

/* line 815, scss/style.scss */
#open-source h2, #open-source h3 {
  color: #2d78bd;
  text-align: center;
}

/* line 821, scss/style.scss */
.hubs {
  padding-top: 25px;
  text-align: center;
  margin: 0 0 60px 0;
}
/* line 825, scss/style.scss */
.hubs li {
  display: inline-block;
  margin: 0 40px;
}
/* line 828, scss/style.scss */
.hubs li .icon {
  border: 5px solid #2d78bd;
  border-radius: 50%;
}
/* line 833, scss/style.scss */
.hubs li h3 {
  margin-top: 20px;
}
/* line 837, scss/style.scss */
.hubs li.GitHub .icon {
  background: url("../images/sprite-1x.png") no-repeat -109px -315px;
  width: 125px;
  height: 125px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 837, scss/style.scss */
  .hubs li.GitHub .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -109px -315px;
    background-size: 200px 400px;
  }
}
/* line 841, scss/style.scss */
.hubs li.GitHub a:hover .icon {
  background-position: -109px -179px;
  background-color: #2d78bd;
}
/* line 848, scss/style.scss */
.hubs li.Hackage .icon {
  background: url("../images/sprite-1x.png") no-repeat 21px -317px;
  width: 125px;
  height: 125px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 848, scss/style.scss */
  .hubs li.Hackage .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 21px -317px;
    background-size: 200px 400px;
  }
}
/* line 852, scss/style.scss */
.hubs li.Hackage a:hover .icon {
  background-position: 21px -179px;
  background-color: #2d78bd;
}

/* line 863, scss/style.scss */
.repositories h4 {
  color: #2d78bd;
  height: 1em;
}
/* line 868, scss/style.scss */
.repositories h4.ruled-heading {
  font-family: 'UniversLTPro-65Bold';
  text-transform: uppercase;
  font-size: 14px;
  color: #2d78bd;
  margin-bottom: 0;
}
/* line 876, scss/style.scss */
.repositories hr {
  margin: 0.5em 0;
}
/* line 879, scss/style.scss */
.repositories .hackage {
  margin-left: 10px;
  border: 2px solid #2d78bd;
  border-radius: 50%;
  background: url(../images/sprite-1x.png) -59px -100px;
  width: 28px;
  height: 28px;
  background-size: 250%;
  float: left;
}
/* line 889, scss/style.scss */
.repositories .github {
  margin-left: 10px;
  border: 2px solid #2d78bd;
  border-radius: 50%;
  background: url(../images/sprite-1x.png) -38px -99px;
  width: 28px;
  height: 28px;
  background-size: 250%;
  float: left;
}
/* line 899, scss/style.scss */
.repositories a {
  float: left;
  height: 1em;
}

/* line 904, scss/style.scss */
#technical-areas {
  padding: 0;
}
/* line 906, scss/style.scss */
#technical-areas h4 {
  margin-bottom: 15px;
}
/* line 909, scss/style.scss */
#technical-areas .tech-area-obj {
  width: 380px;
  max-width: 100%;
  padding: 0 15px;
  text-align: center;
  margin: 0 auto;
}
/* line 915, scss/style.scss */
#technical-areas .tech-area-obj p {
  text-align: center;
  padding: 0;
}

/* line 922, scss/style.scss */
.single-tech-area-wrap {
  width: 55%;
  float: right;
  padding: 85px 0 60px;
}

/* line 927, scss/style.scss */
.tech-area-list-wrap {
  width: 45%;
  float: left;
  padding: 60px 0 60px 40px;
  border-right: 1px solid #5793ca;
}

/* line 935, scss/style.scss */
#technical-areas .tech-area-list a {
  color: #8cceeb;
}
/* line 937, scss/style.scss */
#technical-areas .tech-area-list a.active, #technical-areas .tech-area-list a:hover {
  color: white;
}

/* line 944, scss/style.scss */
.tech-area-list {
  width: 50%;
  float: left;
  list-style: none;
  margin: 0;
  text-align: center;
  overflow: hidden;
}
/* line 952, scss/style.scss */
.tech-area-list.expanded {
  height: auto;
}
/* line 955, scss/style.scss */
.tech-area-list a {
  color: #8cceeb;
}
/* line 958, scss/style.scss */
.tech-area-list a:hover {
  color: white;
}
/* line 963, scss/style.scss */
.tech-area-list li {
  margin-top: 30px;
  font-size: 13px;
}
/* line 967, scss/style.scss */
.tech-area-list .icon {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  margin-bottom: 10px;
  background: url(../images/sprite-techareas-2x.png) no-repeat 0 0;
  background-size: 945px 459px;
}
/* line 978, scss/style.scss */
.tech-area-list a[data-tech="cryptography"] .icon {
  background-position: -378px -270px;
}
/* line 983, scss/style.scss */
.tech-area-list a[data-tech="mobile-security"] .icon {
  background-position: -486px -270px;
}
/* line 988, scss/style.scss */
.tech-area-list a[data-tech="human-computer-interaction"] .icon {
  background-position: -593px -270px;
}
/* line 993, scss/style.scss */
.tech-area-list a[data-tech="machine-learning"] .icon {
  background-position: -701px -270px;
}
/* line 998, scss/style.scss */
.tech-area-list a[data-tech="software-correctness"] .icon {
  background-position: -270px -270px;
}
/* line 1003, scss/style.scss */
.tech-area-list a[data-tech="cyber-physical-systems"] .icon {
  background-position: -809px -270px;
}
/* line 1008, scss/style.scss */
.tech-area-list a[data-tech="scientific-computing"] .icon {
  background-position: -54px -270px;
}
/* line 1013, scss/style.scss */
.tech-area-list a[data-tech="computer-security"] .icon {
  background-position: -162px -270px;
}
/* line 1019, scss/style.scss */
.tech-area-list a.active[data-tech="cryptography"] .icon, .tech-area-list a:hover[data-tech="cryptography"] .icon {
  background-position: -377px -53px;
}
/* line 1024, scss/style.scss */
.tech-area-list a.active[data-tech="mobile-security"] .icon, .tech-area-list a:hover[data-tech="mobile-security"] .icon {
  background-position: -485px -53px;
}
/* line 1029, scss/style.scss */
.tech-area-list a.active[data-tech="human-computer-interaction"] .icon, .tech-area-list a:hover[data-tech="human-computer-interaction"] .icon {
  background-position: -593px -55px;
}
/* line 1034, scss/style.scss */
.tech-area-list a.active[data-tech="machine-learning"] .icon, .tech-area-list a:hover[data-tech="machine-learning"] .icon {
  background-position: -701px -54px;
}
/* line 1039, scss/style.scss */
.tech-area-list a.active[data-tech="software-correctness"] .icon, .tech-area-list a:hover[data-tech="software-correctness"] .icon {
  background-position: -269px -53px;
}
/* line 1044, scss/style.scss */
.tech-area-list a.active[data-tech="cyber-physical-systems"] .icon, .tech-area-list a:hover[data-tech="cyber-physical-systems"] .icon {
  background-position: -809px -54px;
}
/* line 1049, scss/style.scss */
.tech-area-list a.active[data-tech="scientific-computing"] .icon, .tech-area-list a:hover[data-tech="scientific-computing"] .icon {
  background-position: -53px -53px;
}
/* line 1054, scss/style.scss */
.tech-area-list a.active[data-tech="computer-security"] .icon, .tech-area-list a:hover[data-tech="computer-security"] .icon {
  background-position: -161px -53px;
}

@media screen and (max-width: 800px) {
  /* line 1063, scss/style.scss */
  .single-tech-area-wrap {
    width: 100%;
    float: none;
    padding: 40px 20px;
  }

  /* line 1068, scss/style.scss */
  .tech-area-list-wrap {
    width: 100%;
    float: none;
    padding: 40px 20px;
    border-top: 1px solid #5793ca;
    border-left: none;
  }
  /* line 1074, scss/style.scss */
  .tech-area-list-wrap h4 {
    margin-bottom: 30px !important;
  }

  /* line 1078, scss/style.scss */
  .tech-area-list {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  /* line 1083, scss/style.scss */
  .tech-area-list li {
    display: block;
    padding: 0 20px;
    width: 25%;
    float: left;
  }
}
@media screen and (max-width: 540px) {
  /* line 1094, scss/style.scss */
  .tech-area-list {
    margin-bottom: 0;
  }
  /* line 1096, scss/style.scss */
  .tech-area-list li {
    width: 50%;
  }
}
/* line 1104, scss/style.scss */
.has-showmore {
  padding-bottom: 40px;
}

/* line 1108, scss/style.scss */
a.show-more {
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -21px;
}

/* line 1121, scss/style.scss */
.tech-area-filter {
  max-width: 200px;
  margin-bottom: 30px;
  border: none;
  background-color: #e1e1e1;
  color: #8e8e8e;
  font-size: 12px;
  cursor: pointer;
}
/* line 1131, scss/style.scss */
.tech-area-filter:hover {
  background-color: #e6e6e6;
}
/* line 1134, scss/style.scss */
.tech-area-filter option {
  text-transform: none;
}

/* line 1141, scss/style.scss */
.services-obj {
  width: 50%;
  float: left;
  padding: 0 40px;
}
/* line 1145, scss/style.scss */
.services-obj h3 {
  margin-top: 10px;
}
@media screen and (max-width: 665px) {
  /* line 1141, scss/style.scss */
  .services-obj {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  /* line 1141, scss/style.scss */
  .services-obj {
    padding: 0;
  }
}

/* line 1156, scss/style.scss */
#addl-services {
  text-align: center;
}

/* line 1160, scss/style.scss */
.services {
  text-align: center;
}
/* line 1162, scss/style.scss */
.services .button {
  color: #2d78bd;
  border: 1px solid #2d78bd;
}
/* line 1166, scss/style.scss */
.services .button:hover {
  color: white;
  background: #2d78bd;
}

/* line 1173, scss/style.scss */
#addl-services h2 {
  color: #2d78bd;
}
/* line 1176, scss/style.scss */
#addl-services h3 {
  color: #2d78bd;
}
/* line 1179, scss/style.scss */
#addl-services .header {
  text-align: center;
}
/* line 1181, scss/style.scss */
#addl-services .header p {
  font-size: 18px;
  line-height: 27px;
}
/* line 1186, scss/style.scss */
#addl-services .button {
  color: #2d78bd;
  border: 1px solid #2d78bd;
}
/* line 1190, scss/style.scss */
#addl-services .button:hover {
  color: white;
  background: #2d78bd;
}
/* line 1194, scss/style.scss */
#addl-services article {
  margin-top: 40px;
}

/* line 1202, scss/style.scss */
#technical-areas-rd .large-6:nth-child(odd) {
  clear: left;
}

/* line 1207, scss/style.scss */
.tech-area-obj {
  text-align: center;
}
/* line 1209, scss/style.scss */
.tech-area-obj h3 {
  color: white;
  margin-bottom: 15px;
}
/* line 1212, scss/style.scss */
.tech-area-obj h3 a {
  color: white !important;
}
/* line 1216, scss/style.scss */
.tech-area-obj p {
  color: #8cceeb;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  margin: 0;
}
/* line 1223, scss/style.scss */
.tech-area-obj .button {
  border-color: #81aed7;
  color: #81aed7;
}
/* line 1227, scss/style.scss */
.tech-area-obj .button:hover {
  border-color: #e1e1e1;
}
/* line 1231, scss/style.scss */
.tech-area-obj .faces {
  margin: 15px 0;
}

/* line 1237, scss/style.scss */
.tech-area-obj .icon, .slide .icon {
  display: block;
  width: 73px;
  height: 73px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 1249, scss/style.scss */
.tech-area-obj.cryptography .icon, .slide.cryptography .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -503px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1249, scss/style.scss */
  .tech-area-obj.cryptography .icon, .slide.cryptography .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -503px -72px;
    background-size: 1260px 612px;
  }
}
/* line 1254, scss/style.scss */
.tech-area-obj.human-computer-interaction .icon, .slide.human-computer-interaction .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -791px -73px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1254, scss/style.scss */
  .tech-area-obj.human-computer-interaction .icon, .slide.human-computer-interaction .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -791px -73px;
    background-size: 1260px 612px;
  }
}
/* line 1259, scss/style.scss */
.tech-area-obj.software-correctness .icon, .slide.software-correctness .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -359px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1259, scss/style.scss */
  .tech-area-obj.software-correctness .icon, .slide.software-correctness .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -359px -72px;
    background-size: 1260px 612px;
  }
}
/* line 1264, scss/style.scss */
.tech-area-obj.scientific-computing .icon, .slide.scientific-computing .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -71px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1264, scss/style.scss */
  .tech-area-obj.scientific-computing .icon, .slide.scientific-computing .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -71px -72px;
    background-size: 1260px 612px;
  }
}
/* line 1269, scss/style.scss */
.tech-area-obj.mobile-security .icon, .slide.mobile-security .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -647px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1269, scss/style.scss */
  .tech-area-obj.mobile-security .icon, .slide.mobile-security .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -647px -72px;
    background-size: 1260px 612px;
  }
}
/* line 1274, scss/style.scss */
.tech-area-obj.machine-learning .icon, .slide.machine-learning .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -935px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1274, scss/style.scss */
  .tech-area-obj.machine-learning .icon, .slide.machine-learning .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -935px -72px;
    background-size: 1260px 612px;
  }
}
/* line 1279, scss/style.scss */
.tech-area-obj.cyber-physical-systems .icon, .slide.cyber-physical-systems .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -1079px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1279, scss/style.scss */
  .tech-area-obj.cyber-physical-systems .icon, .slide.cyber-physical-systems .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -1079px -72px;
    background-size: 1260px 612px;
  }
}
/* line 1284, scss/style.scss */
.tech-area-obj.computer-security .icon, .slide.computer-security .icon {
  background: url("../images/sprite-techareas-1x.png") no-repeat -215px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1284, scss/style.scss */
  .tech-area-obj.computer-security .icon, .slide.computer-security .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -215px -72px;
    background-size: 1260px 612px;
  }
}

/* line 1293, scss/style.scss */
.slide.cryptography .icon {
  background-position: -504px -361px;
}
/* line 1296, scss/style.scss */
.slide.cryptography:hover .icon, .slide.cryptography .active .icon {
  background-position: -503px -72px;
}
/* line 1301, scss/style.scss */
.slide.human-computer-interaction .icon {
  background-position: -791px -360px;
}
/* line 1304, scss/style.scss */
.slide.human-computer-interaction:hover .icon, .slide.human-computer-interaction .active .icon {
  background-position: -791px -73px;
}
/* line 1309, scss/style.scss */
.slide.software-correctness .icon {
  background-position: -360px -361px;
}
/* line 1312, scss/style.scss */
.slide.software-correctness:hover .icon, .slide.software-correctness .active .icon {
  background-position: -359px -72px;
}
/* line 1317, scss/style.scss */
.slide.scientific-computing .icon {
  background-position: -72px -361px;
}
/* line 1320, scss/style.scss */
.slide.scientific-computing:hover .icon, .slide.scientific-computing .active .icon {
  background-position: -71px -72px;
}
/* line 1325, scss/style.scss */
.slide.mobile-security .icon {
  background-position: -648px -361px;
}
/* line 1328, scss/style.scss */
.slide.mobile-security:hover .icon, .slide.mobile-security .active .icon {
  background-position: -647px -72px;
}
/* line 1333, scss/style.scss */
.slide.machine-learning .icon {
  background-position: -935px -360px;
}
/* line 1336, scss/style.scss */
.slide.machine-learning:hover .icon, .slide.machine-learning .active .icon {
  background-position: -935px -72px;
}
/* line 1341, scss/style.scss */
.slide.cyber-physical-systems .icon {
  background-position: -1079px -360px;
}
/* line 1344, scss/style.scss */
.slide.cyber-physical-systems:hover .icon, .slide.cyber-physical-systems .active .icon {
  background-position: -1079px -72px;
}
/* line 1349, scss/style.scss */
.slide.computer-security .icon {
  background-position: -216px -361px;
}
/* line 1352, scss/style.scss */
.slide.computer-security:hover .icon, .slide.computer-security .active .icon {
  background-position: -215px -72px;
}

/* line 1359, scss/style.scss */
.faces {
  margin: 0;
  list-style: none;
}
/* line 1363, scss/style.scss */
.faces .name-help {
  position: absolute;
  color: white;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  z-index: 2;
  font-size: 12px;
  padding: 6px 10px;
  width: 100px;
  text-align: center;
  line-height: 1.1em;
  display: none;
  z-index: 0;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .2s ease;
}
/* line 1388, scss/style.scss */
.faces .name-help:before {
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  left: 50%;
  margin-left: -4px;
  bottom: -8px;
  border-top: 8px solid rgba(0, 0, 0, 0.7);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
/* line 1401, scss/style.scss */
.faces li {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 3px;
}
/* line 1407, scss/style.scss */
.faces li:last-of-type {
  margin-right: 0;
}
/* line 1410, scss/style.scss */
.faces li img {
  z-index: 2;
}
/* line 1414, scss/style.scss */
.faces li a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  /*&:hover {
    .name-help {
      z-index: 3;
      opacity: 1;
      width: 100px;
      bottom: 45px;
      -webkit-transition: all .5s ease;
      -moz-transition: all .5s ease;
      -ms-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease;
    }
  } */
}

/* line 1437, scss/style.scss */
#tech-area-nav {
  padding: 30px 0 40px;
}
/* line 1439, scss/style.scss */
#tech-area-nav h4 {
  margin-bottom: 30px;
}
/* line 1442, scss/style.scss */
#tech-area-nav .tech-nav {
  padding: 0 40px;
}
/* line 1447, scss/style.scss */
#tech-area-nav .slide {
  display: block;
  font-size: 12px;
  padding: 0 10px;
  width: 12.5%;
  float: left;
  text-align: center;
}
@media screen and (max-width: 900px) {
  /* line 1447, scss/style.scss */
  #tech-area-nav .slide {
    width: 25%;
    margin-bottom: 20px;
  }
  /* line 1457, scss/style.scss */
  #tech-area-nav .slide:nth-of-type(4n+1) {
    clear: left;
  }
}
@media screen and (max-width: 550px) {
  /* line 1447, scss/style.scss */
  #tech-area-nav .slide {
    width: 50%;
    margin-bottom: 20px;
  }
  /* line 1464, scss/style.scss */
  #tech-area-nav .slide:nth-of-type(4n+1) {
    clear: none;
  }
  /* line 1467, scss/style.scss */
  #tech-area-nav .slide:nth-of-type(2n+1) {
    clear: left;
  }
}
/* line 1472, scss/style.scss */
#tech-area-nav .slide a {
  color: #8cceeb;
}
/* line 1474, scss/style.scss */
#tech-area-nav .slide a.active, #tech-area-nav .slide a:hover {
  color: white;
}

/* line 1487, scss/style.scss */
.single-tech_area #hero .icon:after {
  content: "";
  display: block;
  width: 73px;
  height: 73px;
  position: absolute;
  right: 15px;
  top: 13px;
}
/* line 1499, scss/style.scss */
.single-tech_area footer[role="contentinfo"] {
  margin-top: 0;
}

/* line 1503, scss/style.scss */
.tech_area-cryptography #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -504px -361px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1503, scss/style.scss */
  .tech_area-cryptography #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -504px -361px;
    background-size: 1260px 612px;
  }
}

/* line 1506, scss/style.scss */
.tech_area-human-computer-interaction #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -791px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1506, scss/style.scss */
  .tech_area-human-computer-interaction #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -791px -360px;
    background-size: 1260px 612px;
  }
}

/* line 1509, scss/style.scss */
.tech_area-software-correctness #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -360px -361px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1509, scss/style.scss */
  .tech_area-software-correctness #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -360px -361px;
    background-size: 1260px 612px;
  }
}

/* line 1512, scss/style.scss */
.tech_area-scientific-computing #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -72px -361px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1512, scss/style.scss */
  .tech_area-scientific-computing #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -72px -361px;
    background-size: 1260px 612px;
  }
}

/* line 1515, scss/style.scss */
.tech_area-mobile-security #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -648px -361px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1515, scss/style.scss */
  .tech_area-mobile-security #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -648px -361px;
    background-size: 1260px 612px;
  }
}

/* line 1518, scss/style.scss */
.tech_area-machine-learning #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -935px -72px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1518, scss/style.scss */
  .tech_area-machine-learning #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -935px -72px;
    background-size: 1260px 612px;
  }
}

/* line 1521, scss/style.scss */
.tech_area-cyber-physical-systems #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -1079px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1521, scss/style.scss */
  .tech_area-cyber-physical-systems #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -1079px -360px;
    background-size: 1260px 612px;
  }
}

/* line 1524, scss/style.scss */
.tech_area-computer-security #hero .icon:after {
  background: url("../images/sprite-techareas-1x.png") no-repeat -216px -361px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1524, scss/style.scss */
  .tech_area-computer-security #hero .icon:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-techareas-2x.png") no-repeat -216px -361px;
    background-size: 1260px 612px;
  }
}

/*.bx-wrapper {
  position: relative;
  .bx-prev,
  .bx-next {
    @extend %hidetext;
    @include sprite-global(-26px -127px, 15px, 15px);
    position: absolute;
    top: 50%;
    margin-top: -8px;
  }
  .bx-prev {
    left: -30px;
    background-position: -26px -153px;
  }
  .bx-next {
    right: -30px;
  }
} */
/* line 1547, scss/style.scss */
#related-projects {
  margin-bottom: 80px;
}
/* line 1549, scss/style.scss */
#related-projects .medium-4 {
  margin-bottom: 20px;
}
/* line 1551, scss/style.scss */
#related-projects .medium-4:nth-of-type(3n+1) {
  clear: left;
}
/* line 1555, scss/style.scss */
#related-projects .columns:last-of-type {
  float: left !important;
}

/* line 1560, scss/style.scss */
.sidebar {
  padding-top: 60px;
}
/* line 1563, scss/style.scss */
.sidebar h4.has-rule {
  margin-top: 40px;
  margin-bottom: 10px;
}
/* line 1567, scss/style.scss */
.sidebar .sb-btn {
  margin-bottom: 40px;
}
/* line 1569, scss/style.scss */
.sidebar .sb-btn + h4.has-rule {
  margin-top: 0;
}
/* line 1573, scss/style.scss */
.sidebar ul {
  list-style: none;
  margin-left: 0;
}
/* line 1576, scss/style.scss */
.sidebar ul li {
  margin-bottom: 8px;
}
/* line 1579, scss/style.scss */
.sidebar ul a {
  color: #333333;
}
/* line 1584, scss/style.scss */
.sidebar .requirements {
  list-style: inside;
}
/* line 1586, scss/style.scss */
.sidebar .requirements li {
  font-size: 15px;
  line-height: 20px;
}
/* line 1591, scss/style.scss */
.sidebar .date {
  font-size: 15px;
}

/* line 1596, scss/style.scss */
.sb-artifacts p, .sb-artifacts li, .sb-news p, .sb-news li {
  font-size: 13px;
  line-height: 1.4em;
}
/* line 1599, scss/style.scss */
.sb-artifacts p a, .sb-artifacts li a, .sb-news p a, .sb-news li a {
  color: #333333;
}
/* line 1601, scss/style.scss */
.sb-artifacts p a:hover, .sb-artifacts li a:hover, .sb-news p a:hover, .sb-news li a:hover {
  text-decoration: underline;
}
/* line 1606, scss/style.scss */
.sb-artifacts p, .sb-news p {
  margin: 10px 0;
}
/* line 1610, scss/style.scss */
.sb-artifacts ul, .sb-news ul {
  list-style: none;
  margin: 0;
}

/* line 1616, scss/style.scss */
.news-related {
  margin-bottom: 40px;
}
@media screen and (min-width: 550px) {
  /* line 1616, scss/style.scss */
  .news-related {
    width: calc(50% - 10px);
    margin-right: 20px;
    float: left;
  }
  /* line 1622, scss/style.scss */
  .news-related + .news-related {
    margin-right: 0px;
  }
}
/* line 1627, scss/style.scss */
.news-related h4.has-rule {
  margin-top: 40px;
  margin-bottom: 10px;
}
/* line 1631, scss/style.scss */
.news-related ul {
  list-style: none;
  margin-left: 0;
}
/* line 1634, scss/style.scss */
.news-related ul li {
  margin-bottom: 8px;
}
/* line 1639, scss/style.scss */
.news-related p {
  font-size: 13px;
}
/* line 1642, scss/style.scss */
.news-related a {
  color: #333333;
}

/* line 1648, scss/style.scss */
.project-obj {
  padding: 25px;
  background: whitesmoke;
  min-height: 325px;
}
/* line 1652, scss/style.scss */
.project-obj:hover {
  background: #f9f9f9;
}
/* line 1655, scss/style.scss */
.project-obj .text-container {
  min-height: 125px;
}
/* line 1658, scss/style.scss */
.project-obj h4 {
  font-size: 17px;
  line-height: 20px;
  margin-top: 0;
}
/* line 1662, scss/style.scss */
.project-obj h4 a {
  color: #333333;
}
/* line 1667, scss/style.scss */
.project-obj .description p {
  font-size: 15px;
  line-height: 20px;
  color: #8e8e8e;
  max-height: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1677, scss/style.scss */
.project-obj .more .icon {
  background-position: 0 -152px !important;
}
@media screen and (max-width: 640px) {
  /* line 1648, scss/style.scss */
  .project-obj {
    margin-bottom: 20px;
  }
}
/* line 1684, scss/style.scss */
.project-obj .faces {
  min-height: 96px;
  margin-top: 20px;
}

/* line 1692, scss/style.scss */
.insight {
  padding: 20px 20px 20px 90px;
  background: #ebebeb url(../images/bulb.png) no-repeat 15px center;
  font-size: 14px;
  line-height: 21px;
  min-height: 90px;
}
/* line 1699, scss/style.scss */
.insight p {
  font-size: 1em;
  line-height: 21px;
}

/* line 1706, scss/style.scss */
.sb-team-lead ul,
.sb-team ul {
  list-style: none;
  margin: 0;
}
/* line 1710, scss/style.scss */
.sb-team-lead li,
.sb-team li {
  width: 40px;
  float: left;
}

/* line 1716, scss/style.scss */
.sb-team-lead li {
  width: 100%;
}
/* line 1718, scss/style.scss */
.sb-team-lead li strong {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1em;
}
/* line 1723, scss/style.scss */
.sb-team-lead li strong a {
  color: #333333;
}
/* line 1728, scss/style.scss */
.sb-team-lead li .position {
  font-size: 12px;
  display: block;
  line-height: 1em;
}
/* line 1733, scss/style.scss */
.sb-team-lead li img {
  width: 40px;
  margin-right: 5px;
  float: left;
}

/* line 1742, scss/style.scss */
.sidebar .links {
  list-style: none;
  margin: 0 0 20px 0;
}
/* line 1745, scss/style.scss */
.sidebar .links li {
  font-size: 13px;
}
/* line 1747, scss/style.scss */
.sidebar .links li h5 {
  font-size: 13px;
  text-transform: uppercase;
}

/* line 1755, scss/style.scss */
#testimonial {
  margin: 20px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
/* line 1759, scss/style.scss */
#testimonial p {
  font-size: 23px;
  line-height: 32px;
  text-align: center;
}
/* line 1764, scss/style.scss */
#testimonial p.attribution {
  font-size: 18px;
}

/* line 1770, scss/style.scss */
#post-nav a {
  font-size: 14px;
  line-height: 1.3em;
  color: #8c8c8c;
  position: relative;
  max-width: 30%;
}
/* line 1776, scss/style.scss */
#post-nav a:hover {
  color: #333333;
}
/* line 1779, scss/style.scss */
#post-nav a[rel="prev"] {
  float: left;
  padding-left: 30px;
}
/* line 1782, scss/style.scss */
#post-nav a[rel="prev"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
/* line 1789, scss/style.scss */
#post-nav a[rel="next"] {
  float: right;
  padding-right: 30px;
  text-align: right;
}
/* line 1793, scss/style.scss */
#post-nav a[rel="next"]:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1803, scss/style.scss */
.prev-project:before {
  background: url("../images/sprite-1x.png") no-repeat -48px -152px;
  width: 15px;
  height: 15px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1803, scss/style.scss */
  .prev-project:before {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -48px -152px;
    background-size: 200px 400px;
  }
}

/* line 1808, scss/style.scss */
.next-project:after {
  background: url("../images/sprite-1x.png") no-repeat 0 -152px;
  width: 15px;
  height: 15px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1808, scss/style.scss */
  .next-project:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 0 -152px;
    background-size: 200px 400px;
  }
}

/* line 1814, scss/style.scss */
.single-post #post-nav a {
  text-transform: uppercase;
}
/* line 1816, scss/style.scss */
.single-post #post-nav a[rel="prev"]:before {
  background: url("../images/sprite-1x.png") no-repeat -48px -127px;
  width: 15px;
  height: 15px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1816, scss/style.scss */
  .single-post #post-nav a[rel="prev"]:before {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -48px -127px;
    background-size: 200px 400px;
  }
}
/* line 1819, scss/style.scss */
.single-post #post-nav a[rel="next"]:after {
  background: url("../images/sprite-1x.png") no-repeat 0 -127px;
  width: 15px;
  height: 15px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1819, scss/style.scss */
  .single-post #post-nav a[rel="next"]:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 0 -127px;
    background-size: 200px 400px;
  }
}

/* line 1832, scss/style.scss */
.subhead {
  margin: 20px 0;
}
/* line 1834, scss/style.scss */
.subhead p {
  font-size: 19px;
  line-height: 1.33em;
}

/* line 1843, scss/style.scss */
#culture, #galwegians, #approach {
  text-align: center;
}

/* line 1849, scss/style.scss */
#culture.egg h2, #culture.egg p {
  opacity: 0;
}

/* line 1854, scss/style.scss */
.light-on-photo {
  color: white;
}
/* line 1856, scss/style.scss */
.light-on-photo h2, .light-on-photo p {
  color: white;
}
/* line 1859, scss/style.scss */
.light-on-photo h2 {
  font-size: 26px;
}
/* line 1862, scss/style.scss */
.light-on-photo p {
  font-size: 20px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  /* line 1862, scss/style.scss */
  .light-on-photo p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 500px) {
  /* line 1862, scss/style.scss */
  .light-on-photo p {
    font-size: 14px;
    line-height: 18px;
  }
}

/* line 1876, scss/style.scss */
.galwegians {
  text-align: center;
  margin-bottom: 40px;
}
/* line 1879, scss/style.scss */
.galwegians h2 {
  color: #2d78bd;
}

/* line 1885, scss/style.scss */
.team-filters {
  margin: 0 0 15px 0;
  list-style: none;
}
/* line 1888, scss/style.scss */
.team-filters li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
}
/* line 1892, scss/style.scss */
.team-filters li:last-of-type {
  margin-right: 0;
}
/* line 1895, scss/style.scss */
.team-filters li .button.tiny {
  font-size: 12px;
  color: #8e8e8e;
  background: #e1e1e1;
  border: none;
  margin-bottom: 0;
}
/* line 1902, scss/style.scss */
.team-filters li .button.tiny.active {
  color: white;
  background: #2d78bd;
}

/* line 1910, scss/style.scss */
.team-search, .blog-search {
  position: relative;
}
/* line 1912, scss/style.scss */
.team-search input, .blog-search input {
  float: left;
  margin: 0;
  border: none;
  display: block;
  height: 36px;
  background: #e1e1e1;
  box-shadow: none;
}
/* line 1920, scss/style.scss */
.team-search input#search, .team-search input[type="text"], .blog-search input#search, .blog-search input[type="text"] {
  width: 100%;
  position: relative;
  z-index: 1;
}
/* line 1925, scss/style.scss */
.team-search input.button, .team-search input[type="submit"], .blog-search input.button, .blog-search input[type="submit"] {
  width: 36px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0;
  background: url("../images/sprite-1x.png") no-repeat -82px -284px;
  width: 36px;
  height: 36px;
  display: block;
  background-color: #c8c8c8 !important;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 1925, scss/style.scss */
  .team-search input.button, .team-search input[type="submit"], .blog-search input.button, .blog-search input[type="submit"] {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -82px -284px;
    background-size: 200px 400px;
  }
}

/* line 1939, scss/style.scss */
.team-search {
  min-height: 36px;
}
/* line 1942, scss/style.scss */
.team-search input.button, .team-search input[type="submit"] {
  right: 15px;
}
@media screen and (max-width: 640px) {
  /* line 1939, scss/style.scss */
  .team-search {
    width: 50%;
    margin-bottom: 60px;
    clear: both;
    float: none !important;
  }
}
@media screen and (max-width: 500px) {
  /* line 1939, scss/style.scss */
  .team-search {
    width: 100%;
  }
}

/* line 1956, scss/style.scss */
.team-grid-wrap {
  max-width: 100%;
  overflow: hidden;
}

/* line 1960, scss/style.scss */
.team-grid {
  list-style: none;
  margin: 0;
  width: 102%;
}
/* line 1964, scss/style.scss */
.team-grid li {
  width: 18%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: block;
  float: left;
  max-height: 178px;
  /* &:nth-child(5n) {
    margin-right: 0;
  } */
}

/* line 1976, scss/style.scss */
#team-members {
  padding-bottom: 20px;
}

/* line 1979, scss/style.scss */
.team-obj {
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
/* line 1983, scss/style.scss */
.team-obj img {
  position: relative;
  z-index: 1;
  width: 100%;
}
/* line 1988, scss/style.scss */
.team-obj .overlay {
  background-color: #2d78bd;
  background-color: rgba(45, 120, 189, 0.9);
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
}
/* line 1999, scss/style.scss */
.team-obj .text {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 3;
  top: 80%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.5);
}
/* line 2007, scss/style.scss */
.team-obj .text h4, .team-obj .text h5 {
  color: white;
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 565px) {
  /* line 2014, scss/style.scss */
  .team-obj .overlay, .team-obj .text {
    display: none !important;
  }
}
/* line 2018, scss/style.scss */
.team-obj h5 {
  color: #e1e1e1;
  display: none;
  line-height: 1em;
  margin-top: 10px;
  font-size: 12px;
}
/* line 2025, scss/style.scss */
.team-obj h4 {
  color: white;
  font-size: 14px;
  line-height: 1.1em;
}
/* line 2029, scss/style.scss */
.team-obj h4 a {
  color: white;
}
@media screen and (max-width: 895px) {
  /* line 2034, scss/style.scss */
  .team-obj h4 {
    font-size: 12px;
    white-space: nowrap;
  }
  /* line 2038, scss/style.scss */
  .team-obj h5 {
    font-size: 10px;
  }
}
@media screen and (max-width: 700px) {
  /* line 2043, scss/style.scss */
  .team-obj h4 {
    white-space: normal;
  }
  /* line 2046, scss/style.scss */
  .team-obj .text {
    top: 70%;
  }
}
/* line 2051, scss/style.scss */
.team-obj .more {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
/* line 2057, scss/style.scss */
.team-obj.hidden-person {
  display: none;
}
/* line 2062, scss/style.scss */
.team-obj:hover .overlay {
  display: block;
}
/* line 2065, scss/style.scss */
.team-obj:hover .text {
  top: 50%;
  margin-top: -21px;
  background: none;
}
/* line 2069, scss/style.scss */
.team-obj:hover .text h5 {
  display: block;
}
@media screen and (max-width: 700px) {
  /* line 2074, scss/style.scss */
  .team-obj:hover .text {
    top: 0;
    margin-top: 15px;
  }
}

/* line 2085, scss/style.scss */
.single-person .excerpt-wrap {
  margin-bottom: 45px;
}
/* line 2088, scss/style.scss */
.single-person .featured-image {
  margin: 0;
  text-align: left;
}
/* line 2092, scss/style.scss */
.single-person .excerpt {
  color: #8e8e8e;
}
/* line 2093, scss/style.scss */
.single-person .excerpt p {
  font-size: 19px;
  line-height: 27px;
}
@media screen and (max-width: 640px) {
  /* line 2092, scss/style.scss */
  .single-person .excerpt {
    margin-top: 30px;
  }
}
/* line 2104, scss/style.scss */
.single-person .entry-content > h4 {
  margin-top: 0;
}
/* line 2108, scss/style.scss */
.single-person .sidebar {
  padding-top: 22px;
}
/* line 2110, scss/style.scss */
.single-person .sidebar li, .single-person .sidebar p {
  font-size: 13px;
  color: #333333;
}

/* line 2119, scss/style.scss */
#careers-list {
  text-align: center;
  padding-bottom: 0;
}
/* line 2122, scss/style.scss */
#careers-list h2 {
  color: #2d78bd;
}
/* line 2125, scss/style.scss */
#careers-list ul {
  margin: 30px 0;
  list-style: none;
}
/* line 2129, scss/style.scss */
#careers-list li {
  margin-bottom: 10px;
}

/* line 2135, scss/style.scss */
#about-careers h2 {
  font-size: 25px;
}
/* line 2138, scss/style.scss */
#about-careers p {
  font-size: 16px;
  line-height: 24px;
}

/* line 2145, scss/style.scss */
.post-meta {
  list-style: none;
  margin: 10px 0;
}
/* line 2148, scss/style.scss */
.post-meta li {
  display: inline;
}
/* line 2150, scss/style.scss */
.post-meta li:after {
  content: " | ";
}
/* line 2154, scss/style.scss */
.post-meta li:last-of-type:after {
  content: none;
}

/* line 2161, scss/style.scss */
.post-item {
  margin-bottom: 45px;
  overflow: hidden;
}
/* line 2164, scss/style.scss */
.post-item h2 {
  font-size: 25px;
  line-height: 1.2em;
  margin-top: 10px;
}
/* line 2169, scss/style.scss */
.post-item .excerpt-content {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 2173, scss/style.scss */
.post-item .excerpt-content + .more {
  display: inline;
}
/* line 2176, scss/style.scss */
.post-item .excerpt-content + .more:hover {
  color: #8e8e8e;
}

/* line 2183, scss/style.scss */
div.navigation {
  margin-top: 40px;
}
/* line 2185, scss/style.scss */
div.navigation ul {
  list-style: none;
  margin: 0;
  text-align: center;
}
/* line 2190, scss/style.scss */
div.navigation li {
  display: inline;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
}
/* line 2195, scss/style.scss */
div.navigation li a {
  color: #333333;
}
/* line 2197, scss/style.scss */
div.navigation li a:hover {
  color: #fec22e;
}

/* line 2208, scss/style.scss */
.blog-tools ul:not(.sharing) {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 2212, scss/style.scss */
.blog-tools ul:not(.sharing) li {
  display: block;
  background: #2d78bd;
}
@media screen and (max-width: 640px) {
  /* line 2207, scss/style.scss */
  .blog-tools {
    width: 50%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  /* line 2207, scss/style.scss */
  .blog-tools {
    width: 100%;
  }
}

/* line 2226, scss/style.scss */
.posts-list {
  margin-top: -17px;
}

/* line 2231, scss/style.scss */
.categories-wrap h4 {
  padding: 15px 12px;
  background: #2d78bd;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 0;
  cursor: pointer;
  position: relative;
}
/* line 2243, scss/style.scss */
.categories-wrap h4:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  height: 0px;
  width: 0px;
  padding: 0px;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
/* line 2257, scss/style.scss */
.categories-wrap .categories {
  display: none;
}
/* line 2259, scss/style.scss */
.categories-wrap .categories.active {
  display: block;
}
/* line 2262, scss/style.scss */
.categories-wrap .categories > li {
  color: white;
  text-transform: none;
  font-size: 16px;
  line-height: 1.1em;
  letter-spacing: normal;
}
/* line 2269, scss/style.scss */
.categories-wrap .categories > li a {
  display: block;
  padding: 6px 12px;
  color: white;
}
/* line 2273, scss/style.scss */
.categories-wrap .categories > li a:hover {
  background: #3585cf;
}

/* outermost list item */
/* category ID #7, etc */
/* line 2292, scss/style.scss */
.tech-talk-details {
  padding: 25px;
  background: #f3f3f3;
  margin-bottom: 20px;
}
/* line 2296, scss/style.scss */
.tech-talk-details b {
  color: #8e8e8e;
}
/* line 2299, scss/style.scss */
.tech-talk-details ul {
  list-style: none;
}
/* line 2302, scss/style.scss */
.tech-talk-details li {
  margin-bottom: 10px;
}

/* line 2309, scss/style.scss */
.share-wrap h5 {
  margin-top: 20px;
  font-size: 13px;
  line-height: 2em;
  color: #2d78bd;
  text-transform: uppercase;
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
/* line 2319, scss/style.scss */
.share-wrap h5:before {
  content: "";
  background: url("../images/sprite-1x.png") no-repeat -108px -130px;
  width: 19px;
  height: 21px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2319, scss/style.scss */
  .share-wrap h5:before {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -108px -130px;
    background-size: 200px 400px;
  }
}

/* line 2328, scss/style.scss */
.sharing {
  list-style: none;
  display: none;
  margin: 0;
}
/* line 2332, scss/style.scss */
.sharing.active {
  display: block;
}
/* line 2335, scss/style.scss */
.sharing li {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 25px;
}
/* line 2342, scss/style.scss */
.sharing li:last-of-type {
  margin-right: 0;
}
/* line 2345, scss/style.scss */
.sharing li .icon {
  background: url("../images/sprite-1x.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2345, scss/style.scss */
  .sharing li .icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 0 0;
    background-size: 200px 400px;
  }
}
/* line 2351, scss/style.scss */
.sharing li a {
  position: relative;
  display: block;
  padding-left: 25px;
  color: #e1e1e1;
}
/* line 2357, scss/style.scss */
.sharing li a.fb .icon {
  background-position: -152px -59px;
}
/* line 2362, scss/style.scss */
.sharing li a.tw .icon {
  background-position: -62px -61px;
}
/* line 2367, scss/style.scss */
.sharing li a.goog .icon {
  background-position: -31px -59px;
}
/* line 2372, scss/style.scss */
.sharing li a:hover {
  color: #8e8e8e;
}
/* line 2375, scss/style.scss */
.sharing li a:hover.fb .icon {
  background-position: -152px -87px;
}
/* line 2380, scss/style.scss */
.sharing li a:hover.tw .icon {
  background-position: -62px -88px;
}
/* line 2385, scss/style.scss */
.sharing li a:hover.goog .icon {
  background-position: -31px -87px;
}

/* line 2399, scss/style.scss */
.post-type-archive-news #hero, .single-news #hero, .term-press-releases #hero,
.term-featured-articles #hero, body.blog #hero, body.category #hero, body.post-type-archive #hero,
body.single-post #hero, body.author #hero, body.search-results #hero {
  background: transparent url(../images/heroes/short-hero-news.jpg) no-repeat 0 0;
  background-size: cover;
}
/* line 2405, scss/style.scss */
.post-type-archive-news main h1, .post-type-archive-news main h2, .single-news main h1, .single-news main h2, .term-press-releases main h1, .term-press-releases main h2,
.term-featured-articles main h1,
.term-featured-articles main h2, body.blog main h1, body.blog main h2, body.category main h1, body.category main h2, body.post-type-archive main h1, body.post-type-archive main h2,
body.single-post main h1,
body.single-post main h2, body.author main h1, body.author main h2, body.search-results main h1, body.search-results main h2 {
  color: #febf34;
}
/* line 2414, scss/style.scss */
.post-type-archive-news .post-meta .date, .single-news .post-meta .date, .term-press-releases .post-meta .date,
.term-featured-articles .post-meta .date, body.blog .post-meta .date, body.category .post-meta .date, body.post-type-archive .post-meta .date,
body.single-post .post-meta .date, body.author .post-meta .date, body.search-results .post-meta .date {
  font-size: 14px;
}
/* line 2418, scss/style.scss */
.post-type-archive-news .post-item, .single-news .post-item, .term-press-releases .post-item,
.term-featured-articles .post-item, body.blog .post-item, body.category .post-item, body.post-type-archive .post-item,
body.single-post .post-item, body.author .post-item, body.search-results .post-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
/* line 2423, scss/style.scss */
.post-type-archive-news .post-item a, .single-news .post-item a, .term-press-releases .post-item a,
.term-featured-articles .post-item a, body.blog .post-item a, body.category .post-item a, body.post-type-archive .post-item a,
body.single-post .post-item a, body.author .post-item a, body.search-results .post-item a {
  color: #febf34;
}
/* line 2426, scss/style.scss */
.post-type-archive-news .post-item h1, .post-type-archive-news .post-item h2, .single-news .post-item h1, .single-news .post-item h2, .term-press-releases .post-item h1, .term-press-releases .post-item h2,
.term-featured-articles .post-item h1,
.term-featured-articles .post-item h2, body.blog .post-item h1, body.blog .post-item h2, body.category .post-item h1, body.category .post-item h2, body.post-type-archive .post-item h1, body.post-type-archive .post-item h2,
body.single-post .post-item h1,
body.single-post .post-item h2, body.author .post-item h1, body.author .post-item h2, body.search-results .post-item h1, body.search-results .post-item h2 {
  font-size: 21px;
}
/* line 2431, scss/style.scss */
.post-type-archive-news .post-item .external, .post-type-archive-news .post-item .post-author, .single-news .post-item .external, .single-news .post-item .post-author, .term-press-releases .post-item .external, .term-press-releases .post-item .post-author,
.term-featured-articles .post-item .external,
.term-featured-articles .post-item .post-author, body.blog .post-item .external, body.blog .post-item .post-author, body.category .post-item .external, body.category .post-item .post-author, body.post-type-archive .post-item .external, body.post-type-archive .post-item .post-author,
body.single-post .post-item .external,
body.single-post .post-item .post-author, body.author .post-item .external, body.author .post-item .post-author, body.search-results .post-item .external, body.search-results .post-item .post-author {
  color: #8e8e8e;
}
/* line 2433, scss/style.scss */
.post-type-archive-news .post-item .external:hover, .post-type-archive-news .post-item .post-author:hover, .single-news .post-item .external:hover, .single-news .post-item .post-author:hover, .term-press-releases .post-item .external:hover, .term-press-releases .post-item .post-author:hover,
.term-featured-articles .post-item .external:hover,
.term-featured-articles .post-item .post-author:hover, body.blog .post-item .external:hover, body.blog .post-item .post-author:hover, body.category .post-item .external:hover, body.category .post-item .post-author:hover, body.post-type-archive .post-item .external:hover, body.post-type-archive .post-item .post-author:hover,
body.single-post .post-item .external:hover,
body.single-post .post-item .post-author:hover, body.author .post-item .external:hover, body.author .post-item .post-author:hover, body.search-results .post-item .external:hover, body.search-results .post-item .post-author:hover {
  color: #febf34;
}
/* line 2437, scss/style.scss */
.post-type-archive-news .post-item .excerpt-content, .single-news .post-item .excerpt-content, .term-press-releases .post-item .excerpt-content,
.term-featured-articles .post-item .excerpt-content, body.blog .post-item .excerpt-content, body.category .post-item .excerpt-content, body.post-type-archive .post-item .excerpt-content,
body.single-post .post-item .excerpt-content, body.author .post-item .excerpt-content, body.search-results .post-item .excerpt-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}
/* line 2441, scss/style.scss */
.post-type-archive-news .post-item .excerpt-content p, .single-news .post-item .excerpt-content p, .term-press-releases .post-item .excerpt-content p,
.term-featured-articles .post-item .excerpt-content p, body.blog .post-item .excerpt-content p, body.category .post-item .excerpt-content p, body.post-type-archive .post-item .excerpt-content p,
body.single-post .post-item .excerpt-content p, body.author .post-item .excerpt-content p, body.search-results .post-item .excerpt-content p {
  margin-bottom: 0;
}
/* line 2444, scss/style.scss */
.post-type-archive-news .post-item .excerpt-content + .more, .single-news .post-item .excerpt-content + .more, .term-press-releases .post-item .excerpt-content + .more,
.term-featured-articles .post-item .excerpt-content + .more, body.blog .post-item .excerpt-content + .more, body.category .post-item .excerpt-content + .more, body.post-type-archive .post-item .excerpt-content + .more,
body.single-post .post-item .excerpt-content + .more, body.author .post-item .excerpt-content + .more, body.search-results .post-item .excerpt-content + .more {
  margin-top: 15px;
  display: inline-block;
  color: #e1e1e1;
}
/* line 2448, scss/style.scss */
.post-type-archive-news .post-item .excerpt-content + .more .link, .single-news .post-item .excerpt-content + .more .link, .term-press-releases .post-item .excerpt-content + .more .link,
.term-featured-articles .post-item .excerpt-content + .more .link, body.blog .post-item .excerpt-content + .more .link, body.category .post-item .excerpt-content + .more .link, body.post-type-archive .post-item .excerpt-content + .more .link,
body.single-post .post-item .excerpt-content + .more .link, body.author .post-item .excerpt-content + .more .link, body.search-results .post-item .excerpt-content + .more .link {
  display: inherit;
  color: #e1e1e1;
}
/* line 2455, scss/style.scss */
.post-type-archive-news .post-item .excerpt-content.featured-article p, .single-news .post-item .excerpt-content.featured-article p, .term-press-releases .post-item .excerpt-content.featured-article p,
.term-featured-articles .post-item .excerpt-content.featured-article p, body.blog .post-item .excerpt-content.featured-article p, body.category .post-item .excerpt-content.featured-article p, body.post-type-archive .post-item .excerpt-content.featured-article p,
body.single-post .post-item .excerpt-content.featured-article p, body.author .post-item .excerpt-content.featured-article p, body.search-results .post-item .excerpt-content.featured-article p {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 10px solid #e1e1e1;
  font-size: 15px;
  line-height: 1.5em;
  font-style: italic;
  font-style: normal;
}
/* line 2462, scss/style.scss */
.post-type-archive-news .category, .post-type-archive-news .external, .post-type-archive-news .post-author, .single-news .category, .single-news .external, .single-news .post-author, .term-press-releases .category, .term-press-releases .external, .term-press-releases .post-author,
.term-featured-articles .category,
.term-featured-articles .external,
.term-featured-articles .post-author, body.blog .category, body.blog .external, body.blog .post-author, body.category .category, body.category .external, body.category .post-author, body.post-type-archive .category, body.post-type-archive .external, body.post-type-archive .post-author,
body.single-post .category,
body.single-post .external,
body.single-post .post-author, body.author .category, body.author .external, body.author .post-author, body.search-results .category, body.search-results .external, body.search-results .post-author {
  font-size: 12px;
  text-transform: uppercase;
  color: #8e8e8e;
}
/* line 2467, scss/style.scss */
.post-type-archive-news .category > a, .post-type-archive-news .external > a, .post-type-archive-news .post-author > a, .single-news .category > a, .single-news .external > a, .single-news .post-author > a, .term-press-releases .category > a, .term-press-releases .external > a, .term-press-releases .post-author > a,
.term-featured-articles .category > a,
.term-featured-articles .external > a,
.term-featured-articles .post-author > a, body.blog .category > a, body.blog .external > a, body.blog .post-author > a, body.category .category > a, body.category .external > a, body.category .post-author > a, body.post-type-archive .category > a, body.post-type-archive .external > a, body.post-type-archive .post-author > a,
body.single-post .category > a,
body.single-post .external > a,
body.single-post .post-author > a, body.author .category > a, body.author .external > a, body.author .post-author > a, body.search-results .category > a, body.search-results .external > a, body.search-results .post-author > a {
  color: #8e8e8e;
}
/* line 2472, scss/style.scss */
.post-type-archive-news .post-author, .single-news .post-author, .term-press-releases .post-author,
.term-featured-articles .post-author, body.blog .post-author, body.category .post-author, body.post-type-archive .post-author,
body.single-post .post-author, body.author .post-author, body.search-results .post-author {
  display: block;
  margin-bottom: 10px;
}

/* line 2481, scss/style.scss */
body.single-post main .post-meta, body.single-post main .date, body.single-tech_report main .post-meta, body.single-tech_report main .date, body.post-type-archive-tech_report main .post-meta, body.post-type-archive-tech_report main .date, body.search-results main .post-meta, body.search-results main .date {
  font-family: "UniversLTPro-65Bold";
  font-size: 12px !important;
  text-transform: uppercase;
  color: #8e8e8e;
}
/* line 2488, scss/style.scss */
body.single-post main .post-meta .category, body.single-tech_report main .post-meta .category, body.post-type-archive-tech_report main .post-meta .category, body.search-results main .post-meta .category {
  display: block;
}
/* line 2492, scss/style.scss */
body.single-post main .date:after, body.single-tech_report main .date:after, body.post-type-archive-tech_report main .date:after, body.search-results main .date:after {
  content: none;
}
/* line 2497, scss/style.scss */
body.single-post main h1, body.single-post main h1 a, body.single-post main h2, body.single-post main h2 a, body.single-tech_report main h1, body.single-tech_report main h1 a, body.single-tech_report main h2, body.single-tech_report main h2 a, body.post-type-archive-tech_report main h1, body.post-type-archive-tech_report main h1 a, body.post-type-archive-tech_report main h2, body.post-type-archive-tech_report main h2 a, body.search-results main h1, body.search-results main h1 a, body.search-results main h2, body.search-results main h2 a {
  font-family: 'UniversLTPro-65Bold';
  font-size: 25px;
  color: #febf34;
}
/* line 2504, scss/style.scss */
body.single-post main h3, body.single-tech_report main h3, body.post-type-archive-tech_report main h3, body.search-results main h3 {
  font-size: 20px;
}
/* line 2509, scss/style.scss */
body.single-post main .post-meta, body.single-tech_report main .post-meta, body.post-type-archive-tech_report main .post-meta, body.search-results main .post-meta {
  margin-top: 0;
}
/* line 2512, scss/style.scss */
body.single-post main .post-meta .post-author, body.single-tech_report main .post-meta .post-author, body.post-type-archive-tech_report main .post-meta .post-author, body.search-results main .post-meta .post-author {
  display: inline;
}
/* line 2517, scss/style.scss */
body.single-post main .report-authors, body.single-tech_report main .report-authors, body.post-type-archive-tech_report main .report-authors, body.search-results main .report-authors {
  margin-left: 0;
  line-height: 1em;
}
/* line 2521, scss/style.scss */
body.single-post main .report-authors li, body.single-tech_report main .report-authors li, body.post-type-archive-tech_report main .report-authors li, body.search-results main .report-authors li {
  list-style-type: none;
  display: inline;
  font-size: 14px;
}
/* line 2525, scss/style.scss */
body.single-post main .report-authors li:after, body.single-tech_report main .report-authors li:after, body.post-type-archive-tech_report main .report-authors li:after, body.search-results main .report-authors li:after {
  content: ',';
}
/* line 2529, scss/style.scss */
body.single-post main .report-authors li a, body.single-tech_report main .report-authors li a, body.post-type-archive-tech_report main .report-authors li a, body.search-results main .report-authors li a {
  font-size: 14px;
  color: #febf34;
}
/* line 2535, scss/style.scss */
body.single-post main .report-authors li:last-child:after, body.single-tech_report main .report-authors li:last-child:after, body.post-type-archive-tech_report main .report-authors li:last-child:after, body.search-results main .report-authors li:last-child:after {
  content: none;
}
/* line 2542, scss/style.scss */
body.single-post main .report-attachments, body.single-tech_report main .report-attachments, body.post-type-archive-tech_report main .report-attachments, body.search-results main .report-attachments {
  margin: 0 0 22px;
}
/* line 2545, scss/style.scss */
body.single-post main .report-attachments li, body.single-tech_report main .report-attachments li, body.post-type-archive-tech_report main .report-attachments li, body.search-results main .report-attachments li {
  list-style-type: none;
}
/* line 2548, scss/style.scss */
body.single-post main .report-attachments li a, body.single-tech_report main .report-attachments li a, body.post-type-archive-tech_report main .report-attachments li a, body.search-results main .report-attachments li a {
  color: #febf34;
}
/* line 2554, scss/style.scss */
body.single-post main pre, body.single-tech_report main pre, body.post-type-archive-tech_report main pre, body.search-results main pre {
  margin-top: 0;
}

/* line 2560, scss/style.scss */
.external {
  position: relative;
  display: inline-block;
  padding-right: 17px;
}
/* line 2564, scss/style.scss */
.external:after {
  content: "";
  background: url("../images/sprite-1x.png") no-repeat -100px -157px;
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2564, scss/style.scss */
  .external:after {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -100px -157px;
    background-size: 200px 400px;
  }
}
/* line 2572, scss/style.scss */
.external:hover {
  color: #febf34;
}
/* line 2574, scss/style.scss */
.external:hover:after {
  background-position: -70px -157px;
}

/* line 2582, scss/style.scss */
footer[role="contentinfo"] {
  background: #404040;
  color: #e1e1e1;
  padding-bottom: 45px;
  margin-top: 80px;
}
/* line 2587, scss/style.scss */
footer[role="contentinfo"] hr {
  border-top: 1px solid #8e8e8e;
  margin: 0 0 45px 0;
}
/* line 2592, scss/style.scss */
footer[role="contentinfo"] a:hover {
  color: #fec22e;
}
/* line 2596, scss/style.scss */
footer[role="contentinfo"] b {
  color: #959595;
}
/* line 2601, scss/style.scss */
footer[role="contentinfo"] .legal {
  font-size: 12px;
  color: #e1e1e1;
  margin-top: 60px;
}
/* line 2606, scss/style.scss */
footer[role="contentinfo"] h4 {
  font-size: 14px;
  font-weight: bold;
  color: #e1e1e1;
  margin-bottom: 15px;
}
/* line 2613, scss/style.scss */
footer[role="contentinfo"] address {
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
  margin-bottom: 20px;
}
/* line 2618, scss/style.scss */
footer[role="contentinfo"] address a {
  color: #e1e1e1;
}
/* line 2623, scss/style.scss */
footer[role="contentinfo"] .phone {
  list-style: none;
  margin: 0 0 20px 0;
}
/* line 2626, scss/style.scss */
footer[role="contentinfo"] .phone li {
  font-size: 13px;
  color: #e1e1e1;
}
/* line 2629, scss/style.scss */
footer[role="contentinfo"] .phone li a {
  color: #e1e1e1;
}
/* line 2631, scss/style.scss */
footer[role="contentinfo"] .phone li a:hover {
  color: #e1e1e1;
}
/* line 2636, scss/style.scss */
footer[role="contentinfo"] .phone + a {
  font-size: 13px;
  color: #e1e1e1;
}
/* line 2639, scss/style.scss */
footer[role="contentinfo"] .phone + a:hover {
  color: #fec22e;
}
@media screen and (max-width: 1024px) {
  /* line 2646, scss/style.scss */
  footer[role="contentinfo"] .stay-connected .social-links {
    padding-top: 0;
    text-align: left;
  }
  /* line 2649, scss/style.scss */
  footer[role="contentinfo"] .stay-connected .social-links li {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  /* line 2657, scss/style.scss */
  footer[role="contentinfo"] .office-location {
    margin-top: 60px;
  }
}

/* line 2663, scss/style.scss */
.footer-nav {
  list-style: none;
  text-align: left;
  float: left;
  padding: 18px 0;
  margin: 0;
}
/* line 2669, scss/style.scss */
.footer-nav li {
  display: inline;
  font-size: 12px;
  margin-right: 10px;
}
/* line 2673, scss/style.scss */
.footer-nav li a {
  color: #e1e1e1;
}

/* line 2679, scss/style.scss */
.tech-talk-obj {
  padding: 25px;
  background: #333333;
  width: 350px;
  max-width: 100%;
  color: #e1e1e1;
  overflow: hidden;
  /*&:hover {
    background: lighten($base-color, 2);
  }*/
}
/* line 2689, scss/style.scss */
.tech-talk-obj h4 {
  color: #fec22e !important;
}
/* line 2692, scss/style.scss */
.tech-talk-obj ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 2697, scss/style.scss */
.tech-talk-obj li {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 10px;
}
/* line 2702, scss/style.scss */
.tech-talk-obj a {
  color: white;
  text-decoration: underline;
}
@media screen and (max-width: 641px) {
  /* line 2679, scss/style.scss */
  .tech-talk-obj {
    margin-bottom: 40px;
  }
}

/* line 2710, scss/style.scss */
.news-obj {
  padding: 25px;
  background: #333333;
  width: 350px;
  max-width: 100%;
  color: #e1e1e1;
  overflow: hidden;
}
/* line 2717, scss/style.scss */
.news-obj ul {
  list-style: none;
  margin: 0;
}
/* line 2720, scss/style.scss */
.news-obj ul li {
  font-size: 13px;
  line-height: 1.4em;
  margin-bottom: 7px;
}
/* line 2724, scss/style.scss */
.news-obj ul li a {
  color: #febf34;
}
/* line 2730, scss/style.scss */
.news-obj .category, .news-obj .external {
  font-size: 12px;
  text-transform: uppercase;
  color: #8e8e8e;
}

/* line 2743, scss/style.scss */
.tech-talk-obj, .news-obj {
  position: relative;
  padding-bottom: 40px;
  height: 300px;
}
/* line 2747, scss/style.scss */
.tech-talk-obj .obj-foot, .news-obj .obj-foot {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 25px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#333333+0,333333+100&amp;0+0,1+38 */
  background: -moz-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 38%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 51, 51, 0)), color-stop(38%, #333333), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 38%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 38%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(51, 51, 51, 0) 0%, #333333 38%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 38%, #333333 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00333333', endColorstr='#333333',GradientType=0 );
  /* IE6-9 */
}

/* line 2769, scss/style.scss */
.more {
  text-align: right;
  text-decoration: none !important;
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #e1e1e1;
  margin-top: 10px;
}
/* line 2778, scss/style.scss */
.more span {
  display: none;
  text-align: left;
}
/* line 2782, scss/style.scss */
.more span.icon {
  display: inline-block;
  background: url("../images/sprite-1x.png") no-repeat 0 -127px;
  width: 15px;
  height: 15px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2782, scss/style.scss */
  .more span.icon {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 0 -127px;
    background-size: 200px 400px;
  }
}
/* line 2786, scss/style.scss */
.more span.icon-left {
  display: inline-block;
  background: url("../images/sprite-1x.png") no-repeat -48px -127px;
  width: 15px;
  height: 15px;
  display: inline-block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2786, scss/style.scss */
  .more span.icon-left {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -48px -127px;
    background-size: 200px 400px;
  }
}
/* line 2792, scss/style.scss */
.more:hover span {
  display: inline-block;
}

/* line 2800, scss/style.scss */
.pagination a {
  font-weight: normal !important;
}
/* line 2803, scss/style.scss */
.pagination .icon-left {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
/* line 2808, scss/style.scss */
.pagination .icon {
  margin-left: 10px;
  position: relative;
  top: 2px;
}

/* line 2815, scss/style.scss */
.social-links {
  list-style: none;
  margin: 0;
  padding: 18px 0 15px;
  text-align: right;
}
/* line 2820, scss/style.scss */
.social-links li {
  display: inline-block;
  margin-left: 25px;
}
/* line 2827, scss/style.scss */
.social-links a.git {
  background: url("../images/sprite-1x.png") no-repeat 0 -1px;
  width: 18px;
  height: 16px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2827, scss/style.scss */
  .social-links a.git {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 0 -1px;
    background-size: 200px 400px;
  }
}
/* line 2829, scss/style.scss */
.social-links a.git:hover {
  background-position: 0 -27px;
}
/* line 2833, scss/style.scss */
.social-links a.g {
  background: url("../images/sprite-1x.png") no-repeat -31px 0;
  width: 19px;
  height: 18px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2833, scss/style.scss */
  .social-links a.g {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -31px 0;
    background-size: 200px 400px;
  }
}
/* line 2835, scss/style.scss */
.social-links a.g:hover {
  background-position: -31px -26px;
}
/* line 2839, scss/style.scss */
.social-links a.tw {
  background: url("../images/sprite-1x.png") no-repeat -62px -1px;
  width: 19px;
  height: 15px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2839, scss/style.scss */
  .social-links a.tw {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -62px -1px;
    background-size: 200px 400px;
  }
}
/* line 2841, scss/style.scss */
.social-links a.tw:hover {
  background-position: -62px -27px;
}
/* line 2845, scss/style.scss */
.social-links a.vim {
  background: url("../images/sprite-1x.png") no-repeat -94px -1px;
  width: 19px;
  height: 16px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2845, scss/style.scss */
  .social-links a.vim {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -94px -1px;
    background-size: 200px 400px;
  }
}
/* line 2847, scss/style.scss */
.social-links a.vim:hover {
  background-position: -94px -27px;
}
/* line 2851, scss/style.scss */
.social-links a.rss {
  background: url("../images/sprite-1x.png") no-repeat -125px 0;
  width: 18px;
  height: 18px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 2851, scss/style.scss */
  .social-links a.rss {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat -125px 0;
    background-size: 200px 400px;
  }
}
/* line 2853, scss/style.scss */
.social-links a.rss:hover {
  background-position: -125px -26px;
}

/* Comprehensive Post Styles */
/* line 2861, scss/style.scss */
.featured-image {
  margin: 15px 0;
  text-align: center;
}

/* line 2867, scss/style.scss */
pre {
  font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 12px;
  line-height: 25px;
  padding: 8px;
  margin: 15px 0;
  white-space: pre;
  overflow: scroll;
  /*  background: #f7f7f7;
      color: #000;
    border: 1px solid #444444;
    */
}

/* line 2884, scss/style.scss */
code {
  font-family: "Lucida Console", "Lucida Sans Typewriter", Monaco, "Bitstream Vera Sans Mono", monospace;
  font-weight: 400;
  padding: 0;
  margin-bottom: 0;
  background: #f7f7f7;
}
/* line 2891, scss/style.scss */
code.medium {
  max-height: 1000px;
}
/* line 2895, scss/style.scss */
code.short {
  max-height: 300px;
}
/* line 2899, scss/style.scss */
p code {
  color: inherit;
  font-size: 14px !important;
  background: rgba(0, 0, 0, 0.05);
}

/* line 2908, scss/style.scss */
.entry-content ::-webkit-scrollbar {
  -webkit-appearance: none;
}
/* line 2912, scss/style.scss */
.entry-content ::-webkit-scrollbar:vertical {
  width: 11px;
}
/* line 2916, scss/style.scss */
.entry-content ::-webkit-scrollbar:horizontal {
  height: 11px;
}
/* line 2920, scss/style.scss */
.entry-content ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 1px solid white;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 2928, scss/style.scss */
.title {
  font-size: 31px;
  line-height: 1.1em;
}

/* line 2934, scss/style.scss */
.entry-content h1 {
  font-size: 31px;
  line-height: 1.1em;
}
/* line 2939, scss/style.scss */
.entry-content h2 {
  font-size: 30px;
  line-height: 1.1em;
}
/* line 2944, scss/style.scss */
.entry-content blockquote {
  margin-top: 15px;
  padding-left: 15px;
  border-left: 10px solid #e1e1e1;
  font-size: 15px;
  line-height: 1.5em;
  font-style: italic;
}
/* line 2949, scss/style.scss */
.entry-content img {
  margin-bottom: 15px;
}
/* line 2952, scss/style.scss */
.entry-content .alignright, .entry-content .alignleft {
  max-width: 60%;
  margin-bottom: 15px;
}
/* line 2956, scss/style.scss */
.entry-content .alignright {
  float: right;
  margin-left: 15px;
  clear: right;
}
/* line 2961, scss/style.scss */
.entry-content .alignleft {
  float: left;
  margin-right: 15px;
  clear: left;
}
/* line 2966, scss/style.scss */
.entry-content .aligncenter {
  max-width: 100%;
  clear: both;
  display: block;
  margin-bottom: 15px;
}
/* line 2972, scss/style.scss */
.entry-content p.wp-caption-text {
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.1em;
  margin-bottom: 0;
}
/* line 2979, scss/style.scss */
.entry-content .wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}
/* line 2982, scss/style.scss */
.entry-content .wp-caption img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 2987, scss/style.scss */
  .entry-content .alignright, .entry-content .alignleft, .entry-content .aligncenter {
    float: none;
    max-width: 100% !important;
    margin: 15px 0;
    clear: both;
  }
}

/* line 2996, scss/style.scss */
object, iframe {
  max-width: 100%;
}

/* line 3001, scss/style.scss */
.reveal-modal {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  color: #2d78bd;
}
/* line 3006, scss/style.scss */
.reveal-modal h1, .reveal-modal h2, .reveal-modal h3, .reveal-modal h4, .reveal-modal h5 {
  color: #2d78bd;
}
/* line 3009, scss/style.scss */
.reveal-modal h2 {
  font-size: 28px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
/* line 3014, scss/style.scss */
.reveal-modal h4 {
  font-size: 15px;
  color: #8e8e8e;
}
/* line 3018, scss/style.scss */
.reveal-modal p, .reveal-modal li {
  font-size: 21px;
  line-height: 29px;
}
/* line 3022, scss/style.scss */
.reveal-modal a:not(.close-reveal-modal) {
  color: #1a9dd8;
}

/* line 3026, scss/style.scss */
.reveal-modal-bg {
  background: #2d78bd;
  background: rgba(45, 120, 189, 0.75);
}

/* line 3031, scss/style.scss */
.contact-options {
  list-style: none;
  margin: 20px 0;
}
/* line 3034, scss/style.scss */
.contact-options li {
  font-size: 16px;
}
/* line 3040, scss/style.scss */
.contact-options .email {
  margin-bottom: 10px;
}
/* line 3043, scss/style.scss */
.contact-options .phone, .contact-options .fax {
  font-size: 14px;
  line-height: 1.5em;
}
/* line 3046, scss/style.scss */
.contact-options .phone a, .contact-options .fax a {
  color: #2d78bd;
}

/* line 3051, scss/style.scss */
.additional-options {
  list-style: none;
  margin: 20px 0 0;
}
/* line 3054, scss/style.scss */
.additional-options li {
  font-size: 14px;
}

/* line 3062, scss/style.scss */
.modal-footer h4 {
  float: left;
  margin-right: 20px;
}

/* line 3067, scss/style.scss */
.social-links-inline {
  margin: 10px 0;
  list-style: none;
}
/* line 3070, scss/style.scss */
.social-links-inline li {
  display: inline-block;
  margin-right: 15px;
}
/* line 3073, scss/style.scss */
.social-links-inline li a {
  background: url("../images/sprite-1x.png") no-repeat 0 0;
  width: 20px;
  height: 20px;
  display: block;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 3073, scss/style.scss */
  .social-links-inline li a {
    /* on retina, use image that's scaled by 2 */
    background: url("../images/sprite-2x.png") no-repeat 0 0;
    background-size: 200px 400px;
  }
}
/* line 3076, scss/style.scss */
.social-links-inline li a.git {
  background-position: 0 -88px;
}
/* line 3079, scss/style.scss */
.social-links-inline li a.g {
  background-position: -31px -87px;
}
/* line 3082, scss/style.scss */
.social-links-inline li a.tw {
  background-position: -62px -88px;
}
/* line 3085, scss/style.scss */
.social-links-inline li a.vim {
  background-position: -94px -88px;
}
/* line 3088, scss/style.scss */
.social-links-inline li a.rss {
  background-position: -125px -87px;
}

/* line 3096, scss/style.scss */
.clearfix {
  clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* line 3113, scss/style.scss */
  .tech-area-obj p {
    padding: 0px 40px;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 1, scss/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

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

/* line 15, scss/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 20, scss/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* line 31, scss/_helpers.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 42, scss/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 46, scss/_helpers.scss */
.clearfix {
  *zoom: 1;
}
/* line 49, scss/_helpers.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 53, scss/_helpers.scss */
.clearfix:after {
  clear: both;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 1, scss/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

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

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

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

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

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

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

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

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

  @page {
    margin: 0.5cm;
}

  /* line 56, scss/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 62, scss/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*

Original highlight.js style (c) Ivan Sagalaev <maniac@softwaremaniacs.org>

*/
/* line 3151, scss/style.scss */
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #F0F0F0;
}

/* Base color: saturation 0; */
/* line 3162, scss/style.scss */
.hljs,
.hljs-subst {
  color: #444;
}

/* line 3166, scss/style.scss */
.hljs-comment {
  color: #888888;
}

/* line 3175, scss/style.scss */
.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

/* User color: hue: 0 */
/* line 3189, scss/style.scss */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #880000;
}

/* line 3194, scss/style.scss */
.hljs-title,
.hljs-section {
  color: #880000;
  font-weight: bold;
}

/* line 3205, scss/style.scss */
.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #BC6060;
}

/* Language color: hue: 90; */
/* line 3212, scss/style.scss */
.hljs-literal {
  color: #78A960;
}

/* line 3219, scss/style.scss */
.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

/* Meta color: hue: 200 */
/* line 3226, scss/style.scss */
.hljs-meta {
  color: #1f7199;
}

/* line 3230, scss/style.scss */
.hljs-meta-string {
  color: #4d99bf;
}

/* Misc effects */
/* line 3237, scss/style.scss */
.hljs-emphasis {
  font-style: italic;
}

/* line 3241, scss/style.scss */
.hljs-strong {
  font-weight: bold;
}
