@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * THEMENAME.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (THEMENAME.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 57, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 78, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 98, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 169, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
sup {
  top: -0.5em; }

/* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 221, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 232, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 256, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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.
 */
/* line 293, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 371, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 425, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/normalize.scss */
td, th {
  padding: 0; }

/* line 347, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.0/"; }

/* line 351, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

/* line 356, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 47.9375rem)/";
  width: 0em; }

/* line 361, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:48rem)/";
  width: 48rem; }

/* line 366, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:48rem) and (max-width:79.9375rem)/";
  width: 48rem; }

/* line 371, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:80rem)/";
  width: 80rem; }

/* line 376, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:80rem) and (max-width:90em)/";
  width: 80rem; }

/* line 381, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

/* line 386, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

/* line 391, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

/* line 396, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false; }

/* line 403, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%; }

/* line 408, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 413, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
html, body {
  font-size: 100%; }

/* line 416, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
body {
  background: #FFFFFF;
  color: #666666;
  padding: 0;
  margin: 0;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

/* line 429, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer; }

/* line 432, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 434, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic; }

/* line 440, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 445, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important; }

/* line 446, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.right {
  float: right !important; }

/* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }
/* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both; }

/* line 450, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.hide {
  display: none !important;
  visibility: hidden; }

/* line 456, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden; }

/* line 462, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 465, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle; }

/* line 475, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px; }

/* line 478, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
select {
  width: 100%; }

/* line 225, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80rem; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .row:before, .row:after {
    content: " ";
    display: table; }
  /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .row:after {
    clear: both; }
  /* line 230, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 232, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 235, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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; }
    /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
    .row .row:after {
      clear: both; }
    /* line 236, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
      .row .row.collapse:after {
        clear: both; }

/* line 241, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
.column, .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

/* line 243, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"]:last-child {
  float: right; }

/* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-1 {
    width: 8.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-2 {
    width: 16.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-3 {
    width: 25%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-4 {
    width: 33.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-5 {
    width: 41.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-6 {
    width: 50%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-7 {
    width: 58.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-8 {
    width: 66.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-9 {
    width: 75%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-10 {
    width: 83.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-11 {
    width: 91.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-12 {
    width: 100%; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-0 {
    margin-left: 0% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-1 {
    margin-left: 8.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-2 {
    margin-left: 16.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-3 {
    margin-left: 25% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-4 {
    margin-left: 33.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-5 {
    margin-left: 41.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-6 {
    margin-left: 50% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-7 {
    margin-left: 58.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-8 {
    margin-left: 66.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-9 {
    margin-left: 75% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-10 {
    margin-left: 83.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-offset-11 {
    margin-left: 91.6666666667% !important; }
  /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  /* line 187, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-centered, .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  /* line 189, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  /* line 195, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  /* line 199, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  /* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; }
  /* line 210, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 212, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 216, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width:48rem) {
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-1 {
    width: 8.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-2 {
    width: 16.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-3 {
    width: 25%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-4 {
    width: 33.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-5 {
    width: 41.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-6 {
    width: 50%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-7 {
    width: 58.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-8 {
    width: 66.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-9 {
    width: 75%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-10 {
    width: 83.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-11 {
    width: 91.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-12 {
    width: 100%; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-0 {
    margin-left: 0% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-1 {
    margin-left: 8.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-2 {
    margin-left: 16.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-3 {
    margin-left: 25% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-4 {
    margin-left: 33.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-5 {
    margin-left: 41.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-6 {
    margin-left: 50% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-7 {
    margin-left: 58.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-8 {
    margin-left: 66.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-9 {
    margin-left: 75% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-10 {
    margin-left: 83.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-offset-11 {
    margin-left: 91.6666666667% !important; }
  /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  /* line 187, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered, .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  /* line 189, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  /* line 195, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  /* line 199, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  /* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  /* line 210, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse > .column, .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 212, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 216, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

@media only screen and (min-width:80rem) {
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; }
  /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-1 {
    width: 8.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-2 {
    width: 16.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-3 {
    width: 25%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-4 {
    width: 33.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-5 {
    width: 41.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-6 {
    width: 50%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-7 {
    width: 58.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-8 {
    width: 66.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-9 {
    width: 75%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-10 {
    width: 83.3333333333%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-11 {
    width: 91.6666666667%; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-12 {
    width: 100%; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-0 {
    margin-left: 0% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-1 {
    margin-left: 8.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-2 {
    margin-left: 16.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-3 {
    margin-left: 25% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-4 {
    margin-left: 33.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-5 {
    margin-left: 41.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-6 {
    margin-left: 50% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-7 {
    margin-left: 58.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-8 {
    margin-left: 66.6666666667% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-9 {
    margin-left: 75% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-10 {
    margin-left: 83.3333333333% !important; }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-offset-11 {
    margin-left: 91.6666666667% !important; }
  /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }
  /* line 187, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-centered, .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  /* line 189, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }
  /* line 195, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  /* line 199, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  /* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  /* line 210, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse > .column, .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  /* line 212, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  /* line 216, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto; } }

/* line 106, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  [class*="block-grid-"]:after {
    clear: both; }
  /* line 50, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:48rem) {
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width:80rem) {
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.3333333333%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.6666666667%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.2857142857%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.1111111111%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.0909090909%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.3333333333%;
    list-style: none; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_block-grid.scss */
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #f8ab7e;
  border-color: #f6945a;
  border-radius: 3px; }
  /* line 122, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #327084; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    /* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > * a {
      color: #327084; }
    /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      /* line 78, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      /* line 84, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    /* line 88, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *.unavailable {
      color: #999999; }
      /* line 90, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      /* line 95, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 102, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    /* line 110, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
/* line 130, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

/* line 216, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  background-color: #327084;
  border-color: #265666;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #265666; }
  /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  /* line 223, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.secondary, .button.secondary {
    background-color: #c34f0b;
    border-color: #963d08;
    color: #FFFFFF; }
    /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #963d08; }
    /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  /* line 224, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #348452;
    color: #FFFFFF; }
    /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #348452; }
    /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  /* line 225, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #c7280e;
    color: #FFFFFF; }
    /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #c7280e; }
    /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  /* line 226, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #c76a0e;
    color: #FFFFFF; }
    /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #c76a0e; }
    /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  /* line 227, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #57b1d6;
    color: #333333; }
    /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #57b1d6; }
    /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  /* line 229, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.large, .button.large {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem; }
  /* line 230, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.small, .button.small {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem; }
  /* line 231, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: 1rem; }
  /* line 232, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  /* line 234, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  /* line 235, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  /* line 237, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.radius, .button.radius {
    border-radius: 3px; }
  /* line 238, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.round, .button.round {
    border-radius: 1000px; }
  /* line 240, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #327084;
    border-color: #265666;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.3;
    box-shadow: none; }
    /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #265666; }
    /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #FFFFFF; }
    /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #327084; }
    /* line 241, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #c34f0b;
      border-color: #963d08;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.3;
      box-shadow: none; }
      /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #963d08; }
      /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #FFFFFF; }
      /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #c34f0b; }
    /* line 242, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #348452;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.3;
      box-shadow: none; }
      /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #348452; }
      /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #FFFFFF; }
      /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 243, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #c7280e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.3;
      box-shadow: none; }
      /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #c7280e; }
      /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #FFFFFF; }
      /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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; }
    /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #c76a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.3;
      box-shadow: none; }
      /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #c76a0e; }
      /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    /* line 245, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #57b1d6;
      color: #333333;
      cursor: default;
      opacity: 0.3;
      box-shadow: none; }
      /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #57b1d6; }
      /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

/* line 250, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width:48rem) {
  /* line 253, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
  button, .button {
    display: inline-block; } }

/* line 148, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .button-group:after {
    clear: both; }
  /* line 150, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group > li {
    margin: 0 -2px;
    display: inline-block; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  /* line 153, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  /* line 157, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 47.9375rem) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius > * {
    margin: 0 -2px;
    display: inline-block; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 {
      -webkit-border-bottom-left-radius: 3px;
      -webkit-border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  /* line 166, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width:48rem) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 47.9375rem) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  /* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  /* line 177, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.round.stack > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 0.625rem;
      -webkit-top-right-radius: 0.625rem;
      border-top-left-radius: 0.625rem;
      border-top-right-radius: 0.625rem; }
    /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 0.625rem;
      -webkit-bottom-right-radius: 0.625rem;
      border-bottom-left-radius: 0.625rem;
      border-bottom-right-radius: 0.625rem; }
  @media only screen and (min-width:48rem) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 47.9375rem) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      display: block;
      margin: 0; }
      /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      /* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 0.625rem;
        -webkit-top-right-radius: 0.625rem;
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem; }
      /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 0.625rem;
        -webkit-bottom-right-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem; } }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    width: 50%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-3 li {
    margin: 0 -2px;
    display: inline-block;
    width: 33.3333333333%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-4 li {
    margin: 0 -2px;
    display: inline-block;
    width: 25%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-5 li {
    margin: 0 -2px;
    display: inline-block;
    width: 20%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-6 li {
    margin: 0 -2px;
    display: inline-block;
    width: 16.6666666667%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-7 li {
    margin: 0 -2px;
    display: inline-block;
    width: 14.2857142857%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-group.even-8 li {
    margin: 0 -2px;
    display: inline-block;
    width: 12.5%; }
    /* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

/* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
/* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
.button-bar:after {
  clear: both; }
/* line 194, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  /* line 32, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_button-groups.scss */
  .button-bar .button-group div {
    overflow: hidden; }

/* Standard Forms */
/* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
/* line 87, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .row {
  margin: 0 -0.5rem; }
  /* line 90, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem; }
  /* line 93, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  form .row .row.collapse {
    margin: 0; }
    /* line 96, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
    form .row .row.collapse .column, form .row .row.collapse .columns {
      padding: 0; }
    /* line 97, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
/* line 106, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 385, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  /* line 386, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  label.right {
    float: none !important;
    text-align: right; }
  /* line 387, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  /* line 389, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  label small {
    text-transform: capitalize;
    color: #676767; }

/* Attach elements to the beginning or end of an input */
/* line 397, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 400, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

/* line 401, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

/* line 403, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

/* line 404, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

/* line 405, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

/* line 406, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
/* line 409, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

/* line 410, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
/* line 413, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  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%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  /* line 185, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  /* line 133, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  /* line 139, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 147, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  /* line 420, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

/* line 430, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse input, form .row .prefix-radius.row.collapse textarea, form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
/* line 431, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 436, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse input, form .row .postfix-radius.row.collapse textarea, form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
/* line 437, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }
/* line 442, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse input, form .row .prefix-round.row.collapse textarea, form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
/* line 443, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
/* line 448, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse input, form .row .postfix-round.row.collapse textarea, form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
/* line 449, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* line 454, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
/* line 460, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
/* line 465, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
/* line 470, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  /* line 329, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  select::-ms-expand {
    display: none; }
  /* line 352, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  select.radius {
    border-radius: 3px; }
  /* line 353, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  /* line 358, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
/* line 479, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1rem 0; }

/* line 484, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 493, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
/* line 507, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  /* line 272, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
/* line 514, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
[data-abide] .error small.error, [data-abide] .error span.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: #FFFFFF; }
/* line 517, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
[data-abide] span.error, [data-abide] small.error {
  display: none; }

/* line 520, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: #FFFFFF; }

/* line 527, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.error input, .error textarea, .error select {
  margin-bottom: 0; }
/* line 532, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.error input[type="checkbox"], .error input[type="radio"] {
  margin-bottom: 1rem; }
/* line 537, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.error label, .error label.error {
  color: #f04124; }
/* line 541, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.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: #FFFFFF; }
/* line 546, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
/* line 558, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
.error span.error-message {
  display: block; }

/* line 565, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
input.error, textarea.error, select.error {
  margin-bottom: 0; }

/* line 568, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_forms.scss */
label.error {
  color: #f04124; }

/* line 53, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 42, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_inline-lists.scss */
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    /* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_inline-lists.scss */
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
/* line 48, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-list {
  display: none; }

/* Default styles for the container */
/* line 51, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

/* line 64, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

/* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  /* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
/* line 82, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  /* line 90, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  /* line 98, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  /* line 107, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  /* line 108, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
/* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

/* line 124, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

/* line 130, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

/* line 138, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

/* line 145, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  /* line 156, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

/* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

/* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

/* line 180, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width:48rem) {
  /* line 192, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    /* line 194, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    /* line 201, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    /* line 209, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_joyride.scss */
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }

/* line 91, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
.label {
  font-weight: normal;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #327084;
  color: #FFFFFF; }
  /* line 96, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.radius {
    border-radius: 3px; }
  /* line 97, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.round {
    border-radius: 1000px; }
  /* line 99, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  /* line 100, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  /* line 101, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  /* line 102, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.secondary {
    background-color: #c34f0b;
    color: #FFFFFF; }
  /* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_labels.scss */
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

/* line 149, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  /* line 104, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    /* line 110, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    /* line 125, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
      background: #e6e6e6; }
    /* line 51, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    /* line 59, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
    ul.pagination li.current a, ul.pagination li.current button {
      background: #327084;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #327084; }
  /* line 136, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
/* line 154, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
.pagination-centered {
  text-align: center; }
  /* line 136, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_pagination.scss */
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
/* line 80, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  /* line 55, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
  .panel > :first-child {
    margin-top: 0; }
  /* line 56, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
  .panel > :last-child {
    margin-bottom: 0; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    /* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  /* line 82, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #cae3eb;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f1f7fa;
    color: #333333; }
    /* line 55, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
    .panel.callout > :first-child {
      margin-top: 0; }
    /* line 56, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
    .panel.callout > :last-child {
      margin-bottom: 0; }
    /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      /* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    /* line 84, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
    .panel.callout a:not(.button) {
      color: #327084; }
      /* line 88, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #2b6072; }
  /* line 94, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_panels.scss */
  .panel.radius {
    border-radius: 3px; }

/* line 166, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

/* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 47.9375rem) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  /* line 86, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  /* line 89, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  /* line 91, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width:48rem) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 80rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:48rem) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  /* line 180, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  /* line 181, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  /* line 182, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width:48rem) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 80rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:48rem) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 80rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:48rem) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 80rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:48rem) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 80rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width:48rem) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 80rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  /* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width:48rem) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 80rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  /* line 199, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

/* line 202, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
dialog {
  display: none; }
  /* line 206, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  dialog::backdrop, dialog + .backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  /* line 210, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  dialog[open] {
    display: block; }

@media print {
  /* line 217, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_reveal.scss */
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }

/* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif; }
  /* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
    .side-nav li a:not(.button) {
      display: block;
      color: #327084;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      /* line 81, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #58a7c0; }
    /* line 87, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
    .side-nav li.active > a:first-child:not(.button) {
      color: #58a7c0;
      font-weight: normal;
      font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif; }
    /* line 93, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    /* line 101, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_side-nav.scss */
    .side-nav li.heading {
      color: #327084;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

/* line 121, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  /* line 67, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
  .sub-nav dt {
    text-transform: uppercase; }
  /* line 73, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    /* line 83, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      /* line 87, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
      .sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover {
        color: #737373; }
    /* line 92, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #327084;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      /* line 99, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_sub-nav.scss */
      .sub-nav dt.active a:hover, .sub-nav dd.active a:hover, .sub-nav li.active a:hover {
        background: #2b6072; }

/* line 131, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  /* line 78, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
  table thead {
    background: #F5F5F5; }
    /* line 83, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
    table thead tr th, table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  /* line 92, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
  table tfoot {
    background: #F5F5F5; }
    /* line 97, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
    table tfoot tr th, table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  /* line 108, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
  table tr th, table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  /* line 117, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #FFFFFF; }
  /* line 125, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tables.scss */
  table thead tr th, table tfoot tr th, table tfoot tr td, table tbody tr th, table tbody tr td, table tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* Tooltips */
/* line 38, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  /* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #16323b;
    color: #327084; }
  /* line 51, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

/* line 54, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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;
    pointer-events: none; }
    /* line 79, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  /* line 85, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.radius {
    border-radius: 3px; }
  /* line 88, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.round {
    border-radius: 1000px; }
    /* line 90, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
    .tooltip.round > .nub {
      left: 2rem; }
  /* line 95, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.opened {
    color: #327084 !important;
    border-bottom: dotted 1px #16323b !important; }

/* line 101, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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:48rem) {
  /* line 110, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  /* line 121, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  /* line 123, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 130, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 112, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:48rem)/";
  width: 48rem; }

/* Wrapped around .top-bar to contain to grid width */
/* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  /* line 122, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

/* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  /* line 133, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    /* line 139, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    /* line 145, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 2.8125rem; }

/* line 152, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar {
  overflow: hidden;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  /* line 161, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  /* line 166, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .row {
    max-width: none; }
  /* line 169, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  /* line 171, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  /* line 178, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .button, .top-bar button {
    padding-top: .4125rem;
    padding-bottom: .4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 47.9375rem) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  /* line 194, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  /* line 199, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .name {
    height: 2.8125rem;
    margin: 0;
    font-size: 16px; }
    /* line 204, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 2.8125rem;
      font-size: 1.25rem;
      margin: 0; }
      /* line 208, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 0.9375rem; }
  /* line 219, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    /* line 224, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 0.9375rem;
      height: 2.8125rem;
      line-height: 2.8125rem; }
    /* line 237, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      /* line 241, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        color: #FFFFFF;
        position: relative; }
        /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 0.9375rem;
          box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  /* line 270, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    /* line 274, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar.expanded .title-area {
      background: #333333; }
    /* line 277, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      /* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

/* line 291, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  /* line 297, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  /* line 307, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 314, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section ul li {
    background: #333333; }
    /* line 316, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 0.9375rem;
      font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      /* line 327, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem;
        background-color: #327084;
        border-color: #265666;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #265666; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      /* line 333, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.secondary {
        background-color: #c34f0b;
        border-color: #963d08;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #963d08; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #FFFFFF; }
      /* line 334, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #348452;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #348452; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      /* line 335, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #c7280e;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #c7280e; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      /* line 336, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #c76a0e;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #c76a0e; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
    /* line 339, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      background-color: #327084;
      border-color: #265666;
      color: #FFFFFF; }
      /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #265666; }
      /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      /* line 345, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.secondary {
        background-color: #c34f0b;
        border-color: #963d08;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #963d08; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #FFFFFF; }
      /* line 346, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #348452;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #348452; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      /* line 347, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #c7280e;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #c7280e; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      /* line 348, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #c76a0e;
        color: #FFFFFF; }
        /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #c76a0e; }
        /* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_buttons.scss */
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    /* line 352, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    /* line 361, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section ul li.active > a {
      background: #327084;
      color: #FFFFFF; }
      /* line 364, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li.active > a:hover {
        background: #2b6072;
        color: #FFFFFF; }
  /* line 372, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  /* line 375, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .has-dropdown {
    position: relative; }
    /* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: 0.9375rem;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    /* line 391, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: static; }
      /* line 392, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      /* line 396, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  /* line 403, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    /* line 411, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      /* line 415, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        /* line 418, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      /* line 423, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        /* line 428, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          /* line 432, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      /* line 435, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      /* line 436, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    /* line 439, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown label {
      padding: 8px 0.9375rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

/* line 450, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
.js-generated {
  display: block; }

@media only screen and (min-width:48rem) {
  /* line 455, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar {
    background: #333333;
    overflow: visible; }
    /* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
    .top-bar:after {
      clear: both; }
    /* line 460, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar .toggle-topbar {
      display: none; }
    /* line 462, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar .title-area {
      float: left; }
    /* line 463, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar .name h1 a {
      width: auto; }
    /* line 467, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar input, .top-bar .button, .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 0.53125rem; }
    /* line 474, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar.expanded {
      background: #333333; }
  /* line 477, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .contain-to-grid .top-bar {
    max-width: 80rem;
    margin: 0 auto;
    margin-bottom: 0; }
  /* line 483, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    /* line 487, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      /* line 492, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section ul li {
        float: left; }
        /* line 494, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
        .top-bar-section ul li .js-generated {
          display: none; }
    /* line 500, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #333333;
      color: #FFFFFF; }
    /* line 509, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      background: #333333; }
      /* line 513, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #333333; }
    /* line 522, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 0.9375rem;
      line-height: 2.8125rem;
      color: #FFFFFF;
      background: #327084; }
      /* line 527, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #2b6072;
        color: #FFFFFF; }
    /* line 537, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      /* line 539, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: 1.40625rem; }
    /* line 547, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      /* line 548, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    /* line 554, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    /* line 558, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    /* line 565, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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: -1px;
      right: 5px;
      line-height: 1.2; }
    /* line 578, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      /* line 585, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 2.8125rem;
        white-space: nowrap;
        padding: 12px 0.9375rem;
        background: #333333; }
      /* line 594, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      /* line 599, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #333333; }
      /* line 608, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      /* line 614, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    /* line 622, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 #4e4e4e;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    /* line 631, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 0.9375rem;
      height: 2.8125rem; }
    /* line 638, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      /* line 642, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    /* line 646, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      /* line 650, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  /* line 660, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #333333;
    color: #FFFFFF; }
  /* line 669, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section ul li:active > a {
    background: #327084;
    color: #FFFFFF; }
  /* line 677, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  /* line 681, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_top-bar.scss */
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }

/* line 155, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important; }

/* line 156, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important; }

/* line 157, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important; }

/* line 158, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 47.9375rem) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:48rem) and (max-width:79.9375rem) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:48rem) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:80rem) and (max-width:90em) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:80rem) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) and (max-width:120em) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:90.063em) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width:120.063em) {
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important; }
  /* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important; }
  /* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important; }
  /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
/* line 211, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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; }

/* Default Link Styles */
/* line 217, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
a {
  color: #327084;
  text-decoration: none;
  line-height: inherit; }
  /* line 223, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  a:hover, a:focus {
    color: #265666; }
  /* line 230, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  a img {
    border: none; }

/* Default paragraph styles */
/* line 234, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 242, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
/* line 252, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  /* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 269, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.75rem; }

/* line 270, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 1.5rem; }

/* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 1.4375rem; }

/* line 272, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h4 {
  font-size: 1.0625rem; }

/* line 273, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h5 {
  font-size: 1.125rem; }

/* line 274, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
h6 {
  font-size: 1rem; }

/* line 276, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

/* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 288, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
em, i {
  font-style: italic;
  line-height: inherit; }

/* line 294, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
strong, b {
  font-weight: bold;
  line-height: inherit; }

/* line 299, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
small {
  font-size: 60%;
  line-height: inherit; }

/* line 304, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #fac7a9;
  border-width: 1px;
  border-style: solid;
  border-color: #f8ad81;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
/* line 318, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 326, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem; }
  /* line 328, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  ul.no-bullet {
    margin-left: 0; }
    /* line 332, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 345, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul li ul, ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
/* line 353, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
/* line 356, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
/* line 357, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
/* line 358, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
/* line 359, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
/* line 363, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
ol {
  margin-left: 1.4rem; }
  /* line 367, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
/* line 376, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
/* line 380, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
/* line 385, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #666666;
  cursor: help; }

/* line 391, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none; }
  /* line 393, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
/* line 399, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 404, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    /* line 408, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
    blockquote cite:before {
      content: "\2014 \0020"; }
    /* line 413, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

/* line 419, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
/* line 425, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 431, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .vcard li {
    margin: 0;
    display: block; }
  /* line 435, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

/* line 442, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold; }
/* line 444, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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:48rem) {
  /* line 455, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  /* line 456, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.375rem; }
  /* line 457, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 2.125rem; }
  /* line 458, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.75rem; }
  /* line 459, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.375rem; }
  /* line 460, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h5 {
    font-size: 1.125rem; }
  /* line 461, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem; } }

/*
       * 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 472, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
.print-only {
  display: none !important; }

@media print {
  /* line 474, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  /* line 482, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  a, a:visited {
    text-decoration: underline; }
  /* line 483, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }
  /* line 485, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /* line 490, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  /* line 493, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  /* line 498, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  /* line 501, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  tr, img {
    page-break-inside: avoid; }
  /* line 503, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  /* line 509, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  /* line 515, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  h2, h3 {
    page-break-after: avoid; }
  /* line 517, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .hide-on-print {
    display: none !important; }
  /* line 518, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .print-only {
    display: block !important; }
  /* line 519, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .hide-for-print {
    display: none !important; }
  /* line 520, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_type.scss */
  .show-for-print {
    display: inherit !important; } }

/* line 290, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  /* line 136, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

/* line 291, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.inner-wrap {
  position: relative;
  width: 100%;
  -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 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  /* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .inner-wrap:after {
    clear: both; }

/* line 293, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar {
  -webkit-backface-visibility: hidden;
  background: transparent;
  color: #FFFFFF;
  height: 3.5625rem;
  line-height: 3.5625rem;
  position: relative; }
  /* line 169, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: 200;
    line-height: 3.5625rem;
    margin: 0; }
  /* line 175, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

/* line 295, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-small {
  width: 3.5625rem;
  height: 3.5625rem;
  position: absolute;
  top: 0;
  border-right: transparent;
  left: 0; }

/* line 296, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-small {
  width: 3.5625rem;
  height: 3.5625rem;
  position: absolute;
  top: 0;
  border-left: transparent;
  right: 0; }

/* line 298, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 3.5625rem;
  top: 0; }
  @media only screen and (min-width:48rem) {
    /* line 204, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .tab-bar-section.left {
      text-align: left; }
    /* line 205, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .tab-bar-section.right {
      text-align: right; } }
  /* line 209, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.left {
    left: 0;
    right: 3.5625rem; }
  /* line 213, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.right {
    left: 3.5625rem;
    right: 0; }
  /* line 217, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .tab-bar-section.middle {
    left: 3.5625rem;
    right: 3.5625rem; }

/* line 302, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 3.5625rem;
  height: 3.5625rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  /* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 1.28125rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  /* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_global.scss */
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

/* line 326, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 32.8125rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -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);
  left: 0; }
  /* line 105, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 327, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 32.8125rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -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 105, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

/* line 329, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  /* line 231, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  /* line 243, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  ul.off-canvas-list li a {
    display: block;
    padding: 0.6666666667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #bfbfbf;
    transition: background 300ms ease; }
    /* line 249, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    ul.off-canvas-list li a:hover {
      background: transparent; }

/* line 335, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-right > .inner-wrap {
  -ms-transform: translate(32.8125rem, 0);
  -webkit-transform: translate3d(32.8125rem, 0, 0);
  -moz-transform: translate3d(32.8125rem, 0, 0);
  -ms-transform: translate3d(32.8125rem, 0, 0);
  -o-transform: translate3d(32.8125rem, 0, 0);
  transform: translate3d(32.8125rem, 0, 0); }
/* line 338, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease 100ms;
  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(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width:48rem) {
    /* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .move-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.7); } }

/* line 342, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-left > .inner-wrap {
  -ms-transform: translate(-32.8125rem, 0);
  -webkit-transform: translate3d(-32.8125rem, 0, 0);
  -moz-transform: translate3d(-32.8125rem, 0, 0);
  -ms-transform: translate3d(-32.8125rem, 0, 0);
  -o-transform: translate3d(-32.8125rem, 0, 0);
  transform: translate3d(-32.8125rem, 0, 0); }
/* line 346, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease 100ms;
  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(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width:48rem) {
    /* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .move-left .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.7); } }

/* line 349, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
/* line 357, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease 100ms;
  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(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width:48rem) {
    /* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.7); } }

/* line 360, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
/* line 368, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease 100ms;
  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(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width:48rem) {
    /* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.7); } }

/* line 371, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
/* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease 100ms;
  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(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width:48rem) {
    /* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(0, 0, 0, 0.7); } }

/* line 384, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .left-off-canvas-menu {
  left: -32.8125rem; }
/* line 385, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .right-off-canvas-menu {
  right: -32.8125rem; }
/* line 387, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-left > .inner-wrap {
  right: 32.8125rem; }
/* line 388, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.no-csstransforms .move-right > .inner-wrap {
  left: 32.8125rem; }

/* line 486, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 32.8125rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -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);
  left: 0;
  -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 399, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 426, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    /* line 434, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    /* line 457, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  /* line 488, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

/* line 493, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 32.8125rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -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;
  -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 399, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  /* line 426, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    /* line 434, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    /* line 446, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  /* line 495, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

/* line 508, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

/* line 511, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_offcanvas.scss */
.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline; }

/* small displays */
@media only screen {
  /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  /* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width:48rem) {
  /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  /* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width:80rem) {
  /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  /* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width:90.063em) {
  /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  /* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  /* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  /* line 247, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  /* line 251, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
  /* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  /* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  /* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  /* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }
  /* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* Orientation targeting */
/* line 286, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

/* line 288, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
/* line 293, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

/* line 297, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

/* line 301, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

/* line 305, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

/* line 310, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 315, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  /* line 317, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  /* Specific visibility for tables */
  /* line 322, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  /* line 326, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  /* line 330, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  /* line 334, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  /* line 339, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 345, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  /* line 347, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  /* Specific visibility for tables */
  /* line 352, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  /* line 356, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  /* line 360, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  /* line 364, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  /* line 369, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/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 374, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important; }

/* line 375, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.hide-for-touch {
  display: inherit !important; }

/* line 376, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important; }

/* line 377, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
/* line 380, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
table.hide-for-touch {
  display: table !important; }

/* line 381, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch table.show-for-touch {
  display: table !important; }

/* line 382, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important; }

/* line 383, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important; }

/* line 384, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important; }

/* line 385, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important; }

/* line 386, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important; }

/* line 387, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important; }

/* line 388, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important; }

/* line 389, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important; }

/* line 390, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important; }

/* line 391, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  /* line 396, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .show-for-print {
    display: block; }
  /* line 397, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  .hide-for-print {
    display: none; }
  /* line 399, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  table.show-for-print {
    display: table !important; }
  /* line 400, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  thead.show-for-print {
    display: table-header-group !important; }
  /* line 401, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tbody.show-for-print {
    display: table-row-group !important; }
  /* line 402, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  tr.show-for-print {
    display: table-row !important; }
  /* line 403, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  td.show-for-print {
    display: table-cell !important; }
  /* line 404, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_visibility.scss */
  th.show-for-print {
    display: table-cell !important; } }

/* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
.admin-menu .fixed, .admin-menu .admin-menu, .admin-menu .region-eyebrow {
  top: 1.8125rem; }
/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
.admin-menu .off-canvas-sticky {
  top: 5.375rem; }

/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
#status-messages.reveal-modal .alert-box, dialog#status-messages .alert-box {
  margin-bottom: 0; }

/* line 23, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
.reveal-modal, dialog {
  z-index: 1006; }

/* line 30, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
.item-list .pager {
  clear: none; }

/* line 34, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
.item-list .pager li {
  padding: 0; }

/* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
.inline {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  /* line 42, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_inline-lists.scss */
  .inline > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    /* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/zurb_foundation/scss/foundation/components/_inline-lists.scss */
    .inline > li > * {
      display: block; }

/* line 44, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/_drupal.scss */
#admin-menu-wrapper ul, #admin-menu-wrapper ol, #admin-menu-wrapper dl {
  font-size: 1em; }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
/* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

/* line 10, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_larger.scss */
.fa-2x {
  font-size: 2em; }

/* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_larger.scss */
.fa-3x {
  font-size: 3em; }

/* line 12, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_larger.scss */
.fa-4x {
  font-size: 4em; }

/* line 13, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_larger.scss */
.fa-5x {
  font-size: 5em; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  /* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_list.scss */
  .fa-ul > li {
    position: relative; }

/* line 7, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  /* line 13, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_list.scss */
  .fa-li.fa-lg {
    left: -1.8571428571em; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 7, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa-pull-left {
  float: left; }

/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa-pull-right {
  float: right; }

/* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em; }
/* line 12, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.pull-right {
  float: right; }

/* line 17, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.pull-left {
  float: left; }

/* line 20, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em; }
/* line 21, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 6, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  /* line 12, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  /* line 23, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_animated.scss */
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  /* line 27, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_animated.scss */
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 2, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 3, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 6, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_rotated-flipped.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_rotated-flipped.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 9, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 15, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_stacked.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_stacked.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 17, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_stacked.scss */
.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-music:before {
  content: "\f001"; }

/* line 6, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-search:before {
  content: "\f002"; }

/* line 7, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 9, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-star:before {
  content: "\f005"; }

/* line 10, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-user:before {
  content: "\f007"; }

/* line 12, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-film:before {
  content: "\f008"; }

/* line 13, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 14, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 15, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 17, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 18, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 19, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 20, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 21, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 22, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 23, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 24, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-home:before {
  content: "\f015"; }

/* line 25, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 26, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 27, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-road:before {
  content: "\f018"; }

/* line 28, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-download:before {
  content: "\f019"; }

/* line 29, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 30, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 31, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 32, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 33, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 34, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 35, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 36, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 37, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 38, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 39, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 40, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 41, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 42, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 43, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 44, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 46, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 48, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 49, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 50, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-font:before {
  content: "\f031"; }

/* line 51, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 52, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 53, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 54, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 55, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 56, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 57, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 58, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 59, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 60, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 62, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 63, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 64, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 65, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 67, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 71, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 72, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 73, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 74, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 76, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 78, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 79, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 80, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 81, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 82, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 83, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 84, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 85, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 86, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 87, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 88, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 89, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 90, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 91, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 92, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 93, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 94, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 95, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 96, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 97, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 98, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 99, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 100, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 101, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 102, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 104, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 105, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 106, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 107, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 108, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 109, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 110, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 111, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 112, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 113, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-random:before {
  content: "\f074"; }

/* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 115, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 116, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 117, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 118, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 119, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 120, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 121, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 122, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 123, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 124, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 125, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 127, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 128, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-key:before {
  content: "\f084"; }

/* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 130, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 131, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 132, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 133, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 134, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 135, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 136, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 137, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 138, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 139, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 140, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 141, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 143, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 144, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 145, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 146, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 147, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 148, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 149, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 150, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 151, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 152, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 153, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

/* line 154, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 155, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 156, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 157, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 158, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 160, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 161, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 162, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 163, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 166, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 167, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 169, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 170, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 171, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 172, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 173, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 174, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 175, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 176, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 177, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 178, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 180, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 181, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 182, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 183, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 184, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 185, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 186, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 187, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 188, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 189, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 190, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 191, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 192, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 193, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 194, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 195, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 196, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 197, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 198, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 199, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 200, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 201, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 202, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 204, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 205, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 206, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 207, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 208, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 209, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 210, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 211, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 212, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 213, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 214, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 215, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 216, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 217, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 218, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 219, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 220, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 221, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 222, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 223, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 224, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 225, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 226, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 227, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 228, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 229, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 230, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 231, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 232, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 233, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 234, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 235, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 236, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 237, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 238, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 239, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 240, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 241, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 242, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 243, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 244, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 245, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 246, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 247, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 248, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 249, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 250, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 251, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 252, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 253, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 255, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 256, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 257, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 258, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 260, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 261, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-code:before {
  content: "\f121"; }

/* line 262, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 263, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 264, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 265, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 266, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 267, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 268, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-question:before {
  content: "\f128"; }

/* line 269, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-info:before {
  content: "\f129"; }

/* line 270, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 271, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 272, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 273, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 274, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 275, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 276, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 277, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 278, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 279, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 280, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 281, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 282, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 283, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 284, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 285, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 286, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 287, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 288, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 289, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 290, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 291, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 292, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 293, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 294, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 295, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 296, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 297, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 298, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 299, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 300, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 301, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 302, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 303, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 304, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 305, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 306, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 307, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 308, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 309, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 310, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 311, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 312, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 313, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 314, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 315, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 316, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 317, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 318, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 319, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 320, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 321, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 322, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 323, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 324, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 325, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 326, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 327, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 328, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 329, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 330, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 331, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 332, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 333, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 334, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 335, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 336, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 337, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 338, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 339, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 340, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 341, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 342, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 343, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 344, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 345, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 346, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 347, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 348, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 349, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 350, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 351, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 352, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-female:before {
  content: "\f182"; }

/* line 353, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-male:before {
  content: "\f183"; }

/* line 354, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 355, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 356, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 357, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 358, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 359, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 360, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 361, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 362, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 363, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 364, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 365, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 366, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 367, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 368, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 369, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 370, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 371, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 372, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 373, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 374, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 375, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 376, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 377, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 378, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 380, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 381, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 382, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 383, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 384, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 385, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 386, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 387, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 388, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 389, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 390, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 391, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 392, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 393, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 394, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 395, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 396, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 397, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 398, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 399, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 400, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 401, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 402, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 403, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 404, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 405, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 406, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 407, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 408, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 409, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 410, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 411, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 412, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 413, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 414, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 415, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 416, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 417, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 418, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 419, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 420, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 421, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 422, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 423, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 424, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 425, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 426, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 427, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 428, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 429, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

/* line 430, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 431, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 432, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 433, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 434, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 435, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 436, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-circle-thin:before {
  content: "\f1db"; }

/* line 437, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 438, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 439, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 440, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 441, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 442, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 443, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 444, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 445, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 446, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 447, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 448, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 449, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 450, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 451, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 452, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 453, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 454, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 455, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 456, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 457, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 458, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 459, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 460, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 461, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 462, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 463, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 464, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 465, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 466, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 467, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 468, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 469, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 470, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 471, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 472, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 473, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 474, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 475, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 476, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 477, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 478, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 479, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 480, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 481, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 482, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 483, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 484, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 485, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 486, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 487, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 488, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 489, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 490, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 491, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 492, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 493, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 494, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 495, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 496, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 497, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 498, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 499, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 500, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 501, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 502, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 503, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

/* line 504, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 505, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 506, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 507, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 508, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 509, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 510, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 511, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 512, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-genderless:before {
  content: "\f22d"; }

/* line 513, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 514, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 515, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 516, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-server:before {
  content: "\f233"; }

/* line 517, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 518, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 519, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 520, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 521, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-train:before {
  content: "\f238"; }

/* line 522, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 523, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 524, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

/* line 525, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c"; }

/* line 526, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-opencart:before {
  content: "\f23d"; }

/* line 527, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e"; }

/* line 528, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

/* line 529, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

/* line 530, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

/* line 531, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

/* line 532, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

/* line 533, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245"; }

/* line 534, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-i-cursor:before {
  content: "\f246"; }

/* line 535, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-object-group:before {
  content: "\f247"; }

/* line 536, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248"; }

/* line 537, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sticky-note:before {
  content: "\f249"; }

/* line 538, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-sticky-note-o:before {
  content: "\f24a"; }

/* line 539, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b"; }

/* line 540, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c"; }

/* line 541, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-clone:before {
  content: "\f24d"; }

/* line 542, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e"; }

/* line 543, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hourglass-o:before {
  content: "\f250"; }

/* line 544, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

/* line 545, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

/* line 546, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

/* line 547, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hourglass:before {
  content: "\f254"; }

/* line 548, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

/* line 549, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

/* line 550, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-scissors-o:before {
  content: "\f257"; }

/* line 551, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-lizard-o:before {
  content: "\f258"; }

/* line 552, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-spock-o:before {
  content: "\f259"; }

/* line 553, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-pointer-o:before {
  content: "\f25a"; }

/* line 554, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-hand-peace-o:before {
  content: "\f25b"; }

/* line 555, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-trademark:before {
  content: "\f25c"; }

/* line 556, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-registered:before {
  content: "\f25d"; }

/* line 557, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e"; }

/* line 558, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gg:before {
  content: "\f260"; }

/* line 559, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-gg-circle:before {
  content: "\f261"; }

/* line 560, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262"; }

/* line 561, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263"; }

/* line 562, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264"; }

/* line 563, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-get-pocket:before {
  content: "\f265"; }

/* line 564, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266"; }

/* line 565, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-safari:before {
  content: "\f267"; }

/* line 566, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-chrome:before {
  content: "\f268"; }

/* line 567, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-firefox:before {
  content: "\f269"; }

/* line 568, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-opera:before {
  content: "\f26a"; }

/* line 569, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b"; }

/* line 570, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

/* line 571, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-contao:before {
  content: "\f26d"; }

/* line 572, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-500px:before {
  content: "\f26e"; }

/* line 573, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-amazon:before {
  content: "\f270"; }

/* line 574, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calendar-plus-o:before {
  content: "\f271"; }

/* line 575, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calendar-minus-o:before {
  content: "\f272"; }

/* line 576, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calendar-times-o:before {
  content: "\f273"; }

/* line 577, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-calendar-check-o:before {
  content: "\f274"; }

/* line 578, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-industry:before {
  content: "\f275"; }

/* line 579, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-map-pin:before {
  content: "\f276"; }

/* line 580, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-map-signs:before {
  content: "\f277"; }

/* line 581, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-map-o:before {
  content: "\f278"; }

/* line 582, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-map:before {
  content: "\f279"; }

/* line 583, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-commenting:before {
  content: "\f27a"; }

/* line 584, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-commenting-o:before {
  content: "\f27b"; }

/* line 585, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-houzz:before {
  content: "\f27c"; }

/* line 586, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-vimeo:before {
  content: "\f27d"; }

/* line 587, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-black-tie:before {
  content: "\f27e"; }

/* line 588, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/bower_components/fontawesome/scss/_icons.scss */
.fa-fonticons:before {
  content: "\f280"; }

@media (max-width: 569px) {
   {
    margin-right: 0;
    position: relative;
    width: 100%; } }
@media (max-width: 568px) {
   {
    padding: 0 1em; } }

@media (max-width: 568px) {
   {
    font-size: 16px;
    margin: 0;
    padding: 0; } }
@media (max-width: 568px) { }

@font-face {
  font-family: "FrutigerNext";
  src: url('../fonts/FrutigerNextPro-Light.otf');
  font-style: normal;
  font-weight: 200; }

@font-face {
  font-family: "FrutigerNext";
  src: url('../fonts/FrutigerNextPro-Medium.otf');
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "FrutigerNext";
  src: url('../fonts/FrutigerNextLTW1G-Regular.otf');
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "FrutigerNext";
  src: url('../fonts/FrutigerNextLTW1G-Italic.otf');
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "FrutigerNext";
  src: url('../fonts/FrutigerNextLTW1G-Bold.otf');
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "FrutigerNext";
  src: url('../fonts/FrutigerNextLTW1G-BoldIta.otf');
  font-style: italic;
  font-weight: bold; }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/MaterialIcons-Regular.eot');
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url('../fonts/MaterialIcons-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/MaterialIcons-Regular.woff2') format('woff2'), url('../fonts/MaterialIcons-Regular.woff') format('woff'), url('../fonts/MaterialIcons-Regular.ttf') format('truetype'); }

@font-face {
  font-family: "Autodesk-Icon-Font";
  src: url('../fonts/Autodesk-Icon-Font.ttf');
  font-style: normal;
  font-weight: normal; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
h1 {
  font-weight: 200;
  text-transform: uppercase; }

/* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
h2 {
  font-weight: 200; }

/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
h3, p {
  font-weight: 400; }

/* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
h4, h5, h6 {
  font-weight: bold; }

/* line 15, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
a, button {
  cursor: pointer; }
  /* line 17, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
  a:hover, a:focus, button:hover, button:focus {
    outline: 0; }

/* line 22, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
a {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  /* line 24, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
  a:hover, a:focus {
    text-decoration: underline; }

/* line 29, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/typography/_type.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
.button {
  position: relative;
  text-transform: uppercase;
  font-weight: 200;
  text-align: left;
  padding: 0.625rem 2.5rem 0.625rem 0.625rem; }
  /* line 7, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button.large {
    padding: 0.625rem 2.5rem 0.625rem 0.625rem; }
  /* line 10, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button.small {
    padding: 0.625rem 2.5rem 0.625rem 0.625rem; }
  /* line 13, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button.tiny {
    padding: 0.625rem 2.5rem 0.625rem 0.625rem; }
  /* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button:link, .button:visited {
    color: #FFFFFF; }
  /* line 19, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button:hover, .button:focus {
    text-decoration: none; }
  /* line 22, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button:after {
    position: absolute;
    content: "\E409";
    width: 20px;
    top: 50%;
    right: 1rem;
    color: white;
    display: inline-block;
    font: normal normal normal 14px/1 'Material Icons';
    vertical-align: middle;
    font-size: 1.625rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 37, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button.no-arrow {
    padding-right: 0.625rem; }
    /* line 38, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
    .button.no-arrow:after {
      content: ""; }

/* line 45, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
.button-back {
  position: relative;
  text-transform: uppercase;
  font-weight: 200;
  text-align: right;
  padding: 0.625rem 1.25rem 0.625rem 2.5rem; }
  /* line 51, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back.large {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem; }
  /* line 54, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back.small {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem; }
  /* line 57, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back.tiny {
    padding: 0.625rem 1.25rem 0.625rem 2.5rem; }
  /* line 60, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back:link, .button-back:visited {
    color: #FFFFFF; }
  /* line 63, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back:hover, .button-back:focus {
    text-decoration: none; }
  /* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back:after {
    position: absolute;
    content: "\f053";
    width: 10px;
    top: 50%;
    left: 1rem;
    color: white;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    vertical-align: middle;
    font-size: 1rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 82, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_buttons.scss */
  .button-back.no-arrow:after {
    content: ""; }

/* line 2, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_alert-box.scss */
.alert-box ul, .alert-box p {
  margin-bottom: 0; }

/* line 6, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_alert-box.scss */
.alert-box.alert {
  background-image: url(../images/standard/x.png);
  background-repeat: no-repeat;
  background-color: #ffe3e5;
  border-color: #ffe3e5;
  color: #ff6a52;
  font-size: 1em;
  text-decoration: none;
  line-height: 1.5em;
  font-weight: normal;
  word-spacing: normal;
  margin: 20px;
  padding-top: 25px;
  padding: 20px 50px;
  width: 95%;
  word-wrap: break-word; }
  @media (max-width: 568px) {
    .alert-box.alert {
      width: 90%; } }

/* line 4, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_autocomplete.scss */
html.js input.form-autocomplete {
  background-position: 98% 9px; }
  @media (max-width: 568px) {
    html.js input.form-autocomplete {
      background-image: none;
      background-color: #FFF; } }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_panels.scss */
.panel ul {
  list-style-position: inside; }

/*button,
input[type=button],
a.button-cta {
  display: inline-block;
  height: 39px;
  margin-right: 6px;
  padding-right: 45px;
  padding-left: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;

  @media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
    background: url(../images/retina/submit_btn.png) no-repeat top right;

    background-size: auto 41px;
  }

}



a.button-cta {
  line-height: 39px;
  &:hover {
    text-decoration: none;
    color: #fff;
  }
}

*/
/* line 42, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input {
  border-radius: 0;
  border: 1px solid #cacaca; }

/* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input[type=text] {
  -webkit-appearance: none; }
  /* line 50, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=text].error {
    border: 1px solid #d20b08; }
  /* line 54, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=text] + span.error {
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-bottom: 0px;
    background: transparent;
    color: #d20b08;
    line-height: 0.75rem;
    font-style: normal;
    text-align: right; }

/* line 65, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  /* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 40px;
    height: 27px;
    display: block;
    line-height: 1rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1rem;
    vertical-align: middle;
    max-width: 100%;
    padding-top: 7px;
    cursor: pointer; }
    /* line 92, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox + label.css-label span.title {
      font-size: 0.8125rem;
      color: #666666;
      display: block;
      width: 100%;
      height: 1rem;
      line-height: 1rem;
      margin-top: -6px;
      margin-bottom: 3px; }
    /* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox + label.css-label span.value {
      display: block;
      width: 100%;
      height: 1.5rem;
      line-height: 1.2rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 113, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox + label.css-label span.text {
      float: left; }
  /* line 120, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -27px; }
  /* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=checkbox].css-checkbox:disabled + label.css-label {
    background-position: 0 -54px;
    color: #aaaaaa; }
    /* line 130, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox:disabled + label.css-label i {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.5; }
    /* line 135, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox:disabled + label.css-label span {
      color: #aaaaaa; }
      /* line 138, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      input[type=checkbox].css-checkbox:disabled + label.css-label span.title {
        color: #aaaaaa; }
      /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      input[type=checkbox].css-checkbox:disabled + label.css-label span.value {
        color: #aaaaaa; }

/* line 150, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
label.css-label {
  background-image: url(../images/standard/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select::-ms-expand {
  display: none; }

/* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select {
  display: block;
  height: 2.5rem;
  color: #000;
  line-height: 19px;
  margin-right: 0;
  padding-right: 55px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 200;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: transparent;
  border: 1px solid #cacaca;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAnCAMAAABKdvqKAAAANlBMVEUycIT///84dIja5enT4OXJ2d+1y9KqxMxIgJJDfI4+eIvf6ezN3OHF19zA09m80Neivsedu8SGSYPDAAAAS0lEQVQ4y+3KOQ7AIAwEwMXc5P7/ZxNFCEEBpkXy1AMhlveo1o0e3zyPPlc9h5GrvBNDdORnCczc/2cInGS+pxN4UastYkawAULwXhRWARNJXgnqAAAAAElFTkSuQmCC"); }
  /* line 190, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  select:focus {
    outline: 0; }

/* line 197, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select::selection, select:focus::-ms-value, select option::selection, select option:focus::-ms-value {
  background-color: transparent;
  color: #444444; }

@media (max-width: 568px) {
  /* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  form select {
    max-width: 99.5%; } }

/* line 304, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.caas_btn a:hover, .caas_btn a:focus, .caas_btn a:visited, .caas_btn a {
  color: #ffffff;
  text-decoration: none; }

/* line 346, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-text {
  height: auto;
  margin: 9px 0; }

/* line 353, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.abuse-popup-button-submit, .abuse-popup-button-cancel {
  display: inline-block;
  height: 30px;
  line-height: 12px;
  text-decoration: none;
  color: #ffffff;
  background: #e3e3e3 url(../images/standard/btn_normal_greyAlt.png) 0 0 repeat-x;
  border: 1px solid #acacac;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 9px 3px;
  position: relative;
  z-index: 9999;
  color: black;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s; }
  /* line 368, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .abuse-popup-button-submit:hover, .abuse-popup-button-submit.active, .abuse-popup-button-cancel:hover, .abuse-popup-button-cancel.active {
    background: #e3e3e3; }

/* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.abuse-popup-button-submit, .abuse-popup-button-cancel {
  font-size: 1em;
  bottom: -12px; }

/* line 384, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.abuse-popup-button {
  font-size: 1em !important; }

/* line 388, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select.abuse-popup-select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ACACAC;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  height: auto;
  padding: 2px 0; }

/* line 400, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
ul.button-group {
  margin-bottom: 20px; }
  /* line 402, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  ul.button-group li {
    padding-right: 10px; }

/* line 420, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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 {
  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.875em;
  margin: 0 0 1em 0;
  padding: 0em 0 0 0.5em;
  height: 2.3125em;
  width: 50%;
  -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 454, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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 {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999; }

/* line 474, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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 493, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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; }

/* line 497, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input.form-autocomplete {
  background-position: 98% 9px; }

/* line 501, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
textarea {
  font-size: 1rem;
  padding: 0.75em 0.75em 1em 1em; }

/* line 512, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck {
  position: relative;
  width: 100%;
  margin-left: 0; }
  /* line 520, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #reviews-create #generateCookieBtn, #main-content-pluck #create-review-submit-button, #main-content-pluck #create-review-cancel-button {
    border: 0;
    color: white;
    min-width: inherit;
    height: auto;
    padding: 0.625rem;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #327084; }
    /* line 534, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    #main-content-pluck #reviews-create #generateCookieBtn:hover, #main-content-pluck #reviews-create #generateCookieBtn:focus, #main-content-pluck #create-review-submit-button:hover, #main-content-pluck #create-review-submit-button:focus, #main-content-pluck #create-review-cancel-button:hover, #main-content-pluck #create-review-cancel-button:focus {
      background: #265666; }
  /* line 540, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-submit-button, #main-content-pluck #create-review-cancel-button {
    float: right;
    min-width: 90px; }
  /* line 545, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-attach-icon {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAVCAMAAACE9bUqAAAAilBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyB0XzFUAAAALnRSTlMAA/rx9+xBLOWl/oh4a047NiSXMOrfWlTRq52RgmRIDwnKsYx8SxfW07yUe2Ecqt7LOgAAAO1JREFUKM9lkOe2wiAQhC81hFRDYopRY7vd9389dykGj/tjB/j2wAwfb/XZCK12x/hou8G+6U5l0g/fEcp5hUClBGQZdk8wcwk9EQCw+jaAzIOJuL3RHlxYDb1mTZjcd04bD+By4gyqKwpphAGRLINZhuje/aCQVCQIOICCbq3z82KBQnDgOYISfajR3vmrMOGNAsgBrM4lNSjtFbMeYoPnCfuiKx9Jsos3zm5W0vbEpH1uDpG0sUL6Ap8r4blQooy/mxbrZkzX9Z7+R2MVrcISY8aVCYdIhmniIrMe+6Quvlo3EZeZlObD3/H19AE/nwvLgEtxzAAAAABJRU5ErkJggg==");
    width: 25px;
    height: 21px;
    margin-right: 10px; }
  /* line 552, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-attach-label {
    width: auto;
    margin: 0;
    margin-right: 5px; }
  /* line 558, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-attach-label-desc {
    width: auto;
    font-size: inherit; }
  /* line 563, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #generateCookieBtn {
    margin-top: 8px; }
  /* line 567, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck h3.review-header-title {
    font-weight: bold; }

/* line 573, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li {
  margin: 0;
  padding: 0; }
/* line 577, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation a:hover {
  background: #D7D7D7; }
/* line 580, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li.active {
  background: none; }
  /* line 582, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #review-navigation li.active > span {
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 26px;
    margin: 0 10px 0 0;
    padding: 2px 0 0;
    width: 28px;
    background: #D7D7D7;
    border: 1px solid #B0B0B0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; }
  /* line 594, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #review-navigation li.active > span.current {
    color: #999999;
    font-weight: bold; }
/* line 602, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation a, #main-content-pluck #review-navigation a:link, #main-content-pluck #review-navigation a:visited, #main-content-pluck #review-navigation.pager-current {
  border: 1px solid #B0B0B0;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  margin: 0 10px 0 0;
  display: block;
  width: 28px;
  line-height: 26px;
  float: left;
  font-size: .9em;
  color: #999;
  display: block;
  padding: 2px 0 0 0; }
/* line 615, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation a:hover {
  background: #d7d7d7;
  text-decoration: none; }
/* line 623, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li.active span.prev, #main-content-pluck #review-navigation li.active a.page-link.prev, #main-content-pluck #review-navigation span.prev, #main-content-pluck #review-navigation li a.page-link.prev {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  text-indent: -9999px;
  width: 28px;
  background: url(../images/standard/pager-prev.png);
  height: 30px;
  border: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #main-content-pluck #review-navigation li.active span.prev, #main-content-pluck #review-navigation li.active a.page-link.prev, #main-content-pluck #review-navigation span.prev, #main-content-pluck #review-navigation li a.page-link.prev {
      background: url(../images/retina/pager-prev.png);
      background-size: cover;
      background: url(../images/standard/pager-prev-hover.png);
      border: 1px solid #B0B0B0;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px; } }
/* line 649, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li.active span.next, #main-content-pluck #review-navigation li.active a.page-link.next, #main-content-pluck #review-navigation span.next, #main-content-pluck #review-navigation span.current.next, #main-content-pluck #review-navigation li a.page-link.next {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  text-indent: -9999px;
  width: 28px;
  background: url(../images/standard/pager-next.png);
  height: 30px;
  border: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #main-content-pluck #review-navigation li.active span.next, #main-content-pluck #review-navigation li.active a.page-link.next, #main-content-pluck #review-navigation span.next, #main-content-pluck #review-navigation span.current.next, #main-content-pluck #review-navigation li a.page-link.next {
      background: url(../images/retina/pager-next.png);
      background-size: cover;
      background: url(../images/standard/pager-next-hover.png);
      border: 1px solid #B0B0B0;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px; } }

/* line 673, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-image-thumb, .review-image-thumb, .review-body-reply-list-item-avatar {
  background: url(../images/standard/user_avatar_pluck.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  float: left;
  margin-right: .7em;
  border: 1px solid #888888; }

/* line 683, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-reply-list-item-hours {
  color: #CCCCCC;
  font-size: 0.95em;
  margin: 3px 0 10px 44px; }

/* line 690, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.reported-icon, .reported-icon-active {
  margin: 0;
  background-image: url(../images/standard/icon_report.png);
  background-repeat: no-repeat;
  background-position: center; }
  @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) {
    .reported-icon, .reported-icon-active {
      /* on retina, use image that's scaled by 2 */
      background-image: url('../images/retina/icon_report.png');
      background-size: 16px auto; } }

/* line 698, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
span.reported-text.no-link {
  background: url("../images/standard/icon_report_red.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  color: #9c0c10 !important; }

/* line 705, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-header-title, .review-header-title h3 {
  max-width: 400px;
  font-size: 1em; }

/* line 711, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-header-create-date, .review-header-byline {
  display: inline-block;
  color: #666666;
  margin: 0 1em 0 0;
  padding: 0;
  font-size: .95em; }

/* line 720, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#reviews, .review {
  font-size: 1em; }

/* line 724, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-submit-button {
  float: left; }
  /* line 726, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-submit-button .small-button {
    display: block; }

/* line 731, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-attach {
  float: left;
  max-width: 50%; }

/* line 739, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#review-navigation {
  width: 100%;
  display: block;
  clear: both; }
  /* line 743, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation li {
    list-style-type: none;
    display: inline-block;
    background-image: none;
    margin-left: 5px; }
  /* line 752, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .page-link, #review-navigation .next, #review-navigation .prev {
    background-image: none;
    text-indent: 0;
    position: relative;
    border: 1px solid #dadada;
    top: 0;
    width: auto;
    height: auto;
    text-align: center; }
  /* line 763, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .active {
    display: inline-block;
    text-align: center;
    background-image: url(../images/standard/pagination_pluck.png);
    background-repeat: repeat-x;
    cursor: default; }
  /* line 771, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .page-link {
    height: 30px;
    width: 30px;
    padding-top: 2px;
    display: inline-block;
    text-align: center; }
  /* line 779, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation a:hover {
    background-image: url(../images/standard/pagination_pluck.png);
    background-repeat: repeat-x;
    background-position: top;
    color: #ffffff;
    text-decoration: none; }
  /* line 787, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .current {
    background-image: url(../images/standard/pagination_pluck.png);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
    height: 30px;
    width: 30px;
    padding-top: 2px;
    display: inline-block;
    border: 1px solid #dadada;
    cursor: default; }
  /* line 800, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .prev {
    height: 30px;
    width: 45px;
    padding: 2px 6px;
    display: block; }
  /* line 807, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .next {
    height: 30px;
    width: 45px;
    padding-top: 2px;
    display: block; }
  /* line 816, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .ellipse, #review-navigation .disabled {
    display: none; }

/* line 824, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.not-logged-in #reviews-list, .admin-menu #reviews-list {
  margin: 0; }
/* line 828, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.not-logged-in #reviews-create .small-button, .admin-menu #reviews-create .small-button {
  display: inline-block;
  height: 34px;
  line-height: 26px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
  font-size: .85em;
  font-weight: 600;
  background-image: url(../images/standard/btn_normal.png);
  background-repeat: repeat-x;
  background-position: right top;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  z-index: 99;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s; }
  /* line 849, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .not-logged-in #reviews-create .small-button:hover, .not-logged-in #reviews-create .small-button.active, .admin-menu #reviews-create .small-button:hover, .admin-menu #reviews-create .small-button.active {
    color: #ffffff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
    background-image: url(../images/standard/btn_hover.png);
    background-repeat: repeat-x;
    background-position: right top; }

/* line 868, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-links .review-body-helpful-question, .review-body-links .review-body-helpful-question:hover {
  cursor: auto;
  text-decoration: none; }

/* line 876, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-comments-link-reply-login, .review-body-comments-link-reply, .review-body-comments-link-show-all {
  margin: 0 4px 0 0;
  color: #1858a8;
  cursor: pointer;
  text-decoration: none;
  line-height: 2.5em; }

/* line 884, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-comments-link-show-all {
  margin-left: 4px !important; }

/* line 888, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.discuss {
  padding: .6em 0; }

/* line 892, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.hr-separator {
  border: solid #dadada;
  border-width: 2px 0 0; }

/* line 897, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#reviews-create {
  display: block;
  float: left;
  margin: 0 0 3em;
  width: 100%; }

/* line 908, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review, #create-review-body-textarea, #create-review-title-input, #reviews-list, .review {
  display: block;
  float: left;
  width: 100%; }

/* line 915, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body-textarea, #create-review-title-input {
  border: 1px solid #aaaaaa;
  font-size: 1em;
  color: black; }

/* line 921, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body, #create-review-title-input {
  display: block;
  float: left;
  min-height: 100%;
  position: relative;
  width: 100%; }

/* line 929, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-title-input {
  float: right;
  max-width: 94%; }

@media (max-width: 650px) {
  /* line 935, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-title-input {
    max-width: 90%; } }

@media (max-width: 450px) {
  /* line 941, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-title-input {
    max-width: 85%; } }

/* line 946, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body span.titleCount {
  bottom: 25px !important; }

/* line 950, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
body #create-review-title {
  height: 40px; }

/* line 954, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-title label {
  float: left;
  font-size: 110%;
  left: 0;
  padding-top: 5px;
  position: absolute;
  top: 6px; }

/* line 963, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-submit {
  float: left;
  height: 25px;
  margin: 10px 0;
  width: 100%; }

@media (max-width: 568px) {
  /* line 971, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-submit > form {
    float: left;
    width: 100%; }
  /* line 975, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-attach {
    float: left;
    max-width: 100%;
    width: 100%;
    min-height: 33px; }
  /* line 981, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-submit-button, #main-content-pluck #create-review-cancel-button {
    margin-top: -2px; } }

/* line 986, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body #photo-preview {
  bottom: 10px;
  height: 80px;
  margin-left: 8px;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 50%;
  z-index: 99; }

/* line 999, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body .photo-preview-container {
  float: left;
  height: 60px;
  margin: 4px 0;
  padding: 0;
  width: 60px; }

/* line 1007, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
body.html #cboxLoadedContent {
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }

/* CSS for WebForms */
/* line 1014, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.node-type-webform {
  margin-left: 0px;
  margin-right: 0px; }
  @media (max-width: 568px) {
    .node-type-webform article {
      margin: 0 20px 0 20px; } }
  /* line 1022, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform .form-required {
    color: #ff3300; }
  /* line 1025, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform .webform-client-form {
    max-width: 866px; }
    /* line 1029, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item > label, .node-type-webform .webform-client-form .form-item > select {
      font-size: 16px;
      clear: both; }
    /* line 1033, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .form-required {
      float: left;
      padding-right: 5px; }
    /* line 1037, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item > input {
      height: 36px;
      width: 368px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .form-item > input {
          width: 100%; } }
    /* line 1044, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .webform-component-select {
      height: 36px;
      width: 368px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .webform-component-select {
          width: 100%; } }
    /* line 1051, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .webform-component-select .select-wrapper {
      width: 368px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .webform-component-select .select-wrapper {
          width: 100%; } }
    /* line 1057, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .form-textarea-wrapper > textarea {
      height: 160px;
      max-width: 690px;
      padding-bottom: 45px; }
    /* line 1062, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .form-textarea-wrapper .grippie {
      display: none; }
    /* line 1065, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .description {
      color: #666666; }
    /* line 1068, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .webform-component-checkboxes {
      width: 690px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .webform-component-checkboxes {
          width: 100%; } }
      @media (max-width: 1024px) {
        .node-type-webform .webform-client-form .webform-component-checkboxes {
          width: 100%; } }
      /* line 1076, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input {
        width: auto; }
      /* line 1079, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > label {
        font-size: 14px;
        display: block;
        margin-left: 25px;
        margin-top: -32px; }
      /* line 1085, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input {
        color: #666666;
        width: 18px;
        height: 18px; }
      /* line 1090, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input.error {
        outline: 2px solid red; }
        @media (max-width: 568px), (max-width: 1024px) {
          .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input.error {
            outline: none; } }
    /* line 1097, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .field-prefix {
      font-size: 14px;
      color: #666666;
      top: -6px;
      position: relative; }
    /* line 1103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-submit {
      background-image: url(../images/standard/submit_bg.png);
      width: 106px;
      padding: 0px;
      margin-right: 54px; }
  /* line 1110, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform a.webform-reset-link {
    position: absolute;
    margin-top: -45px;
    font-size: 18px;
    margin-left: 140px;
    color: #CCC;
    cursor: default; }
  /* line 1121, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform a.webform-reset-link, .node-type-webform a.webform-reset-link:hover, .node-type-webform a.webform-reset-link:active, .node-type-webform a.webform-reset-link:visited {
    text-decoration: none; }
  /* line 1124, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform div.error, .node-type-webform .alert-box.alert {
    width: 866px; }
    @media (max-width: 568px) {
      .node-type-webform div.error, .node-type-webform .alert-box.alert {
        width: 100%; } }
    @media (max-width: 1024px) {
      .node-type-webform div.error, .node-type-webform .alert-box.alert {
        width: 100%; } }
  /* line 1133, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform div.messages ul {
    margin: 0;
    padding: 0; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_spinner-overlay.scss */
.spinner-overlay {
  width: 50px;
  height: 50px;
  display: block;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.8) url(../images/standard/feedback_loading.gif) center center/50px 50px no-repeat;
  margin: auto; }

/* line 2, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
ul.product-tabs {
  height: 52px;
  border-bottom: solid 1px #acabab;
  margin-bottom: 30px !important;
  margin: 0; }
  /* line 7, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
  ul.product-tabs li {
    width: auto; }
  /* line 3, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_horizontal-tab-link.scss */
  ul.product-tabs li {
    list-style-type: none;
    display: block;
    margin: 0 7px 0;
    padding: 0 !important;
    height: 47px;
    float: left; }
    /* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_horizontal-tab-link.scss */
    ul.product-tabs li a {
      border-bottom: 4px solid #cccccc;
      margin: 0 -5px 0;
      padding: 12px 15px 15px 15px;
      background-color: #FFF;
      line-height: 48px;
      font-size: 16px;
      text-decoration: none !important;
      text-transform: uppercase;
      color: #acaaab;
      white-space: nowrap; }
      @media (max-width: 568px) {
        ul.product-tabs li a {
          padding: 0; } }
      /* line 26, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_horizontal-tab-link.scss */
      ul.product-tabs li a:hover {
        text-decoration: none !important;
        color: black; }
      /* line 30, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_horizontal-tab-link.scss */
      ul.product-tabs li a.active {
        border-color: #c34f0b;
        color: #000; }
    /* line 37, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_horizontal-tab-link.scss */
    ul.product-tabs li.active a {
      border-color: #c34f0b;
      color: #000; }
  @media screen and (max-width: 568px) {
    /* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
    ul.product-tabs li {
      width: 100%;
      display: block;
      padding: 0;
      border: 0; }
      /* line 21, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
      ul.product-tabs li.active {
        border: 0; }
      /* line 56, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_accordion-link.scss */
      ul.product-tabs li a, ul.product-tabs li span {
        line-height: 58px;
        padding-left: 20px;
        padding-top: 0em;
        background: url(../images/standard/accordion-back.jpg) top right no-repeat;
        border: 1px solid #bebebe;
        display: block;
        color: #444;
        cursor: pointer; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.product-tabs li a, ul.product-tabs li span {
            background: url(../images/retina/accordion-back.jpg);
            background-size: 360px 58px; } }
      /* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_accordion-link.scss */
      ul.product-tabs li.expanded a, ul.product-tabs li.expanded span, ul.product-tabs li.active a, ul.product-tabs li.active span {
        background: url(../images/standard/accordion-back-expanded.jpg) top right no-repeat #FFF;
        border: 0;
        border-top: #0696d7 4px solid;
        border-left: #d7d7d7 1px solid;
        border-right: #d7d7d7 1px solid;
        border-bottom: solid 1px #FFF;
        line-height: 54px;
        color: #000;
        right: 1px; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
          ul.product-tabs li.expanded a, ul.product-tabs li.expanded span, ul.product-tabs li.active a, ul.product-tabs li.active span {
            background: url(../images/retina/accordion-back-expanded.jpg) top right no-repeat #FFF;
            background-size: 40px 29px; } } }

/* line 30, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
.product-tabs {
  display: none; }
  @media only screen and (min-width:48rem) {
    .product-tabs {
      display: block; } }

/* line 37, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
.mobile-submenu-wrapper {
  display: block;
  position: relative;
  z-index: 5; }
  @media only screen and (min-width:48rem) {
    .mobile-submenu-wrapper {
      display: none; } }

/* line 46, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_product-tabs.scss */
.mobile-submenu-wrapper.select-wrapper {
  float: none; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_video-wrapper.scss */
.video-wrapper {
  height: 0;
  padding: 25px 0 62.5%;
  position: relative; }
  /* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_video-wrapper.scss */
  .video-wrapper iframe {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_screencast.scss */
.timeline-mobile {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 25px; }

/* Slider */
/* line 3, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

/* line 18, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  /* line 25, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-list:focus {
    outline: none; }
  /* line 29, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

/* line 35, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 43, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  /* line 50, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  /* line 55, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-track:after {
    clear: both; }
  /* line 59, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-loading .slick-track {
    visibility: hidden; }

/* line 63, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  /* line 67, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  [dir="rtl"] .slick-slide {
    float: right; }
  /* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-slide img {
    display: block; }
  /* line 73, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-slide.slick-loading img {
    display: none; }
  /* line 79, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-slide.dragging img {
    pointer-events: none; }
  /* line 83, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-initialized .slick-slide {
    display: block; }
  /* line 87, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-loading .slick-slide {
    visibility: hidden; }
  /* line 91, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* line 97, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider.scss */
.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
/* line 40, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-loading .slick-list {
  background: #fff url("/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
/* line 59, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  /* line 74, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    /* line 78, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
    .slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  /* line 82, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25; }

/* line 87, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 97, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-prev {
  left: -25px; }
  /* line 99, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  /* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  .slick-prev:before {
    content: "←"; }
    /* line 105, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

/* line 111, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-next {
  right: -25px; }
  /* line 113, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  /* line 117, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  .slick-next:before {
    content: "→"; }
    /* line 119, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
/* line 127, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-slider {
  margin-bottom: 30px; }

/* line 131, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  /* line 139, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    /* line 147, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      /* line 159, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        /* line 161, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      /* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    /* line 182, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_slick-slider-theme.scss */
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
.breadcrumb-wrapper {
  width: 100%;
  background-color: #f5f5f5; }
  /* line 4, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
  .breadcrumb-wrapper .breadcrumbs {
    float: right;
    font-size: 0.75rem;
    color: #787878;
    background-color: transparent;
    margin: 0;
    padding: 0 0.9375rem 0;
    border: 0;
    border-radius: 0; }
    @media only screen and (min-width:48rem) {
      .breadcrumb-wrapper .breadcrumbs {
        padding: 0 3.5625rem 0; } }
    /* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
    .breadcrumb-wrapper .breadcrumbs li {
      line-height: 1.875rem; }
      /* line 18, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
      .breadcrumb-wrapper .breadcrumbs li:before {
        content: ":";
        color: #787878;
        margin: 0 .55em;
        position: relative;
        top: 0px; }
      /* line 25, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
      .breadcrumb-wrapper .breadcrumbs li:first-child:before {
        content: "";
        margin: 0; }
      /* line 29, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
      .breadcrumb-wrapper .breadcrumbs li a {
        color: #787878;
        text-transform: none; }

/** LEGACY Breadcrumbs FROM Legacy Header **/
/* Breadcrumbs */
@media (max-width: 568px) {
  .breadcrumb-wrapper {
    display: block;
    float: none; } }

/* line 135, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
body.page-taxonomy-term-getting-started-caas .breadcrumbs .current a, body.page-taxonomy-term-learn-explore-caas .breadcrumbs .current a, body.page-taxonomy-term-downloads-caas .breadcrumbs .current a, body.page-taxonomy-term-troubleshooting-caas .breadcrumbs .current a {
  display: none; }
/* line 138, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_breadcrumbs.scss */
body.page-taxonomy-term-getting-started-caas .breadcrumbs .current:before, body.page-taxonomy-term-learn-explore-caas .breadcrumbs .current:before, body.page-taxonomy-term-downloads-caas .breadcrumbs .current:before, body.page-taxonomy-term-troubleshooting-caas .breadcrumbs .current:before {
  display: none; }

/* line 2, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_item-list.scss */
.item-list ul {
  list-style: none; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
#reactions {
  display: inline-block !important;
  position: relative !important;
  float: left !important;
  margin-right: 20px !important;
  margin-top: 0 !important;
  line-height: 25px !important; }
  @media only screen and (min-width:48rem) {
    #reactions {
      display: block !important;
      position: absolute !important;
      color: #666 !important;
      right: 145px !important;
      z-index: 399 !important;
      margin-top: 0px !important;
      top: 5px !important;
      float: none !important; } }
  /* line 18, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
  #reactions span {
    line-height: 25px; }
    @media only screen and (max-width: 47.9375rem) {
      #reactions span {
        color: #918f8f;
        line-height: 23px;
        font-size: 13px; } }
  /* line 26, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
  #reactions .small-button {
    display: block;
    width: 35px;
    height: 25px;
    padding: 0;
    margin: 0px;
    border: none;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAoCAMAAABDwLOoAAAAjVBMVEUAAAA3NDQ2NDQ2NDQ2NDQ1Kys2NTU1NTU3NDQ2NDQ1MzM2MzM1MjI2MjIzMzMcHBw2NDQ2NDQyMTE1MzM2MzM2NTU3NDQ2NTU2MjI0MjI2NDQ2NDQ2NDQ1NDQsLCw2NDQ2NDQ3NDQ2NDQuJyc2NDQ2MzM2NDQ2NDQ1MjIwMDAuLi43NDQ3NTU0NDQ3NTUnTlKTAAAALnRSTlMArIX1mRjBb9e0fFpVPTwD+skggGHs26pHMOOxoWcW3b2ojQ3PupN1NxoQw3RYHxNxAgAAAQ1JREFUOMvN09tSwyAUheFtQ2sSYxMCsTk2p57V9f6PZ6rEQYfCVWf6X3HxzTCwgbRSIUKZkrUNrm22NhPAD1qgTK0mJMoz8NhhqEgQuQzV6J1GYuc0Ed5umz2OTuNDuswWKFymQRY7TNziQD+mXKtO578mRJIqo8VPGskBocbfenMJkOQ01yQIDGMqOLJRLQPgfSRDlwySLpFc7ACwmIz1GNTD4vm/u1rO1WC0QhmEhfFFqlaTeSaV01j3mowtdm8zeNo49mbTQYubzbh+nase4VxH/7cMldlwuM91/nyZ68CowwfZqnEghspGYn/aJwcaCxm+f1QP+E83qkpAXCmDJS9Un64RC3NCLonoCzmOL/TiJuiXAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: relative;
    text-decoration: none;
    text-indent: -9999px;
    float: right; }
    @media only screen and (max-width: 47.9375rem) {
      #reactions .small-button {
        color: #918f8f;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAXCAMAAAAx3e/WAAAARVBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyABzabwAAAAF3RSTlMAfw9wN2AILicYa2c/BGNZIXdzUhsUTM9r1q4AAABxSURBVBjTrc9JDsMgEAXRaiAGzOQx9z9qRFjE4F3ktyzpt9Q0QdZITxu3xSE57HZLXujIMSa3piFNc4RTvsoE4ENOgKp83jn3IO90uaEx2iqauU0xr9/JurS6ps7S0mPDfBsesnS/lQJROkEBSV3xvw9vegN9mw5YwwAAAABJRU5ErkJggg==");
        background-position: right center;
        height: 23px;
        width: 23px;
        line-height: 23px; } }
    @media only screen and (min-width:48rem) {
      #reactions .small-button {
        width: 80px;
        padding: 0px 0px 0px 55px;
        position: absolute;
        top: 0px;
        right: -30px !important;
        background-size: 26%; } }
  /* line 58, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
  #reactions:hover {
    text-decoration: none;
    opacity: 0.65;
    cursor: pointer; }

/* line 66, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
.logged-in #reactions:hover {
  text-decoration: none;
  opacity: 1;
  cursor: auto; }

/* line 74, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
.share-toolbar {
  display: inline-block;
  position: relative;
  float: left; }
  @media only screen and (min-width:48rem) {
    .share-toolbar {
      height: 30px;
      position: absolute;
      right: 30px;
      z-index: 400;
      top: 5px;
      float: none; } }
  /* line 86, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
  .share-toolbar .share-show {
    text-decoration: none;
    float: right;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAtCAMAAAD4OpkYAAAAk1BMVEUAAAA2NDQICAg2NDQ2NDQ2NDQ0MzM2NDQ0MzM1MjI2NTU2NDQ2NDQ2NDQ0MzM2MzM1MzMvLS0tKiooKCg2NDQ2NDQ2NDQ1NDQ1MjI2NDQ2NDQ2NDQ2NDQ2NDQ1NDQ1MzM0MzMxLy82NDQ2NTU2NDQ2NDQyMjIkJCQ2NDQ2NDQ1MzM2NDQ1MzM1MjI3MTEyMjI3NTV3cBx8AAAAMHRSTlMA+wP28d83tD0x7MGcZiKPeRMNCdXHlF8d5drLimtXT0kYz7yqfyYHuIREp25kKikvpqzeAAABnUlEQVQ4y3WU6XKrMAyFMdiQsARI2AJZIGnWtvd+7/90TdoA00E9f9CMP9uSfIT11GUfvxfl0vpLewOA3lqyPiH/2EcexOL6XPGztXXYSYDH7RXtMML6UjlDdhnuFHAJhrjgcwrM8IZ4g1DIAjOmw15IoqbtWaVSAYhYVz/pZhAI7bQ9/Gj5aHeNhkY4Y/UG+AryLoSsEm5pPY0TlPazDszZkrR6fRPw5yIx5oyeWZf7dnu/yMRO4YQaQCe2SLQOEMSbAK4rkfBYu9/PZAhFg6BfhSw0rgDE3PrwRCEAOe54WCMAGYs+rKgFIGA2miUQgNOYe8FNACpHzV4HKLWwBL2hIvvhg8ghEZbtAsA/Hn15ktIATJQD5K3URgPXh6s61+1+eds9f79c6cDGnpglMYAfp3YMzm5a1gHqYwbrBsx8arYDB/d5iwccU6lxzaqvv7aFstf0p6aabgr8IxtbKP1B7r+m+0MyWD7EIaUwMY7qxnT+W1OFvA9T1ViCKp9w+dyf8PCBpJnGD0+FQZWWrPMVgIOwf3jMMonm8tIXW5sqhsxfT3kAAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    color: #666;
    display: block;
    padding-right: 25px;
    width: 65px;
    height: 26px;
    line-height: 25px; }
    @media only screen and (max-width: 47.9375rem) {
      .share-toolbar .share-show {
        color: #918f8f;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAXCAMAAAA1KD/rAAAAS1BMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyDRV4B6AAAAGXRSTlMAf3kFbzQ7Jxp0D1xBLhUJa2ZOY1ZIUEkgbRjtwAAAAJlJREFUGNNlTwcOwyAMxIDZIUDm/19aE1Wx1YKE5DO31P9Z3VmSmJPdcejAwHnRg50BO5cGzAt0T0/V/GOxVaUGyIjTUR8IRRqRgIeh1moEemtLFwWSs1E1eg4M6wyUWehx9ptIiJNXmNJhuK2/PiG22x3LnNOVR0DYvztyOnzR4F7uXp5CP/WVqL8tU1LU95Q2NJYgfoMo5g+WVgTWMiu3hAAAAABJRU5ErkJggg==");
        background-position: right center;
        height: 23px;
        width: 52px;
        line-height: 23px;
        font-size: 13px; } }
  /* line 109, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
  .share-toolbar .share-show:hover {
    text-decoration: none;
    opacity: 0.65; }
  /* line 113, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
  .share-toolbar .stButton {
    background-repeat: no-repeat; }
    /* line 115, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
    .share-toolbar .stButton .stLarge {
      display: inline-block;
      height: 32px;
      width: 129px;
      position: relative;
      background-repeat: no-repeat; }
    /* line 123, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
    .share-toolbar .stButton .stLarge:hover {
      opacity: .75;
      background-position: 0; }

/* line 131, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_toolbars.scss */
.share-content {
  position: absolute;
  right: 15px;
  top: 75px;
  width: 290px;
  background-color: #fff;
  z-index: 9999;
  border: 1px solid #cccccc;
  box-shadow: 0 0 50px 5px #cccccc;
  padding: 20px 20px 5px 20px; }
  @media only screen and (min-width:48rem) {
    .share-content {
      top: 35px; } }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_colorbox.scss */
#cboxOverlay {
  background: #000; }

/* line 5, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #888888; }

@media only screen and (max-width: 47.9375rem) {
  #cboxLoadedContent .all-product-list {
    width: 100% !important; } }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
#search-pager {
  display: none; }
  @media only screen and (min-width:48rem) {
    #search-pager {
      display: block; } }

/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
#mobile-search-pager {
  display: block; }
  @media only screen and (min-width:48rem) {
    #mobile-search-pager {
      display: none; } }

/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
#search-pager .pager, #mobile-search-pager .pager {
  margin-bottom: 20px;
  text-align: left; }
  /* line 19, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-current, #mobile-search-pager .pager .pager-current {
    display: inline-block;
    height: 2.5rem;
    width: 2.75rem;
    font-size: 1rem;
    line-height: 2.75rem;
    margin-left: 0.125rem;
    margin-bottom: 0;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #ACABAB;
    color: white; }
  /* line 34, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-item, #mobile-search-pager .pager .pager-item {
    display: inline-block;
    height: 2.5rem;
    width: 2.75rem;
    font-size: 1rem;
    line-height: 2.75rem;
    margin-left: 0.125rem;
    margin-bottom: 0;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #327084; }
    /* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
    #search-pager .pager .pager-item:hover, #search-pager .pager .pager-item:focus, #mobile-search-pager .pager .pager-item:hover, #mobile-search-pager .pager .pager-item:focus {
      background: #265666; }
    /* line 50, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
    #search-pager .pager .pager-item a, #mobile-search-pager .pager .pager-item a {
      display: block;
      color: white; }
  /* line 55, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-elipsis, #mobile-search-pager .pager .pager-elipsis {
    display: none; }
  /* line 58, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-first, #mobile-search-pager .pager .pager-first {
    display: none; }
  /* line 61, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-previous, #mobile-search-pager .pager .pager-previous {
    display: inline-block;
    height: 2.5rem;
    width: 1rem;
    margin-left: 0.125rem;
    margin-bottom: 0;
    text-align: center; }
    /* line 68, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
    #search-pager .pager .pager-previous a, #mobile-search-pager .pager .pager-previous a {
      font-size: 0; }
      /* line 70, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
      #search-pager .pager .pager-previous a:before, #mobile-search-pager .pager .pager-previous a:before {
        font: normal normal normal 16px/40px FontAwesome;
        content: "\f053"; }
  /* line 76, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-next, #mobile-search-pager .pager .pager-next {
    display: inline-block;
    height: 2.5rem;
    width: 1rem;
    margin-left: 0.125rem;
    margin-bottom: 0;
    text-align: center; }
    /* line 83, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
    #search-pager .pager .pager-next a, #mobile-search-pager .pager .pager-next a {
      font-size: 0; }
      /* line 85, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
      #search-pager .pager .pager-next a:before, #mobile-search-pager .pager .pager-next a:before {
        font: normal normal normal 16px/40px FontAwesome;
        content: "\f054"; }
  /* line 91, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_pagination.scss */
  #search-pager .pager .pager-last, #mobile-search-pager .pager .pager-last {
    display: none; }

/* line 2, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.product-content div[class*='curated-links'] .field-item {
  float: left;
  margin-right: 3px;
  border-bottom: 4px solid #b2b2b2;
  min-height: 180px; }
/* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.product-content div[class*='curated-links'] .img-link {
  width: 240px;
  position: relative;
  z-index: 492; }
/* line 13, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.product-content div[class*='curated-links'] .field-photo {
  padding-bottom: 5px; }
/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.product-content div[class*='curated-links'] .product-content-link {
  padding-left: 15px;
  display: block;
  width: 240px; }
  /* line 20, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .product-content div[class*='curated-links'] .product-content-link a {
    font-weight: 200; }
/* line 24, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.product-content div[class*='curated-links'] .duration {
  display: none;
  font-size: 11px;
  background: linear, to right, transparent, rgba(0, 0, 0, 0.7) 80px, rgba(0, 0, 0, 0.7);
  height: 20px;
  width: 120px;
  position: relative;
  margin-top: -20px;
  z-index: 102; }
  /* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_duration-style.scss */
  .product-content div[class*='curated-links'] .duration .videoTime {
    padding-right: 10px;
    float: right;
    color: #ffffff; }

/* line 33, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
section.detailsHover {
  display: none;
  width: 240px;
  background-color: #327084;
  color: #ffffff;
  position: relative;
  z-index: 491;
  border-bottom: 4px solid #265666;
  margin: 4px;
  cursor: pointer; }
  /* line 43, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover a, section.detailsHover a:hover, section.detailsHover a:focus, section.detailsHover a:visited, section.detailsHover a:link, section.detailsHover a:active {
    text-decoration: none; }
  /* line 46, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover .field-photo-placeholder {
    padding-left: 0;
    padding-top: 0;
    display: block; }
  /* line 51, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover .img-link-placeholder {
    width: 240px;
    height: 136px; }
  /* line 55, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover .header {
    padding: 5px 15px 10px 15px; }
    /* line 57, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover .header h4 {
      font-size: 17px;
      font-weight: 400;
      margin: 0px;
      color: #fff;
      line-height: 22px; }
    /* line 64, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover .header .content-author {
      font-style: italic; }
    /* line 67, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover .header .content-source {
      display: inline-block;
      margin-right: 3px; }
    /* line 71, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover .header .content-skill {
      display: inline-block;
      margin-right: 3px; }
    /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover .header div.seperator {
      background: url(../images/standard/dot.png) no-repeat;
      display: inline-block;
      height: 5px;
      width: 5px;
      margin-right: 3px;
      margin-bottom: 1px; }
  /* line 85, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover .detailsHoverBody {
    padding: 3px 15px 15px;
    border-bottom: #23282d 1px solid; }
    /* line 89, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover .detailsHoverBody p {
      font-size: 0.875rem;
      color: white;
      font-weight: 200;
      margin-bottom: 5px;
      margin-top: 5px;
      word-wrap: break-word;
      text-align: left;
      line-height: 1.1; }
  /* line 100, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover span {
    font-size: 0.8125rem;
    color: white;
    line-height: 18px; }
  /* line 106, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover span.date {
    font-size: 0.75rem; }
  /* line 109, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  section.detailsHover footer {
    padding: 10px;
    border-top: #747b82 1px solid;
    font-size: 10px; }
    /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    section.detailsHover footer .likes {
      color: #ffffff;
      font-weight: bold; }

/* line 129, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.jcarousel-container .jcarousel-next, .jcarousel-container .jcarousel-prev, .prev-1, .next-1, .prev-2, .next-2, .next, .prev {
  display: block;
  position: absolute;
  width: 27px;
  height: 180px;
  top: 0;
  cursor: pointer;
  z-index: 493;
  background-color: #327084;
  font-size: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  /* line 140, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .jcarousel-container .jcarousel-next:hover, .jcarousel-container .jcarousel-prev:hover, .prev-1:hover, .next-1:hover, .prev-2:hover, .next-2:hover, .next:hover, .prev:hover {
    background-color: #265666; }
  /* line 143, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .jcarousel-container .jcarousel-next:before, .jcarousel-container .jcarousel-prev:before, .prev-1:before, .next-1:before, .prev-2:before, .next-2:before, .next:before, .prev:before {
    font-family: fontawesome, arial, sans-serif;
    font-size: 1.5rem;
    opacity: 1;
    color: white;
    line-height: 1;
    vertical-align: middle;
    text-align: center;
    width: 27px;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  /* line 157, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .jcarousel-container .jcarousel-next.disabled, .jcarousel-container .jcarousel-prev.disabled, .prev-1.disabled, .next-1.disabled, .prev-2.disabled, .next-2.disabled, .next.disabled, .prev.disabled {
    opacity: 0;
    cursor: default !important; }
    /* line 160, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    .jcarousel-container .jcarousel-next.disabled:hover, .jcarousel-container .jcarousel-prev.disabled:hover, .prev-1.disabled:hover, .next-1.disabled:hover, .prev-2.disabled:hover, .next-2.disabled:hover, .next.disabled:hover, .prev.disabled:hover {
      background-color: #327084; }

/* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.next-1, .next-2, .next {
  right: 0; }
  /* line 170, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .next-1:before, .next-2:before, .next:before {
    content: "\f054"; }

/* line 177, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.prev-1, .prev-2, .prev {
  left: 0px; }
  /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .prev-1:before, .prev-2:before, .prev:before {
    content: "\f053"; }

/* line 184, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
div.product-content.medium-container {
  float: left;
  width: 100%; }

/* line 189, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
div.region-content-highlight.bottom-line {
  border-bottom: 1px solid #DADADA;
  margin-bottom: 25px; }

/* line 195, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
div.block-fieldblock.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz .field-photo, div.block-fieldblock.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links .field-photo {
  display: none; }

/* line 200, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.list_special, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.list_special {
  border-right: 1px solid #DADADA;
  float: left;
  margin-bottom: 25px;
  margin-right: 5%;
  margin-top: 25px;
  padding-right: 1%;
  width: 68%; }
  /* line 208, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.list_special h2.block-title, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.list_special h2.block-title {
    margin-bottom: 8px;
    margin-top: 0;
    padding-top: 0; }
  @media (max-width: 568px) {
    div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.list_special, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.list_special {
      width: 100%;
      margin-right: 1%;
      border-right: none; } }

/* line 221, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item {
  float: left;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  /*border-bottom: 1px solid #DDDDDD;*/
  padding-top: 25px;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px; }
  /* line 222, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .field-photo, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .field-photo {
    display: block; }
    /* line 224, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .field-photo .duration, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .field-photo .duration {
      display: none;
      font-size: 11px;
      background: linear, to right, transparent, rgba(0, 0, 0, 0.7) 80px, rgba(0, 0, 0, 0.7);
      height: 20px;
      width: 120px;
      position: relative;
      margin-top: -20px;
      z-index: 102; }
      /* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/mixins/_duration-style.scss */
      div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .field-photo .duration .videoTime, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .field-photo .duration .videoTime {
        padding-right: 10px;
        float: right;
        color: #ffffff; }
  @media (max-width: 568px) {
    div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item {
      display: none; } }
  /* line 237, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item h2, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item h2 {
    display: none; }
  /* line 240, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .caroufredsel_wrapper, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .caroufredsel_wrapper {
    height: 180px !important;
    overflow: hidden;
    padding-top: 25px; }
  /* line 246, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .prev, div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .next, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .prev, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .next {
    top: 70px; }
    /* line 248, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
    div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .prev.disabled, div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .next.disabled, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .prev.disabled, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .next.disabled {
      opacity: .25;
      cursor: default !important; }
  /* line 254, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .field-item, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .field-item {
    float: left;
    padding-right: 20px; }
  /* line 259, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .field-photo, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .field-photo {
    padding-bottom: 15px; }
  /* line 263, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .img-link, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .img-link {
    width: 162px;
    position: relative;
    z-index: 101; }
  /* line 269, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  div.block-fieldblock-taxonomy-term-adsk-product-default-field-beehive-product-sz.carousel_item .product-content-link, div.block-fieldblock-taxonomy-term-adsk-product-default-field-med-slider-curated-links.carousel_item .product-content-link {
    width: 162px; }

/* line 298, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
.section-taxonomy .caroufredsel_wrapper, .section-support .caroufredsel_wrapper {
  height: 180px !important;
  overflow: hidden; }
  /* line 301, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .section-taxonomy .caroufredsel_wrapper .field-wrapper, .section-support .caroufredsel_wrapper .field-wrapper {
    margin-bottom: 0;
    display: block; }
  /* line 307, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_caroufredsel.scss */
  .section-taxonomy .caroufredsel_wrapper .product-content-link, .section-taxonomy .caroufredsel_wrapper h2, .section-support .caroufredsel_wrapper .product-content-link, .section-support .caroufredsel_wrapper h2 {
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.06em; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_offcanvas.scss */
.left-off-canvas-menu {
  z-index: 1004; }

/* line 3, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
.featured-contributions-card {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
  margin: 0 0.9375rem;
  width: 290px; }
  /* line 8, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card:focus {
    outline: 0; }
  /* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .header {
    padding: 0.625rem 0.75rem 0;
    height: 3.75rem;
    overflow: hidden; }
    /* line 15, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .header h3 {
      font-size: 1.375rem;
      font-weight: 200;
      line-height: 1;
      color: #327084;
      margin: 0; }
  /* line 23, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .dateline {
    padding: 0 0.75rem;
    height: 1.5625rem;
    overflow: hidden; }
    /* line 27, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .dateline h5 {
      font-size: 0.8125rem;
      margin: 0; }
  /* line 32, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .copy-small {
    padding: 0 0.75rem;
    height: 2.1875rem;
    overflow: hidden; }
    /* line 36, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .copy-small p {
      font-size: 0.8125rem;
      margin-bottom: 0;
      line-height: 1.3;
      font-weight: 200; }
  /* line 43, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .copy-large {
    padding: 0 0.75rem;
    height: 13.5625rem;
    overflow: hidden; }
    /* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .copy-large p {
      font-size: 0.8125rem;
      margin-bottom: 1.5625rem;
      line-height: 1.3;
      font-weight: 200; }
      /* line 52, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
      .featured-contributions-card .copy-large p:last-child {
        margin-bottom: 0; }
  /* line 57, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .media {
    height: 11.5625rem;
    overflow: hidden; }
    /* line 60, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .media img {
      min-width: 100%; }
    /* line 63, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .media + .author {
      border-top: 0; }
  /* line 67, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .link {
    padding: 0.5rem 0.75rem 0;
    height: 3.5625rem;
    overflow: hidden; }
    /* line 71, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .link a {
      font-size: 0.8125rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .link p {
      font-size: 0.8125rem;
      margin: 0;
      font-weight: 200;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  /* line 86, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .author {
    border-top: 0.0625rem solid #ededed;
    padding: 0.5rem 0.75rem 0;
    height: 3.5625rem;
    overflow: hidden; }
    /* line 91, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .author img {
      float: left; }
    /* line 94, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .author h5 {
      font-size: 0.8125rem;
      margin: 0;
      line-height: 1.1;
      margin-left: 3.125rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .author p {
      font-size: 0.8125rem;
      margin: 0;
      line-height: 1.1;
      margin-left: 3.125rem;
      font-weight: 200;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  /* line 114, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
  .featured-contributions-card .footer {
    background-color: #ededed;
    padding: 0.5rem 0.75rem 0; }
    /* line 117, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .footer:after {
      content: '';
      display: block;
      clear: both; }
    /* line 122, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .footer p {
      font-weight: 200;
      font-size: 0.8125rem;
      line-height: 22px;
      width: 77%;
      float: left;
      margin: 0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 133, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
    .featured-contributions-card .footer span {
      margin: 0;
      display: inline;
      float: right;
      line-height: 1;
      font-size: 0.8125rem; }
      /* line 139, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_featured-contributions-card.scss */
      .featured-contributions-card .footer span:before {
        content: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAMAAAAolt3jAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMA1uz10Ergik/cpI5YVCHk2MbEvrOXhHNybEUuIxMKU1NmXwAAAF1JREFUCNdVzEkOgCAQRNGmUUEFnOeh7n9LjQkgf/dSSdHXzNVNsQrl+eMImCjXQtrIGuAjSDMgJ6VUvdFi3ABfQ7LLi0AmCC0CC0KWR3JKkXJ9acNVfxHK3a9S0wPJ6gyA3CL2fwAAAABJRU5ErkJggg==");
        height: 14px;
        width: 14px;
        margin-right: 4px; }

/* line 6, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
table {
  background-color: #FFFFFF; }

/* line 9, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
caption {
  padding: 0.5625rem 0.625rem;
  color: #222222;
  text-align: left; }

/* line 16, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
th {
  text-align: left; }

/* line 23, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25rem; }
  /* line 33, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
    padding: 0.5625rem 0.625rem;
    line-height: 1.125rem;
    vertical-align: top;
    border-top: 1px solid #DDDDDD; }
  /* line 42, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #DDDDDD; }
  /* line 52, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  /* line 58, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table > tbody + tbody {
    border-top: 2px solid #DDDDDD; }
  /* line 63, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table .table {
    background-color: #FFFFFF; }

/* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 0.5625rem 0.625rem/2; }

/* line 89, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
.table-bordered {
  border: 1px solid #DDDDDD; }
  /* line 96, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDDDDD; }
  /* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
  .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

/* line 115, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFFFFF; }

/* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 136, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

/* line 144, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

/* line 158, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media only screen and (max-width: 47.9375rem) {
    .table-responsive {
      width: 100%;
      margin-bottom: 1.25rem;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #DDDDDD; }
      /* line 170, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
      .table-responsive > .table {
        margin-bottom: 0; }
        /* line 179, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
        .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      /* line 187, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
      .table-responsive > .table-bordered {
        border: 0; }
        /* line 196, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
        .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        /* line 200, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
        .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        /* line 213, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_tables.scss */
        .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

/* line 3, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_icons.scss */
i.profile-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  float: left;
  background-size: contain; }
  /* line 10, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_icons.scss */
  i.profile-icon.blog {
    background-image: url('../images/standard/profile-icon-blog.png'); }
  /* line 14, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_icons.scss */
  i.profile-icon.linkedin {
    background-image: url('../images/standard/profile-icon-linkedin.png'); }
  /* line 18, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_icons.scss */
  i.profile-icon.website {
    background-image: url('../images/standard/profile-icon-personal-website.png'); }
  /* line 22, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_icons.scss */
  i.profile-icon.no-image {
    width: 7.5rem;
    height: 7.5rem;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.23);
    background-color: #e7e7e7; }

/* line 1, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_reveal.scss */
.reveal-modal-bg {
  position: fixed; }

/*button,
input[type=button],
a.button-cta {
  display: inline-block;
  height: 39px;
  margin-right: 6px;
  padding-right: 45px;
  padding-left: 15px;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;

  @media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min--moz-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-device-pixel-ratio: 2),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
    background: url(../images/retina/submit_btn.png) no-repeat top right;

    background-size: auto 41px;
  }

}



a.button-cta {
  line-height: 39px;
  &:hover {
    text-decoration: none;
    color: #fff;
  }
}

*/
/* line 42, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input {
  border-radius: 0;
  border: 1px solid #cacaca; }

/* line 47, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input[type=text] {
  -webkit-appearance: none; }
  /* line 50, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=text].error {
    border: 1px solid #d20b08; }
  /* line 54, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=text] + span.error {
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-bottom: 0px;
    background: transparent;
    color: #d20b08;
    line-height: 0.75rem;
    font-style: normal;
    text-align: right; }

/* line 65, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  /* line 77, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 40px;
    height: 27px;
    display: block;
    line-height: 1rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 1rem;
    vertical-align: middle;
    max-width: 100%;
    padding-top: 7px;
    cursor: pointer; }
    /* line 92, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox + label.css-label span.title {
      font-size: 0.8125rem;
      color: #666666;
      display: block;
      width: 100%;
      height: 1rem;
      line-height: 1rem;
      margin-top: -6px;
      margin-bottom: 3px; }
    /* line 103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox + label.css-label span.value {
      display: block;
      width: 100%;
      height: 1.5rem;
      line-height: 1.2rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    /* line 113, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox + label.css-label span.text {
      float: left; }
  /* line 120, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -27px; }
  /* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  input[type=checkbox].css-checkbox:disabled + label.css-label {
    background-position: 0 -54px;
    color: #aaaaaa; }
    /* line 130, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox:disabled + label.css-label i {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      opacity: 0.5; }
    /* line 135, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    input[type=checkbox].css-checkbox:disabled + label.css-label span {
      color: #aaaaaa; }
      /* line 138, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      input[type=checkbox].css-checkbox:disabled + label.css-label span.title {
        color: #aaaaaa; }
      /* line 142, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      input[type=checkbox].css-checkbox:disabled + label.css-label span.value {
        color: #aaaaaa; }

/* line 150, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
label.css-label {
  background-image: url(../images/standard/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 164, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select::-ms-expand {
  display: none; }

/* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select {
  display: block;
  height: 2.5rem;
  color: #000;
  line-height: 19px;
  margin-right: 0;
  padding-right: 55px;
  padding-left: 15px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 200;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  background-color: transparent;
  border: 1px solid #cacaca;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAnCAMAAABKdvqKAAAANlBMVEUycIT///84dIja5enT4OXJ2d+1y9KqxMxIgJJDfI4+eIvf6ezN3OHF19zA09m80Neivsedu8SGSYPDAAAAS0lEQVQ4y+3KOQ7AIAwEwMXc5P7/ZxNFCEEBpkXy1AMhlveo1o0e3zyPPlc9h5GrvBNDdORnCczc/2cInGS+pxN4UastYkawAULwXhRWARNJXgnqAAAAAElFTkSuQmCC"); }
  /* line 190, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  select:focus {
    outline: 0; }

/* line 197, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select::selection, select:focus::-ms-value, select option::selection, select option:focus::-ms-value {
  background-color: transparent;
  color: #444444; }

@media (max-width: 568px) {
  /* line 203, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  form select {
    max-width: 99.5%; } }

/* line 304, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.caas_btn a:hover, .caas_btn a:focus, .caas_btn a:visited, .caas_btn a {
  color: #ffffff;
  text-decoration: none; }

/* line 346, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-text {
  height: auto;
  margin: 9px 0; }

/* line 353, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.abuse-popup-button-submit, .abuse-popup-button-cancel {
  display: inline-block;
  height: 30px;
  line-height: 12px;
  text-decoration: none;
  color: #ffffff;
  background: #e3e3e3 url(../images/standard/btn_normal_greyAlt.png) 0 0 repeat-x;
  border: 1px solid #acacac;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 9px 3px;
  position: relative;
  z-index: 9999;
  color: black;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s; }
  /* line 368, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .abuse-popup-button-submit:hover, .abuse-popup-button-submit.active, .abuse-popup-button-cancel:hover, .abuse-popup-button-cancel.active {
    background: #e3e3e3; }

/* line 379, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.abuse-popup-button-submit, .abuse-popup-button-cancel {
  font-size: 1em;
  bottom: -12px; }

/* line 384, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.abuse-popup-button {
  font-size: 1em !important; }

/* line 388, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
select.abuse-popup-select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  appearance: menulist;
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ACACAC;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 13px;
  height: auto;
  padding: 2px 0; }

/* line 400, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
ul.button-group {
  margin-bottom: 20px; }
  /* line 402, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  ul.button-group li {
    padding-right: 10px; }

/* line 420, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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 {
  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.875em;
  margin: 0 0 1em 0;
  padding: 0em 0 0 0.5em;
  height: 2.3125em;
  width: 50%;
  -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 454, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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 {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999; }

/* line 474, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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 493, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/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; }

/* line 497, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
input.form-autocomplete {
  background-position: 98% 9px; }

/* line 501, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
textarea {
  font-size: 1rem;
  padding: 0.75em 0.75em 1em 1em; }

/* line 512, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck {
  position: relative;
  width: 100%;
  margin-left: 0; }
  /* line 520, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #reviews-create #generateCookieBtn, #main-content-pluck #create-review-submit-button, #main-content-pluck #create-review-cancel-button {
    border: 0;
    color: white;
    min-width: inherit;
    height: auto;
    padding: 0.625rem;
    font-size: 1rem;
    border-radius: 0;
    font-weight: 200;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background: #327084; }
    /* line 534, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    #main-content-pluck #reviews-create #generateCookieBtn:hover, #main-content-pluck #reviews-create #generateCookieBtn:focus, #main-content-pluck #create-review-submit-button:hover, #main-content-pluck #create-review-submit-button:focus, #main-content-pluck #create-review-cancel-button:hover, #main-content-pluck #create-review-cancel-button:focus {
      background: #265666; }
  /* line 540, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-submit-button, #main-content-pluck #create-review-cancel-button {
    float: right;
    min-width: 90px; }
  /* line 545, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-attach-icon {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAVCAMAAACE9bUqAAAAilBMVEUAAAAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyAjHyB0XzFUAAAALnRSTlMAA/rx9+xBLOWl/oh4a047NiSXMOrfWlTRq52RgmRIDwnKsYx8SxfW07yUe2Ecqt7LOgAAAO1JREFUKM9lkOe2wiAQhC81hFRDYopRY7vd9389dykGj/tjB/j2wAwfb/XZCK12x/hou8G+6U5l0g/fEcp5hUClBGQZdk8wcwk9EQCw+jaAzIOJuL3RHlxYDb1mTZjcd04bD+By4gyqKwpphAGRLINZhuje/aCQVCQIOICCbq3z82KBQnDgOYISfajR3vmrMOGNAsgBrM4lNSjtFbMeYoPnCfuiKx9Jsos3zm5W0vbEpH1uDpG0sUL6Ap8r4blQooy/mxbrZkzX9Z7+R2MVrcISY8aVCYdIhmniIrMe+6Quvlo3EZeZlObD3/H19AE/nwvLgEtxzAAAAABJRU5ErkJggg==");
    width: 25px;
    height: 21px;
    margin-right: 10px; }
  /* line 552, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-attach-label {
    width: auto;
    margin: 0;
    margin-right: 5px; }
  /* line 558, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-attach-label-desc {
    width: auto;
    font-size: inherit; }
  /* line 563, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #generateCookieBtn {
    margin-top: 8px; }
  /* line 567, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck h3.review-header-title {
    font-weight: bold; }

/* line 573, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li {
  margin: 0;
  padding: 0; }
/* line 577, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation a:hover {
  background: #D7D7D7; }
/* line 580, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li.active {
  background: none; }
  /* line 582, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #review-navigation li.active > span {
    display: block;
    float: left;
    font-size: 0.9em;
    line-height: 26px;
    margin: 0 10px 0 0;
    padding: 2px 0 0;
    width: 28px;
    background: #D7D7D7;
    border: 1px solid #B0B0B0;
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px; }
  /* line 594, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #review-navigation li.active > span.current {
    color: #999999;
    font-weight: bold; }
/* line 602, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation a, #main-content-pluck #review-navigation a:link, #main-content-pluck #review-navigation a:visited, #main-content-pluck #review-navigation.pager-current {
  border: 1px solid #B0B0B0;
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  margin: 0 10px 0 0;
  display: block;
  width: 28px;
  line-height: 26px;
  float: left;
  font-size: .9em;
  color: #999;
  display: block;
  padding: 2px 0 0 0; }
/* line 615, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation a:hover {
  background: #d7d7d7;
  text-decoration: none; }
/* line 623, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li.active span.prev, #main-content-pluck #review-navigation li.active a.page-link.prev, #main-content-pluck #review-navigation span.prev, #main-content-pluck #review-navigation li a.page-link.prev {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  text-indent: -9999px;
  width: 28px;
  background: url(../images/standard/pager-prev.png);
  height: 30px;
  border: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #main-content-pluck #review-navigation li.active span.prev, #main-content-pluck #review-navigation li.active a.page-link.prev, #main-content-pluck #review-navigation span.prev, #main-content-pluck #review-navigation li a.page-link.prev {
      background: url(../images/retina/pager-prev.png);
      background-size: cover;
      background: url(../images/standard/pager-prev-hover.png);
      border: 1px solid #B0B0B0;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px; } }
/* line 649, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#main-content-pluck #review-navigation li.active span.next, #main-content-pluck #review-navigation li.active a.page-link.next, #main-content-pluck #review-navigation span.next, #main-content-pluck #review-navigation span.current.next, #main-content-pluck #review-navigation li a.page-link.next {
  border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  text-indent: -9999px;
  width: 28px;
  background: url(../images/standard/pager-next.png);
  height: 30px;
  border: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #main-content-pluck #review-navigation li.active span.next, #main-content-pluck #review-navigation li.active a.page-link.next, #main-content-pluck #review-navigation span.next, #main-content-pluck #review-navigation span.current.next, #main-content-pluck #review-navigation li a.page-link.next {
      background: url(../images/retina/pager-next.png);
      background-size: cover;
      background: url(../images/standard/pager-next-hover.png);
      border: 1px solid #B0B0B0;
      border-radius: 3px 3px 3px 3px;
      -moz-border-radius: 3px 3px 3px 3px;
      -webkit-border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-bottom-left-radius: 3px; } }

/* line 673, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-image-thumb, .review-image-thumb, .review-body-reply-list-item-avatar {
  background: url(../images/standard/user_avatar_pluck.png);
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  float: left;
  margin-right: .7em;
  border: 1px solid #888888; }

/* line 683, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-reply-list-item-hours {
  color: #CCCCCC;
  font-size: 0.95em;
  margin: 3px 0 10px 44px; }

/* line 690, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.reported-icon, .reported-icon-active {
  margin: 0;
  background-image: url(../images/standard/icon_report.png);
  background-repeat: no-repeat;
  background-position: center; }
  @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) {
    .reported-icon, .reported-icon-active {
      /* on retina, use image that's scaled by 2 */
      background-image: url('../images/retina/icon_report.png');
      background-size: 16px auto; } }

/* line 698, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
span.reported-text.no-link {
  background: url("../images/standard/icon_report_red.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  color: #9c0c10 !important; }

/* line 705, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-header-title, .review-header-title h3 {
  max-width: 400px;
  font-size: 1em; }

/* line 711, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-header-create-date, .review-header-byline {
  display: inline-block;
  color: #666666;
  margin: 0 1em 0 0;
  padding: 0;
  font-size: .95em; }

/* line 720, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#reviews, .review {
  font-size: 1em; }

/* line 724, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-submit-button {
  float: left; }
  /* line 726, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-submit-button .small-button {
    display: block; }

/* line 731, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-attach {
  float: left;
  max-width: 50%; }

/* line 739, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#review-navigation {
  width: 100%;
  display: block;
  clear: both; }
  /* line 743, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation li {
    list-style-type: none;
    display: inline-block;
    background-image: none;
    margin-left: 5px; }
  /* line 752, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .page-link, #review-navigation .next, #review-navigation .prev {
    background-image: none;
    text-indent: 0;
    position: relative;
    border: 1px solid #dadada;
    top: 0;
    width: auto;
    height: auto;
    text-align: center; }
  /* line 763, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .active {
    display: inline-block;
    text-align: center;
    background-image: url(../images/standard/pagination_pluck.png);
    background-repeat: repeat-x;
    cursor: default; }
  /* line 771, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .page-link {
    height: 30px;
    width: 30px;
    padding-top: 2px;
    display: inline-block;
    text-align: center; }
  /* line 779, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation a:hover {
    background-image: url(../images/standard/pagination_pluck.png);
    background-repeat: repeat-x;
    background-position: top;
    color: #ffffff;
    text-decoration: none; }
  /* line 787, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .current {
    background-image: url(../images/standard/pagination_pluck.png);
    background-repeat: repeat-x;
    color: #ffffff;
    text-decoration: none;
    height: 30px;
    width: 30px;
    padding-top: 2px;
    display: inline-block;
    border: 1px solid #dadada;
    cursor: default; }
  /* line 800, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .prev {
    height: 30px;
    width: 45px;
    padding: 2px 6px;
    display: block; }
  /* line 807, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .next {
    height: 30px;
    width: 45px;
    padding-top: 2px;
    display: block; }
  /* line 816, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #review-navigation .ellipse, #review-navigation .disabled {
    display: none; }

/* line 824, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.not-logged-in #reviews-list, .admin-menu #reviews-list {
  margin: 0; }
/* line 828, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.not-logged-in #reviews-create .small-button, .admin-menu #reviews-create .small-button {
  display: inline-block;
  height: 34px;
  line-height: 26px;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
  font-size: .85em;
  font-weight: 600;
  background-image: url(../images/standard/btn_normal.png);
  background-repeat: repeat-x;
  background-position: right top;
  border-radius: 4px 4px 4px 4px;
  -moz-border-radius: 4px 4px 4px 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  position: relative;
  z-index: 99;
  -o-transition: .1s;
  -ms-transition: .1s;
  -moz-transition: .1s;
  -webkit-transition: .1s;
  transition: .1s; }
  /* line 849, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .not-logged-in #reviews-create .small-button:hover, .not-logged-in #reviews-create .small-button.active, .admin-menu #reviews-create .small-button:hover, .admin-menu #reviews-create .small-button.active {
    color: #ffffff;
    text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
    background-image: url(../images/standard/btn_hover.png);
    background-repeat: repeat-x;
    background-position: right top; }

/* line 868, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-links .review-body-helpful-question, .review-body-links .review-body-helpful-question:hover {
  cursor: auto;
  text-decoration: none; }

/* line 876, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-comments-link-reply-login, .review-body-comments-link-reply, .review-body-comments-link-show-all {
  margin: 0 4px 0 0;
  color: #1858a8;
  cursor: pointer;
  text-decoration: none;
  line-height: 2.5em; }

/* line 884, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.review-body-comments-link-show-all {
  margin-left: 4px !important; }

/* line 888, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.discuss {
  padding: .6em 0; }

/* line 892, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.hr-separator {
  border: solid #dadada;
  border-width: 2px 0 0; }

/* line 897, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#reviews-create {
  display: block;
  float: left;
  margin: 0 0 3em;
  width: 100%; }

/* line 908, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review, #create-review-body-textarea, #create-review-title-input, #reviews-list, .review {
  display: block;
  float: left;
  width: 100%; }

/* line 915, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body-textarea, #create-review-title-input {
  border: 1px solid #aaaaaa;
  font-size: 1em;
  color: black; }

/* line 921, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body, #create-review-title-input {
  display: block;
  float: left;
  min-height: 100%;
  position: relative;
  width: 100%; }

/* line 929, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-title-input {
  float: right;
  max-width: 94%; }

@media (max-width: 650px) {
  /* line 935, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-title-input {
    max-width: 90%; } }

@media (max-width: 450px) {
  /* line 941, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-title-input {
    max-width: 85%; } }

/* line 946, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body span.titleCount {
  bottom: 25px !important; }

/* line 950, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
body #create-review-title {
  height: 40px; }

/* line 954, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-title label {
  float: left;
  font-size: 110%;
  left: 0;
  padding-top: 5px;
  position: absolute;
  top: 6px; }

/* line 963, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-submit {
  float: left;
  height: 25px;
  margin: 10px 0;
  width: 100%; }

@media (max-width: 568px) {
  /* line 971, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-submit > form {
    float: left;
    width: 100%; }
  /* line 975, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #create-review-attach {
    float: left;
    max-width: 100%;
    width: 100%;
    min-height: 33px; }
  /* line 981, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  #main-content-pluck #create-review-submit-button, #main-content-pluck #create-review-cancel-button {
    margin-top: -2px; } }

/* line 986, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body #photo-preview {
  bottom: 10px;
  height: 80px;
  margin-left: 8px;
  margin-right: auto;
  margin-top: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 50%;
  z-index: 99; }

/* line 999, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
#create-review-body .photo-preview-container {
  float: left;
  height: 60px;
  margin: 4px 0;
  padding: 0;
  width: 60px; }

/* line 1007, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
body.html #cboxLoadedContent {
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }

/* CSS for WebForms */
/* line 1014, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
.node-type-webform {
  margin-left: 0px;
  margin-right: 0px; }
  @media (max-width: 568px) {
    .node-type-webform article {
      margin: 0 20px 0 20px; } }
  /* line 1022, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform .form-required {
    color: #ff3300; }
  /* line 1025, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform .webform-client-form {
    max-width: 866px; }
    /* line 1029, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item > label, .node-type-webform .webform-client-form .form-item > select {
      font-size: 16px;
      clear: both; }
    /* line 1033, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .form-required {
      float: left;
      padding-right: 5px; }
    /* line 1037, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item > input {
      height: 36px;
      width: 368px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .form-item > input {
          width: 100%; } }
    /* line 1044, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .webform-component-select {
      height: 36px;
      width: 368px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .webform-component-select {
          width: 100%; } }
    /* line 1051, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .webform-component-select .select-wrapper {
      width: 368px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .webform-component-select .select-wrapper {
          width: 100%; } }
    /* line 1057, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .form-textarea-wrapper > textarea {
      height: 160px;
      max-width: 690px;
      padding-bottom: 45px; }
    /* line 1062, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .form-textarea-wrapper .grippie {
      display: none; }
    /* line 1065, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-item .description {
      color: #666666; }
    /* line 1068, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .webform-component-checkboxes {
      width: 690px; }
      @media (max-width: 568px) {
        .node-type-webform .webform-client-form .webform-component-checkboxes {
          width: 100%; } }
      @media (max-width: 1024px) {
        .node-type-webform .webform-client-form .webform-component-checkboxes {
          width: 100%; } }
      /* line 1076, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input {
        width: auto; }
      /* line 1079, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > label {
        font-size: 14px;
        display: block;
        margin-left: 25px;
        margin-top: -32px; }
      /* line 1085, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input {
        color: #666666;
        width: 18px;
        height: 18px; }
      /* line 1090, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
      .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input.error {
        outline: 2px solid red; }
        @media (max-width: 568px), (max-width: 1024px) {
          .node-type-webform .webform-client-form .webform-component-checkboxes .form-item > input.error {
            outline: none; } }
    /* line 1097, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .field-prefix {
      font-size: 14px;
      color: #666666;
      top: -6px;
      position: relative; }
    /* line 1103, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
    .node-type-webform .webform-client-form .form-submit {
      background-image: url(../images/standard/submit_bg.png);
      width: 106px;
      padding: 0px;
      margin-right: 54px; }
  /* line 1110, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform a.webform-reset-link {
    position: absolute;
    margin-top: -45px;
    font-size: 18px;
    margin-left: 140px;
    color: #CCC;
    cursor: default; }
  /* line 1121, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform a.webform-reset-link, .node-type-webform a.webform-reset-link:hover, .node-type-webform a.webform-reset-link:active, .node-type-webform a.webform-reset-link:visited {
    text-decoration: none; }
  /* line 1124, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform div.error, .node-type-webform .alert-box.alert {
    width: 866px; }
    @media (max-width: 568px) {
      .node-type-webform div.error, .node-type-webform .alert-box.alert {
        width: 100%; } }
    @media (max-width: 1024px) {
      .node-type-webform div.error, .node-type-webform .alert-box.alert {
        width: 100%; } }
  /* line 1133, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/components/_forms.scss */
  .node-type-webform div.messages ul {
    margin: 0;
    padding: 0; }

/* line 3, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
p {
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif; }

/* line 7, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-corner-all {
  border-radius: 0; }

/* line 11, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-dialog {
  padding: 0;
  background-color: white;
  background-image: url(../images/poster-image/background.png) !important;
  background-color: #f7f7f7; }

/* line 18, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-widget-header {
  border: 0;
  background: white; }

/* line 23, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-dialog .ui-dialog-titlebar-close {
  right: 2em !important;
  border: 0;
  outline: 0;
  padding: 0 !important; }
  /* line 30, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
    width: 1rem !important;
    height: 1rem !important;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAgMAAABinRfyAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAABHRSTlMAFaat+UTDOwAAADhJREFUCNdjmMDAwMaQwsAgCYRAms2BcQID4wQ2ByBHkgEonAIk2C+ACQgXLAFWAlYM1gY2AGwUAJRSCh+IT6/9AAAAAElFTkSuQmCC") !important;
    background-position: 0px 0px; }
  /* line 37, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-titlebar-close.ui-state-hover, .ui-dialog .ui-dialog-titlebar-close.ui-state-focus {
    border: 0;
    outline: 0;
    background: white; }

/* line 46, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-button {
  position: relative;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 200;
  text-align: left;
  padding: 0.625rem 0.625rem 0.625rem 0.625rem !important;
  background: #327084;
  font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif; }
  /* line 56, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-button:after {
    content: none; }
  /* line 59, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-button:hover, .ui-button:focus {
    text-decoration: none;
    color: white;
    background: #265666; }
  /* line 65, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-button.secondary {
    background: #c34f0b; }
  /* line 69, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-button.ui-state-default, .ui-button.ui-state-hover {
    border: none;
    font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 200; }
  /* line 75, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-button .ui-button-text {
    font-size: 1rem;
    padding: 0.1rem 0.1rem; }
  /* line 80, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-button#create-thumbnail {
    margin: 17px 0px 3px 0px !important; }

/* line 85, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-dialog .ui-dialog-content {
  padding: 1.625rem 1.5rem;
  overflow: hidden; }
  /* line 89, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-content table, .ui-dialog .ui-dialog-content tr, .ui-dialog .ui-dialog-content td {
    border: none;
    background: transparent; }
  /* line 94, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-content .preview-box {
    background-color: #6f6f6f;
    padding-top: 12px;
    width: 302px;
    overflow: hidden;
    margin-bottom: 15px; }
    /* line 102, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
    .ui-dialog .ui-dialog-content .preview-box h3 {
      color: white;
      text-transform: uppercase;
      line-height: 1;
      font-size: 1.5rem; }
    /* line 109, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
    .ui-dialog .ui-dialog-content .preview-box .preview-box-canvas {
      text-align: center;
      padding-bottom: 20px; }
  /* line 115, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-content p {
    color: #000;
    margin-left: 10px;
    margin-right: 15px; }
  /* line 121, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-content #videoPlayerSnapShotWrapper {
    overflow: hidden; }

/* line 126, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-dialog .ui-dialog-titlebar {
  height: 4.375rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden; }
  /* line 131, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
  .ui-dialog .ui-dialog-titlebar .ui-dialog-title {
    padding: 8px 7px !important;
    font-size: 1.75rem;
    text-transform: none;
    margin-bottom: 0px;
    font-weight: 200;
    font-family: FrutigerNext, Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #222222;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4; }

/* line 148, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-widget-content 
{
  background: transparent; 
}

/* line 152, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default 
{
  background: #327084; 
}
/* line 154, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-state-default:hover, .ui-state-default:focus, .ui-widget-content .ui-state-default:hover, .ui-widget-content .ui-state-default:focus, .ui-widget-header .ui-state-default:hover, .ui-widget-header .ui-state-default:focus 
{
  color: white;
  background: #265666; 
}
/* line 158, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-state-default.secondary, .ui-widget-content .ui-state-default.secondary, .ui-widget-header .ui-state-default.secondary 
{
  background: #c34f0b; 
}
/* line 160, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-state-default.secondary:hover, .ui-state-default.secondary:focus, .ui-widget-content .ui-state-default.secondary:hover, .ui-widget-content .ui-state-default.secondary:focus, .ui-widget-header .ui-state-default.secondary:hover, .ui-widget-header .ui-state-default.secondary:focus 
{
  color: white;
  background-color: #963d08; 
}
/* line 165, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-state-default.ui-state-hover, .ui-state-default.ui-state-focus, .ui-widget-content .ui-state-default.ui-state-hover, .ui-widget-content .ui-state-default.ui-state-focus, .ui-widget-header .ui-state-default.ui-state-hover, .ui-widget-header .ui-state-default.ui-state-focus 
{
  color: white;
  background: #265666; 
}

/* line 168, /Users/nicklentsch/Sites/aknwebsite_rd2015/docroot/sites/all/themes/autodesk_foundation5/scss/poster-image.scss */
.ui-state-default.ui-state-hover.secondary, .ui-state-default.ui-state-focus.secondary, .ui-widget-content .ui-state-default.ui-state-hover.secondary, .ui-widget-content .ui-state-default.ui-state-focus.secondary, .ui-widget-header .ui-state-default.ui-state-hover.secondary, .ui-widget-header .ui-state-default.ui-state-focus.secondary 
{
  color: white;
  background-color: #963d08; 
}
/*
.ui-state-default.cancel, .ui-widget-content .ui-state-default.cancel, .ui-widget-header .ui-state-default.cancel 
{
  color: white;
  background-color: #666666; 
}*/
