/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../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 30, ../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 51, ../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 108, ../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 139, ../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 175, ../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 211, ../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 289, ../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 303, ../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 315, ../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 328, ../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 340, ../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 350, ../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 374, ../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 383, ../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 431, ../../../vendor/foundation/scss/foundation/components/_global.scss */
meta.foundation-version {
  font-family: "/5.5.3/";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 502, ../../../vendor/foundation/scss/foundation/components/_global.scss */
body {
  background: #FFFFFF;
  color: #292D35;
  cursor: auto;
  font-family: "proxima-nova", "Arial", san-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 0;
  padding: 0;
  position: relative;
}

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

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

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

/* line 525, ../../../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,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

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

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

/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearfix:after {
  clear: both;
}

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

/* line 542, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.invisible {
  visibility: hidden;
}

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

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

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

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

/* line 119, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs {
  border-style: none;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5rem 0.875rem 0.5625rem;
  background-color: #FFFFFF;
  border-color: transparent;
  border-radius: 10px;
}
/* line 123, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * {
  color: #c4c6cb;
  float: left;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
  text-transform: uppercase;
}
/* line 69, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}
/* line 71, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > * a {
  color: #c4c6cb;
}
/* line 76, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current {
  color: #c4c6cb;
  cursor: default;
}
/* line 79, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.current a {
  color: #c4c6cb;
  cursor: default;
}
/* line 84, ../../../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 89, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable {
  color: #999;
}
/* line 91, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable a {
  color: #999;
}
/* line 93, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}
/* line 103, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:before {
  color: #E7E9EE;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 111, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
/* line 128, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

/* Clearing Styles */
/* line 44, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
/* line 50, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
/* line 55, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

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

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

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

/* line 88, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.visible-img {
  height: 95%;
  position: relative;
}
/* line 92, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

  /* line 193, ../../../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 199, ../../../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 206, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: .4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  /* line 220, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  /* line 226, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  /* line 232, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  /* line 237, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  /* line 238, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: .8;
  }
  /* line 243, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }

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

/* Progress Bar */
/* line 59, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem;
}
/* line 63, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter {
  background: #292D35;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 66, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter.secondary {
  background: #3D74DA;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 67, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter.success {
  background: #5DA423;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 68, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress .meter.alert {
  background: #C60F13;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 70, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.secondary .meter {
  background: #3D74DA;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 71, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.success .meter {
  background: #5DA423;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 72, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.alert .meter {
  background: #C60F13;
  display: block;
  height: 100%;
  float: left;
  width: 0%;
}
/* line 74, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius {
  border-radius: 10px;
}
/* line 75, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.radius .meter {
  border-radius: 9px;
}
/* line 78, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round {
  border-radius: 1000px;
}
/* line 79, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
.progress.round .meter {
  border-radius: 999px;
}

/* line 118, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav {
  display: block;
  font-family: "proxima-nova", "Arial", san-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0;
}
/* line 71, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0 0.4375rem 0;
}
/* line 76, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button) {
  color: #292D35;
  display: block;
  margin: 0;
  padding: 0.4375rem 0.875rem;
}
/* line 81, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: rgba(0, 0, 0, 0.025);
  color: #5f697b;
}
/* line 86, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li a:not(.button):active {
  color: #5f697b;
}
/* line 91, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.active > a:first-child:not(.button) {
  color: #5f697b;
  font-family: "proxima-nova", "Arial", san-serif;
  font-weight: normal;
}
/* line 97, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
/* line 105, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
.side-nav li.heading {
  color: #292D35;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 123, ../../../vendor/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto;
}
/* line 67, ../../../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 {
  color: #999999;
  float: left;
  font-family: "proxima-nova", "Arial", san-serif;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}
/* line 82, ../../../vendor/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.1875rem 1rem;
  text-decoration: none;
}
/* line 87, ../../../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 92, ../../../vendor/foundation/scss/foundation/components/_sub-nav.scss */
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #292D35;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.1875rem 1rem;
}
/* line 100, ../../../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 59, ../../../vendor/foundation/scss/foundation/components/_thumbs.scss */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
/* line 48, ../../../vendor/foundation/scss/foundation/components/_thumbs.scss */
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(41, 45, 53, 0.5);
}
/* line 63, ../../../vendor/foundation/scss/foundation/components/_thumbs.scss */
.th.radius {
  border-radius: 10px;
}

/* Tooltips */
/* line 38, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: 700;
}
/* line 44, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #121418;
  color: #292D35;
}
/* line 50, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 54, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
/* line 68, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
/* line 79, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
/* line 85, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.radius {
  border-radius: 10px;
}
/* line 88, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round {
  border-radius: 1000px;
}
/* line 90, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.round > .nub {
  left: 2rem;
}
/* line 95, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
.tooltip.opened {
  border-bottom: dotted 1px #121418 !important;
  color: #292D35 !important;
}

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

@media only screen and (min-width: 0em) {
  /* line 110, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  /* line 114, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  /* line 120, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  /* line 123, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  /* line 130, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
/* line 158, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 168, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
/* line 196, ../../../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 220, ../../../vendor/foundation/scss/foundation/components/_type.scss */
a {
  color: #3D74DA;
  line-height: inherit;
  text-decoration: none;
}
/* line 225, ../../../vendor/foundation/scss/foundation/components/_type.scss */
a:hover, a:focus {
  color: #EC4B2C;
}
/* line 233, ../../../vendor/foundation/scss/foundation/components/_type.scss */
a img {
  border: none;
}

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

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

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

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

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

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

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

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

/* line 279, ../../../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 281, ../../../vendor/foundation/scss/foundation/components/_type.scss */
hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem;
}

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

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

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

/* line 307, ../../../vendor/foundation/scss/foundation/components/_type.scss */
code {
  background-color: #c5d5f4;
  border-color: #a0bbed;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

/* line 329, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul {
  margin-left: 1.1rem;
}

/* Unordered Lists */
/* line 336, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
/* line 345, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
/* line 348, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
/* line 349, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
/* line 350, ../../../vendor/foundation/scss/foundation/components/_type.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

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

/* line 366, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.no-bullet {
  list-style-type: none;
  margin-left: 0;
}
/* line 371, ../../../vendor/foundation/scss/foundation/components/_type.scss */
.no-bullet li ul,
.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

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

/* Abbreviations */
/* line 390, ../../../vendor/foundation/scss/foundation/components/_type.scss */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #292D35;
  cursor: help;
}

/* line 397, ../../../vendor/foundation/scss/foundation/components/_type.scss */
abbr {
  text-transform: none;
}
/* line 399, ../../../vendor/foundation/scss/foundation/components/_type.scss */
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
/* line 405, ../../../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 410, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #535b6b;
}
/* line 414, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote cite:before {
  content: "\2014 \0020";
}
/* line 418, ../../../vendor/foundation/scss/foundation/components/_type.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #535b6b;
}

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

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

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

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

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

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

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

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

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

  /* line 467, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  h6 {
    font-size: 1rem;
  }
}
/* small displays */
@media only screen and (min-width: 0em) {
  /* line 244, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

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

  /* line 251, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

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

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

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

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

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

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

  /* line 251, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

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

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

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

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

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

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

  /* line 251, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

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

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

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

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

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

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

  /* line 251, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

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

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

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

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

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

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

  /* line 251, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  /* line 254, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Screen reader-specific classes */
/* line 394, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* line 397, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
/* line 400, ../../../vendor/foundation/scss/foundation/components/_visibility.scss */
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
/* line 259, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 2, ../scss/_app-diff.scss */
meta.foundation-version {
  font-family: "/5.1.0/";
}

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

/* line 269, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 13, ../scss/_app-diff.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 */
/* line 19, ../scss/_app-diff.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 */
/* line 25, ../scss/_app-diff.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 */
/* line 31, ../scss/_app-diff.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 */
/* line 37, ../scss/_app-diff.scss */
meta.foundation-data-attribute-namespace {
  font-family: false;
}

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

/* line 301, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 47, ../scss/_app-diff.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 */
/* line 56, ../scss/_app-diff.scss */
html,
body {
  font-size: 16px;
}

/* line 309, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 62, ../scss/_app-diff.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 */
/* line 76, ../scss/_app-diff.scss */
a:hover {
  cursor: pointer;
}

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

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

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

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

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

/* line 344, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 120, ../scss/_app-diff.scss */
.clearfix {
  *zoom: 1;
}

/* line 130, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 124, ../scss/_app-diff.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 131, ../../../vendor/foundation/scss/foundation/components/_global.scss */
/* line 129, ../scss/_app-diff.scss */
.clearfix:after {
  clear: both;
}

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

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

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

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

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

/* line 114, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 162, ../scss/_app-diff.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 */
/* line 176, ../scss/_app-diff.scss */
.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.875rem;
  text-transform: uppercase;
}

/* line 62, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 183, ../scss/_app-diff.scss */
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}

/* line 65, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 187, ../scss/_app-diff.scss */
.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #c4c6cb;
}

/* line 71, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 193, ../scss/_app-diff.scss */
.breadcrumbs > *.current {
  cursor: default;
  color: #c4c6cb;
}

/* line 74, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 198, ../scss/_app-diff.scss */
.breadcrumbs > *.current a {
  cursor: default;
  color: #c4c6cb;
}

/* line 80, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 203, ../scss/_app-diff.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 */
/* line 207, ../scss/_app-diff.scss */
.breadcrumbs > *.unavailable {
  color: #999999;
}

/* line 86, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 211, ../scss/_app-diff.scss */
.breadcrumbs > *.unavailable a {
  color: #999999;
}

/* line 91, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 215, ../scss/_app-diff.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 */
/* line 222, ../scss/_app-diff.scss */
.breadcrumbs > *:before {
  content: "/";
  color: #e7e9ee;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

/* line 106, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
/* line 230, ../scss/_app-diff.scss */
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Clearing Styles */
/* line 40, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 237, ../scss/_app-diff.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 */
/* line 244, ../scss/_app-diff.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 */
/* line 249, ../scss/_app-diff.scss */
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}

/* line 46, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 253, ../scss/_app-diff.scss */
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}

/* line 51, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 258, ../scss/_app-diff.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 */
/* line 263, ../scss/_app-diff.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 */
/* line 273, ../scss/_app-diff.scss */
.clearing-blackout .clearing-close {
  display: block;
}

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

/* line 76, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 287, ../scss/_app-diff.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 */
/* line 296, ../scss/_app-diff.scss */
.visible-img {
  height: 95%;
  position: relative;
}

/* line 88, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 301, ../scss/_app-diff.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 */
/* line 311, ../scss/_app-diff.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 */
/* line 326, ../scss/_app-diff.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 */
/* line 336, ../scss/_app-diff.scss */
.clearing-close:hover, .clearing-close:focus {
  color: #ccc;
}

/* line 125, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 341, ../scss/_app-diff.scss */
.clearing-assembled .clearing-container {
  height: 100%;
}

/* line 126, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 345, ../scss/_app-diff.scss */
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

/* line 130, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 350, ../scss/_app-diff.scss */
.clearing-feature li {
  display: none;
}

/* line 132, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
/* line 354, ../scss/_app-diff.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 */
  /* line 360, ../scss/_app-diff.scss */
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  /* line 145, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 368, ../scss/_app-diff.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 */
  /* line 378, ../scss/_app-diff.scss */
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  /* line 155, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 384, ../scss/_app-diff.scss */
  .clearing-main-prev {
    left: 0;
  }

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

  /* line 163, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 395, ../scss/_app-diff.scss */
  .clearing-main-next {
    right: 0;
  }

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

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

  /* line 176, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 411, ../scss/_app-diff.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 */
  /* line 418, ../scss/_app-diff.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 */
  /* line 426, ../scss/_app-diff.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 */
  /* line 439, ../scss/_app-diff.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 */
  /* line 444, ../scss/_app-diff.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 */
  /* line 451, ../scss/_app-diff.scss */
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  /* line 222, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 456, ../scss/_app-diff.scss */
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  /* line 223, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 460, ../scss/_app-diff.scss */
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }

  /* line 228, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 464, ../scss/_app-diff.scss */
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  /* line 235, ../../../vendor/foundation/scss/foundation/components/_clearing.scss */
  /* line 471, ../scss/_app-diff.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 */
/* line 480, ../scss/_app-diff.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 */
/* line 489, ../scss/_app-diff.scss */
.flex-video.widescreen {
  padding-bottom: 56.55%;
}

/* line 29, ../../../vendor/foundation/scss/foundation/components/_flex-video.scss */
/* line 493, ../scss/_app-diff.scss */
.flex-video.vimeo {
  padding-top: 0;
}

/* line 34, ../../../vendor/foundation/scss/foundation/components/_flex-video.scss */
/* line 497, ../scss/_app-diff.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 */
/* line 509, ../scss/_app-diff.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 */
/* line 525, ../scss/_app-diff.scss */
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

/* line 95, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 531, ../scss/_app-diff.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 */
/* line 538, ../scss/_app-diff.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 */
/* line 546, ../scss/_app-diff.scss */
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

/* line 47, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 551, ../scss/_app-diff.scss */
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}

/* line 52, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 556, ../scss/_app-diff.scss */
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}

/* line 60, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 560, ../scss/_app-diff.scss */
ul.pagination li.current a {
  background: #292d35;
  color: white;
  font-weight: bold;
  cursor: default;
}

/* line 67, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 567, ../scss/_app-diff.scss */
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #292d35;
}

/* line 119, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 571, ../scss/_app-diff.scss */
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
/* line 137, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 578, ../scss/_app-diff.scss */
.pagination-centered {
  text-align: center;
}

/* line 119, ../../../vendor/foundation/scss/foundation/components/_pagination.scss */
/* line 582, ../scss/_app-diff.scss */
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Progress Bar */
/* line 53, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 589, ../scss/_app-diff.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 */
/* line 597, ../scss/_app-diff.scss */
.progress .meter {
  background: #292d35;
  height: 100%;
  display: block;
}

/* line 60, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 603, ../scss/_app-diff.scss */
.progress.secondary .meter {
  background: #3d74da;
  height: 100%;
  display: block;
}

/* line 61, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 609, ../scss/_app-diff.scss */
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}

/* line 62, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 615, ../scss/_app-diff.scss */
.progress.alert .meter {
  background: #c60f13;
  height: 100%;
  display: block;
}

/* line 64, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 621, ../scss/_app-diff.scss */
.progress.radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 65, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 626, ../scss/_app-diff.scss */
.progress.radius .meter {
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

/* line 68, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 631, ../scss/_app-diff.scss */
.progress.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 69, ../../../vendor/foundation/scss/foundation/components/_progress-bars.scss */
/* line 636, ../scss/_app-diff.scss */
.progress.round .meter {
  -webkit-border-radius: 999px;
  border-radius: 999px;
}

/* line 86, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
/* line 642, ../scss/_app-diff.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 */
/* line 651, ../scss/_app-diff.scss */
.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}

/* line 61, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
/* line 656, ../scss/_app-diff.scss */
.side-nav li a:not(.button) {
  display: block;
  color: #292d35;
}

/* line 65, ../../../vendor/foundation/scss/foundation/components/_side-nav.scss */
/* line 661, ../scss/_app-diff.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 */
/* line 665, ../scss/_app-diff.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 */
/* line 671, ../scss/_app-diff.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 */
/* line 680, ../scss/_app-diff.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 */
/* line 690, ../scss/_app-diff.scss */
.sub-nav dt {
  text-transform: uppercase;
}

/* line 71, ../../../vendor/foundation/scss/foundation/components/_sub-nav.scss */
/* line 694, ../scss/_app-diff.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 */
/* line 707, ../scss/_app-diff.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 */
/* line 715, ../scss/_app-diff.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 */
/* line 721, ../scss/_app-diff.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 */
/* line 733, ../scss/_app-diff.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 */
/* line 741, ../scss/_app-diff.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 */
/* line 753, ../scss/_app-diff.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 */
/* line 758, ../scss/_app-diff.scss */
.th.radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Tooltips */
/* line 33, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 765, ../scss/_app-diff.scss */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

/* line 40, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 772, ../scss/_app-diff.scss */
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #121418;
  color: #292d35;
}

/* line 46, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 777, ../scss/_app-diff.scss */
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

/* line 49, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 782, ../scss/_app-diff.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 */
/* line 797, ../scss/_app-diff.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 */
/* line 808, ../scss/_app-diff.scss */
.tooltip.radius {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 77, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 813, ../scss/_app-diff.scss */
.tooltip.round {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
}

/* line 79, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 818, ../scss/_app-diff.scss */
.tooltip.round > .nub {
  left: 2rem;
}

/* line 84, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 822, ../scss/_app-diff.scss */
.tooltip.opened {
  color: #292d35 !important;
  border-bottom: dotted 1px #121418 !important;
}

/* line 90, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
/* line 828, ../scss/_app-diff.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 */
  /* line 837, ../scss/_app-diff.scss */
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }

  /* line 103, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  /* line 842, ../scss/_app-diff.scss */
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  /* line 110, ../../../vendor/foundation/scss/foundation/components/_tooltips.scss */
  /* line 848, ../scss/_app-diff.scss */
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }

  /* line 852, ../scss/_app-diff.scss */
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  /* line 860, ../scss/_app-diff.scss */
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
/* line 869, ../scss/_app-diff.scss */
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Typography resets */
/* line 224, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 877, ../scss/_app-diff.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 */
/* line 902, ../scss/_app-diff.scss */
a {
  color: #3d74da;
  text-decoration: none;
  line-height: inherit;
}

/* line 236, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 908, ../scss/_app-diff.scss */
a:hover, a:focus {
  color: #ec4b2c;
}

/* line 238, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 912, ../scss/_app-diff.scss */
a img {
  border: none;
}

/* Default paragraph styles */
/* line 242, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 918, ../scss/_app-diff.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 */
/* line 927, ../scss/_app-diff.scss */
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

/* line 252, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 932, ../scss/_app-diff.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 */
/* line 940, ../scss/_app-diff.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 */
/* line 951, ../scss/_app-diff.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 */
/* line 958, ../scss/_app-diff.scss */
h1 {
  font-size: 1.625rem;
}

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

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

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

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

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

/* line 284, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 988, ../scss/_app-diff.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 */
/* line 997, ../scss/_app-diff.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 */
/* line 1007, ../scss/_app-diff.scss */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

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

/* Lists */
/* line 321, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1035, ../scss/_app-diff.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 */
/* line 1046, ../scss/_app-diff.scss */
ul {
  margin-left: 1.1rem;
}

/* line 331, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1050, ../scss/_app-diff.scss */
ul.no-bullet {
  margin-left: 0;
}

/* line 335, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1054, ../scss/_app-diff.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 */
/* line 1063, ../scss/_app-diff.scss */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* line 356, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1069, ../scss/_app-diff.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 */
/* line 1073, ../scss/_app-diff.scss */
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}

/* line 360, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1078, ../scss/_app-diff.scss */
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}

/* line 361, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1083, ../scss/_app-diff.scss */
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}

/* line 362, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1088, ../scss/_app-diff.scss */
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
/* line 366, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1094, ../scss/_app-diff.scss */
ol {
  margin-left: 1.4rem;
}

/* line 370, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1098, ../scss/_app-diff.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 */
/* line 1106, ../scss/_app-diff.scss */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

/* line 383, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1111, ../scss/_app-diff.scss */
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
/* line 388, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1117, ../scss/_app-diff.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 */
/* line 1127, ../scss/_app-diff.scss */
abbr {
  text-transform: none;
}

/* Blockquotes */
/* line 400, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1133, ../scss/_app-diff.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 */
/* line 1139, ../scss/_app-diff.scss */
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #535b6b;
}

/* line 409, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1145, ../scss/_app-diff.scss */
blockquote cite:before {
  content: "\2014 \0020";
}

/* line 414, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1149, ../scss/_app-diff.scss */
blockquote cite a,
blockquote cite a:visited {
  color: #535b6b;
}

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

/* Microformats */
/* line 426, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1163, ../scss/_app-diff.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 */
/* line 1170, ../scss/_app-diff.scss */
.vcard li {
  margin: 0;
  display: block;
}

/* line 436, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1175, ../scss/_app-diff.scss */
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

/* line 443, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1181, ../scss/_app-diff.scss */
.vevent .summary {
  font-weight: bold;
}

/* line 445, ../../../vendor/foundation/scss/foundation/components/_type.scss */
/* line 1185, ../scss/_app-diff.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 */
  /* line 1195, ../scss/_app-diff.scss */
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

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

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

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

  /* line 460, ../../../vendor/foundation/scss/foundation/components/_type.scss */
  /* line 1215, ../scss/_app-diff.scss */
  h4 {
    font-size: 1.4375rem;
  }
}
/* line 51, ../scss/app.scss */
p {
  line-height: 1.6;
  margin-bottom: 1.7em;
}
/* line 55, ../scss/app.scss */
p span.italicize, p span.it {
  font-style: italic;
}
/* line 58, ../scss/app.scss */
p span.embolden, p span.em {
  font-weight: 700;
}
/* line 61, ../scss/app.scss */
p span.underline, p span.un {
  text-decoration: underline;
}

/* line 67, ../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 76, ../scss/app.scss */
h3 .lighten {
  font-weight: 300;
}

/* line 81, ../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 91, ../scss/app.scss */
h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #E7E9EE;
}

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

/* line 106, ../scss/app.scss */
.competition_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 40px;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.competition_wrapper:before, .competition_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.competition_wrapper:after {
  clear: both;
}
/* line 110, ../scss/app.scss */
.competition_wrapper > h3 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}
/* line 113, ../scss/app.scss */
.competition_wrapper > .competition_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
@media (max-width: 1011px) and (min-width: 996px), (max-width: 700px) {
  /* line 113, ../scss/app.scss */
  .competition_wrapper > .competition_set {
    width: 100%;
  }
  /* line 117, ../scss/app.scss */
  .competition_wrapper > .competition_set:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  /* line 113, ../scss/app.scss */
  .competition_wrapper > .competition_set {
    padding-left: 5px;
    padding-right: 5px;
  }
}
/* line 127, ../scss/app.scss */
.competition_wrapper.competition_grid > .competition_set {
  margin-bottom: 20px;
}

/* line 133, ../scss/app.scss */
.section_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-bottom: 40px;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.section_wrapper:before, .section_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.section_wrapper:after {
  clear: both;
}

/* line 140, ../scss/app.scss */
section .section_head {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  position: relative;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
section .section_head:before, section .section_head:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
section .section_head:after {
  clear: both;
}
/* line 143, ../scss/app.scss */
section .section_head h2 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
@media (max-width: 1311px) {
  /* line 143, ../scss/app.scss */
  section .section_head h2 {
    text-indent: 0.9375rem;
  }
}

/* line 152, ../scss/app.scss */
.reselektor_wrapper {
  text-align: center;
  padding: 20px 0;
}
/* line 155, ../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 14, ../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 14, ../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 169, ../scss/app.scss */
.buy_from .affiliates_wrapper {
  position: relative;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from .affiliates_wrapper:before, .buy_from .affiliates_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from .affiliates_wrapper:after {
  clear: both;
}
/* line 175, ../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 183, ../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 190, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set strong.responsive_title {
  text-transform: uppercase;
  color: #9B9FA7;
  font-size: 0.875rem;
  margin: 0 0 0 0;
  line-height: 0.875rem;
  display: none;
}
/* line 198, ../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 205, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals {
  display: block;
  text-align: center;
  padding-top: 16px;
}
/* line 209, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a {
  font-weight: 800;
  color: #3d74da;
  font-size: 1.125rem;
  margin-right: 1.3125rem;
}
/* line 14, ../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 215, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a:hover {
  color: #EC4B2C;
}
/* line 217, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span a:hover:after {
  background-position: 0 -8px;
}
/* line 222, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .all_deals span:last-child a {
  margin-right: 0;
}
/* line 226, ../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 231, ../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 239, ../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 248, ../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 258, ../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 262, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set .bundle_select ul.bundle_options li.current {
  color: #fff;
  background-color: #3d74da;
}
/* line 269, ../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 275, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li {
  padding: 5px 0 5px 0;
  width: 100%;
}
/* line 278, ../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 293, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a .semibold {
  font-weight: 600;
}
/* line 296, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a span.price {
  float: right;
  font-style: italic;
  color: #fff;
}
/* line 300, ../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 307, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:hover {
  background-color: #f76f3d;
}
/* line 310, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:active {
  background-color: #ea4c35;
}
/* line 314, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li:first-child {
  padding-top: 0;
}
/* line 317, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li:last-child {
  padding-bottom: 0;
}
/* line 322, ../scss/app.scss */
.buy_from .affiliates_wrapper .affiliate_set:last-child {
  float: right;
}
@media (max-width: 1330px) {
  /* line 175, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set {
    width: 45%;
    margin: 0 2.5%;
  }
  /* line 328, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set .all_deals span a {
    margin-right: 0;
    display: block;
    text-align: center;
  }
  /* line 332, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set .all_deals span a:after {
    content: none;
  }
  /* line 336, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set .bundle_select h5 {
    background-position: 94% center;
  }
  /* line 338, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set .bundle_select h5.visited {
    background-position: 94% center;
  }
  /* line 342, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle {
    position: relative;
  }
  /* line 345, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a > .semibold {
    color: #fff;
  }
}
@media (max-width: 1201px) and (min-width: 996px), (max-width: 890px) and (min-width: 721px), (max-width: 435px) {
  /* line 352, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a {
    color: #4076d7;
  }
  /* line 354, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a > .semibold {
    position: absolute;
    left: 20px;
  }
  /* line 358, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:hover {
    color: #f76f3d;
  }
  /* line 361, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set ul.affiliate_bundle li a:active {
    color: #ea4c35;
  }
}
@media (max-width: 1031px) and (min-width: 996px), (max-width: 720px) {
  /* line 175, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set {
    width: 95%;
    float: none;
  }
  /* line 369, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set > h4 {
    display: none;
  }
  /* line 372, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set strong.responsive_title {
    display: block;
  }
  /* line 375, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set:last-child {
    margin-top: 10px;
    float: none;
  }
}
@media (max-width: 350px) {
  /* line 175, ../scss/app.scss */
  .buy_from .affiliates_wrapper .affiliate_set {
    padding: 28px 3% 16px 3%;
  }
}

/* line 388, ../scss/app.scss */
.buy_from_old h2:after {
  margin: 0px 0px 20px 0px;
}
/* line 391, ../scss/app.scss */
.buy_from_old .affiliates_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from_old .affiliates_wrapper:before, .buy_from_old .affiliates_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.buy_from_old .affiliates_wrapper:after {
  clear: both;
}
/* line 394, ../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;
  padding: 0;
}
/* line 398, ../scss/app.scss */
.buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links {
  list-style-type: none;
  margin-bottom: 1.1rem;
  margin-left: 0;
}
/* line 402, ../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 411, ../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;
}
@media (max-width: 1171px) and (min-width: 996px), (max-width: 860px) {
  /* line 398, ../scss/app.scss */
  .buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links {
    padding: 0 15px;
  }
  /* line 420, ../scss/app.scss */
  .buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links > li {
    padding: 0;
    margin: 0;
  }
  /* line 423, ../scss/app.scss */
  .buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links > li:not(:last-child):after {
    content: "/";
    position: relative;
    margin-left: 0;
    padding: 0 1% 0 2%;
  }
}
@media (max-width: 1021px) and (min-width: 996px), (max-width: 710px) {
  /* line 432, ../scss/app.scss */
  .buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links > li {
    display: block;
  }
  /* line 434, ../scss/app.scss */
  .buy_from_old .affiliates_wrapper .old_affiliate_set ul.affiliate_links > li:not(:last-child):after {
    content: none;
  }
}

/* build our advantage icon list just one time...
/* our various advantages .. */
/* line 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../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 447, ../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 458, ../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 465, ../scss/app.scss */
ul.camera_advantages > li .icon-reardisplay {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3450px;
}
/* line 447, ../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 458, ../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 465, ../scss/app.scss */
ul.camera_advantages > li .icon-telephotofocus {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3500px;
}
/* line 447, ../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 458, ../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 465, ../scss/app.scss */
ul.camera_advantages > li .icon-bluetooth {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/images/advantages_sprite.png");
  background-position: left -3550px;
}

/* line 471, ../scss/app.scss */
.advantages_wrapper {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.advantages_wrapper:before, .advantages_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.advantages_wrapper:after {
  clear: both;
}
/* line 473, ../scss/app.scss */
.advantages_wrapper .advantages_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
/* line 475, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages {
  list-style-type: none;
  margin: 0;
  padding: 0 10px 0 10px;
}
/* line 479, ../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 487, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages > li:not(:last-child) {
  border-bottom: 2px dotted #E7E9EE;
}
/* line 490, ../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 502, ../scss/app.scss */
.advantages_wrapper .advantages_set ul.camera_advantages > li .detail > em {
  font-style: normal;
  text-transform: lowercase;
}
@media (max-width: 1161px) and (min-width: 996px), (max-width: 850px) {
  /* line 490, ../scss/app.scss */
  .advantages_wrapper .advantages_set ul.camera_advantages > li .detail {
    position: relative;
    float: none;
  }
}
@media (max-width: 550px) {
  /* line 473, ../scss/app.scss */
  .advantages_wrapper .advantages_set {
    width: 100%;
  }
}

/* line 520, ../scss/app.scss */
.leaderboard {
  width: 100%;
  background-color: #f7f7f7;
  z-index: 400;
  padding-top: 10px;
  min-height: 100px;
  text-align: center;
}
/* line 527, ../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;
  overflow: hidden;
}
/* line 530, ../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;
}
@media (max-width: 730px) {
  /* line 520, ../scss/app.scss */
  .leaderboard {
    display: none;
  }
}

/* line 548, ../scss/app.scss */
.excerpts_wrapper {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  margin-top: 10px;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.excerpts_wrapper:before, .excerpts_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.excerpts_wrapper:after {
  clear: both;
}
/* line 551, ../scss/app.scss */
.excerpts_wrapper .excerpts_set {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 50%;
  float: left;
}
/* line 553, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}
/* line 557, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li {
  display: block;
  position: relative;
  padding-top: 20px;
}
/* line 561, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li:not(:last-child) {
  border-top: 1px solid #E7E9EE;
}
/* line 564, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li:last-child {
  padding-bottom: 20px;
  border-top: 2px solid #E7E9EE;
}
/* line 568, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.pros:before {
  content: "pros";
  background-color: #FFFFFF;
  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 582, ../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 585, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.cons:before {
  content: "cons";
  background-color: #FFFFFF;
  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 599, ../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 602, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.no_review:before {
  content: "pros & cons";
  background-color: #FFFFFF;
  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 616, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link {
  padding-top: 10px;
}
/* line 618, ../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 14, ../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 625, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link a:hover:after {
  background-position: 0 -8px;
}
@media (max-width: 1091px) and (min-width: 996px), (max-width: 780px) and (min-width: 551px), (max-width: 400px) {
  /* line 629, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link a:after {
    content: none;
  }
}
/* line 635, ../scss/app.scss */
.excerpts_wrapper .excerpts_set ul.review_excerpts > li > span {
  display: block;
}
@media (max-width: 550px) {
  /* line 551, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set {
    width: 100%;
  }
  /* line 643, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set ul.review_excerpts > li.pros[camera-name]:before {
    content: attr(camera-name) " pros";
  }
  /* line 646, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set ul.review_excerpts > li.cons[camera-name]:before {
    content: attr(camera-name) " cons";
  }
  /* line 649, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set ul.review_excerpts > li.no_review[camera-name]:before {
    content: attr(camera-name) " pros & cons";
  }
  /* line 652, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set ul.review_excerpts > li.review_link {
    padding-top: 0;
    border-top: none;
  }
  /* line 656, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set ul.review_excerpts > li:nth-child(2) p {
    margin-bottom: 10px;
  }
  /* line 660, ../scss/app.scss */
  .excerpts_wrapper .excerpts_set:last-child {
    padding-top: 30px;
    border-top: 2px solid #e7e9ee;
  }
}

/* line 668, ../scss/app.scss */
.review_wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.review_wrapper:before, .review_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.review_wrapper:after {
  clear: both;
}
/* line 671, ../scss/app.scss */
.review_wrapper > .review_content {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 66.66667%;
  float: left;
}
@media (max-width: 650px) {
  /* line 671, ../scss/app.scss */
  .review_wrapper > .review_content {
    min-width: 100%;
  }
}
/* line 677, ../scss/app.scss */
.review_wrapper > .review_content_edit {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
/* line 679, ../scss/app.scss */
.review_wrapper > .review_content_edit > #review_textarea {
  width: 100%;
  height: 250px;
}
/* line 684, ../scss/app.scss */
.review_wrapper > .no_review_content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
}
/* line 686, ../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 694, ../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 699, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising {
  width: 100%;
  position: relative;
  left: 0;
  margin: 0;
  padding: 0;
}
/* line 705, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising:first-child {
  top: 0;
  padding-bottom: 50px;
}
/* line 709, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising:last-child {
  padding-top: 50px;
  bottom: 0;
}
/* line 713, ../scss/app.scss */
.review_wrapper > .advertising_wrapper > .advertising > .ad_content {
  position: relative;
  background-color: transparent;
  width: 300px;
  padding: 0;
  margin: 0 0 0 auto;
  word-wrap: normal;
}
@media (max-width: 650px) {
  /* line 694, ../scss/app.scss */
  .review_wrapper > .advertising_wrapper {
    display: none;
  }
}

/* line 728, ../scss/app.scss */
.data_wrapper {
  z-index: 100;
  background-color: transparent;
  position: fixed;
  left: 10px;
  bottom: 50px;
}
/* line 734, ../scss/app.scss */
.data_wrapper > h3 {
  color: red;
  margin: 0;
  font-size: 1rem;
  font-family: "Oswald";
  font-weight: 400;
  font-style: normal;
}
/* line 742, ../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 750, ../scss/app.scss */
.data_wrapper > .data_results .data_heading {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0;
}
/* line 755, ../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 764, ../scss/app.scss */
.data_wrapper > .data_results .data_specs .spec_name {
  color: blue;
  font-weight: 500;
  margin-right: 5px;
}
/* line 771, ../scss/app.scss */
.data_wrapper:hover {
  border: 2px solid black;
  background-color: white;
}
/* line 774, ../scss/app.scss */
.data_wrapper:hover > h3 {
  display: none;
}
/* line 777, ../scss/app.scss */
.data_wrapper:hover > .data_results {
  display: block;
}

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

/* line 805, ../scss/app.scss */
.main_comparison {
  padding-top: 21px;
  margin-bottom: 10px;
}
/* line 808, ../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 818, ../scss/app.scss */
.main_comparison .comparison_links .review_links {
  padding-bottom: 31px;
}
/* line 820, ../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 825, ../scss/app.scss */
.main_comparison .comparison_links .review_links div a {
  font-weight: 700;
}
/* line 30, ../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 44, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div a:hover:after {
  background-position: 0 -7px;
}
/* line 50, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.camera_a_links {
  width: 50%;
  float: left;
  padding-left: 4.6875rem;
}
/* line 55, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.camera_b_links {
  width: 50%;
  float: right;
  padding-left: 4.6875rem;
}
/* line 60, ../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 65, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.both_cameras_links a {
  font-weight: 700;
}
/* line 67, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .review_links div.both_cameras_links a em {
  font-weight: 400;
  font-style: normal;
}
/* line 833, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 837, ../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 843, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li a {
  font-weight: 400;
}
/* line 30, ../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 44, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul li a:hover:after {
  background-position: 0 -7px;
}
/* line 847, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li.succeeded {
  font-weight: 400;
  color: #000000;
  position: relative;
}
/* line 851, ../scss/app.scss */
.main_comparison .comparison_links .sucessor_links ul li.succeeded a {
  font-weight: 700;
}
/* line 854, ../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 50, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.camera_a_links {
  width: 50%;
  float: left;
  padding-left: 4.6875rem;
}
/* line 55, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.camera_b_links {
  width: 50%;
  float: right;
  padding-left: 4.6875rem;
}
/* line 60, ../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 65, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.both_cameras_links a {
  font-weight: 700;
}
/* line 67, ../scss/_custom_functions.scss */
.main_comparison .comparison_links .sucessor_links ul.both_cameras_links a em {
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 1111px) and (min-width: 996px), (max-width: 800px) {
  /* line 869, ../scss/app.scss */
  .main_comparison .comparison_links .sucessor_links ul li a:after {
    content: none;
  }
}
@media (max-width: 1031px) and (min-width: 996px), (max-width: 720px) {
  /* line 874, ../scss/app.scss */
  .main_comparison .comparison_links .sucessor_links ul.camera_a_links, .main_comparison .comparison_links .sucessor_links ul.camera_b_links {
    width: 49%;
    padding-left: 0;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    padding: 0 5%;
  }
  /* line 882, ../scss/app.scss */
  .main_comparison .comparison_links .sucessor_links ul li {
    height: auto;
  }
  /* line 884, ../scss/app.scss */
  .main_comparison .comparison_links .sucessor_links ul li.succeeded:before {
    content: none;
  }
}

/* line 894, ../scss/app.scss */
.title_wrapper {
  position: relative;
}
/* line 897, ../scss/app.scss */
.title_wrapper > .title_content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.title_wrapper > .title_content:before, .title_wrapper > .title_content:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.title_wrapper > .title_content:after {
  clear: both;
}
/* line 900, ../scss/app.scss */
.title_wrapper > .title_content > .h1 {
  text-align: center;
}

/* line 906, ../scss/app.scss */
.meta_controls {
  width: 100%;
  z-index: 400;
  background-color: #f7f7f7;
}
/* line 910, ../scss/app.scss */
.meta_controls .meta_controls_wrapper {
  position: relative;
}
/* line 913, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
}
/* line 239, ../../../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 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content:after {
  clear: both;
}
/* line 916, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .col_a {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 75%;
  float: left;
}
@media (max-width: 1086px) and (min-width: 996px), (max-width: 775px) {
  /* line 916, ../scss/app.scss */
  .meta_controls .meta_controls_wrapper > .meta_controls_content > .col_a {
    width: 100%;
  }
}
/* line 923, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .feedback {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 25%;
  float: left;
  padding: 17px 30px 0;
  text-align: right;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 1086px) and (min-width: 996px), (max-width: 775px) {
  /* line 923, ../scss/app.scss */
  .meta_controls .meta_controls_wrapper > .meta_controls_content > .feedback {
    width: 100%;
    text-align: left;
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  /* line 923, ../scss/app.scss */
  .meta_controls .meta_controls_wrapper > .meta_controls_content > .feedback {
    margin-top: 5px;
  }
}
/* line 939, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher {
  clear: both;
  padding-left: 1.81rem;
}
/* line 942, ../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 945, ../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 952, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li a {
  color: #9b9b9b;
}
/* line 954, ../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 960, ../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 965, ../scss/app.scss */
.meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher ul li:first-child {
  padding-left: 0;
}
@media (max-width: 430px) {
  /* line 971, ../scss/app.scss */
  .meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher.with_image_quality_comparison ul {
    padding-top: 15px;
  }
  /* line 973, ../scss/app.scss */
  .meta_controls .meta_controls_wrapper > .meta_controls_content > .overwiew_specifications_switcher.with_image_quality_comparison ul li {
    display: list-item;
    padding-left: 0;
  }
}

/* line 991, ../scss/app.scss */
.comparison_wrapper {
  position: relative;
}
/* line 994, ../scss/app.scss */
.comparison_wrapper .camera_name {
  font-family: "Oswald", "Georgia", san-serif;
  font-style: normal;
  color: #292D35;
  text-align: center;
}
/* line 1001, ../scss/app.scss */
.comparison_wrapper .camera_image {
  background-repeat: no-repeat;
  margin: 0;
  background-color: #FFFFFF;
  background-image: url("/images/camera_default.jpg");
}
/* line 1006, ../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 1018, ../scss/app.scss */
.comparison_wrapper .manufacturer {
  font-weight: 400;
  display: inline-block;
}
/* line 1022, ../scss/app.scss */
.comparison_wrapper .model {
  font-weight: 300;
  display: inline-block;
}
/* line 1028, ../scss/app.scss */
.comparison_wrapper > .camera_heading {
  position: relative;
  min-width: 100%;
  padding: 0;
  margin: 0;
  border: none;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper > .camera_heading:before, .comparison_wrapper > .camera_heading:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper > .camera_heading:after {
  clear: both;
}
/* line 1037, ../scss/app.scss */
.comparison_wrapper.camera_specifications {
  border-bottom: 1px solid #e7e9ee;
}
/* line 1041, ../scss/app.scss */
.comparison_wrapper.camera_large {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  overflow: visible;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_large:before, .comparison_wrapper.camera_large:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_large:after {
  clear: both;
}
/* line 1046, ../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 1051, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name {
  position: absolute;
  height: 66px;
  width: 50%;
  margin: 0;
  padding: 0;
  top: 0;
}
/* line 1058, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name:first-child {
  right: 50%;
}
/* line 1062, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name:last-child {
  left: 50%;
}
/* line 1066, ../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 1080, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_a {
  right: 50px;
}
@media (max-width: 1111px) and (min-width: 996px), (max-width: 800px) {
  /* line 1080, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_a {
    left: 5px;
  }
}
@media (max-width: 520px) {
  /* line 1080, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_a {
    right: 30px;
  }
}
/* line 1090, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_b {
  left: 50px;
}
@media (max-width: 1241px) and (min-width: 996px), (max-width: 930px) {
  /* line 1094, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_b .selektor-wrapper .twitter-typeahead .tt-dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
@media (max-width: 1111px) and (min-width: 996px), (max-width: 800px) {
  /* line 1090, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_b {
    right: 5px;
  }
}
@media (max-width: 520px) {
  /* line 1090, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor.camera_b {
    left: 30px;
  }
}
/* line 1107, ../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 1114, ../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 1142, ../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 1148, ../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 1155, ../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 1159, ../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;
}
@media (max-width: 1311px) {
  /* line 1114, ../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 {
    background-position: 95% 29px;
  }
}
@media (max-width: 1111px) and (min-width: 996px), (max-width: 800px) {
  /* line 1114, ../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 {
    background-image: none;
  }
  /* line 1169, ../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 {
    background-image: none;
  }
}
@media (max-width: 500px) {
  /* line 1114, ../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 {
    font-size: 1.75rem;
  }
}
/* line 1178, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead {
  width: 100%;
}
/* line 1181, ../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 1187, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion {
  padding: 5px 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  color: #292D35;
}
/* line 1194, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #3D74DA;
}
/* line 1199, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion > p {
  margin: 0;
  border-bottom: 1px solid #c6cdda;
}
/* line 1204, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion.tt-cursor > p {
  border-bottom: 1px solid #3D74DA;
}
/* line 1208, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion:hover {
  background-color: #3d74da;
}
/* line 1210, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion:hover p {
  color: #fff;
  border-color: #3d74da;
}
/* line 1216, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu > div > .tt-suggestion:last-child > p {
  border-bottom: none;
}
@media (max-width: 430px) {
  /* line 1181, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_heading > .camera_name > .selektor > .selektor-wrapper .twitter-typeahead > .tt-dropdown-menu {
    max-width: 92vw;
  }
}
/* line 1229, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper {
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
}
/* line 1235, ../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 1241, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_image a {
  background-size: 420px;
  background-position: center 70px;
}
@media (max-width: 1111px) and (min-width: 996px), (max-width: 800px) {
  /* line 1235, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image {
    background-size: 90% auto;
  }
  /* line 1247, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image a {
    background-size: 100% auto;
  }
}
@media (max-width: 600px) {
  /* line 1235, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image {
    background-position: center center;
  }
  /* line 1253, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image a {
    background-position: center center;
  }
}
@media (max-width: 500px) {
  /* line 1235, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image {
    height: 225px;
  }
}
@media (max-width: 450px) {
  /* line 1235, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image {
    height: 200px;
  }
}
@media (max-width: 400px) {
  /* line 1235, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image {
    height: 175px;
  }
}
@media (max-width: 350px) {
  /* line 1235, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_image {
    height: 150px;
  }
}
/* line 1271, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details {
  width: 100%;
  border-top: 1px solid #E7E9EE;
}
/* line 1275, ../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 1281, ../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 1291, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li > span.detail {
  color: #9b9fa7;
}
/* line 1294, ../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 1300, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li:last-child:after {
  content: none;
}
@media (max-width: 1161px) and (min-width: 996px), (max-width: 850px) {
  /* line 1281, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li {
    display: block;
  }
  /* line 1305, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .camera_details ul.camera_specifications > li:after {
    content: none;
  }
}
/* line 1313, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper:last-child > .camera_image {
  border-right: 2px solid transparent;
  border-left: 1px solid #E7E9EE;
}
/* line 1318, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .review_links {
  padding-bottom: 20px;
}
/* line 1320, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .review_links ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
}
/* line 1324, ../scss/app.scss */
.comparison_wrapper.camera_large > .camera_wrapper .review_links ul li {
  line-height: 18px;
}
@media (max-width: 1311px) {
  /* line 1324, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .review_links ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1291px) and (min-width: 996px), (max-width: 980px) {
  /* line 1324, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .review_links ul li {
    margin-top: 7px;
  }
  /* line 1330, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper .review_links ul li span.longer {
    display: none;
  }
}
@media (max-width: 1311px) {
  /* line 1339, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper > .camera_image {
    border-left: none;
  }
  /* line 1342, ../scss/app.scss */
  .comparison_wrapper.camera_large > .camera_wrapper:last-child > .camera_image {
    border-left: 1px solid #E7E9EE;
    border-right: none;
  }
}
/* line 1350, ../scss/app.scss */
.comparison_wrapper.camera_small {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  border: 2px solid #E7E9EE;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  background-color: #FFFFFF;
  -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 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_small:before, .comparison_wrapper.camera_small:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.comparison_wrapper.camera_small:after {
  clear: both;
}
/* line 1363, ../scss/app.scss */
.comparison_wrapper.camera_small:hover .comparison_link a, .comparison_wrapper.camera_small.active .comparison_link a {
  color: #EC4B2C;
}
/* line 1365, ../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 1371, ../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 1378, ../scss/app.scss */
.comparison_wrapper.camera_small.active:hover {
  box-shadow: none;
}
/* line 1382, ../scss/app.scss */
.comparison_wrapper.camera_small.active {
  z-index: 1499;
  border-color: #707c99;
}
/* line 1387, ../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 1392, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_heading > .camera_name {
  float: left;
  position: relative;
  width: 50%;
  margin: 0;
  padding: 0;
}
@media (max-width: 500px) {
  /* line 1399, ../scss/app.scss */
  .comparison_wrapper.camera_small > .camera_heading > .camera_name:first-child {
    padding-right: 15px;
  }
  /* line 1402, ../scss/app.scss */
  .comparison_wrapper.camera_small > .camera_heading > .camera_name:last-child {
    padding-left: 15px;
  }
}
/* line 1408, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper {
  position: relative;
  padding: 0;
  width: 50%;
  float: left;
}
/* line 1413, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper:nth-child(2) {
  border-right: 2px solid #E7E9EE;
}
/* line 1416, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_name {
  font-size: 1.125rem;
}
/* line 1419, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_image {
  background-size: 200px;
  background-position: center 30px;
  height: 120px;
}
/* line 1423, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_image a {
  background-size: 200px;
  background-position: center 30px;
}
/* line 1428, ../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 1434, ../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 1439, ../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 1447, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_specifications > li:not(:last-child):after {
  content: " / ";
}
@media (max-width: 400px) {
  /* line 1434, ../scss/app.scss */
  .comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_specifications {
    margin: 0;
  }
}
/* line 1455, ../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 1461, ../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: 100%;
  margin-bottom: 5px;
  height: 50px;
  padding-left: 50px;
  display: table;
  position: relative;
}
/* line 1472, ../scss/app.scss */
.comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_advantages > li:after {
  display: none;
}
@media (max-width: 400px) {
  /* line 1455, ../scss/app.scss */
  .comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_advantages {
    margin: 0;
    padding: 0 5px;
  }
  /* line 1480, ../scss/app.scss */
  .comparison_wrapper.camera_small > .camera_wrapper .camera_details ul.camera_advantages > li .advantage_title {
    padding-right: 0;
  }
}
/* line 1489, ../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 1496, ../scss/app.scss */
.comparison_wrapper.camera_small .comparison_link h4 a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.875rem;
}
/* line 14, ../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 1501, ../scss/app.scss */
.comparison_wrapper.camera_small .comparison_link h4 a em {
  text-transform: lowercase;
  font-style: normal;
}
@media (max-width: 1311px) {
  /* line 1489, ../scss/app.scss */
  .comparison_wrapper.camera_small .comparison_link h4 {
    line-height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
  }
}
@media (max-width: 1261px) and (min-width: 996px), (max-width: 950px) and (min-width: 701px), (max-width: 500px) {
  /* line 1514, ../scss/app.scss */
  .comparison_wrapper.camera_small .comparison_link h4 a:after {
    content: none;
  }
}

/* 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 1558, ../scss/app.scss */
::-webkit-input-placeholder {
  color: #9B9FA7;
}

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

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

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

/* line 1576, ../scss/app.scss */
.logo {
  width: 140px;
  height: 54px;
  overflow-x: visible;
}
/* line 1580, ../scss/app.scss */
.logo a {
  width: 100%;
  height: 100%;
  display: block;
}
/* line 1585, ../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;
  z-index: 501;
}
/* line 1594, ../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 1606, ../scss/app.scss */
footer {
  display: block;
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  position: relative;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
footer:before, footer:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
footer:after {
  clear: both;
}
/* line 1611, ../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 1616, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper {
  height: 255px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #444c5f;
}
/* line 1621, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu {
  list-style-type: none;
  padding: 0;
}
/* line 1624, ../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 1633, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li > a {
  color: inherit;
  border-bottom: 2px solid #292D35;
}
/* line 1637, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li:hover {
  color: #FFFFFF;
}
/* line 1639, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li:hover > a {
  border-bottom: 2px solid #3D74DA;
}
/* line 1643, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.reselektor {
  color: #FFFFFF;
}
/* line 1645, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.reselektor:hover {
  color: #e6e6e6;
}
/* line 1649, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.google {
  color: #EC4B2C;
}
/* line 1651, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.google:hover > a {
  border-bottom: 2px solid #EC4B2C;
}
/* line 1655, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.twitter {
  color: #2CACF5;
}
/* line 1657, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.twitter:hover > a {
  border-bottom: 2px solid #2CACF5;
}
/* line 1661, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.facebook {
  color: #446BB8;
}
/* line 1663, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper ul.footer-menu > li.facebook:hover > a {
  border-bottom: 2px solid #446BB8;
}
/* line 1669, ../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 1675, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-start .logo {
  position: relative;
  height: 100%;
  margin: 0 auto;
}
/* line 1679, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-start .logo .wordmark {
  background-image: url("/images/wordmark_bright.png");
}
/* line 1684, ../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 1692, ../scss/app.scss */
footer .footer-nav-wrapper .footer-menu-wrapper .nav-end {
  padding-top: 20px;
  height: 100%;
  overflow: hidden;
}
/* line 1731, ../scss/app.scss */
footer .footer-nav-wrapper .copyright {
  position: relative;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  padding: 20px 0;
}
/* line 1737, ../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;
}
@media (max-width: 1100px) {
  /* line 1606, ../scss/app.scss */
  footer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 1752, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-start {
    width: 22.7%;
  }
  /* line 1755, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle {
    width: 18.1%;
  }
  /* line 1759, ../scss/app.scss */
  footer .footer-nav-wrapper .copyright {
    box-sizing: border-box;
    padding: 23px 30px 20px 30px;
  }
}
@media (max-width: 1111px) and (min-width: 996px), (max-width: 800px) {
  /* line 1766, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper {
    height: auto;
  }
  /* line 1768, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-start {
    height: 235px;
    width: 29%;
  }
  /* line 1772, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle {
    height: 235px;
    width: 23%;
  }
  /* line 1775, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle:nth-child(4) {
    border-right: none;
  }
  /* line 1779, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-end {
    width: 100%;
    height: 38px;
    overflow: visible;
    display: block;
    clear: both;
    border-top: 1px solid #444c5f;
    padding-top: 0;
  }
  /* line 1787, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-end ul.footer-menu {
    display: block;
    margin: 0;
    height: 38px;
    text-align: center;
  }
  /* line 1792, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-end ul.footer-menu > li {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 7px;
  }
}
@media (max-width: 600px) {
  /* line 1804, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-start {
    width: 100%;
    height: 77px;
    float: none;
    border-bottom: 1px solid #444c5f;
    border-right: none;
    box-sizing: border-box;
  }
  /* line 1812, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle {
    width: 49%;
  }
  /* line 1814, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle:nth-child(2) ul.footer-menu {
    width: 135px;
    float: right;
  }
  /* line 1818, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle:nth-child(3) {
    border-right: none;
  }
  /* line 1821, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle:nth-child(4) {
    width: 100%;
    height: auto;
    overflow: visible;
    display: block;
    clear: both;
    border-top: 1px solid #444c5f;
    padding-top: 0;
  }
  /* line 1829, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle:nth-child(4) ul.footer-menu {
    display: block;
    margin: 0;
    height: auto;
    text-align: center;
  }
  /* line 1834, ../scss/app.scss */
  footer .footer-nav-wrapper .footer-menu-wrapper .nav-middle:nth-child(4) ul.footer-menu > li {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 7px;
  }
}

/* line 1848, ../scss/app.scss */
body.pinheader header {
  position: relative;
}
/* line 1850, ../scss/app.scss */
body.pinheader header .top-nav-wrapper {
  position: fixed;
}
/* line 1852, ../scss/app.scss */
body.pinheader header .top-nav-wrapper .nav-content-wrapper {
  position: fixed;
}
/* line 1857, ../scss/app.scss */
body.pinheader .leaderboard {
  padding-top: 20px;
}

/* line 1862, ../scss/app.scss */
.content_wrapper {
  padding: 0 0 0 0;
  margin: 0 auto;
  min-width: 290px;
}
/* line 1867, ../scss/app.scss */
.content_wrapper .ad.pushdown {
  text-align: center;
  background-color: #000;
}
@media (max-width: 1000px) {
  /* line 1867, ../scss/app.scss */
  .content_wrapper .ad.pushdown {
    display: none;
  }
}

/* line 1876, ../scss/app.scss */
body.specifications_comparison .content_wrapper {
  min-width: 530px;
}

@media only screen and (min-width: 64.063em) {
  /* line 1881, ../scss/app.scss */
  .content_wrapper {
    position: static;
  }
}
/* line 1886, ../scss/app.scss */
header {
  width: 100%;
  height: 54px;
  z-index: 500;
  background-color: #292D35;
}
/* line 1892, ../scss/app.scss */
header .top-nav {
  position: relative;
  height: 54px;
  overflow: visible;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 120px;
}
/* line 1900, ../scss/app.scss */
header .top-nav .logo {
  position: absolute;
  width: 140px;
  height: 110px;
  left: 20px;
  top: 0;
}
/* line 1906, ../scss/app.scss */
header .top-nav .logo .wordmark {
  background-image: url("/images/wordmark_dark.png");
}
/* line 1911, ../scss/app.scss */
header .top-nav div#hamburger-menu {
  display: none;
}
@media (max-width: 540px) {
  /* line 1911, ../scss/app.scss */
  header .top-nav div#hamburger-menu {
    position: absolute;
    display: block;
    width: 30px;
    height: 22px;
    top: 15px;
    left: 160px;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
    cursor: pointer;
  }
  /* line 1924, ../scss/app.scss */
  header .top-nav div#hamburger-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background: #838a97;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
  /* line 1937, ../scss/app.scss */
  header .top-nav div#hamburger-menu span:nth-child(2) {
    top: 9px;
  }
  /* line 1940, ../scss/app.scss */
  header .top-nav div#hamburger-menu span:nth-child(3) {
    top: 18px;
  }
  /* line 1945, ../scss/app.scss */
  header .top-nav div#hamburger-menu.open span:nth-child(1) {
    top: -2px;
    left: 4px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  /* line 1950, ../scss/app.scss */
  header .top-nav div#hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    width: 0%;
  }
  /* line 1954, ../scss/app.scss */
  header .top-nav div#hamburger-menu.open span:nth-child(3) {
    top: 19px;
    left: 4px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
/* line 1963, ../scss/app.scss */
header .top-nav ul.nav-menu {
  position: relative;
  list-style-type: none;
  margin: 0 0 0 60px;
  height: 54px;
  max-width: 875px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row, nowrap;
  flex-flow: row, nowrap;
  -webkit-justify-content: space_between;
  justify-content: space_between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
/* line 1975, ../scss/app.scss */
header .top-nav ul.nav-menu > li {
  display: inline-block;
  height: 54px;
  -webkit-flex: 1, 1, auto;
  flex: 1, 1, auto;
  width: 25%;
}
/* line 1981, ../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 1993, ../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 2006, ../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 2015, ../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 2022, ../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;
}
/* line 239, ../../../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 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
header .top-nav ul.nav-menu > li > .nav-content:after {
  clear: both;
}
/* line 2035, ../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 2052, ../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 2066, ../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 2075, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul.two-column {
  width: 50%;
}
/* line 2078, ../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 2083, ../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 2090, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li:hover {
  border-bottom: 1px solid #3D74DA;
}
/* line 2092, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li:hover a {
  color: #3D74DA;
}
/* line 2098, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li.nav-link-color-test a {
  color: #3D74DA;
}
/* line 2101, ../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 2103, ../scss/app.scss */
header .top-nav ul.nav-menu > li > .nav-content .section ul li.nav-link-color-test:hover a {
  color: #EC4B2C;
}
/* line 2113, ../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 2117, ../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 2120, ../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;
}
@media (max-width: 1100px) {
  /* line 1963, ../scss/app.scss */
  header .top-nav ul.nav-menu {
    position: static;
    margin: 0 40px 0 60px;
  }
  /* line 2131, ../scss/app.scss */
  header .top-nav ul.nav-menu > li > .nav-item {
    height: 54px;
  }
  /* line 2134, ../scss/app.scss */
  header .top-nav ul.nav-menu > li > .nav-content {
    width: 100%;
    right: 0;
  }
  /* line 2137, ../scss/app.scss */
  header .top-nav ul.nav-menu > li > .nav-content .section {
    padding-left: 2%;
    width: 31%;
  }
  /* line 2142, ../scss/app.scss */
  header .top-nav ul.nav-menu > li:last-child {
    width: 16%;
  }
}
@media (max-width: 800px) {
  /* line 250, ../scss/_custom_functions.scss */
  header .top-nav ul.nav-menu > li:nth-child(2) a:after, header .top-nav ul.nav-menu > li:nth-child(4) a:after {
    content: 's';
  }
  /* line 254, ../scss/_custom_functions.scss */
  header .top-nav ul.nav-menu > li:nth-child(3) a:after {
    content: 'es';
  }
  /* line 258, ../scss/_custom_functions.scss */
  header .top-nav ul.nav-menu > li > .nav-item span.longer {
    display: none;
  }
  /* line 263, ../scss/_custom_functions.scss */
  header .top-nav ul.nav-menu > li:hover > .nav-content, header .top-nav ul.nav-menu > li.active > .nav-content {
    display: none;
  }
  /* line 266, ../scss/_custom_functions.scss */
  header .top-nav ul.nav-menu > li:hover > .nav-item:after, header .top-nav ul.nav-menu > li.active > .nav-item:after {
    border-color: transparent;
  }
  /* line 2150, ../scss/app.scss */
  header .top-nav ul.nav-menu > li:last-child {
    width: 25%;
  }
}
@media (max-width: 540px) {
  /* line 1963, ../scss/app.scss */
  header .top-nav ul.nav-menu {
    display: block;
    position: absolute;
    width: 100%;
    top: 54px;
    left: 0;
    box-sizing: border-box;
    padding-left: 60px;
    padding-right: 30px;
    margin: 0 0 0 0;
    z-index: 500;
    overflow: hidden;
    height: 0;
    -moz-transition-property: height;
    -o-transition-property: height;
    -webkit-transition-property: height;
    transition-property: height;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  /* line 2171, ../scss/app.scss */
  header .top-nav ul.nav-menu li {
    display: block;
    width: 100%;
    background-color: #E5EBEE;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
  }
  /* line 2180, ../scss/app.scss */
  header .top-nav ul.nav-menu li:nth-child(2) a:after, header .top-nav ul.nav-menu li:nth-child(3) a:after, header .top-nav ul.nav-menu li:nth-child(4) a:after {
    content: '';
  }
  /* line 2184, ../scss/app.scss */
  header .top-nav ul.nav-menu li > .nav-item {
    text-align: left;
    border-bottom: none;
    height: 100%;
  }
  /* line 2188, ../scss/app.scss */
  header .top-nav ul.nav-menu li > .nav-item > a.nav-text {
    display: block;
    width: 100%;
    font-family: "futura-pt", "Arial", san-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.8125rem;
    height: 1.8125rem;
    color: #5F636A;
    text-transform: none;
    border-bottom: 1px solid #d4d7df;
  }
  /* line 2201, ../scss/app.scss */
  header .top-nav ul.nav-menu li > .nav-item > a.nav-text span.longer {
    display: inline;
  }
  /* line 2206, ../scss/app.scss */
  header .top-nav ul.nav-menu li:nth-child(5), header .top-nav ul.nav-menu li:nth-child(6) {
    width: 100%;
  }
  /* line 2209, ../scss/app.scss */
  header .top-nav ul.nav-menu li:hover > .nav-item > a.nav-text {
    border-bottom: none;
    color: #3d74da;
    border-bottom: 1px solid #3d74da;
  }
  /* line 2214, ../scss/app.scss */
  header .top-nav ul.nav-menu li:first-child {
    padding-top: 20px;
    height: 50px;
  }
  /* line 2218, ../scss/app.scss */
  header .top-nav ul.nav-menu li:last-child {
    padding-bottom: 20px;
    height: 50px;
  }
  /* line 2223, ../scss/app.scss */
  header .top-nav ul.nav-menu.open {
    height: 190px;
  }
}
/* line 2228, ../scss/app.scss */
header .top-nav > .search {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
}
/* line 2235, ../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_orange.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 100;
}
/* line 2246, ../scss/app.scss */
header .top-nav > .search > .search-icon-target:hover {
  background-image: url("/images/search_icon.png");
}
/* line 2251, ../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 2264, ../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: #FFFFFF;
}
/* line 2277, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper #search-input:focus {
  border: none;
  outline: none;
}
/* line 2283, ../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 2297, ../scss/app.scss */
header .top-nav > .search > .search-input-wrapper .search-icon-target:hover {
  background-image: url("/images/search_icon.png");
}
/* line 2303, ../scss/app.scss */
header .top-nav > .search.active > .search-input-wrapper {
  display: block;
}
/* line 2306, ../scss/app.scss */
header .top-nav > .search.active > .search-icon-target {
  background-image: url("/images/search_icon_hover.png");
}
@media (max-width: 1100px) {
  /* line 2228, ../scss/app.scss */
  header .top-nav > .search {
    position: static;
    width: 40px;
    min-width: 40px;
    height: 100%;
  }
  /* line 2315, ../scss/app.scss */
  header .top-nav > .search > .search-icon-target {
    position: absolute;
    height: 54px;
    top: 0;
    right: 0;
    z-index: 503;
  }
  /* line 2322, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding-left: 160px;
    z-index: 502;
  }
  /* line 2327, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper span.twitter-typeahead {
    width: 100%;
  }
  /* line 2330, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper .tt-dropdown-menu {
    width: 100%;
  }
  /* line 2332, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper .tt-dropdown-menu .tt-suggestion > a {
    overflow: hidden;
  }
  /* line 2334, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper .tt-dropdown-menu .tt-suggestion > a > span.item-hits {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
  }
  /* line 2341, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper .tt-dropdown-menu .tt-suggestion > a > span.item-details {
    display: inline-block;
    position: relative;
    float: right;
    right: 0;
    padding-left: 10px;
  }
  /* line 2350, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper #search-input {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  /* line 2357, ../scss/app.scss */
  header .top-nav > .search > .search-input-wrapper {
    padding-left: 62px;
  }
}
/* line 2364, ../scss/app.scss */
header + .ircrumbs {
  padding-top: 54px;
}
/* line 2366, ../scss/app.scss */
header + .ircrumbs .breadcrumbs {
  margin-left: 16px;
}

/* line 2373, ../scss/app.scss */
.breadcrumbs {
  border-style: none;
  border-width: 0;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5rem 0.875rem 0.5625rem;
  background-color: #FFFFFF;
  border-color: transparent;
  background-color: transparent;
  margin-top: 0.3125rem;
  margin-bottom: 0;
}
/* line 2378, ../scss/app.scss */
.breadcrumbs li {
  color: #c4c6cb;
  float: left;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 300;
  line-height: unset;
}
/* line 69, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:hover a, .breadcrumbs li:focus a {
  text-decoration: none;
}
/* line 71, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li a {
  color: #c4c6cb;
}
/* line 76, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current {
  color: #c4c6cb;
  cursor: default;
}
/* line 79, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.current a {
  color: #c4c6cb;
  cursor: default;
}
/* line 84, ../../../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 89, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable {
  color: #999;
}
/* line 91, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li.unavailable a {
  color: #999;
}
/* line 93, ../../../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 {
  color: #999;
  cursor: not-allowed;
  text-decoration: none;
}
/* line 103, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:before {
  color: #E7E9EE;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}
/* line 111, ../../../vendor/foundation/scss/foundation/components/_breadcrumbs.scss */
.breadcrumbs li:first-child:before {
  content: " ";
  margin: 0;
}
/* line 2383, ../scss/app.scss */
.breadcrumbs li a:hover, .breadcrumbs li.a:active {
  color: #F36F4C;
}
/* line 2387, ../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 2396, ../scss/app.scss */
.breadcrumbs li em {
  text-transform: lowercase;
  font-style: normal;
}
@media (max-width: 600px) {
  /* line 2373, ../scss/app.scss */
  .breadcrumbs {
    display: none;
  }
}

/* line 2417, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu {
  background-color: #e5ebee;
  width: 940px;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 2425, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion > a {
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  display: block;
  border-bottom: 1px solid #ccd0e3;
  color: #5f6572;
  position: relative;
}
/* line 2428, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion > a > span.item-details {
  position: absolute;
  right: 10px;
  font-size: 12px;
  color: #3c4048;
}
/* line 2434, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion > a > span.item-details .separator {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
/* line 2440, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion > a em {
  font-style: normal;
}
/* line 2445, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion .show-all-results {
  border-bottom: none;
}
/* line 2449, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion:hover {
  background-color: #3d74da;
}
/* line 2451, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-suggestion:hover a {
  color: #fff;
}
/* line 2457, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-cursor > a {
  color: #fff;
  background-color: #3d74da;
}
/* line 2461, ../scss/app.scss */
.search-input-wrapper .tt-dropdown-menu .tt-cursor > a > span.item-details {
  color: #fff;
}
/* line 2466, ../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 2472, ../scss/app.scss */
.spec_table_container {
  width: 56.25rem;
  margin: 0 auto;
}
/* line 2475, ../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 2485, ../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 2494, ../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 2503, ../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 2510, ../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 2521, ../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 2528, ../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 2533, ../scss/app.scss */
.spec_table_container .spec-table tr th.section-header:after {
  content: ":";
}
/* line 2538, ../scss/app.scss */
.spec_table_container .spec-table tr td {
  width: 33.3%;
  display: block;
  float: left;
  padding: 19px 10px 19px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 2546, ../scss/app.scss */
.spec_table_container .spec-table tr:last-child, .spec_table_container .spec-table tr.section-start {
  border-bottom: none;
}
/* line 2549, ../scss/app.scss */
.spec_table_container .spec-table tr.table-inline-ad {
  border-bottom: none;
  display: none;
}
@media (max-width: 1311px) {
  /* line 2472, ../scss/app.scss */
  .spec_table_container {
    max-width: 100%;
  }
  /* line 2557, ../scss/app.scss */
  .spec_table_container .spec-table {
    width: 100%;
  }
}
@media (max-width: 1231px) and (min-width: 996px), (max-width: 920px) {
  /* line 2472, ../scss/app.scss */
  .spec_table_container {
    padding-left: 5px;
    padding-right: 5px;
  }
  /* line 2564, ../scss/app.scss */
  .spec_table_container .table_header {
    padding: 0 10px;
  }
  /* line 2566, ../scss/app.scss */
  .spec_table_container .table_header li:first-child {
    margin: 0 10px 0 -10px;
  }
  /* line 2570, ../scss/app.scss */
  .spec_table_container .spec-table {
    padding: 10px 10px;
  }
}
@media (max-width: 995px) {
  /* line 2575, ../scss/app.scss */
  .spec_table_container .spec-table tr.table-inline-ad {
    display: block;
  }
  /* line 2577, ../scss/app.scss */
  .spec_table_container .spec-table tr.table-inline-ad td {
    width: 100% !important;
    max-width: 100% !important;
    padding-right: 0;
  }
}

/* line 2586, ../scss/app.scss */
.image_quality_container {
  max-width: 100%;
}
/* line 2588, ../scss/app.scss */
.image_quality_container h2 {
  text-transform: none;
  max-width: 62.5rem;
  margin: 0 auto;
  padding-bottom: 22px;
  text-align: center;
}
/* line 2594, ../scss/app.scss */
.image_quality_container h2:after {
  border-bottom: none;
  display: none;
}
/* line 2599, ../scss/app.scss */
.image_quality_container .image_quality_comparison {
  width: 33.375rem;
  max-width: 100%;
  margin: 0 auto;
  border: 2px solid #e7e9ee;
  padding: 13px;
  margin-bottom: 22px;
}
/* line 2606, ../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 2613, ../scss/app.scss */
.image_quality_container .image_quality_comparison h3.half_width {
  width: 50%;
  float: left;
}
/* line 2618, ../scss/app.scss */
.image_quality_container .image_quality_comparison table {
  clear: both;
}
/* line 2621, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr td {
  padding-bottom: 6px;
  width: 15.8125rem;
}
/* line 2624, ../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 2629, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr td:last-child {
  padding-left: 3px;
  text-align: left;
}
/* line 2635, ../scss/app.scss */
.image_quality_container .image_quality_comparison table tr:last-child td {
  padding-bottom: 0;
}
@media (max-width: 1311px) {
  /* line 2618, ../scss/app.scss */
  .image_quality_container .image_quality_comparison table {
    width: 100%;
  }
}
@media (max-width: 570px) {
  /* line 2586, ../scss/app.scss */
  .image_quality_container {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 2651, ../scss/app.scss */
.user_reviews_wrapper {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  clear: both;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.user_reviews_wrapper:before, .user_reviews_wrapper:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.user_reviews_wrapper:after {
  clear: both;
}
/* line 2654, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review {
  width: 50%;
  padding: 0 15px;
}
/* line 2657, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul {
  list-style-type: none;
  text-align: center;
}
/* line 2660, ../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 2668, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li input[type="checkbox"]:disabled + label {
  color: #9b9fa7;
}
/* line 2671, ../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 2677, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a {
  font-weight: 800;
  color: #9b9fa7;
  cursor: default;
}
/* line 2681, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled {
  color: #3d74da;
  cursor: pointer;
}
/* line 14, ../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 2685, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled:hover {
  color: #EC4B2C;
}
/* line 2687, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul li:last-child a.enabled:hover:after {
  background-position: 0 -8px;
}
@media (max-width: 650px) {
  /* line 2692, ../scss/app.scss */
  .user_reviews_wrapper .camera_user_review ul li:last-child a.enabled:after {
    content: none;
  }
}
/* line 2700, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review ul:first-child {
  margin-left: 0;
}
/* line 2704, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review:first-child {
  float: left;
}
/* line 2707, ../scss/app.scss */
.user_reviews_wrapper .camera_user_review:last-child {
  float: right;
}

/* line 2714, ../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 2729, ../scss/app.scss */
.error404 {
  padding-top: 7.5rem;
  text-align: center;
}
/* line 2732, ../scss/app.scss */
.error404 .search {
  margin: 0 auto;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ebebeb;
  width: 50%;
}
/* line 2738, ../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 2750, ../scss/app.scss */
.error404 .search > .search-icon-target:hover {
  background-image: url("/images/search_icon_orange.png");
  color: #ec4b2c;
}
/* line 2756, ../scss/app.scss */
.error404 p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

/* line 2763, ../scss/app.scss */
.disqus #disqus_thread {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  max-width: 59rem;
}
/* line 239, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.disqus #disqus_thread:before, .disqus #disqus_thread:after {
  content: " ";
  display: table;
}
/* line 240, ../../../vendor/foundation/scss/foundation/components/_global.scss */
.disqus #disqus_thread:after {
  clear: both;
}

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

/* line 2774, ../scss/app.scss */
.crawler_ad {
  border-top: 1px solid #000000;
}

/* line 2778, ../scss/app.scss */
#crawler_close {
  right: inherit !important;
  left: 0 !important;
  margin-left: 20px !important;
}

/* line 2784, ../scss/app.scss */
.content_wrapper .compare-content .right-ad-rail {
  display: none;
}
/* line 2786, ../scss/app.scss */
.content_wrapper .compare-content .right-ad-rail .ad {
  text-align: left;
  padding-bottom: 15px;
}
/* line 2790, ../scss/app.scss */
.content_wrapper .compare-content .right-ad-rail .ad-sticky, .content_wrapper .compare-content .right-ad-rail .sticky-ad-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (min-width: 996px) {
  /* line 2799, ../scss/app.scss */
  section.comparison_review .review_wrapper .review_content {
    width: 100%;
  }
  /* line 2802, ../scss/app.scss */
  section.comparison_review .review_wrapper .advertising_wrapper {
    display: none;
  }

  /* line 2806, ../scss/app.scss */
  section.midpage_advertising {
    display: none;
  }

  /* line 2809, ../scss/app.scss */
  .content_wrapper .compare-content {
    position: relative;
    width: 100%;
    padding-right: 311px;
    max-width: 81.9375rem;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* line 2816, ../scss/app.scss */
  .content_wrapper .compare-content .right-ad-rail {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 306px;
    height: 100%;
    padding-left: 5px;
    border-left: 1px solid #cbd2d6;
  }

  /* line 2827, ../scss/app.scss */
  footer {
    max-width: 81.9375rem;
  }
  /* line 2829, ../scss/app.scss */
  footer .footer-menu-wrapper {
    max-width: 62.5rem;
    border-bottom: none;
    margin: 0 auto;
  }
  /* line 2834, ../scss/app.scss */
  footer .copyright {
    border-top: 1px solid #444c5f;
  }
}
/* line 2840, ../scss/app.scss */
#header-1, #right-rail-1, #right-rail-2, #right-rail-3, #right-rail-4, #floater-1, #floater-2 {
  padding-top: 20px;
}
/* line 2842, ../scss/app.scss */
#header-1:before, #right-rail-1:before, #right-rail-2:before, #right-rail-3:before, #right-rail-4:before, #floater-1:before, #floater-2:before {
  content: 'Advertisement';
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  font-size: 0.625rem;
  width: calc(100% + 40px);
}

/* line 2853, ../scss/app.scss */
#header-1, #right-rail-1, #right-rail-2, #right-rail-3, #right-rail-4 {
  padding: 20px;
  position: relative;
}

/* line 2858, ../scss/app.scss */
#header-1:before, #floater-1:before, #floater-2:before {
  width: 100%;
}
