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

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

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

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

/* line 56, ../scss/_normalize.scss */
script {
  display: none !important;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 70, ../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 80, ../scss/_normalize.scss */
body {
  margin: 0;
}

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

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

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

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

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

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

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 278, ../scss/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 316, ../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 331, ../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 341, ../scss/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

/* my custom nav components */
/* line 259, ../../../vendor/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.1.0/";
}

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

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

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

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

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

/* line 289, ../../../vendor/foundation/scss/foundation/components/_global.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

/* line 294, ../../../vendor/foundation/scss/foundation/components/_global.scss */
html, body {
  height: 100%;
}

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

/* line 306, ../../../vendor/foundation/scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 309, ../../../vendor/foundation/scss/foundation/components/_global.scss */
body {
  background: white;
  color: #292d35;
  padding: 0;
  margin: 0;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

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

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

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

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

/* line 337, ../../../vendor/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 342, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

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

/* line 344, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix {
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

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

/* line 351, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

/* line 114, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  display: block;
  padding: 0.5rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 0;
  background-color: white;
  border-color: transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 118, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  text-transform: uppercase;
}
/* line 62, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}
/* line 65, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #c4c6cb;
}
/* line 71, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #c4c6cb;
}
/* line 74, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #c4c6cb;
}
/* line 80, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
/* line 84, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}
/* line 86, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}
/* line 91, ../../../vendor/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 98, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #e7e9ee;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 106, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Clearing Styles */
/* line 40, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 46, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 51, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

/* line 56, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}
/* line 65, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-blackout .clearing-close {
  display: block;
}

/* line 68, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

/* line 76, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em;
}

/* line 84, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 88, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

/* line 98, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

/* line 112, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none;
}
/* line 122, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 125, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}
/* line 126, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 130, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li {
  display: none;
}
/* line 132, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width: 40.063em) {
  /* line 140, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }
  /* line 145, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }
  /* line 152, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 155, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev {
    left: 0;
  }
  /* line 157, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  /* line 163, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next {
    right: 0;
  }
  /* line 165, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  /* line 172, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  /* line 176, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  /* line 182, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  /* line 189, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }
  /* line 202, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 208, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
  }
  /* line 217, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 222, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 223, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  /* line 228, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 235, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}
/* line 45, ../../../vendor/foundation/scss/foundation/components/_flex-video.scss */
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}
/* line 28, ../../../vendor/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.widescreen {
  padding-bottom: 56.55%;
}
/* line 29, ../../../vendor/foundation/scss/foundation/components/_flex-video.scss */
.flex-video.vimeo {
  padding-top: 0;
}
/* line 34, ../../../vendor/foundation/scss/foundation/components/_flex-video.scss */
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, ../../../vendor/foundation/scss/foundation/components/_keystrokes.scss */
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

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

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

/* Progress Bar */
/* line 53, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}
/* line 57, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #292d35;
  height: 100%;
  display: block;
}
/* line 60, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #3d74da;
  height: 100%;
  display: block;
}
/* line 61, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}
/* line 62, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}
/* line 64, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 65, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  -webkit-border-radius: 9px;
  border-radius: 9px;
}
/* line 68, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 69, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* line 86, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "proxima-nova", "Arial", san-serif;
}
/* line 57, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}
/* line 61, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #292d35;
}
/* line 65, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  color: #5f697b;
}
/* line 68, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #5f697b;
  font-weight: normal;
  font-family: "proxima-nova", "Arial", san-serif;
}
/* line 74, ../../../vendor/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 119, ../../../vendor/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;
  margin-right: 0;
  margin-left: -0.75rem;
}
/* line 65, ../../../vendor/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt {
  text-transform: uppercase;
}
/* line 71, ../../../vendor/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.625rem;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}
/* line 81, ../../../vendor/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 85, ../../../vendor/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 90, ../../../vendor/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: normal;
  background: #292d35;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}
/* line 97, ../../../vendor/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: #23272e;
}

/* Image Thumbnails */
/* line 63, ../../../vendor/foundation/scss/foundation/components/_thumbs.scss */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
/* line 50, ../../../vendor/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(41, 45, 53, 0.5);
  box-shadow: 0 0 6px 1px rgba(41, 45, 53, 0.5);
}
/* line 67, ../../../vendor/foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Tooltips */
/* line 33, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
/* line 40, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #121418;
  color: #292d35;
}
/* line 46, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 49, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}
/* line 63, ../../../vendor/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;
}
/* line 74, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 77, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}
/* line 79, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}
/* line 84, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  color: #292d35 !important;
  border-bottom: dotted 1px #121418 !important;
}

/* line 90, ../../../vendor/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: 40.063em) {
  /* line 99, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 103, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  /* line 110, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 112, ../../../vendor/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 119, ../../../vendor/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 80, ../../../vendor/foundation/scss/foundation/components/_top-bar.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* line 110, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 111, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 112, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 113, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 116, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 117, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 118, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 119, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 0em) {
  /* line 123, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 124, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 125, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 126, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 130, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 131, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 132, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 133, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 137, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 138, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 139, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 140, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 144, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 145, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 146, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 147, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 151, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 152, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 153, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 154, ../../../vendor/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 158, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 159, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 160, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 161, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 165, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 166, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 167, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 168, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  /* line 172, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 173, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 174, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 175, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 179, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 180, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 181, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

  /* line 182, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 224, ../../../vendor/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 230, ../../../vendor/foundation/scss/foundation/components/_type.scss */
a {
  color: #3d74da;
  text-decoration: none;
  line-height: inherit;
}
/* line 236, ../../../vendor/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #ec4b2c;
}
/* line 238, ../../../vendor/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 242, ../../../vendor/foundation/scss/foundation/components/_type.scss */
p {
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.375rem;
  text-rendering: optimizeLegibility;
}
/* line 250, ../../../vendor/foundation/scss/foundation/components/_type.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
/* line 252, ../../../vendor/foundation/scss/foundation/components/_type.scss */
p aside {
  font-size: 0.875rem;
  line-height: 1.6;
  font-style: italic;
}

/* Default header styles */
/* line 260, ../../../vendor/foundation/scss/foundation/components/_type.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 900;
  font-style: normal;
  color: #292d35;
  text-rendering: optimizeLegibility;
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.4;
}
/* line 270, ../../../vendor/foundation/scss/foundation/components/_type.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #697387;
  line-height: 0;
}

/* line 277, ../../../vendor/foundation/scss/foundation/components/_type.scss */
h1 {
  font-size: 1.625rem;
}

/* line 278, ../../../vendor/foundation/scss/foundation/components/_type.scss */
h2 {
  font-size: 0.5rem;
}

/* line 279, ../../../vendor/foundation/scss/foundation/components/_type.scss */
h3 {
  font-size: 0.8125rem;
}

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

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

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

/* line 284, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.subheader {
  line-height: 1.4;
  color: #697387;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

/* line 286, ../../../vendor/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 296, ../../../vendor/foundation/scss/foundation/components/_type.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

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

/* Lists */
/* line 321, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.375rem;
  list-style-position: outside;
  font-family: "proxima-nova", "Arial", san-serif;
}

/* line 329, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}
/* line 331, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  margin-left: 0;
}
/* line 335, ../../../vendor/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 348, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 356, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 359, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 360, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 361, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
/* line 362, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.no-bullet {
  list-style: none;
}

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

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

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

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

/* Blockquotes */
/* line 400, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote {
  margin: 0 0 1.375rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd;
}
/* line 405, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #535b6b;
}
/* line 409, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 414, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #535b6b;
}

/* line 420, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote,
blockquote p {
  line-height: 1.6;
  color: #697387;
}

/* Microformats */
/* line 426, ../../../vendor/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 432, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.vcard li {
  margin: 0;
  display: block;
}
/* line 436, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 443, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.vevent .summary {
  font-weight: bold;
}
/* line 445, ../../../vendor/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: 40.063em) {
  /* line 456, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  /* line 457, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  h1 {
    font-size: 2.25rem;
  }

  /* line 458, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  h2 {
    font-size: 1.125rem;
  }

  /* line 459, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  h3 {
    font-size: 1.125rem;
  }

  /* line 460, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  h4 {
    font-size: 1.4375rem;
  }
}
/* line 110, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

/* line 111, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-right {
  text-align: right !important;
}

/* line 112, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-center {
  text-align: center !important;
}

/* line 113, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  /* line 116, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-left {
    text-align: left !important;
  }

  /* line 117, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-right {
    text-align: right !important;
  }

  /* line 118, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-center {
    text-align: center !important;
  }

  /* line 119, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 0em) {
  /* line 123, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-left {
    text-align: left !important;
  }

  /* line 124, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-right {
    text-align: right !important;
  }

  /* line 125, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-center {
    text-align: center !important;
  }

  /* line 126, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* line 130, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-left {
    text-align: left !important;
  }

  /* line 131, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-right {
    text-align: right !important;
  }

  /* line 132, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-center {
    text-align: center !important;
  }

  /* line 133, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  /* line 137, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-left {
    text-align: left !important;
  }

  /* line 138, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-right {
    text-align: right !important;
  }

  /* line 139, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-center {
    text-align: center !important;
  }

  /* line 140, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  /* line 144, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-left {
    text-align: left !important;
  }

  /* line 145, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-right {
    text-align: right !important;
  }

  /* line 146, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-center {
    text-align: center !important;
  }

  /* line 147, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  /* line 151, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-text-left {
    text-align: left !important;
  }

  /* line 152, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-text-right {
    text-align: right !important;
  }

  /* line 153, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .large-text-center {
    text-align: center !important;
  }

  /* line 154, ../../../vendor/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 158, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-left {
    text-align: left !important;
  }

  /* line 159, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-right {
    text-align: right !important;
  }

  /* line 160, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-center {
    text-align: center !important;
  }

  /* line 161, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  /* line 165, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-left {
    text-align: left !important;
  }

  /* line 166, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-right {
    text-align: right !important;
  }

  /* line 167, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-center {
    text-align: center !important;
  }

  /* line 168, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
  /* line 172, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  /* line 173, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-right {
    text-align: right !important;
  }

  /* line 174, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-center {
    text-align: center !important;
  }

  /* line 175, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  /* line 179, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-left {
    text-align: left !important;
  }

  /* line 180, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-right {
    text-align: right !important;
  }

  /* line 181, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-center {
    text-align: center !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 593, ../../../vendor/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 598, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

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

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

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

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

  /* line 622, ../../../vendor/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 628, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

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

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

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

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

  /* line 652, ../../../vendor/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 657, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
.show-for-touch {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 50, ../scss/app.scss */
p {
  line-height: 1.6;
  margin-bottom: 1.7em;
}
/* line 54, ../scss/app.scss */
p span.italicize, p span.it {
  font-style: italic;
}
/* line 57, ../scss/app.scss */
p span.embolden, p span.em {
  font-weight: 700;
}
/* line 60, ../scss/app.scss */
p span.underline, p span.un {
  text-decoration: underline;
}

/* line 66, ../scss/app.scss */
h3 {
  color: #292d35;
  margin: 0 0 30px 0;
  font-size: 1.125rem;
  font-family: "Oswald", "Georgia", san-serif;
  font-weight: 400;
  font-style: normal;
}
/* line 75, ../scss/app.scss */
h3 .lighten {
  font-weight: 300;
}

/* line 80, ../scss/app.scss */
h2 {
  text-transform: uppercase;
  margin: 10px 0 0 0;
  color: #9b9fa7;
  font-size: 1.125rem;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 800;
  font-style: normal;
}
/* line 90, ../scss/app.scss */
h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e7e9ee;
}

/* line 100, ../scss/app.scss */
a.no_decoration, a.no_decoration:hover, a.no_decoration:visited, a.no_decoration:active {
  text-decoration: inherit;
  color: inherit;
}

/* line 105, ../scss/app.scss */
.competition_wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  margin-bottom: 40px;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.competition_wrapper:before, .competition_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.competition_wrapper:after {
  clear: both;
}
/* line 109, ../scss/app.scss */
.competition_wrapper > h3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
/* line 112, ../scss/app.scss */
.competition_wrapper > .competition_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
/* line 116, ../scss/app.scss */
.competition_wrapper.competition_grid > .competition_set {
  margin-bottom: 20px;
}

/* line 122, ../scss/app.scss */
.section_wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  margin-bottom: 40px;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.section_wrapper:before, .section_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.section_wrapper:after {
  clear: both;
}

/* line 129, ../scss/app.scss */
section .section_head {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  position: relative;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
section .section_head:before, section .section_head:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
section .section_head:after {
  clear: both;
}
/* line 132, ../scss/app.scss */
section .section_head h2 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}

/* line 138, ../scss/app.scss */
.reselektor_wrapper {
  text-align: center;
  padding: 20px 0;
}
/* line 141, ../scss/app.scss */
.reselektor_wrapper .reselektor {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1.25rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
/* line 12, ../scss/_custom_functions.scss */
.reselektor_wrapper .reselektor:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0px;
}
/* line 12, ../scss/_custom_functions.scss */
.reselektor_wrapper .reselektor:hover:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 -8px;
}

/* line 155, ../scss/app.scss */
.buy_from .affiliates_wrapper {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from .affiliates_wrapper:before, .buy_from .affiliates_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from .affiliates_wrapper:after {
  clear: both;
}
/* line 161, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set {
  width: 450px;
  min-height: 312px;
  float: left;
  border: 2px solid #e7e9ee;
  font-family: "proxima-nova", "Arial", sans-serif;
  margin: 0 25px 0 25px;
  padding: 28px 28px 16px 28px;
}
/* line 169, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set h4 {
  text-transform: uppercase;
  color: #9B9FA7;
  font-size: 0.875rem;
  margin: 0 0 0 0;
  line-height: 0.875rem;
}
/* line 176, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set h5 {
  font-size: 1.125rem;
  line-height: 20px;
  margin: 14px 0;
  font-weight: bold;
  padding: 11px 40px 11px 23px;
}
/* line 183, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals {
  display: block;
  text-align: center;
  padding-top: 16px;
}
/* line 187, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a {
  font-weight: 800;
  color: #3d74da;
  font-size: 1.125rem;
}
/* line 12, ../scss/_custom_functions.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0px;
}
/* line 192, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a:hover {
  color: #ec4b2c;
}
/* line 194, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a:hover:after {
  background-position: 0 -8px;
}
/* line 200, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select {
  position: relative;
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}
/* line 205, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select h5 {
  border: 1px solid #e7e9ee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url("/images/downArrow.png") no-repeat;
  background-position: 355px center;
  padding: 10px 40px 10px 23px;
}
/* line 213, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select h5.visited {
  border: 2px solid #a4c6fd;
  padding: 9px 39px 9px 22px;
  background-position: 354px center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 222, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select ul.bundle_options {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style-type: none;
  margin-left: 0;
  top: 41px;
  width: 100%;
  border: 1px solid #2958ae;
  z-index: 1;
}
/* line 232, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select ul.bundle_options li {
  font-size: 1.125rem;
  padding: 0 23px;
  line-height: 23px;
}
/* line 236, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select ul.bundle_options li.current {
  color: #fff;
  background-color: #3d74da;
}
/* line 244, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle {
  list-style-type: none;
  font-family: "proxima-nova", "Arial", sans-serif;
  font-size: 1.125rem;
  margin: 0 0 0 0;
  width: 100%;
}
/* line 250, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li {
  padding: 5px 0 5px 0;
  width: 100%;
}
/* line 253, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a {
  width: 100%;
  background-color: #4076d7;
  display: block;
  height: 42px;
  padding: 0 23px 0 23px;
  color: #FFF;
  line-height: 41px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: #bbb 1px 1px 3px;
  -moz-box-shadow: #bbb 1px 1px 3px;
  box-shadow: #bbb 1px 1px 3px;
}
/* line 268, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a .semibold {
  font-weight: 600;
}
/* line 271, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.price {
  float: right;
  font-style: italic;
  color: #fff;
}
/* line 275, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.price .semibold {
  font-weight: 600;
  float: none;
  font-style: normal;
  color: #fff;
}
/* line 282, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:hover {
  background-color: #f76f3d;
}
/* line 285, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:active {
  background-color: #ea4c35;
}
/* line 289, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li:first-child {
  padding-top: 0;
}
/* line 292, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li:last-child {
  padding-bottom: 0;
}
/* line 297, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set:last-child {
  float: right;
}

/* line 305, ../scss/app.scss */
.buy_from_old h2:after {
  margin: 0px 0px 20px 0px;
}
/* line 308, ../scss/app.scss */
.buy_from_old .affiliates_wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from_old .affiliates_wrapper:before, .buy_from_old .affiliates_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from_old .affiliates_wrapper:after {
  clear: both;
}
/* line 311, ../scss/app.scss */
.buy_from_old .affiliates_wrapper .old_affiliate_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
  text-align: center;
}
/* line 314, ../scss/app.scss */
.buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links {
  list-style-type: none;
  margin-bottom: 1.1rem;
}
/* line 317, ../scss/app.scss */
.buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links > li {
  font-family: "futura-pt", "Arial", san-serif;
  font-size: 1.125rem;
  font-weight: 700;
  font-style: normal;
  display: inline;
  text-align: center;
  padding: 3px 15px;
  margin: 10px;
}
/* line 326, ../scss/app.scss */
.buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links > li:not(:last-child):after {
  content: " / ";
  color: #e7e9ee;
  position: absolute;
  margin-left: 22px;
}

/* build our advantage icon list just one time...
/* our various advantages .. */
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-waterproof {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left 0px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-flashsync {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -50px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-hdmiout {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -100px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-gps {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -150px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-boostiso {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -200px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-lensavailability {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -250px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-startup {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -300px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-lcdres {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -350px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-afpeaking {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -400px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-weathersealed {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -450px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-afpoints {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -500px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-jpegspeed {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -550px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-rawbuffer {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -600px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-hotshoe {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -650px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-widelag {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -700px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-phasedetect {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -750px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-movieres_24p {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -800px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-rawspeed {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -850px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-touchscreen {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -900px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-micout {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -950px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-aperture {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1000px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-lcdtiltable {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1050px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-eyelevelview {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1100px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-manualfocus {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1150px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-flash {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1200px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-moviespeed {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1250px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-moviespeedier {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1250px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-batteryshots {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1300px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-future {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1350px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-shuttermax {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1400px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-xafpoints {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1450px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-widefocus {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1500px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-shuttermin {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1550px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-depth {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1600px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-bodyweight {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1650px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-price {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1700px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-generic {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1750px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-megapixels {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1800px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-wifi {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1850px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-jpegbuffer {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1900px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-movieres_1080p {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -1950px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-bulb {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2000px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-zoom {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2050px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-headphoneout {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2100px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-cardslots {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2150px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-sensorsize {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2200px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-neutraldensity {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2250px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-pentaprism {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2300px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-hasaafilter {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2350px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-lacksaafilter {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2400px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-optionalaafilter {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2450px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-iso {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2500px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-isoextended {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2550px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-isotrue {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2600px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-isonative {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2650px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-imagestabilization {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2700px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-movieres_4k {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2750px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-movieres_60p {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2800px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-raw {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2850px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-newer {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2900px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-nfc {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2950px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-biggerpixels {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3000px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-panorama {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3050px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-highrescomposite {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3100px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-topdeckdisplay {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3150px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-viewfindermagnification {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3200px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-effectiveiso {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3250px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-dynamicrange {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3300px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-colordepth {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3350px;
}
/* line 341, ../scss/app.scss */
ul.camera_advantages > li > .advantage_title {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.75rem;
  font-weight: 800;
  color: #292d35;
  text-transform: uppercase;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-right: 9px;
}
/* line 352, ../scss/app.scss */
ul.camera_advantages > li > .advantage_body {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: #5f6572;
  display: table-cell;
}
/* line 359, ../scss/app.scss */
ul.camera_advantages > li .icon-macro {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3400px;
}

/* line 365, ../scss/app.scss */
.advantages_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.advantages_wrapper:before, .advantages_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.advantages_wrapper:after {
  clear: both;
}
/* line 367, ../scss/app.scss */
.advantages_wrapper .advantages_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
/* line 369, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
}
/* line 373, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages > li {
  background-repeat: no-repeat;
  background-color: transparent;
  margin-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  display: block;
  position: relative;
}
/* line 381, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages > li:not(:last-child) {
  border-bottom: 2px dotted #e7e9ee;
}
/* line 384, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages > li .detail {
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  color: #ec4b2c;
  text-transform: uppercase;
  float: right;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 396, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages > li .detail > em {
  font-style: normal;
  text-transform: lowercase;
}

/* line 407, ../scss/app.scss */
.leaderboard {
  position: absolute;
  left: 0;
  top: 54px;
  width: 100%;
  background-color: #f7f7f7;
  z-index: 400;
  padding-top: 10px;
  min-height: 100px;
}
/* line 416, ../scss/app.scss */
.leaderboard .leaderboard_wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
/* line 418, ../scss/app.scss */
.leaderboard .leaderboard_wrapper .ad_content {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: transparent;
  width: 728px;
  height: 94px;
  padding: 0;
  margin: auto;
  overflow: hidden;
}

/* line 433, ../scss/app.scss */
.excerpts_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  margin-top: 10px;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.excerpts_wrapper:before, .excerpts_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.excerpts_wrapper:after {
  clear: both;
}
/* line 436, ../scss/app.scss */
.excerpts_wrapper .excerpts_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
/* line 438, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}
/* line 442, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li {
  display: block;
  position: relative;
  padding-top: 20px;
}
/* line 446, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li:not(:last-child) {
  border-top: 1px solid #e7e9ee;
}
/* line 449, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li:last-child {
  padding-bottom: 20px;
  border-top: 2px solid #e7e9ee;
}
/* line 453, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.pros:before {
  content: "PROS";
  background-color: white;
  display: block;
  padding-right: 10px;
  position: absolute;
  top: -15px;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 0.75rem;
  color: #292d35;
  text-transform: uppercase;
}
/* line 467, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.pros > p:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-right: 12px;
  background: transparent url("/images/excerpt_quotation.png") no-repeat left top;
}
/* line 470, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.cons:before {
  content: "CONS";
  background-color: white;
  display: block;
  position: absolute;
  padding-right: 10px;
  top: -15px;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 0.75rem;
  color: #292d35;
  text-transform: uppercase;
}
/* line 484, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.cons > p:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-right: 12px;
  background: transparent url("/images/excerpt_quotation.png") no-repeat left top;
}
/* line 487, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.no_review:before {
  content: "PROS & CONS";
  background-color: white;
  display: block;
  position: absolute;
  padding-right: 10px;
  top: -15px;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 0.75rem;
  color: #292d35;
  text-transform: uppercase;
}
/* line 501, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link {
  padding-top: 10px;
}
/* line 503, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link a {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
/* line 12, ../scss/_custom_functions.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0px;
}
/* line 510, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link a:hover:after {
  background-position: 0 -8px;
}
/* line 515, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li > span {
  display: block;
}

/* line 523, ../scss/app.scss */
.review_wrapper {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.review_wrapper:before, .review_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.review_wrapper:after {
  clear: both;
}
/* line 526, ../scss/app.scss */
.review_wrapper > .review_content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
}
/* line 529, ../scss/app.scss */
.review_wrapper > .review_content_edit {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
/* line 531, ../scss/app.scss */
.review_wrapper > .review_content_edit > #review_textarea {
  width: 100%;
  height: 250px;
}
/* line 536, ../scss/app.scss */
.review_wrapper > .no_review_content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
/* line 538, ../scss/app.scss */
.review_wrapper > .no_review_content a {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1rem;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
/* line 546, ../scss/app.scss */
.review_wrapper > .advertising_wrapper {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  min-height: 700px;
  position: relative;
}
/* line 551, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}
/* line 558, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising:first-child {
  top: 0;
  padding-bottom: 50px;
}
/* line 562, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising:last-child {
  padding-top: 50px;
  bottom: 0;
}
/* line 566, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising > .ad_content {
  position: relative;
  background-color: transparent;
  width: 300px;
  height: 250px;
  padding: 0;
  margin: 0 0 0 auto;
  word-wrap: normal;
  overflow: hidden;
}

/* line 580, ../scss/app.scss */
.data_wrapper {
  z-index: 100;
  background-color: transparent;
  position: fixed;
  left: 10px;
  bottom: 50px;
}
/* line 586, ../scss/app.scss */
.data_wrapper > h3 {
  color: red;
  margin: 0;
  font-size: 1rem;
  font-family: "Oswald";
  font-weight: 400;
  font-style: normal;
}
/* line 594, ../scss/app.scss */
.data_wrapper > .data_results {
  color: black;
  background-color: transparent;
  display: none;
  padding: 10px 20px;
  height: 300px;
  width: 400px;
  overflow-y: auto;
}
/* line 602, ../scss/app.scss */
.data_wrapper > .data_results .data_heading {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
/* line 607, ../scss/app.scss */
.data_wrapper > .data_results .data_specs {
  font-size: 12px;
  width: 100%;
  margin-bottom: 5px;
  height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 16px;
  white-space: nowrap;
}
/* line 616, ../scss/app.scss */
.data_wrapper > .data_results .data_specs .spec_name {
  color: blue;
  font-weight: 500;
  margin-right: 5px;
}
/* line 623, ../scss/app.scss */
.data_wrapper:hover {
  border: 2px solid black;
  background-color: white;
}
/* line 626, ../scss/app.scss */
.data_wrapper:hover > h3 {
  display: none;
}
/* line 629, ../scss/app.scss */
.data_wrapper:hover > .data_results {
  display: block;
}

/* line 636, ../scss/app.scss */
#modal_container .modal_mask {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: black;
  -webkit-transition: -webkit-opacity 300ms ease-in-out, -webkit-height 250ms ease-in-out;
  -moz-transition: -moz-opacity 300ms ease-in-out, -moz-height 250ms ease-in-out;
  transition: opacity 300ms ease-in-out, height 250ms ease-in-out;
}
/* line 651, ../scss/app.scss */
#modal_container .modal_message {
  display: none;
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 40px;
  left: 0;
  margin: 0;
  font-size: 1.375rem;
  text-align: center;
  z-index: 1501;
  -webkit-transition: -webkit-opacity 250ms ease-in 100ms;
  -moz-transition: -moz-opacity 250ms ease-in 100ms;
  transition: opacity 250ms ease-in-out 100ms;
}
/* line 665, ../scss/app.scss */
#modal_container .modal_message span {
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  color: #DFDFDF;
  font-family: "futura-pt", "Arial", san-serif;
  font-style: normal;
  font-size: 1.5rem;
  text-shadow: 3px 3px 1px #000000;
}
/* line 677, ../scss/app.scss */
#modal_container .modal_dialog {
  display: none;
  opacity: 0;
  position: fixed;
  width: 320px;
  top: 50px;
  left: 50%;
  margin: 0 -160px;
  color: #f8f9fc;
  background: #e5ebee;
  z-index: 1500;
  -webkit-transition: -webkit-opacity 250ms ease-in 100ms;
  -moz-transition: -moz-opacity 250ms ease-in 100ms;
  transition: opacity 250ms ease-in 100ms;
}
/* line 692, ../scss/app.scss */
#modal_container .modal_dialog .x-button {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  color: #000000;
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  z-index: inherit;
}
/* line 708, ../scss/app.scss */
#modal_container .modal_dialog .x-button:hover, #modal_container .modal_dialog .x-button:focus {
  color: #ec4b2c;
}
/* line 712, ../scss/app.scss */
#modal_container .modal_dialog .modal_content_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 25px 30px 0px 30px;
  margin: 0;
}
/* line 718, ../scss/app.scss */
#modal_container .modal_dialog .modal_content_wrapper .title {
  position: relative;
  display: block;
  font-size: 1.25rem;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  color: #9b9fa7;
  margin: 0 10px 10px 10px;
  text-align: center;
}
/* line 731, ../scss/app.scss */
#modal_container .modal_dialog .modal_content_wrapper .content p {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1.125rem;
  font-weight: 400;
  font-style: normal;
  color: #292d35;
  position: relative;
  display: block;
  white-space: normal;
  overflow: hidden;
  magin-bottom: 1em;
}
/* line 742, ../scss/app.scss */
#modal_container .modal_dialog .modal_content_wrapper .content p .manufacturer {
  font-weight: 600;
}
/* line 745, ../scss/app.scss */
#modal_container .modal_dialog .modal_content_wrapper .content p .model {
  font-weight: 400;
}
/* line 752, ../scss/app.scss */
#modal_container.show_message > .modal_message {
  display: block;
  opacity: .7;
  z-index: 1500;
}
/* line 757, ../scss/app.scss */
#modal_container.show_dialog > .modal_dialog {
  display: block;
  opacity: 1;
  z-index: 1000;
}
/* line 762, ../scss/app.scss */
#modal_container.show_mask > .modal_mask {
  display: block;
  opacity: .5;
  z-index: 1000;
}

/* line 770, ../scss/app.scss */
.midpage_advertising .advertising_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.midpage_advertising .advertising_wrapper:before, .midpage_advertising .advertising_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.midpage_advertising .advertising_wrapper:after {
  clear: both;
}
/* line 776, ../scss/app.scss */
.midpage_advertising .advertising_wrapper > .advertising {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
/* line 779, ../scss/app.scss */
.midpage_advertising .advertising_wrapper > .advertising > .ad_content {
  background-color: transparent;
  overflow: hidden;
  width: 300px;
  height: 250px;
  margin: 0 auto;
}

/* line 790, ../scss/app.scss */
.main_comparison {
  padding-top: 247px;
  margin-bottom: 10px;
}
/* line 793, ../scss/app.scss */
.main_comparison .comparison_links {
  text-align: left;
  font-size: 1rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  overflow: visible;
}
/* line 803, ../scss/app.scss */
.main_comparison .comparison_links .review_links {
  padding-bottom: 31px;
}
/* line 805, ../scss/app.scss */
.main_comparison .comparison_links .review_links div {
  color: #000000;
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1rem;
  font-weight: 400;
}
/* line 810, ../scss/app.scss */
.main_comparison .comparison_links .review_links div a {
  font-weight: 700;
}
/* line 28, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 7px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_light_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0;
}
/* line 42, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div a:hover:after {
  background-position: 0 -7px;
}
/* line 48, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.camera_a_links {
  width: 50%;
  float: left;
  padding-left: 4.6875rem;
}
/* line 53, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.camera_b_links {
  width: 50%;
  float: right;
  padding-left: 4.6875rem;
}
/* line 58, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.both_cameras_links {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 3px;
}
/* line 63, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.both_cameras_links a {
  font-weight: 700;
}
/* line 65, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.both_cameras_links a em {
  font-weight: 400;
  font-style: normal;
}
/* line 818, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 822, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li {
  color: #c4c6cb;
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1rem;
  height: 1.625rem;
  line-height: 1.625rem;
}
/* line 828, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li a {
  font-weight: 400;
}
/* line 28, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul li a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 7px;
  margin-left: 10px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_light_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0;
}
/* line 42, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul li a:hover:after {
  background-position: 0 -7px;
}
/* line 832, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li.succeeded {
  font-weight: 400;
  color: #000000;
  position: relative;
}
/* line 836, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li.succeeded a {
  font-weight: 700;
}
/* line 839, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li.succeeded:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: -50px;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -2900px;
}
/* line 48, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.camera_a_links {
  width: 50%;
  float: left;
  padding-left: 4.6875rem;
}
/* line 53, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.camera_b_links {
  width: 50%;
  float: right;
  padding-left: 4.6875rem;
}
/* line 58, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.both_cameras_links {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 3px;
}
/* line 63, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.both_cameras_links a {
  font-weight: 700;
}
/* line 65, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.both_cameras_links a em {
  font-weight: 400;
  font-style: normal;
}

/* line 858, ../scss/app.scss */
.title_wrapper {
  position: relative;
}
/* line 861, ../scss/app.scss */
.title_wrapper > .title_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.title_wrapper > .title_content:before, .title_wrapper > .title_content:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.title_wrapper > .title_content:after {
  clear: both;
}
/* line 864, ../scss/app.scss */
.title_wrapper > .title_content > .h1 {
  text-align: center;
}

/* line 870, ../scss/app.scss */
.meta_controls {
  position: absolute;
  width: 100%;
  left: 0;
  top: 154px;
  z-index: 400;
  background-color: #f7f7f7;
}
/* line 877, ../scss/app.scss */
.meta_controls .meta_controls_wrapper {
  position: relative;
}
/* line 880, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content:before, .meta_controls .meta_controls_wrapper > .meta_controls_content:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content:after {
  clear: both;
}
/* line 883, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .col_a {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
}
/* line 887, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .feedback {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 33.33333%;
  float: left;
  padding: 17px 30px 0;
  text-align: right;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 895, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher {
  clear: both;
  padding-left: 1.81rem;
}
/* line 898, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul {
  list-style-type: none;
  margin: 0 0 0 0;
}
/* line 901, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "proxima-nova", "Arial", sans-serif;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
/* line 908, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li a {
  color: #9b9b9b;
}
/* line 910, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li a:hover {
  border-bottom: 2px solid #3d74da;
  color: #9b9b9b;
}
/* line 916, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li.active a {
  color: #203140;
  border-bottom: 2px solid #3d74da;
}
/* line 921, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li:first-child {
  padding-left: 0;
}

/* line 938, ../scss/app.scss */
.comparison_wrapper {
  position: relative;
}
/* line 941, ../scss/app.scss */
.comparison_wrapper .camera_name {
  font-family: "Oswald", "Georgia", san-serif;
  font-style: normal;
  color: #292d35;
  text-align: center;
}
/* line 948, ../scss/app.scss */
.comparison_wrapper .camera_image {
  background-repeat: no-repeat;
  margin: 0;
  background-color: white;
  background-image: url("/images/camera_default.jpg");
}
/* line 953, ../scss/app.scss */
.comparison_wrapper .camera_image > a {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
}
/* line 965, ../scss/app.scss */
.comparison_wrapper .manufacturer {
  font-weight: 400;
  display: inline-block;
}
/* line 969, ../scss/app.scss */
.comparison_wrapper .model {
  font-weight: 300;
  display: inline-block;
}
/* line 975, ../scss/app.scss */
.comparison_wrapper > .camera_heading {
  position: relative;
  min-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper > .camera_heading:before, .comparison_wrapper > .camera_heading:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper > .camera_heading:after {
  clear: both;
}
/* line 984, ../scss/app.scss */
.comparison_wrapper.camera_specifications {
  border-bottom: 1px solid #e7e9ee;
}
/* line 988, ../scss/app.scss */
.comparison_wrapper.camera_large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  overflow: visible;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_large:before, .comparison_wrapper.camera_large:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_large:after {
  clear: both;
}
/* line 993, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading {
  background-color: transparent;
  background-image: url("/images/versus.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center 15px;
  height: 66px;
  overflow: visible;
}
/* line 998, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name {
  position: absolute;
  height: 66px;
  width: 50%;
  margin: 0;
  padding: 0;
  top: 0;
}
/* line 1005, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name:first-child {
  right: 50%;
}
/* line 1009, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name:last-child {
  left: 50%;
}
/* line 1013, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor {
  cursor: text;
  position: absolute;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  outline: none;
  background: none;
  overflow: visible;
  height: 66px;
  min-width: 80%;
  z-index: 50;
  top: 0;
  text-align: center;
}
/* line 1027, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_a {
  right: 50px;
}
/* line 1031, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_b {
  left: 50px;
}
/* line 1036, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper {
  position: relative;
  overflow: visible;
  height: 62px;
  line-height: 66px;
  z-index: 50;
}
/* line 1043, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead {
  text-align: inherit;
  margin: 0;
  padding: 0 10px;
  height: 62px;
  line-height: 66px;
  outline: none;
  border-left: none;
  border-right: none;
  border-top: 2px dotted transparent;
  border-bottom: 2px dotted #d0d2d7;
  font-size: 2.25rem;
  font-family: "Oswald", "Georgia", san-serif;
  font-style: normal;
  color: #292d35;
  overflow: visible;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background-image: url("/images/search_icon.png");
  background-repeat: no-repeat;
  background-position: 366px 29px;
  background-size: 16px 16px;
  background-color: #fff !important;
}
/* line 1071, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead:hover, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead:hover {
  clear: both;
  border-bottom: 2px dotted #ec4b2c;
  background-image: url("/images/search_icon_orange.png");
}
/* line 1077, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead:active, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead:focus, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead:active, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead:focus {
  outline: inherit;
  color: #292d35;
  border: 2px solid #e5ebee;
  background-image: none;
}
/* line 1084, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead:focus, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead.tt-hint, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead:focus, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead.tt-hint {
  text-align: left;
}
/* line 1088, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .typeahead.tt-hint, .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper > .twitter-typeahead > .typeahead.tt-hint {
  color: #9b9fa7;
  border: 2px solid #e5ebee;
}
/* line 1095, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead {
  width: 100%;
}
/* line 1098, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu {
  width: 400px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #e5e8ee;
}
/* line 1104, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestions > .tt-suggestion {
  padding: 5px 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #292d35;
}
/* line 1111, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestions > .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3d74da;
}
/* line 1116, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestions > .tt-suggestion > p {
  margin: 0;
  border-bottom: 1px solid #c6cdda;
}
/* line 1121, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestions > .tt-suggestion.tt-cursor > p {
  border-bottom: 1px solid #3d74da;
}
/* line 1125, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestions > .tt-suggestion:last-child > p {
  border-bottom: none;
}
/* line 1134, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper {
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
}
/* line 1140, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_image {
  height: 250px;
  background-size: 420px;
  background-position: center 70px;
  border-left: 2px solid transparent;
  border-right: 1px solid #e7e9ee;
}
/* line 1146, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_image a {
  background-size: 420px;
  background-position: center 70px;
}
/* line 1152, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details {
  width: 100%;
  border-top: 1px solid #e7e9ee;
}
/* line 1156, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 1.1875rem 0 0.625rem;
  text-align: center;
}
/* line 1162, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #000000;
  font-weight: 400;
  font-family: "proxima-nova", "Arial", san-serif;
}
/* line 1172, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li > span.detail {
  color: #9b9fa7;
}
/* line 1175, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li:after {
  content: "/";
  color: #c4c6cb;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
/* line 1181, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li:last-child:after {
  content: none;
}
/* line 1188, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper:last-child > .camera_image {
  border-right: 2px solid transparent;
  border-left: 1px solid #e7e9ee;
}
/* line 1193, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper span.review_link {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
/* line 1197, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper span.review_link a {
  font-family: "futura-pt", "Arial", san-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
/* line 12, ../scss/_custom_functions.scss */
.comparison_wrapper.camera_large > .camera_wrapper span.review_link a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0px;
}
/* line 1202, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper span.review_link a:hover:after {
  background-position: 0 -8px;
}
/* line 1210, ../scss/app.scss */
.comparison_wrapper.camera_small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  border: 2px solid #e7e9ee;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  background-color: white;
  -webkit-transition: -webkit-box-shadow 300ms ease-in-out, border-color 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms ease-in-out, border-color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, border-color 300ms ease-in-out;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_small:before, .comparison_wrapper.camera_small:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_small:after {
  clear: both;
}
/* line 1223, ../scss/app.scss */
.comparison_wrapper.camera_small:hover .comparison_link a, .comparison_wrapper.camera_small.active .comparison_link a {
  color: #ec4b2c;
}
/* line 1225, ../scss/app.scss */
.comparison_wrapper.camera_small:hover .comparison_link a:after, .comparison_wrapper.camera_small.active .comparison_link a:after {
  background-position: 0 -8px;
}
/* line 1231, ../scss/app.scss */
.comparison_wrapper.camera_small:hover {
  border-color: #c9ced9;
  -webkit-box-shadow: 0px 0px 5px 2px #e7e9ee;
  -moz-box-shadow: 0px 0px 5px 2px #e7e9ee;
  box-shadow: 0px 0px 5px 2px #e7e9ee;
}
/* line 1238, ../scss/app.scss */
.comparison_wrapper.camera_small.active:hover {
  box-shadow: none;
}
/* line 1242, ../scss/app.scss */
.comparison_wrapper.camera_small.active {
  z-index: 1499;
  border-color: #707c99;
}
/* line 1247, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_heading {
  padding: 5px;
  height: 40px;
  background-color: transparent;
  background-image: url("/images/versus.png");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center 10px;
}
/* line 1252, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_heading > .camera_name {
  float: left;
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0;
}
/* line 1260, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper {
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
}
/* line 1265, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper:nth-child(2) {
  border-right: 2px solid #e7e9ee;
}
/* line 1268, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_name {
  font-size: 1.125rem;
}
/* line 1271, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_image {
  background-size: 200px;
  background-position: center 30px;
  height: 120px;
}
/* line 1275, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_image a {
  background-size: 200px;
  background-position: center 30px;
}
/* line 1280, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details {
  border-top: 1px solid #e7e9ee;
  width: 100%;
  font-family: "proxima-nova", "Arial", san-serif;
}
/* line 1286, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_specifications {
  list-style-type: none;
  text-align: center;
  line-height: 50px;
  margin: 0 20px 0 20px;
}
/* line 1291, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_specifications > li {
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  color: #292d35;
  display: inline;
  text-align: center;
}
/* line 1299, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_specifications > li:not(:last-child):after {
  content: " / ";
}
/* line 1304, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_advantages {
  list-style-type: none;
  margin: 0 20px;
  padding: 0;
  border-top: 2px dotted #e7e9ee;
  border-bottom: 2px dotted #e7e9ee;
}
/* line 1310, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_advantages > li {
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  width: 200px;
  margin-bottom: 5px;
  height: 50px;
  padding-left: 50px;
  display: table;
  position: relative;
}
/* line 1321, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_advantages > li:after {
  display: none;
}
/* line 1329, ../scss/app.scss */
.comparison_wrapper.camera_small .comparison_link h4 {
  height: 50px;
  width: 100%;
  text-align: center;
  clear: both;
  line-height: 50px;
  margin-bottom: 0px;
}
/* line 1336, ../scss/app.scss */
.comparison_wrapper.camera_small .comparison_link h4 a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
/* line 12, ../scss/_custom_functions.scss */
.comparison_wrapper.camera_small .comparison_link h4 a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0px;
}
/* line 1341, ../scss/app.scss */
.comparison_wrapper.camera_small .comparison_link h4 a em {
  text-transform: lowercase;
  font-style: normal;
}

/* my current working plan is to use the semantic markup for authors to trigger the image
.byline {
    width:200px;
    height:60px;
    background-image:url(img-url("authors/standin.png"));
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:50px 50px;
    background-position:left center;
    padding-top:15px;
    padding-left:60px;
    margin-left:20px;
    .byline_title {
        font-family:$standard-font-family;
        font-weight:$font-weight-extra-bold;
        font-size:rem-calc(12);
        color:$primary-color;
        text-transform:uppercase;
        white-space:nowrap;
        overflow:visible;
    }
    .author_name {
        font-family:$menu-font-family;
        font-weight:$font-weight-bold;
        font-size:rem-calc(14);
        color:$anchor-font-color;
        white-space:nowrap;
        overflow:visible;
        &:hover {
            color:$anchor-font-color-hover;
        }
    }
}
*/
/* line 1386, ../scss/app.scss */
::-webkit-input-placeholder {
  color: #9b9fa7;
}

/* line 1390, ../scss/app.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #9b9fa7;
}

/* line 1395, ../scss/app.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #9b9fa7;
}

/* line 1400, ../scss/app.scss */
:-ms-input-placeholder {
  color: #9b9fa7;
}

/* line 1404, ../scss/app.scss */
.logo {
  width: 140px;
  height: 54px;
  overflow-x: visible;
}
/* line 1408, ../scss/app.scss */
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1413, ../scss/app.scss */
.logo .logo-strip {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 64px;
  background: transparent url("/images/logo_strip.png") no-repeat -4px -25px;
}
/* line 1421, ../scss/app.scss */
.logo .wordmark {
  position: absolute;
  left: 55px;
  top: 14px;
  width: 68px;
  height: 24px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
}

/* line 1433, ../scss/app.scss */
footer {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  position: relative;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
footer:before, footer:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
footer:after {
  clear: both;
}
/* line 1438, ../scss/app.scss */
footer .footer-nav-wrapper {
  margin-top: 20px;
  position: relative;
  background-color: #292d35;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  /*
  .newsletter {
      position:relative;
      height:95px;
      padding-top:$small-vspacing;
      width:100%;
      & > input:focus {
          outline:none;
      }
      & > #newsletter_input {
          height:40px;
          width:280px;
          float:right;
          border:none;
          padding:0 $small-vspacing;
          background-color:#3C414A;
          font-family:$menu-font-family;
          font-weight:$font-weight-bold;
          font-style:$body-font-style;
          font-size:rem-calc(11);
          color:$body-background-color;
      }
      & > #newsletter_button {
          width:40px;
          height:40px;
          background:$secondary-color url(img-url("newsletter_button.png")) no-repeat left top;
          cursor:pointer;
          display:block;
          float:right;
          margin-right:20px;
      }
  }
  */
}
/* line 1443, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper {
  height: 255px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #444c5f;
}
/* line 1448, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu {
  list-style-type: none;
  padding: 0;
}
/* line 1451, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li {
  font-family: "futura-pt", "Arial", san-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.6875rem;
  line-height: 1.71875rem;
  text-transform: uppercase;
  color: #9b9fa7;
  position: relative;
}
/* line 1460, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li > a {
  color: inherit;
  border-bottom: 2px solid #292d35;
}
/* line 1464, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li:hover {
  color: white;
}
/* line 1466, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li:hover > a {
  border-bottom: 2px solid #3d74da;
}
/* line 1470, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.reselektor {
  color: white;
}
/* line 1472, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.reselektor:hover {
  color: #e6e6e6;
}
/* line 1476, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.google {
  color: #ec4b2c;
}
/* line 1478, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.google:hover > a {
  border-bottom: 2px solid #ec4b2c;
}
/* line 1482, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.twitter {
  color: #2cacf5;
}
/* line 1484, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.twitter:hover > a {
  border-bottom: 2px solid #2cacf5;
}
/* line 1488, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.facebook {
  color: #446bb8;
}
/* line 1490, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.facebook:hover > a {
  border-bottom: 2px solid #446bb8;
}
/* line 1496, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-start {
  position: relative;
  height: 100%;
  width: 230px;
  float: left;
  border-right: 1px solid #444c5f;
}
/* line 1502, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-start .logo {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
/* line 1506, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-start .logo .wordmark {
  background-image: url("/images/wordmark_bright.png");
}
/* line 1511, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle {
  padding-top: 20px;
  width: 182px;
  height: 100%;
  vertical-align: top;
  float: left;
  border-right: 1px solid #444c5f;
}
/* line 1519, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-end {
  padding-top: 20px;
  height: 100%;
  overflow: hidden;
}
/* line 1558, ../scss/app.scss */
footer .footer-nav-wrapper .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
/* line 1564, ../scss/app.scss */
footer .footer-nav-wrapper .copyright > span {
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.6875rem;
  color: #9b9fa7;
}

/* line 1576, ../scss/app.scss */
body.pinheader header {
  position: relative;
}
/* line 1578, ../scss/app.scss */
body.pinheader header .top-nav-wrapper {
  position: fixed;
}
/* line 1580, ../scss/app.scss */
body.pinheader header .top-nav-wrapper .nav-content-wrapper {
  position: fixed;
}
/* line 1585, ../scss/app.scss */
body.pinheader .leaderboard {
  padding-top: 20px;
}

/* line 1590, ../scss/app.scss */
.content_wrapper {
  width: 1120px;
  padding: 0 0 0 0;
  margin: 0 auto;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  /* line 1598, ../scss/app.scss */
  .content_wrapper {
    position: static;
  }
}
/* line 1603, ../scss/app.scss */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  z-index: 500;
  background-color: #292d35;
}
/* line 1612, ../scss/app.scss */
header .top-nav {
  position: relative;
  height: 54px;
  overflow: visible;
  width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 120px;
}
/* line 1620, ../scss/app.scss */
header .top-nav .logo {
  position: absolute;
  width: 140px;
  height: 110px;
  left: 20px;
  top: 0;
}
/* line 1626, ../scss/app.scss */
header .top-nav .logo .wordmark {
  background-image: url("/images/wordmark_dark.png");
}
/* line 1631, ../scss/app.scss */
header .top-nav ul.nav-menu {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 60px;
  height: 54px;
  width: 875px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row, nowrap;
  -moz-flex-flow: row, nowrap;
  -ms-flex-flow: row, nowrap;
  flex-flow: row, nowrap;
  -webkit-box-pack: space_between;
  -ms-flex-pack: space_between;
  -webkit-justify-content: space_between;
  -moz-justify-content: space_between;
  justify-content: space_between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
/* line 1643, ../scss/app.scss */
header .top-nav ul.nav-menu > li {
  display: inline-block;
  height: 54px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 25%;
}
/* line 1649, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-item {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 54px;
  text-align: center;
  cursor: pointer;
}
/* line 1661, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-item:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
}
/* line 1674, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-item > .nav-text {
  font-family: "futura-pt", "Arial", san-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #f8f9fc;
  border-bottom: 2px solid transparent;
}
/* line 1683, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-item.no-nav-content:after {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
/* line 1690, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content {
  position: absolute;
  top: 54px;
  width: 980px;
  margin: 0;
  padding: 0;
  height: 230px;
  right: 15px;
  z-index: 500;
  overflow: hidden;
  background-color: #e5ebee;
  display: none;
  *zoom: 1;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
header .top-nav ul.nav-menu > li > .nav-content:before, header .top-nav ul.nav-menu > li > .nav-content:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
header .top-nav ul.nav-menu > li > .nav-content:after {
  clear: both;
}
/* line 1703, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section {
  position: relative;
  float: left;
  height: 230px;
  padding-left: 20px;
  padding-top: 20px;
  width: 20rem;
}
/* line 1720, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section span.heading {
  display: block;
  position: relative;
  height: 20px;
  line-height: 20px;
  font-family: "futura-pt", "Arial", san-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875rem;
  color: #9b9fa7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d4d7df;
}
/* line 1734, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul {
  list-style-type: none;
  display: block;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  height: 145px;
  width: 100%;
}
/* line 1743, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul.two-column {
  width: 50%;
}
/* line 1746, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li {
  text-align: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #d4d7df;
}
/* line 1751, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li a {
  font-family: "futura-pt", "Arial", san-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: #5F636A;
}
/* line 1758, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li:hover {
  border-bottom: 1px solid #3d74da;
}
/* line 1760, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li:hover a {
  color: #3d74da;
}
/* line 1766, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li.nav-link-color-test a {
  color: #3d74da;
}
/* line 1769, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li.nav-link-color-test:hover {
  border-bottom: 1px solid #ec4b2c;
}
/* line 1771, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li.nav-link-color-test:hover a {
  color: #ec4b2c;
}
/* line 1781, ../scss/app.scss */
header .top-nav ul.nav-menu > li:hover > .nav-content, header .top-nav ul.nav-menu > li.active > .nav-content {
  display: block;
}
/* line 1785, ../scss/app.scss */
header .top-nav ul.nav-menu > li:hover > .nav-item:after, header .top-nav ul.nav-menu > li.active > .nav-item:after {
  border-bottom: 10px solid #e5ebee;
}
/* line 1788, ../scss/app.scss */
header .top-nav ul.nav-menu > li:hover > .nav-item > .nav-text, header .top-nav ul.nav-menu > li.active > .nav-item > .nav-text {
  border-bottom: 2px solid #3d74da;
}
/* line 1795, ../scss/app.scss */
header .top-nav > .search {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
}
/* line 1802, ../scss/app.scss */
header .top-nav > .search > .search-icon-target {
  cursor: pointer;
  position: relative;
  display: block;
  width: 40px;
  height: 100%;
  background-color: transparent;
  background-image: url("/images/search_icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}
/* line 1813, ../scss/app.scss */
header .top-nav > .search > .search-icon-target:hover {
  background-image: url("/images/search_icon_orange.png");
}
/* line 1818, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper {
  display: none;
  position: absolute;
  height: 54px;
  width: 1120px;
  padding-left: 180px;
  padding-top: 2px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  right: 0;
  overflow: visible;
}
/* line 1831, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper #search-input {
  width: 940px;
  height: 50px;
  position: relative !important;
  border: none;
  outline: none;
  padding: 0 40px 0 20px !important;
  background-color: #555e6f !important;
  font-family: "futura-pt", "Arial", san-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  color: white;
}
/* line 1844, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper #search-input:focus {
  border: none;
  outline: none;
}
/* line 1850, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper .search-icon-target {
  position: absolute;
  cursor: pointer;
  height: 50px;
  border: none;
  padding: 0;
  margin: 0;
  width: 40px;
  top: 2px;
  right: 0;
  background-image: url("/images/search_icon_hover.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
/* line 1864, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper .search-icon-target:hover {
  background-image: url("/images/search_icon.png");
}
/* line 1870, ../scss/app.scss */
header .top-nav > .search.active > .search-input-wrapper {
  display: block;
}
/* line 1873, ../scss/app.scss */
header .top-nav > .search.active > .search-icon-target {
  background-image: url("/images/search_icon_hover.png");
}
/* line 1880, ../scss/app.scss */
header + .ircrumbs {
  padding-top: 54px;
}
/* line 1882, ../scss/app.scss */
header + .ircrumbs .breadcrumbs {
  margin-left: 16px;
}

/* line 1889, ../scss/app.scss */
.breadcrumbs {
  display: block;
  padding: 0.5rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: none;
  border-width: 0;
  background-color: white;
  border-color: transparent;
  background-color: transparent;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
/* line 1894, ../scss/app.scss */
.breadcrumbs li {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 62, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:hover a, .breadcrumbs li:focus a {
  text-decoration: none;
}
/* line 65, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li a,
.breadcrumbs li span {
  text-transform: uppercase;
  color: #c4c6cb;
}
/* line 71, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current {
  cursor: default;
  color: #c4c6cb;
}
/* line 74, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current a {
  cursor: default;
  color: #c4c6cb;
}
/* line 80, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current:hover, .breadcrumbs li.current:hover a, .breadcrumbs li.current:focus, .breadcrumbs li.current:focus a {
  text-decoration: none;
}
/* line 84, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable {
  color: #999999;
}
/* line 86, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable a {
  color: #999999;
}
/* line 91, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable:hover, .breadcrumbs li.unavailable:hover a, .breadcrumbs li.unavailable:focus,
.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}
/* line 98, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:before {
  content: "/";
  color: #e7e9ee;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 106, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:first-child:before {
  content: " ";
  margin: 0;
}
/* line 1898, ../scss/app.scss */
.breadcrumbs li a:hover, .breadcrumbs li.a:active {
  color: #f36f4c;
}
/* line 1902, ../scss/app.scss */
.breadcrumbs li h1 {
  text-transform: uppercase;
  color: #c4c6cb;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  display: inline;
  font-weight: 400;
}
/* line 1911, ../scss/app.scss */
.breadcrumbs li em {
  text-transform: lowercase;
  font-style: normal;
}

/* line 1929, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu {
  background-color: #e5ebee;
  width: 940px;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 1938, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-suggestion > a {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #ccd0e3;
  color: #5f6572;
  position: relative;
}
/* line 1941, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-suggestion > a > span.item-details {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #3c4048;
}
/* line 1947, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-suggestion > a > span.item-details .separator {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
/* line 1953, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-suggestion > a em {
  font-style: normal;
}
/* line 1958, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-suggestion .show-all-results {
  border-bottom: none;
}
/* line 1963, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-cursor > a {
  color: #fff;
  background-color: #3d74da;
}
/* line 1967, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestions > .tt-cursor > a > span.item-details {
  color: #fff;
}
/* line 1973, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .search-empty {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #ccd0e3;
  color: #5f6572;
  position: relative;
}

/* line 1979, ../scss/app.scss */
.spec_table_container {
  width: 56.25rem;
  margin: 0 auto;
}
/* line 1982, ../scss/app.scss */
.spec_table_container .table_header {
  list-style-type: none;
  clear: both;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 38px;
  margin-bottom: 19px;
  padding: 0 21px;
  overflow: hidden;
}
/* line 1992, ../scss/app.scss */
.spec_table_container .table_header li {
  width: 33.3%;
  display: block;
  float: left;
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1.25rem;
  color: #323232;
  font-weight: 700;
  margin-top: 1px;
}
/* line 2001, ../scss/app.scss */
.spec_table_container .table_header li:first-child {
  color: #9b9b9b;
  font-size: 1.3125rem;
  margin: 0 21px 0 -21px;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
/* line 2010, ../scss/app.scss */
.spec_table_container .spec-table {
  text-align: left;
  border: none;
  display: block;
  padding: 10px 21px;
  border: 2px solid #e7e9ee;
  clear: both;
}
/* line 2017, ../scss/app.scss */
.spec_table_container .spec-table tr {
  background-color: #fff;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #323232;
  border-bottom: 2px dotted #e7e9ee;
  display: inline-block;
  width: 100%;
  clear: both;
  min-height: 3.375rem;
}
/* line 2028, ../scss/app.scss */
.spec_table_container .spec-table tr th {
  width: 33.3%;
  display: block;
  float: left;
  color: #9b9b9b;
  padding: 19px 10px 19px 0;
  font-weight: 400;
}
/* line 2035, ../scss/app.scss */
.spec_table_container .spec-table tr th.section-header {
  width: 100%;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  color: #323232;
  font-size: 1.125rem;
}
/* line 2040, ../scss/app.scss */
.spec_table_container .spec-table tr th.section-header:after {
  content: ":";
}
/* line 2045, ../scss/app.scss */
.spec_table_container .spec-table tr td {
  width: 33.3%;
  display: block;
  float: left;
  padding: 19px 10px 19px 0;
}
/* line 2051, ../scss/app.scss */
.spec_table_container .spec-table tr:last-child, .spec_table_container .spec-table tr.section-start {
  border-bottom: none;
}

/* line 2059, ../scss/app.scss */
.image_quality_container h2 {
  text-transform: none;
  max-width: 62.5rem;
  margin: 0 auto;
  padding-bottom: 22px;
  text-align: center;
}
/* line 2065, ../scss/app.scss */
.image_quality_container h2:after {
  border-bottom: none;
  display: none;
}
/* line 2070, ../scss/app.scss */
.image_quality_container .image_quality_comparison {
  width: 33.375rem;
  margin: 0 auto;
  border: 2px solid #e7e9ee;
  padding: 13px;
  margin-bottom: 22px;
}
/* line 2076, ../scss/app.scss */
.image_quality_container .image_quality_comparison h3 {
  margin-top: 4px;
  margin-bottom: 14px;
  font-family: "Oswald", "Helvetica", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}
/* line 2083, ../scss/app.scss */
.image_quality_container .image_quality_comparison h3.half_width {
  width: 50%;
  float: left;
}
/* line 2088, ../scss/app.scss */
.image_quality_container .image_quality_comparison table {
  clear: both;
}
/* line 2091, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr td {
  padding-bottom: 6px;
  width: 15.8125rem;
}
/* line 2094, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr td:first-child {
  padding-right: 3px;
  border-right: 2px solid #e7e9ee;
  text-align: right;
}
/* line 2099, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr td:last-child {
  padding-left: 3px;
  text-align: left;
}
/* line 2105, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr:last-child td {
  padding-bottom: 0;
}

/* line 2114, ../scss/app.scss */
.user_reviews_wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  clear: both;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.user_reviews_wrapper:before, .user_reviews_wrapper:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.user_reviews_wrapper:after {
  clear: both;
}
/* line 2117, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review {
  width: 50%;
}
/* line 2119, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul {
  list-style-type: none;
  text-align: center;
}
/* line 2122, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li {
  text-align: center;
  display: inline-block;
  font-weight: 400;
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 1.125rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
/* line 2130, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li input[type="checkbox"]:disabled + label {
  color: #9b9fa7;
}
/* line 2133, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child {
  display: block;
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}
/* line 2139, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a {
  font-weight: 800;
  color: #9b9fa7;
  cursor: default;
}
/* line 2143, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled {
  color: #3d74da;
  cursor: pointer;
}
/* line 12, ../scss/_custom_functions.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 8px;
  margin-left: 12px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: url("/images/link_arrow_sprite.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: 0 0px;
}
/* line 2147, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled:hover {
  color: #ec4b2c;
}
/* line 2149, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled:hover:after {
  background-position: 0 -8px;
}
/* line 2157, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul:first-child {
  margin-left: 0;
}
/* line 2161, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review:first-child {
  float: left;
}
/* line 2164, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review:last-child {
  float: right;
}

/* line 2171, ../scss/app.scss */
.flash_messages .flash_notice {
  color: #31708f;
  background-color: #d9edf7;
  padding: 15px;
  width: 80%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 1px solid #bce8f1;
  border-radius: 4px;
  text-align: center;
}

/* line 2186, ../scss/app.scss */
.error404 {
  padding-top: 7.5rem;
  text-align: center;
}
/* line 2189, ../scss/app.scss */
.error404 .search {
  margin: 0 auto;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ebebeb;
  width: 50%;
}
/* line 2195, ../scss/app.scss */
.error404 .search > .search-icon-target {
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 100%;
  background-color: transparent;
  background-image: url("/images/search_icon.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding-left: 1.25rem;
  font-size: 1.2rem;
  color: #3d74da;
}
/* line 2207, ../scss/app.scss */
.error404 .search > .search-icon-target:hover {
  background-image: url("/images/search_icon_orange.png");
  color: #ec4b2c;
}
/* line 2213, ../scss/app.scss */
.error404 p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* line 2220, ../scss/app.scss */
.disqus #disqus_thread {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
  max-width: 59rem;
}
/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.disqus #disqus_thread:before, .disqus #disqus_thread:after {
  content: " ";
  display: table;
}
/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.disqus #disqus_thread:after {
  clear: both;
}

/* line 2226, ../scss/app.scss */
textarea#table_of_contents {
  min-height: 500px;
  width: 100%;
}

/* line 2233, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a {
  margin-right: 1.3125rem;
}
/* line 2236, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span:last-child a {
  margin-right: 0;
}
/* line 2239, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals.two_lines span {
  display: block;
}
/* line 2241, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals.two_lines span a {
  margin-left: 26px;
  margin-right: 0;
}
/* line 2248, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a.with-giftcard {
  margin-bottom: 56px;
  position: relative;
}
/* line 2252, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard {
  position: absolute;
  display: block;
  top: 42px;
  left: 0;
  width: 100%;
  height: 56px;
  background-color: #e1e9f8;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-box-shadow: #bbb 1px 1px 3px;
  -moz-box-shadow: #bbb 1px 1px 3px;
  box-shadow: #bbb 1px 1px 3px;
}
/* line 2269, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard span {
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: 700;
  width: 56%;
  display: block;
  text-align: center;
  color: #4378d4;
  font-size: 0.6875rem;
  height: 0.6875rem;
  line-height: 0.6875rem;
  margin-bottom: 1px;
  text-transform: uppercase;
}
/* line 2281, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard span:first-child {
  margin-top: 8px;
}
/* line 2284, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard span:nth-child(2) {
  color: #e9342e;
}
/* line 2287, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard span:last-child {
  font-size: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
}
/* line 2292, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard span .sup {
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  display: inline;
  vertical-align: top;
}
/* line 2299, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.giftcard:after {
  content: '';
  background-image: url("/images/affiliate_partners/bh_photo_giftcard.png");
  background-size: 91px 66px;
  background-repeat: no-repeat;
  width: 91px;
  height: 66px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 16px;
}
/* line 2312, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:hover span.giftcard {
  background-color: #ffefea;
}
