/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body.sfrRN {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

.sfrRN article,
.sfrRN aside,
.sfrRN details,
.sfrRN figcaption,
.sfrRN figure,
footer.sfrRN,
header.sfrRN,
.sfrRN hgroup,
.sfrRN main,
.sfrRN nav,
.sfrRN section,
.sfrRN summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

.sfrRN audio,
.sfrRN canvas,
.sfrRN progress,
.sfrRN video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

.sfrRN audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

.sfrRN [hidden],
.sfrRN template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

.sfrRN a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

.sfrRN a:active,
.sfrRN a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

.sfrRN abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

.sfrRN b,
.sfrRN strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

.sfrRN dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

.sfrRN h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

.sfrRN mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

.sfrRN small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

.sfrRN sub,
.sfrRN sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.sfrRN sup {
  top: -0.5em;
}

.sfrRN sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

.sfrRN img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

.sfrRN svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

.sfrRN figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

.sfrRN hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

.sfrRN pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

.sfrRN code,
.sfrRN kbd,
.sfrRN pre,
.sfrRN samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

.sfrRN button,
.sfrRN input,
.sfrRN optgroup,
.sfrRN select,
.sfrRN textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

.sfrRN button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

.sfrRN button,
.sfrRN 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.
 */

.sfrRN button,
html .sfrRN input[type="button"], /* 1 */
.sfrRN input[type="reset"],
.sfrRN input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

.sfrRN button[disabled],
html .sfrRN input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

.sfrRN button::-moz-focus-inner,
.sfrRN input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

.sfrRN input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

.sfrRN input[type="checkbox"],
.sfrRN input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

.sfrRN input[type="number"]::-webkit-inner-spin-button,
.sfrRN input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

.sfrRN input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

.sfrRN input[type="search"]::-webkit-search-cancel-button,
.sfrRN input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

.sfrRN fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

.sfrRN legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

.sfrRN textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

.sfrRN optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

.sfrRN table {
  border-collapse: collapse;
  border-spacing: 0;
}

.sfrRN td,
.sfrRN th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.3.0/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:768px)/";
  width: 48.000em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:1025px)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1441px)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1921px)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace,
.foundation-data-attribute-namespace{
  font-family: false; }

body.sfrRN {
  height: 100%; }

.sfrRN *,
.sfrRN *:before,
.sfrRN *:after,
header.sfrRN *,
header.sfrRN *:before,
header.sfrRN *:after,
footer.sfrRN *,
footer.sfrRN *:before,
footer.sfrRN *:after{
  position: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body.sfrRN {
  font-size: 100%; }

body.sfrRN {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2em;
  position: relative;
  cursor: default; }

.sfrRN a:hover {
  cursor: pointer; }

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

.sfrRN img {
  -ms-interpolation-mode: bicubic; }

.sfrRN #map_canvas img,
.sfrRN #map_canvas embed,
.sfrRN #map_canvas object,
.sfrRN .map_canvas img,
.sfrRN .map_canvas embed,
.sfrRN .map_canvas object {
  max-width: none !important; }

.sfrRN .left {
  float: left !important; }

.sfrRN .right {
  float: right !important; }

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

.sfrRN .hide {
  display: none; }

.sfrRN .antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.sfrRN img {
  display: inline-block;
  vertical-align: middle; }

.sfrRN textarea {
  height: auto;
  min-height: 50px; }

.sfrRN select {
  width: 100%; }

.sfrRN .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .sfrRN .row:before, .sfrRN .row:after {
    content: " ";
    display: table; }
  .sfrRN .row:after {
    clear: both; }
  .sfrRN .row.collapse > .column,
  .sfrRN .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .sfrRN .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .sfrRN .row .row {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 24px;
    max-width: none; }
  .sfrRN .row .row.small-margin{
      margin-top:6px;
      margin-bottom:6px;}
  .sfrRN .row .row.medium-margin{
      margin-top:12px;
      margin-bottom:12px;}
  .sfrRN .row .row.no-margin{
      margin-top:0px;
      margin-bottom:0px;}
    .sfrRN .row .row:before, .sfrRN .row .row:after {
      content: " ";
      display: table; }
    .sfrRN .row .row:after {
      clear: both; }
    .sfrRN .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .sfrRN .row .row.collapse:before, .sfrRN .row .row.collapse:after {
        content: " ";
        display: table; }
      .sfrRN .row .row.collapse:after {
        clear: both; }

.sfrRN .column,
.sfrRN .columns {
  padding-left: 0.375em;
  padding-right: 0.375em;
  width: 100%;
  float: left; }
.sfrRN .columns.small-padding{
    padding-left:0.375em;
    padding-right: 0.375em;}
.sfrRN .columns.medium-padding{
    padding-left:0.750em;
    padding-right: 0.750em;}
.sfrRN .columns.large-padding{
    padding-left:0.750em;
    padding-right: 0.750em;}
.sfrRN .columns.large-padding{
    padding-left:1.500em;
    padding-right:1.500em;}
.sfrRN .columns.no-padding{
    padding-left:0em;
    padding-right:0em;}
.sfrRN .columns.no-padding:first-child{
    padding-left:0.750em;}
.sfrRN .columns.no-padding:last-child{
    padding-right:0.750em;}
.sfrRN [class*="column"] + .sfrRN [class*="column"]:last-child {
  float: right; }

.sfrRN [class*="column"] + .sfrRN [class*="column"].end {
  float: left; }

@media only screen {
  .sfrRN .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .sfrRN .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .sfrRN .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .sfrRN .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .sfrRN .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .sfrRN .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .sfrRN .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .sfrRN .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .sfrRN .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .sfrRN .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .sfrRN .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .sfrRN .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .sfrRN .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .sfrRN .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .sfrRN .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .sfrRN .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .sfrRN .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .sfrRN .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .sfrRN .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .sfrRN .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .sfrRN .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .sfrRN .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .sfrRN .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .sfrRN .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .sfrRN .row .row{
      margin-left: 0.375em;
      margin-right: 0.375em;}
  .sfrRN .column,
  .sfrRN .columns {
    position: relative;
    padding-left: 0.375em;
    padding-right: 0.375em;
    float: left; }

  .sfrRN .small-1 {
    width: 8.33333%; }

  .sfrRN .small-2 {
    width: 16.66667%; }

  .sfrRN .small-3 {
    width: 25%; }

  .sfrRN .small-4 {
    width: 33.33333%; }

  .sfrRN .small-5 {
    width: 41.66667%; }

  .sfrRN .small-6 {
    width: 50%; }

  .sfrRN .small-7 {
    width: 58.33333%; }

  .sfrRN .small-8 {
    width: 66.66667%; }

  .sfrRN .small-9 {
    width: 75%; }

  .sfrRN .small-10 {
    width: 83.33333%; }

  .sfrRN .small-11 {
    width: 91.66667%; }

  .sfrRN .small-12 {
    width: 100%; }

  .sfrRN .small-offset-0 {
    margin-left: 0% !important; }

  .sfrRN .small-offset-1 {
    margin-left: 8.33333% !important; }

  .sfrRN .small-offset-2 {
    margin-left: 16.66667% !important; }

  .sfrRN .small-offset-3 {
    margin-left: 25% !important; }

  .sfrRN .small-offset-4 {
    margin-left: 33.33333% !important; }

  .sfrRN .small-offset-5 {
    margin-left: 41.66667% !important; }

  .sfrRN .small-offset-6 {
    margin-left: 50% !important; }

  .sfrRN .small-offset-7 {
    margin-left: 58.33333% !important; }

  .sfrRN .small-offset-8 {
    margin-left: 66.66667% !important; }

  .sfrRN .small-offset-9 {
    margin-left: 75% !important; }

  .sfrRN .small-offset-10 {
    margin-left: 83.33333% !important; }

  .sfrRN .small-offset-11 {
    margin-left: 91.66667% !important; }

  .sfrRN .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .sfrRN .column.small-centered,
  .sfrRN .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .sfrRN .column.small-uncentered,
  .sfrRN .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .sfrRN .column.small-centered:last-child,
  .sfrRN .columns.small-centered:last-child {
    float: none; }

  .sfrRN .column.small-uncentered:last-child,
  .sfrRN .columns.small-uncentered:last-child {
    float: left; }

  .sfrRN .column.small-uncentered.opposite,
  .sfrRN .columns.small-uncentered.opposite {
    float: right; } 
}
@media only screen and (min-width: 768px) {
  .sfrRN .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .sfrRN .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .sfrRN .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .sfrRN .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .sfrRN .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .sfrRN .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .sfrRN .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .sfrRN .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .sfrRN .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .sfrRN .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .sfrRN .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .sfrRN .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .sfrRN .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .sfrRN .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .sfrRN .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .sfrRN .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .sfrRN .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .sfrRN .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .sfrRN .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .sfrRN .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .sfrRN .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .sfrRN .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .sfrRN .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .sfrRN .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .sfrRN .column,
  .sfrRN .columns {
    position: relative;
    padding-left: 0.75em;
    padding-right: 0.75em;
    float: left; }

  .sfrRN .medium-1 {
    width: 8.33333%; }

  .sfrRN .medium-2 {
    width: 16.66667%; }

  .sfrRN .medium-3 {
    width: 25%; }

  .sfrRN .medium-4 {
    width: 33.33333%; }

  .sfrRN .medium-5 {
    width: 41.66667%; }

  .sfrRN .medium-6 {
    width: 50%; }

  .sfrRN .medium-7 {
    width: 58.33333%; }

  .sfrRN .medium-8 {
    width: 66.66667%; }

  .sfrRN .medium-9 {
    width: 75%; }

  .sfrRN .medium-10 {
    width: 83.33333%; }

  .sfrRN .medium-11 {
    width: 91.66667%; }

  .sfrRN .medium-12 {
    width: 100%; }

  .sfrRN .medium-offset-0 {
    margin-left: 0% !important; }

  .sfrRN .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .sfrRN .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .sfrRN .medium-offset-3 {
    margin-left: 25% !important; }

  .sfrRN .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .sfrRN .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .sfrRN .medium-offset-6 {
    margin-left: 50% !important; }

  .sfrRN .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .sfrRN .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .sfrRN .medium-offset-9 {
    margin-left: 75% !important; }

  .sfrRN .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .sfrRN .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .sfrRN .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .sfrRN .column.medium-centered,
  .sfrRN .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .sfrRN .column.medium-uncentered,
  .sfrRN .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .sfrRN .column.medium-centered:last-child,
  .sfrRN .columns.medium-centered:last-child {
    float: none; }

  .sfrRN .column.medium-uncentered:last-child,
  .sfrRN .columns.medium-uncentered:last-child {
    float: left; }

  .sfrRN .column.medium-uncentered.opposite,
  .sfrRN .columns.medium-uncentered.opposite {
    float: right; }

  .sfrRN .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .sfrRN .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .sfrRN .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .sfrRN .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .sfrRN .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .sfrRN .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .sfrRN .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .sfrRN .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .sfrRN .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .sfrRN .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .sfrRN .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .sfrRN .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .sfrRN .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .sfrRN .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .sfrRN .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .sfrRN .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .sfrRN .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .sfrRN .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .sfrRN .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .sfrRN .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .sfrRN .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .sfrRN .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .sfrRN .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .sfrRN .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
}
@media only screen and (min-width: 1025px){
  .sfrRN .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .sfrRN .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .sfrRN .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .sfrRN .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .sfrRN .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .sfrRN .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .sfrRN .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .sfrRN .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .sfrRN .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .sfrRN .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .sfrRN .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .sfrRN .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .sfrRN .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .sfrRN .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .sfrRN .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .sfrRN .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .sfrRN .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .sfrRN .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .sfrRN .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .sfrRN .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .sfrRN .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .sfrRN .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .sfrRN .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .sfrRN .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .sfrRN .row .row{
    margin-left: -0.75em;
    margin-right: -0.75em;}
  .sfrRN .column,
  .sfrRN .columns {
    position: relative;
    padding-left: 0.75em;
    padding-right: 0.75em;
    float: left; }

  .sfrRN .large-1 {
    width: 8.33333%; }

  .sfrRN .large-2 {
    width: 16.66667%; }

  .sfrRN .large-3 {
    width: 25%; }

  .sfrRN .large-4 {
    width: 33.33333%; }

  .sfrRN .large-5 {
    width: 41.66667%; }

  .sfrRN .large-6 {
    width: 50%; }

  .sfrRN .large-7 {
    width: 58.33333%; }

  .sfrRN .large-8 {
    width: 66.66667%; }

  .sfrRN .large-9 {
    width: 75%; }

  .sfrRN .large-10 {
    width: 83.33333%; }

  .sfrRN .large-11 {
    width: 91.66667%; }

  .sfrRN .large-12 {
    width: 100%; }

  .sfrRN .large-offset-0 {
    margin-left: 0% !important; }

  .sfrRN .large-offset-1 {
    margin-left: 8.33333% !important; }

  .sfrRN .large-offset-2 {
    margin-left: 16.66667% !important; }

  .sfrRN .large-offset-3 {
    margin-left: 25% !important; }

  .sfrRN .large-offset-4 {
    margin-left: 33.33333% !important; }

  .sfrRN .large-offset-5 {
    margin-left: 41.66667% !important; }

  .sfrRN .large-offset-6 {
    margin-left: 50% !important; }

  .sfrRN .large-offset-7 {
    margin-left: 58.33333% !important; }

  .sfrRN .large-offset-8 {
    margin-left: 66.66667% !important; }

  .sfrRN .large-offset-9 {
    margin-left: 75% !important; }

  .sfrRN .large-offset-10 {
    margin-left: 83.33333% !important; }

  .sfrRN .large-offset-11 {
    margin-left: 91.66667% !important; }

  .sfrRN .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .sfrRN .column.large-centered,
  .sfrRN .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .sfrRN .column.large-uncentered,
  .sfrRN .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .sfrRN .column.large-centered:last-child,
  .sfrRN .columns.large-centered:last-child {
    float: none; }

  .sfrRN .column.large-uncentered:last-child,
  .sfrRN .columns.large-uncentered:last-child {
    float: left; }

  .sfrRN .column.large-uncentered.opposite,
  .sfrRN .columns.large-uncentered.opposite {
    float: right; }

  .sfrRN .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .sfrRN .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .sfrRN .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .sfrRN .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .sfrRN .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .sfrRN .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .sfrRN .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .sfrRN .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .sfrRN .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .sfrRN .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .sfrRN .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .sfrRN .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .sfrRN .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .sfrRN .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .sfrRN .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .sfrRN .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .sfrRN .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .sfrRN .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .sfrRN .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .sfrRN .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .sfrRN .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .sfrRN .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .sfrRN .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .sfrRN .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } 
}
.sfrRN button, 
.sfrRN .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #2ba6cb;
  border-color: #2285a2;
  color: white;
  transition: background-color 300ms ease-out; }
  .sfrRN button:hover, .sfrRN button:focus, .sfrRN .button:hover, .sfrRN .button:focus {
    background-color: #2285a2; }
  .sfrRN button:hover, .sfrRN button:focus, .sfrRN .button:hover, .sfrRN .button:focus {
    color: white; }
  .sfrRN button.secondary, .sfrRN .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333333; }
    .sfrRN button.secondary:hover, .sfrRN button.secondary:focus, .sfrRN .button.secondary:hover, .sfrRN .button.secondary:focus {
      background-color: #bababa; }
    .sfrRN button.secondary:hover, .sfrRN button.secondary:focus, .sfrRN .button.secondary:hover, .sfrRN .button.secondary:focus {
      color: #333333; }
  .sfrRN button.success, .sfrRN .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: white; }
    .sfrRN button.success:hover, .sfrRN button.success:focus, .sfrRN .button.success:hover, .sfrRN .button.success:focus {
      background-color: #4a831c; }
    .sfrRN button.success:hover, .sfrRN button.success:focus, .sfrRN .button.success:hover, .sfrRN .button.success:focus {
      color: white; }
  .sfrRN button.alert, .sfrRN .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: white; }
    .sfrRN button.alert:hover, .sfrRN button.alert:focus, .sfrRN .button.alert:hover, .sfrRN .button.alert:focus {
      background-color: #9e0c0f; }
    .sfrRN button.alert:hover, .sfrRN button.alert:focus, .sfrRN .button.alert:hover, .sfrRN .button.alert:focus {
      color: white; }
  .sfrRN button.large, .sfrRN .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  .sfrRN button.small, .sfrRN .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  .sfrRN button.tiny, .sfrRN .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  .sfrRN button.expand, .sfrRN .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  .sfrRN button.left-align, .sfrRN .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  .sfrRN button.right-align, .sfrRN .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  .sfrRN button.radius, .sfrRN .button.radius {
    border-radius: 3px; }
  .sfrRN button.round, .sfrRN .button.round {
    border-radius: 1000px; }
  .sfrRN button.disabled,.sfrRN button[disabled], .sfrRN .button.disabled, .sfrRN .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: white;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    .sfrRN button.disabled:hover, .sfrRN button.disabled:focus, .sfrRN button[disabled]:hover, .sfrRN button[disabled]:focus, .sfrRN .button.disabled:hover, .sfrRN .button.disabled:focus, .sfrRN .button[disabled]:hover, .sfrRN .button[disabled]:focus {
      background-color: #2285a2; }
    .sfrRN button.disabled:hover, .sfrRN button.disabled:focus, .sfrRN button[disabled]:hover, .sfrRN button[disabled]:focus, .sfrRN .button.disabled:hover, .sfrRN .button.disabled:focus, .sfrRN .button[disabled]:hover, .sfrRN .button[disabled]:focus {
      color: white; }
    .sfrRN button.disabled:hover, .sfrRN button.disabled:focus, .sfrRN button[disabled]:hover, .sfrRN button[disabled]:focus, .sfrRN .button.disabled:hover, .sfrRN .button.disabled:focus, .sfrRN .button[disabled]:hover, .sfrRN .button[disabled]:focus {
      background-color: #2ba6cb; }
    .sfrRN button.disabled.secondary, .sfrRN button[disabled].secondary, .sfrRN .button.disabled.secondary, .sfrRN .button[disabled].secondary {
      background-color: #e9e9e9;
      border-color: #bababa;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      .sfrRN button.disabled.secondary:hover, .sfrRN button.disabled.secondary:focus, .sfrRN button[disabled].secondary:hover, .sfrRN button[disabled].secondary:focus, .sfrRN .button.disabled.secondary:hover, .sfrRN .button.disabled.secondary:focus, .sfrRN .button[disabled].secondary:hover, .sfrRN .button[disabled].secondary:focus {
        background-color: #bababa; }
      .sfrRN button.disabled.secondary:hover, .sfrRN button.disabled.secondary:focus, .sfrRN button[disabled].secondary:hover, .sfrRN button[disabled].secondary:focus, .sfrRN .button.disabled.secondary:hover, .sfrRN .button.disabled.secondary:focus, .sfrRN .button[disabled].secondary:hover, .sfrRN .button[disabled].secondary:focus {
        color: #333333; }
      .sfrRN button.disabled.secondary:hover, .sfrRN button.disabled.secondary:focus, .sfrRN button[disabled].secondary:hover, .sfrRN button[disabled].secondary:focus, .sfrRN .button.disabled.secondary:hover, .sfrRN .button.disabled.secondary:focus, .sfrRN .button[disabled].secondary:hover, .sfrRN .button[disabled].secondary:focus {
        background-color: #e9e9e9; }
    .sfrRN button.disabled.success, .sfrRN button[disabled].success, .sfrRN .button.disabled.success, .sfrRN .button[disabled].success {
      background-color: #5da423;
      border-color: #4a831c;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      .sfrRN button.disabled.success:hover, .sfrRN button.disabled.success:focus, .sfrRN button[disabled].success:hover, .sfrRN button[disabled].success:focus, .sfrRN .button.disabled.success:hover, .sfrRN .button.disabled.success:focus, .sfrRN .button[disabled].success:hover, .sfrRN .button[disabled].success:focus {
        background-color: #4a831c; }
      .sfrRN button.disabled.success:hover,.sfrRN button.disabled.success:focus, .sfrRN button[disabled].success:hover, .sfrRN button[disabled].success:focus, .sfrRN .button.disabled.success:hover, .sfrRN .button.disabled.success:focus, .sfrRN .button[disabled].success:hover, .sfrRN .button[disabled].success:focus {
        color: white; }
      .sfrRN button.disabled.success:hover, .sfrRN button.disabled.success:focus, .sfrRN button[disabled].success:hover, .sfrRN button[disabled].success:focus, .sfrRN .button.disabled.success:hover, .sfrRN .button.disabled.success:focus, .sfrRN .button[disabled].success:hover, .sfrRN .button[disabled].success:focus {
        background-color: #5da423; }
    .sfrRN button.disabled.alert, .sfrRN button[disabled].alert, .sfrRN .button.disabled.alert, .sfrRN .button[disabled].alert {
      background-color: #c60f13;
      border-color: #9e0c0f;
      color: white;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      .sfrRN button.disabled.alert:hover, .sfrRN button.disabled.alert:focus, .sfrRN button[disabled].alert:hover, .sfrRN button[disabled].alert:focus, .sfrRN .button.disabled.alert:hover, .sfrRN .button.disabled.alert:focus, .sfrRN .button[disabled].alert:hover, .sfrRN .button[disabled].alert:focus {
        background-color: #9e0c0f; }
      .sfrRN button.disabled.alert:hover, .sfrRN button.disabled.alert:focus, .sfrRN button[disabled].alert:hover, .sfrRN button[disabled].alert:focus, .sfrRN .button.disabled.alert:hover, .sfrRN .button.disabled.alert:focus, .sfrRN .button[disabled].alert:hover, .sfrRN .button[disabled].alert:focus {
        color: white; }
      .sfrRN button.disabled.alert:hover, .sfrRN button.disabled.alert:focus, .sfrRN button[disabled].alert:hover, .sfrRN button[disabled].alert:focus, .sfrRN .button.disabled.alert:hover, .sfrRN .button.disabled.alert:focus, .sfrRN .button[disabled].alert:hover, .sfrRN .button[disabled].alert:focus {
        background-color: #c60f13; }

@media only screen and (min-width: 1025px) {
  .sfrRN button, .sfrRN .button {
    display: inline-block; } 
}
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:1025px)/";
  width: 58.75em; }


/* Wrapped around .top-bar to contain to grid width */
.sfrRN .contain-to-grid {
  width: 100%;
  background: #333333; }
  .sfrRN .contain-to-grid .top-bar {
    margin-bottom: 0; }

.sfrRN .fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .sfrRN .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .sfrRN .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .sfrRN .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.sfrRN .top-bar {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: #ededed;
  margin-bottom: 0; }
  .sfrRN .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .sfrRN .top-bar .row {
    max-width: none; }
  .sfrRN .top-bar form,
  .sfrRN .top-bar input {
    margin-bottom: 0; }
  .sfrRN .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .sfrRN .top-bar .button, .sfrRN .top-bar button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .sfrRN .top-bar .title-area {
    position: relative;
    margin: 0;
    border-bottom: 0px;}
  .sfrRN .top-bar .name {
    height: 50px;
    margin: 0;
    font-size: 16px; }
    .sfrRN .top-bar .name h1 {
      line-height: 51px;
      font-size: 1.0625rem;
      margin: 0; }
      .sfrRN .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .sfrRN .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .sfrRN .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 51px;
      line-height: 51px; }
    .sfrRN .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -26px;
      height: 100%;
      background:#fff;}
    .sfrRN .top-bar .toggle-topbar.menu-icon:hover a{
      color:#636397;}
    .sfrRN .top-bar .toggle-topbar.menu-icon:hover a span:after {
      box-shadow: 0 0px 0 1px #636397, 0 5px 0 1px #636397, 0 10px 0 1px #636397; }
      .sfrRN .top-bar .toggle-topbar.menu-icon a {
        margin-top: 20px;
        height: 30px;
        line-height: 30px;
        padding: 0 11px 0 15px;
        color: #000;
        position: relative; }
      .sfrRN .top-bar .toggle-topbar.menu-icon a:hover{
          color:#636397;}
        .sfrRN .top-bar .toggle-topbar.menu-icon a span{
          font-size: 8px;
          letter-spacing: 0px;}
        .sfrRN .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 25%;
          margin-top: -10px;
          right: 15px;
          box-shadow: 0 0px 0 1px #000, 0 5px 0 1px #000, 0 10px 0 1px #000;
          width: 16px; }
        .sfrRN .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px #636397, 0 5px 0 1px #636397, 0 10px 0 1px #636397; }
  .sfrRN .top-bar.expanded {
    height: auto;
    background: transparent; }
    .sfrRN .top-bar.expanded .title-area {
      background: #f2f2f2; }
    .sfrRN .top-bar.expanded .toggle-topbar a {
      color: #000; }
      .sfrRN .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.sfrRN .top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  /*ANIMATION CSS POUR MENU*/
  /*transition: left 300ms ease-out;*/ }
  .sfrRN .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .sfrRN .top-bar-section .divider,
  .sfrRN .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .sfrRN .top-bar-section ul li {
    background: #f2f2f2; }
  .sfrRN .top-bar-section ul li.has-dropdown {
    background: #fff; }
  .sfrRN .top-bar-section ul li.has-dropdown li{
    background: #fff; }
    .sfrRN .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #000;
      padding: 15px 20px;
      padding-left: 12px;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none;
      border-bottom: 1px solid #c6c6c6;
      border-top:0; }
    .sfrRN .top-bar-section ul li.has-dropdown > a {
      border-top:1px solid #b2b2b2;
      border-bottom:0;}
    .sfrRN .top-bar-section ul li.has-dropdown ul li.has-dropdown > a {
      border-bottom:1px solid #b2b2b2;
      border-top:0;}
    .sfrRN .top-bar-section ul li:last-child > a{
      border-bottom:0;}
    .sfrRN .top-bar-section ul li.has-dropdown:last-child > a{
        border-bottom:1px solid #b2b2b2;}
    .sfrRN .top-bar-section ul li.has-dropdown:first-child > a {
      border-top:0;}
      .sfrRN .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #2ba6cb;
        border-color: #2285a2;
        color: white; }
        .sfrRN .top-bar-section ul li > a.button:hover, .sfrRN .top-bar-section ul li > a.button:focus {
          background-color: #2285a2; }
        .sfrRN .top-bar-section ul li > a.button:hover, .sfrRN .top-bar-section ul li > a.button:focus {
          color: white; }
      .sfrRN .top-bar-section ul li > a.button.secondary {
        background-color: #e9e9e9;
        border-color: #bababa;
        color: #333333; }
        .sfrRN .top-bar-section ul li > a.button.secondary:hover, .sfrRN .top-bar-section ul li > a.button.secondary:focus {
          background-color: #bababa; }
        .sfrRN .top-bar-section ul li > a.button.secondary:hover, .sfrRN .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .sfrRN .top-bar-section ul li > a.button.success {
        background-color: #5da423;
        border-color: #4a831c;
        color: white; }
        .sfrRN .top-bar-section ul li > a.button.success:hover, .sfrRN .top-bar-section ul li > a.button.success:focus {
          background-color: #4a831c; }
        .sfrRN .top-bar-section ul li > a.button.success:hover, .sfrRN .top-bar-section ul li > a.button.success:focus {
          color: white; }
      .sfrRN .top-bar-section ul li > a.button.alert {
        background-color: #c60f13;
        border-color: #9e0c0f;
        color: white; }
        .sfrRN .top-bar-section ul li > a.button.alert:hover, .sfrRN .top-bar-section ul li > a.button.alert:focus {
          background-color: #9e0c0f; }
        .sfrRN .top-bar-section ul li > a.button.alert:hover, .sfrRN .top-bar-section ul li > a.button.alert:focus {
          color: white; }
    .sfrRN .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #2ba6cb;
      border-color: #2285a2;
      color: white; }
      .sfrRN .top-bar-section ul li > button:hover, .sfrRN .top-bar-section ul li > button:focus {
        background-color: #2285a2; }
      .sfrRN .top-bar-section ul li > button:hover, .sfrRN .top-bar-section ul li > button:focus {
        color: white; }
      .sfrRN .top-bar-section ul li > button.secondary {
        background-color: #e9e9e9;
        border-color: #bababa;
        color: #333333; }
        .sfrRN .top-bar-section ul li > button.secondary:hover, .sfrRN .top-bar-section ul li > button.secondary:focus {
          background-color: #bababa; }
        .sfrRN .top-bar-section ul li > button.secondary:hover, .sfrRN .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .sfrRN .top-bar-section ul li > button.success {
        background-color: #5da423;
        border-color: #4a831c;
        color: white; }
        .sfrRN .top-bar-section ul li > button.success:hover, .sfrRN .top-bar-section ul li > button.success:focus {
          background-color: #4a831c; }
        .sfrRN .top-bar-section ul li > button.success:hover, .sfrRN .top-bar-section ul li > button.success:focus {
          color: white; }
      .sfrRN .top-bar-section ul li > button.alert {
        background-color: #c60f13;
        border-color: #9e0c0f;
        color: white; }
        .sfrRN .top-bar-section ul li > button.alert:hover, .sfrRN .top-bar-section ul li > button.alert:focus {
          background-color: #9e0c0f; }
        .sfrRN .top-bar-section ul li > button.alert:hover, .sfrRN .top-bar-section ul li > button.alert:focus {
          color: white; }
    .sfrRN .top-bar-section ul li:hover:not(.has-form) > a {
      color: #636397; }
    .sfrRN .top-bar-section ul li.active > a {
      background: #2ba6cb;
      color: white; }
      .sfrRN .top-bar-section ul li.active > a:hover {
        background: #258faf;
        color: white; }
  .sfrRN .top-bar-section .has-form {
    padding: 15px; }
  .sfrRN .top-bar-section .has-dropdown {
    position: relative; }
    .sfrRN .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(99, 99, 151, 1);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .sfrRN .top-bar-section .has-dropdown.moved {
      position: static; }
      .sfrRN .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; 
      }
      .sfrRN .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .sfrRN .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .sfrRN .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .sfrRN .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 30px; }
        .sfrRN .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .sfrRN .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0;
        margin-top: 0; }
        .sfrRN .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .sfrRN .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .sfrRN .top-bar-section .dropdown li .button, .sfrRN .top-bar-section .dropdown li button {
        top: auto; }
    .sfrRN .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.sfrRN .js-generated {
  display: block; }

@media only screen and (min-width: 1025px) {
    .sfrRN .row {
        max-width: 984px; 
    }
  .sfrRN .top-bar {
    background: #f2f2f2;
    border-bottom: 1px solid #dfdfdf;
    overflow: visible; }
    .sfrRN .top-bar:before, .sfrRN .top-bar:after {
      content: " ";
      display: table; }
    .sfrRN .top-bar:after {
      clear: both; }
    .sfrRN .top-bar .toggle-topbar {
      display: none; }
    .sfrRN .top-bar .title-area {
      float: left; }
    .sfrRN .top-bar .name h1 a {
      width: auto; }
    .sfrRN .top-bar input,
    .sfrRN .top-bar .button,
    .sfrRN .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .sfrRN .top-bar.expanded {
      background: #333333; }

  .sfrRN .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 0; }

  .sfrRN .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .sfrRN .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline;
      border-bottom:0px; }
      .sfrRN .top-bar-section ul li {
        float: left;
        background:transparent;}
        .sfrRN .top-bar-section ul li a{
          border-top: 0;}
        .sfrRN .top-bar-section ul li .js-generated {
          display: none; }
    .sfrRN .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #272727;
      color: white; }
    .sfrRN .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 51px;
      background: transparent;
      text-align:left;}
      .sfrRN .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #fff;
        background: #fff; }
    .sfrRN .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: white;
      background: #2ba6cb; }
      .sfrRN .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #258faf; }
    .sfrRN .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .sfrRN .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .sfrRN .top-bar-section .has-dropdown.moved {
      position: relative; }
      .sfrRN .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .sfrRN .top-bar-section .has-dropdown.hover > .dropdown, .sfrRN .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .sfrRN .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .sfrRN .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .sfrRN .top-bar-section .dropdown li a {
        color: white;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .sfrRN .top-bar-section .dropdown li:not(.has-form) a:not(.button) {
        color: #000;
        background: #fff; }
      .sfrRN .top-bar-section .dropdown li:not(.has-form):hover > a:not(.button) {
        color: #636397;
        background-color: #fff;
        background: #fff; }
      .sfrRN .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .sfrRN .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .sfrRN .top-bar-section > ul > .divider, .sfrRN .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .sfrRN .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .sfrRN .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .sfrRN .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .sfrRN .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .sfrRN .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

  .sfrRN .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #272727;
    color: white; }
  .sfrRN .no-js .top-bar-section ul li:active > a {
    background: #2ba6cb;
    color: white; }
  .sfrRN .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.sfrRN .breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: whitesmoke;
  border-color: #dddddd;
  border-radius: 3px; }
  .sfrRN .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #2ba6cb; }
    .sfrRN .breadcrumbs > *:hover a, .sfrRN .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .sfrRN .breadcrumbs > * a {
      color: #2ba6cb; }
    .sfrRN .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .sfrRN .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .sfrRN .breadcrumbs > *.current:hover, .sfrRN .breadcrumbs > *.current:hover a, .sfrRN .breadcrumbs > *.current:focus, .sfrRN .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .sfrRN .breadcrumbs > *.unavailable {
      color: #999999; }
      .sfrRN .breadcrumbs > *.unavailable a {
        color: #999999; }
      .sfrRN .breadcrumbs > *.unavailable:hover, .sfrRN .breadcrumbs > *.unavailable:hover a, .sfrRN .breadcrumbs > *.unavailable:focus,
      .sfrRN .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .sfrRN .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .sfrRN .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

.sfrRN .inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .sfrRN .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .sfrRN .inline-list > li > * {
      display: block; }

.sfrRN .button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .sfrRN .button-group:before, .sfrRN .button-group:after {
    content: " ";
    display: table; }
  .sfrRN .button-group:after {
    clear: both; }
  .sfrRN .button-group > li {
    margin: 0;
    float: left; }
    .sfrRN .button-group > li > button, .sfrRN .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group > li:first-child button, .sfrRN .button-group > li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group > li:first-child {
      margin-left: 0; }
  .sfrRN .button-group.radius > * > button, .sfrRN .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .sfrRN .button-group.radius > *:first-child button, .sfrRN .button-group.radius > *:first-child .button {
    border-left: 0; }
  .sfrRN .button-group.radius > *, .sfrRN .button-group.radius > * > a, .sfrRN .button-group.radius > * > button, .sfrRN .button-group.radius > * > .button {
    border-radius: 0; }
  .sfrRN .button-group.radius > *:first-child, .sfrRN .button-group.radius > *:first-child > a, .sfrRN .button-group.radius > *:first-child > button, .sfrRN .button-group.radius > *:first-child > .button {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .sfrRN .button-group.radius > *:last-child, .sfrRN .button-group.radius > *:last-child > a, .sfrRN .button-group.radius > *:last-child > button, .sfrRN .button-group.radius > *:last-child > .button {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .sfrRN .button-group.round > * > button, .sfrRN .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .sfrRN .button-group.round > *:first-child button, .sfrRN .button-group.round > *:first-child .button {
    border-left: 0; }
  .sfrRN .button-group.round > *, .sfrRN .button-group.round > * > a, .sfrRN .button-group.round > * > button, .sfrRN .button-group.round > * > .button {
    border-radius: 0; }
  .sfrRN .button-group.round > *:first-child, .sfrRN .button-group.round > *:first-child > a, .sfrRN .button-group.round > *:first-child > button, .sfrRN .button-group.round > *:first-child > .button {
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .sfrRN .button-group.round > *:last-child, .sfrRN .button-group.round > *:last-child > a, .sfrRN .button-group.round > *:last-child > button, .sfrRN .button-group.round > *:last-child > .button {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .sfrRN .button-group.even-2 li {
    width: 50%; }
    .sfrRN .button-group.even-2 li > button, .sfrRN .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-2 li:first-child button, .sfrRN .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-2 li button, .sfrRN .button-group.even-2 li .button {
      width: 100%; }
  .sfrRN .button-group.even-3 li {
    width: 33.33333%; }
    .sfrRN .button-group.even-3 li > button, .sfrRN .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-3 li:first-child button, .sfrRN .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-3 li button, .sfrRN .button-group.even-3 li .button {
      width: 100%; }
  .sfrRN .button-group.even-4 li {
    width: 25%; }
    .sfrRN .button-group.even-4 li > button, .sfrRN .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-4 li:first-child button, .sfrRN .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-4 li button, .sfrRN .button-group.even-4 li .button {
      width: 100%; }
  .sfrRN .button-group.even-5 li {
    width: 20%; }
    .sfrRN .button-group.even-5 li > button, .sfrRN .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-5 li:first-child button, .sfrRN .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-5 li button, .sfrRN .button-group.even-5 li .button {
      width: 100%; }
  .sfrRN .button-group.even-6 li {
    width: 16.66667%; }
    .sfrRN .button-group.even-6 li > button, .sfrRN .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-6 li:first-child button, .sfrRN .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-6 li button, .sfrRN .button-group.even-6 li .button {
      width: 100%; }
  .sfrRN .button-group.even-7 li {
    width: 14.28571%; }
    .sfrRN .button-group.even-7 li > button, .sfrRN .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-7 li:first-child button, .sfrRN .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-7 li button, .sfrRN .button-group.even-7 li .button {
      width: 100%; }
  .sfrRN .button-group.even-8 li {
    width: 12.5%; }
    .sfrRN .button-group.even-8 li > button, .sfrRN .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .sfrRN .button-group.even-8 li:first-child button, .sfrRN .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .sfrRN .button-group.even-8 li button, .sfrRN .button-group.even-8 li .button {
      width: 100%; }

.sfrRN .button-bar:before, .sfrRN .button-bar:after {
  content: " ";
  display: table; }
.sfrRN .button-bar:after {
  clear: both; }
.sfrRN .button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .sfrRN .button-bar .button-group div {
    overflow: hidden; }

/* Panels */
.sfrRN .panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .sfrRN .panel > :first-child {
    margin-top: 0; }
  .sfrRN .panel > :last-child {
    margin-bottom: 0; }
  .sfrRN .panel h1, .sfrRN .panel h2, .sfrRN .panel h3, .sfrRN .panel h4, .sfrRN .panel h5, .sfrRN .panel h6, .sfrRN .panel p, .sfrRN .panel li, .sfrRN .panel dl {
    color: #333333; }
  .sfrRN .panel h1, .sfrRN .panel h2, .sfrRN .panel h3, .sfrRN .panel h4, .sfrRN .panel h5, .sfrRN .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .sfrRN .panel h1.subheader, .sfrRN .panel h2.subheader, .sfrRN .panel h3.subheader, .sfrRN .panel h4.subheader, .sfrRN .panel h5.subheader, .sfrRN .panel h6.subheader {
      line-height: 1.4; }
  .sfrRN .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #c5e8f3;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2fafc; }
    .sfrRN .panel.callout > :first-child {
      margin-top: 0; }
    .sfrRN .panel.callout > :last-child {
      margin-bottom: 0; }
    .sfrRN .panel.callout h1, .sfrRN .panel.callout h2, .sfrRN .panel.callout h3, .sfrRN .panel.callout h4, .sfrRN .panel.callout h5, .sfrRN .panel.callout h6, .sfrRN .panel.callout p, .sfrRN .panel.callout li, .sfrRN .panel.callout dl {
      color: #333333; }
    .sfrRN .panel.callout h1, .sfrRN .panel.callout h2, .sfrRN .panel.callout h3, .sfrRN .panel.callout h4, .sfrRN .panel.callout h5, .sfrRN .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .sfrRN .panel.callout h1.subheader, .sfrRN .panel.callout h2.subheader, .sfrRN .panel.callout h3.subheader, .sfrRN .panel.callout h4.subheader, .sfrRN .panel.callout h5.subheader, .sfrRN .panel.callout h6.subheader {
        line-height: 1.4; }
    .sfrRN .panel.callout a:not(.button) {
      color: #2ba6cb; }
  .sfrRN .panel.radius {
    border-radius: 3px; }

.sfrRN .dropdown.button, .sfrRN button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .sfrRN .dropdown.button:after, .sfrRN button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .sfrRN .dropdown.button:after, .sfrRN button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .sfrRN .dropdown.button:after, .sfrRN button.dropdown:after {
    border-color: white transparent transparent transparent; }
  .sfrRN .dropdown.button.tiny, .sfrRN button.dropdown.tiny {
    padding-right: 2.625rem; }
    .sfrRN .dropdown.button.tiny:before, .sfrRN button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .sfrRN .dropdown.button.tiny:after, .sfrRN button.dropdown.tiny:after {
      border-color: white transparent transparent transparent; }
  .sfrRN .dropdown.button.small, .sfrRN button.dropdown.small {
    padding-right: 3.0625rem; }
    .sfrRN .dropdown.button.small:after, .sfrRN button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .sfrRN .dropdown.button.small:after, .sfrRN button.dropdown.small:after {
      border-color: white transparent transparent transparent; }
  .sfrRN .dropdown.button.large, .sfrRN button.dropdown.large {
    padding-right: 3.625rem; }
    .sfrRN .dropdown.button.large:after, .sfrRN button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .sfrRN .dropdown.button.large:after, .sfrRN button.dropdown.large:after {
      border-color: white transparent transparent transparent; }
  .sfrRN .dropdown.button.secondary:after, .sfrRN button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

/* Image Thumbnails */
.sfrRN .th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .sfrRN .th:hover, .sfrRN .th:focus {
    box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5); }
  .sfrRN .th.radius {
    border-radius: 3px; }

/* Pricing Tables */
.sfrRN .pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .sfrRN .pricing-table * {
    list-style: none;
    line-height: 1; }
  .sfrRN .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .sfrRN .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .sfrRN .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .sfrRN .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .sfrRN .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

.sfrRN div.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .sfrRN div.icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .sfrRN div.icon-bar > * i, .sfrRN div.icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .sfrRN div.icon-bar > * i + label, .sfrRN div.icon-bar > * img + label {
        margin-top: .0625rem; }
    .sfrRN div.icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .sfrRN div.icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .sfrRN div.icon-bar.label-right > * i, .sfrRN div.icon-bar.label-right > * img {
    margin: 0 0.0625rem 0 0;
    display: inline-block; }
    .sfrRN div.icon-bar.label-right > * i + label, .sfrRN div.icon-bar.label-right > * img + label {
      margin-top: 0; }
  .sfrRN div.icon-bar.label-right > * label {
    display: inline-block; }
  .sfrRN div.icon-bar.vertical.label-right > * {
    text-align: left; }
  .sfrRN div.icon-bar.vertical {
    height: 100%;
    width: auto; }
    .sfrRN div.icon-bar.vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  .sfrRN div.icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .sfrRN div.icon-bar > * i + label, .sfrRN div.icon-bar > * img + label {
      margin-top: .0625rem; }
    .sfrRN div.icon-bar > * i {
      font-size: 1.875rem; }
    .sfrRN div.icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .sfrRN div.icon-bar > *:hover {
    background: #2ba6cb; }
  .sfrRN div.icon-bar > * label {
    color: white; }
  .sfrRN div.icon-bar > * i {
    color: white; }

/* toolbar styles */
.sfrRN .icon-bar.two-up .item {
  width: 50%; }
.sfrRN .icon-bar.two-up.vertical .item {
  width: auto; }
.sfrRN .icon-bar.three-up .item {
  width: 33.3333%; }
.sfrRN .icon-bar.three-up.vertical .item {
  width: auto; }
.sfrRN .icon-bar.four-up .item {
  width: 25%; }
.sfrRN .icon-bar.four-up.vertical .item {
  width: auto; }
.sfrRN .icon-bar.five-up .item {
  width: 20%; }
.sfrRN .icon-bar.five-up.vertical .item {
  width: auto; }
.sfrRN .icon-bar.six-up .item {
  width: 16.66667%; }
.sfrRN .icon-bar.six-up.vertical .item {
  width: auto; }

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

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

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

.sfrRN .text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 767px) {
    .sfrRN .columns.no-padding:first-child{
        padding-left:0.0em;}
    .sfrRN .columns.no-padding:last-child{
        padding-right:0.0em;}
    .sfrRN .row .row{
        margin-top:12px;
        margin-bottom:12px;}
    .sfrRN .no-marge-m{
        margin:0!important;
        padding:0!important;}
  .sfrRN .small-only-text-left {
    text-align: left !important; }

  .sfrRN .small-only-text-right {
    text-align: right !important; }

  .sfrRN .small-only-text-center {
    text-align: center !important; }

  .sfrRN .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .sfrRN .small-text-left {
    text-align: left !important; }

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

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

  .sfrRN .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sfrRN .medium-only-text-left {
    text-align: left !important; }

  .sfrRN .medium-only-text-right {
    text-align: right !important; }

  .sfrRN .medium-only-text-center {
    text-align: center !important; }

  .sfrRN .medium-only-text-justify {
    text-align: justify !important; }
    .sfrRN .row .row{
        margin-left:0;
        margin-right:0;}
}
@media only screen and (max-width: 1024px){

 }
@media only screen and (min-width: 768px) {
  .sfrRN .medium-text-left {
    text-align: left !important; }

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

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

  .sfrRN .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .sfrRN .large-only-text-left {
    text-align: left !important; }

  .sfrRN .large-only-text-right {
    text-align: right !important; }

  .sfrRN .large-only-text-center {
    text-align: center !important; }

  .sfrRN .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 1025px) {
  .sfrRN .large-text-left {
    text-align: left !important; }

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

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

  .sfrRN .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .sfrRN .xlarge-only-text-left {
    text-align: left !important; }

  .sfrRN .xlarge-only-text-right {
    text-align: right !important; }

  .sfrRN .xlarge-only-text-center {
    text-align: center !important; }

  .sfrRN .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 1441px) {
  .sfrRN .xlarge-text-left {
    text-align: left !important; }

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

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

  .sfrRN .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 1921px) and (max-width: 99999999em) {
  .sfrRN .xxlarge-only-text-left {
    text-align: left !important; }

  .sfrRN .xxlarge-only-text-right {
    text-align: right !important; }

  .sfrRN .xxlarge-only-text-center {
    text-align: center !important; }

  .sfrRN .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 1921px) {
  .sfrRN .xxlarge-text-left {
    text-align: left !important; }

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

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

  .sfrRN .xxlarge-text-justify {
    text-align: justify !important; } }

/* Default paragraph styles */
.sfrRN p {
  text-rendering: optimizeLegibility; }
  .sfrRN p.lead {
    font-size: 1.21875rem;
    line-height: 1.2em; }
  .sfrRN p aside {
    font-size: 0.875rem;
    line-height: 1.2em;
    font-style: italic; }

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

.sfrRN h1 {
  font-size: 2.125rem; }

.sfrRN h2 {
  font-size: 1.6875rem; }

.sfrRN h3 {
  font-size: 1.375rem; }

.sfrRN h4 {
  font-size: 1.125rem; }

.sfrRN h5 {
  font-size: 1.125rem; }

.sfrRN h6 {
  font-size: 1rem; }

.sfrRN .subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }


/* Helpful Typography Defaults */
.sfrRN em,
.sfrRN i {
  font-style: italic;
  line-height: inherit; }

strong,
.sfrRN b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

.sfrRN code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #910b0e; }

/* Lists */
.sfrRN ul,
.sfrRN ol,
.sfrRN dl {
  list-style-position: outside;
  font-family: inherit; }

  .sfrRN ul.no-bullet {
    margin-left: 0; }
    .sfrRN ul.no-bullet li ul,
    .sfrRN ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

.sfrRN ul.square li ul, .sfrRN ul.circle li ul, .sfrRN ul.disc li ul {
  list-style: inherit; }
.sfrRN ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
.sfrRN ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
.sfrRN ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
.sfrRN ul.no-bullet {
  list-style: none; }



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

.sfrRN abbr {
  text-transform: none; }

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

.sfrRN blockquote,
.sfrRN blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.sfrRN .vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .sfrRN .vcard li {
    margin: 0;
    display: block; }
  .sfrRN .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.sfrRN .vevent .summary {
  font-weight: bold; }
.sfrRN .vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 768px) {
  .sfrRN h1, .sfrRN h2, .sfrRN h3, .sfrRN h4, .sfrRN h5, .sfrRN h6 {
    line-height: 1.4; }

  .sfrRN h1 {
    font-size: 2.75rem; }

  .sfrRN h2 {
    font-size: 2.3125rem; }

  .sfrRN h3 {
    font-size: 1.6875rem; }

  .sfrRN h4 {
    font-size: 1.4375rem; }

  .sfrRN h5 {
    font-size: 1.125rem; }

  .sfrRN h6 {
    font-size: 1rem; } }
/*
 .sfrRN * Print styles.
 .sfrRN *
 .sfrRN * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 .sfrRN * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
.sfrRN */
.sfrRN .print-only {
  display: none !important; }

@media print {
  .sfrRN * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  .sfrRN a,
  .sfrRN a:visited {
    text-decoration: underline; }

  .sfrRN a[href]:after {
    content: " (" attr(href) ")"; }

  .sfrRN abbr[title]:after {
    content: " (" attr(title) ")"; }

  .sfrRN .ir a:after,
  .sfrRN a[href^="javascript:"]:after,
  .sfrRN a[href^="#"]:after {
    content: ""; }

  .sfrRN pre,
  .sfrRN blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  .sfrRN thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  .sfrRN tr,
  .sfrRN img {
    page-break-inside: avoid; }

  .sfrRN img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  .sfrRN p,
  .sfrRN h2,
  .sfrRN h3 {
    orphans: 3;
    widows: 3; }

  .sfrRN h2,
  .sfrRN h3 {
    page-break-after: avoid; }

  .sfrRN .hide-on-print {
    display: none !important; }

  .sfrRN .print-only {
    display: block !important; }

  .sfrRN .hide-for-print {
    display: none !important; }

  .sfrRN .show-for-print {
    display: inherit !important; } }
.sfrRN .tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .sfrRN .tabs:before, .sfrRN .tabs:after {
    content: " ";
    display: table; }
  .sfrRN .tabs:after {
    clear: both; }
  .sfrRN .tabs dd, .sfrRN .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .sfrRN .tabs dd > a, .sfrRN .tabs .tab-title > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .sfrRN .tabs dd > a:hover, .sfrRN .tabs .tab-title > a:hover {
        background: #e1e1e1; }
    .sfrRN .tabs dd.active a, .sfrRN .tabs .tab-title.active a {
      background: white;
      color: #222222; }
  .sfrRN .tabs.radius dd:first-child a, .sfrRN .tabs.radius .tab:first-child a {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .sfrRN .tabs.radius dd:last-child a, .sfrRN .tabs.radius .tab:last-child a {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .sfrRN .tabs.vertical dd, .sfrRN .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.sfrRN .tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .sfrRN .tabs-content:before, .sfrRN .tabs-content:after {
    content: " ";
    display: table; }
  .sfrRN .tabs-content:after {
    clear: both; }
  .sfrRN .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375em 0;
    width: 100%; }
    .sfrRN .tabs-content > .content.active {
      display: block;
      float: none; }
    .sfrRN .tabs-content > .content.contained {
      padding: 0.9375em; }
  .sfrRN .tabs-content.vertical {
    display: block; }
    .sfrRN .tabs-content.vertical > .content {
      padding: 0 0.9375em; }

@media only screen and (min-width: 768px) {
  .sfrRN .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .sfrRN .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
.sfrRN .no-js .tabs-content > .content {
  display: block;
  float: none; }

.sfrRN ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  .sfrRN ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    .sfrRN ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      border-radius: 3px; }
    .sfrRN ul.pagination li:hover a,
    .sfrRN ul.pagination li a:focus {
      background: #e6e6e6; }
    .sfrRN ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    .sfrRN ul.pagination li.unavailable:hover a, .sfrRN ul.pagination li.unavailable a:focus {
      background: transparent; }
    .sfrRN ul.pagination li.current a {
      background: #2ba6cb;
      color: white;
      font-weight: bold;
      cursor: default; }
      .sfrRN ul.pagination li.current a:hover, .sfrRN ul.pagination li.current a:focus {
        background: #2ba6cb; }
  .sfrRN ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.sfrRN .pagination-centered {
  text-align: center; }
  .sfrRN .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.sfrRN .side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .sfrRN .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .sfrRN .side-nav li a:not(.button) {
      display: block;
      color: #2ba6cb;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .sfrRN .side-nav li a:not(.button):hover, .sfrRN .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #67c3df; }
    .sfrRN .side-nav li.active > a:first-child:not(.button) {
      color: #67c3df;
      font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .sfrRN .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .sfrRN .side-nav li.heading {
      color: #2ba6cb;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.sfrRN .accordion {
  margin-bottom: 0; }
  .sfrRN .accordion:before, .sfrRN .accordion:after {
    content: " ";
    display: table; }
  .sfrRN .accordion:after {
    clear: both; }
  .sfrRN .accordion .accordion-navigation, .sfrRN .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .sfrRN .accordion .accordion-navigation.active > a, .sfrRN .accordion dd.active > a {
      background: #e8e8e8; }
    .sfrRN .accordion .accordion-navigation > a, .sfrRN .accordion dd > a {
      background: #efefef;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .sfrRN .accordion .accordion-navigation > a:hover, .sfrRN .accordion dd > a:hover {
        background: #e3e3e3; }
    .sfrRN .accordion .accordion-navigation > .content, .sfrRN .accordion dd > .content {
      display: none;
      padding: 0.9375em; }
      .sfrRN .accordion .accordion-navigation > .content.active, .sfrRN .accordion dd > .content.active {
        display: block;
        background: white; }

.sfrRN .split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .sfrRN .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .sfrRN .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .sfrRN .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .sfrRN .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sfrRN .split.button span {
    width: 3.09375rem; }
    .sfrRN .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .sfrRN .split.button span:after {
    border-color: white transparent transparent transparent; }
  .sfrRN .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sfrRN .split.button.secondary span:after {
    border-color: white transparent transparent transparent; }
  .sfrRN .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sfrRN .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .sfrRN .split.button.tiny {
    padding-right: 3.75rem; }
    .sfrRN .split.button.tiny span {
      width: 2.25rem; }
      .sfrRN .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .sfrRN .split.button.small {
    padding-right: 4.375rem; }
    .sfrRN .split.button.small span {
      width: 2.625rem; }
      .sfrRN .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .sfrRN .split.button.large {
    padding-right: 5.5rem; }
    .sfrRN .split.button.large span {
      width: 3.4375rem; }
      .sfrRN .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .sfrRN .split.button.expand {
    padding-left: 2rem; }
  .sfrRN .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .sfrRN .split.button.radius span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .sfrRN .split.button.round span {
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

/* Clearing Styles */
.sfrRN .clearing-thumbs, .sfrRN [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .sfrRN .clearing-thumbs:before, .sfrRN .clearing-thumbs:after, .sfrRN [data-clearing]:before, .sfrRN [data-clearing]:after {
    content: " ";
    display: table; }
  .sfrRN .clearing-thumbs:after, .sfrRN [data-clearing]:after {
    clear: both; }
  .sfrRN .clearing-thumbs li, .sfrRN [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .sfrRN .clearing-thumbs[class*="block-grid-"] li, .sfrRN [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.sfrRN .clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .sfrRN .clearing-blackout .clearing-close {
    display: block; }

.sfrRN .clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.sfrRN .clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.sfrRN .visible-img {
  height: 95%;
  position: relative; }
  .sfrRN .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.sfrRN .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; }

.sfrRN .clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .sfrRN .clearing-close:hover, .sfrRN .clearing-close:focus {
    color: #ccc; }

.sfrRN .clearing-assembled .clearing-container {
  height: 100%; }
  .sfrRN .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.sfrRN .clearing-feature li {
  display: none; }
  .sfrRN .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 768px) {
  .sfrRN .clearing-main-prev,
  .sfrRN .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .sfrRN .clearing-main-prev > span,
    .sfrRN .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .sfrRN .clearing-main-prev > span:hover,
      .sfrRN .clearing-main-next > span:hover {
        opacity: 0.8; }

  .sfrRN .clearing-main-prev {
    left: 0; }
    .sfrRN .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .sfrRN .clearing-main-next {
    right: 0; }
    .sfrRN .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .sfrRN .clearing-main-prev.disabled,
  .sfrRN .clearing-main-next.disabled {
    opacity: 0.3; }

  .sfrRN .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .sfrRN .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .sfrRN .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;
        clear: none; }
        .sfrRN .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .sfrRN .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          box-shadow: none;
          display: block; }
        .sfrRN .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .sfrRN .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .sfrRN .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .sfrRN .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .sfrRN .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.sfrRN .progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .sfrRN .progress .meter {
    background: #2ba6cb;
    height: 100%;
    display: block; }
  .sfrRN .progress.secondary .meter {
    background: #e9e9e9;
    height: 100%;
    display: block; }
  .sfrRN .progress.success .meter {
    background: #5da423;
    height: 100%;
    display: block; }
  .sfrRN .progress.alert .meter {
    background: #c60f13;
    height: 100%;
    display: block; }
  .sfrRN .progress.radius {
    border-radius: 3px; }
    .sfrRN .progress.radius .meter {
      border-radius: 2px; }
  .sfrRN .progress.round {
    border-radius: 1000px; }
    .sfrRN .progress.round .meter {
      border-radius: 999px; }

.sfrRN .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; }
  .sfrRN .sub-nav dt {
    text-transform: uppercase; }
  .sfrRN .sub-nav dt,
  .sfrRN .sub-nav dd,
  .sfrRN .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sfrRN .sub-nav dt a,
    .sfrRN .sub-nav dd a,
    .sfrRN .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sfrRN .sub-nav dt a:hover,
      .sfrRN .sub-nav dd a:hover,
      .sfrRN .sub-nav li a:hover {
        color: #737373; }
    .sfrRN .sub-nav dt.active a,
    .sfrRN .sub-nav dd.active a,
    .sfrRN .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #2ba6cb;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: white; }
      .sfrRN .sub-nav dt.active a:hover,
      .sfrRN .sub-nav dd.active a:hover,
      .sfrRN .sub-nav li.active a:hover {
        background: #258faf; }

.sfrRN .label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #2ba6cb;
  color: white; }
  .sfrRN .label.radius {
    border-radius: 3px; }
  .sfrRN .label.round {
    border-radius: 1000px; }
  .sfrRN .label.alert {
    background-color: #c60f13;
    color: white; }
  .sfrRN .label.success {
    background-color: #5da423;
    color: white; }
  .sfrRN .label.secondary {
    background-color: #e9e9e9;
    color: #333333; }

.sfrRN table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd; }
  .sfrRN table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  .sfrRN table thead {
    background: whitesmoke; }
    .sfrRN table thead tr th,
    .sfrRN table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  .sfrRN table tfoot {
    background: whitesmoke; }
    .sfrRN table tfoot tr th,
    .sfrRN table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  .sfrRN table tr th,
  .sfrRN table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  .sfrRN table tr.even, .sfrRN table tr.alt, .sfrRN table tr:nth-of-type(even) {
    background: #f9f9f9; }
  .sfrRN table thead tr th,
  .sfrRN table tfoot tr th,
  .sfrRN table tfoot tr td,
  .sfrRN table tbody tr th,
  .sfrRN table tbody tr td,
  .sfrRN table tr td {
    display: table-cell;
    line-height: 1.125rem; }

/* Standard Forms */
.sfrRN form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
.sfrRN form .row .row {
  margin: 0 -0.5rem; }
  .sfrRN form .row .row .column,
  .sfrRN form .row .row .columns {
    padding: 0 0.5rem; }
  .sfrRN form .row .row.collapse {
    margin: 0; }
    .sfrRN form .row .row.collapse .column,
    .sfrRN form .row .row.collapse .columns {
      padding: 0; }
    .sfrRN form .row .row.collapse input {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
.sfrRN form .row input.column,
.sfrRN form .row input.columns,
.sfrRN form .row textarea.column,
.sfrRN form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
.sfrRN label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;}
  .sfrRN label.right {
    float: none !important;
    text-align: right; }
  .sfrRN label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  .sfrRN label small {
    text-transform: capitalize;
    color: #676767; }

.sfrRN select::-ms-expand {
  display: none; }

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

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

.sfrRN .prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.sfrRN .prefix.button.radius {
  border-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.sfrRN .postfix.button.radius {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.sfrRN .prefix.button.round {
  border-radius: 0;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.sfrRN .postfix.button.round {
  border-radius: 0;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
.sfrRN span.prefix, .sfrRN label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }
 .sfrRN  span.prefix.radius, .sfrRN label.prefix.radius {
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

.sfrRN span.postfix, .sfrRN label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
 .sfrRN span.postfix.radius, .sfrRN label.postfix.radius {
    border-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */

.sfrRN input[type="submit"] {
  -webkit-appearance: none; }

/* Respect enforced amount of rows for textarea */
.sfrRN textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
.sfrRN select {
  -webkit-appearance: none !important;
  background-color: #fafafa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
 .sfrRN  select.radius {
    border-radius: 3px; }
 .sfrRN  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }

/* Adjust margin for form elements below */
.sfrRN input[type="file"],
.sfrRN input[type="checkbox"],
.sfrRN input[type="radio"],
.sfrRN select {
  margin: 0 0 1rem 0; }

.sfrRN input[type="checkbox"] + label,
.sfrRN input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
.sfrRN input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
.sfrRN fieldset {
  border: 1px solid #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .sfrRN fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

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

.sfrRN span.error,.sfrRN small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }

.sfrRN .error input,
.sfrRN .error textarea,
.sfrRN .error select {
  margin-bottom: 0; }
.sfrRN .error input[type="checkbox"],
.sfrRN .error input[type="radio"] {
  margin-bottom: 1rem; }
.sfrRN .error label,
.sfrRN .error label.error {
  color: #c60f13; }
.sfrRN .error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #c60f13;
  color: white; }
.sfrRN .error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.sfrRN .error span.error-message {
  display: block; }

.sfrRN input.error,
.sfrRN textarea.error {
  margin-bottom: 0; }

.sfrRN label.error {
  color: #c60f13; }

.sfrRN .range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #dddddd;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #fafafa; }
  .sfrRN .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #dddddd;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .sfrRN .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .sfrRN .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .sfrRN .range-slider.radius {
    background: #fafafa;
    border-radius: 3px; }
    .sfrRN .range-slider.radius .range-slider-handle {
      background: #2ba6cb;
      border-radius: 3px; }
      .sfrRN .range-slider.radius .range-slider-handle:hover {
        background: #2692b3; }
  .sfrRN .range-slider.round {
    background: #fafafa;
    border-radius: 1000px; }
    .sfrRN .range-slider.round .range-slider-handle {
      background: #2ba6cb;
      border-radius: 1000px; }
      .sfrRN .range-slider.round .range-slider-handle:hover {
        background: #2692b3; }
  .sfrRN .range-slider.disabled, .sfrRN .range-slider[disabled] {
    background: #fafafa;
    cursor: default;
    opacity: 0.7; }
    .sfrRN .range-slider.disabled .range-slider-handle, .sfrRN .range-slider[disabled] .range-slider-handle {
      background: #2ba6cb;
      cursor: default;
      opacity: 0.7; }
      .sfrRN .range-slider.disabled .range-slider-handle:hover, .sfrRN .range-slider[disabled] .range-slider-handle:hover {
        background: #2692b3; }

.sfrRN .range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #e7e7e7; }

.sfrRN .range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  background: #2ba6cb; }
  .sfrRN .range-slider-handle:hover {
    background: #2692b3; }

.sfrRN [class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  .sfrRN [class*="block-grid-"]:before, .sfrRN [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  .sfrRN [class*="block-grid-"]:after {
    clear: both; }
  .sfrRN [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .sfrRN .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .sfrRN .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .sfrRN .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .sfrRN .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .sfrRN .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .sfrRN .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .sfrRN .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .sfrRN .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .sfrRN .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .sfrRN .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .sfrRN .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .sfrRN .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .sfrRN .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .sfrRN .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .sfrRN .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .sfrRN .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .sfrRN .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .sfrRN .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .sfrRN .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .sfrRN .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .sfrRN .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .sfrRN .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .sfrRN .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .sfrRN .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 768px) {
  .sfrRN .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .sfrRN .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .sfrRN .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .sfrRN .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .sfrRN .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .sfrRN .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .sfrRN .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .sfrRN .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .sfrRN .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .sfrRN .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .sfrRN .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .sfrRN .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .sfrRN .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .sfrRN .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 1025px) {
  .sfrRN .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .sfrRN .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .sfrRN .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .sfrRN .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .sfrRN .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .sfrRN .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .sfrRN .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .sfrRN .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .sfrRN .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .sfrRN .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .sfrRN .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .sfrRN .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .sfrRN .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .sfrRN .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .sfrRN .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .sfrRN .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .sfrRN .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .sfrRN .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .sfrRN .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .sfrRN .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .sfrRN .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .sfrRN .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .sfrRN .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .sfrRN .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .sfrRN .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.sfrRN .flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .sfrRN .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .sfrRN .flex-video.vimeo {
    padding-top: 0; }
  .sfrRN .flex-video iframe,
  .sfrRN .flex-video object,
  .sfrRN .flex-video embed,
  .sfrRN .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.sfrRN .keystroke,
.sfrRN 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: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.sfrRN div.switch label {
  display: block;
  margin-bottom: 1rem;
  position: relative;
  color: transparent;
  background: #dddddd;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  cursor: pointer;
  transition: left 0.15s ease-out; }
.sfrRN div.switch input {
  display: none; }
  .sfrRN div.switch input + label {
    margin-left: 0;
    margin-right: 0; }
.sfrRN div.switch label:after {
  content: "";
  display: block;
  background: white;
  position: absolute;
  top: .25rem;
  left: .25rem;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out; }
.sfrRN div.switch input:checked + label {
  background: #2ba6cb; }
.sfrRN div.switch input:checked + label:after {
  left: 2.25rem; }
.sfrRN div.switch label {
  width: 4rem;
  height: 2rem; }
.sfrRN div.switch label:after {
  width: 1.5rem;
  height: 1.5rem; }
.sfrRN div.switch input:checked + label:after {
  left: 2.25rem; }
.sfrRN div.switch label {
  color: transparent;
  background: #dddddd; }
.sfrRN div.switch label:after {
  background: white; }
.sfrRN div.switch input:checked + label {
  background: #2ba6cb; }
.sfrRN div.switch.large label {
  width: 5rem;
  height: 2.5rem; }
.sfrRN div.switch.large label:after {
  width: 2rem;
  height: 2rem; }
.sfrRN div.switch.large input:checked + label:after {
  left: 2.75rem; }
.sfrRN div.switch.small label {
  width: 3.5rem;
  height: 1.75rem; }
.sfrRN div.switch.small label:after {
  width: 1.25rem;
  height: 1.25rem; }
.sfrRN div.switch.small input:checked + label:after {
  left: 2rem; }
.sfrRN div.switch.tiny label {
  width: 3rem;
  height: 1.5rem; }
.sfrRN div.switch.tiny label:after {
  width: 1rem;
  height: 1rem; }
.sfrRN div.switch.tiny input:checked + label:after {
  left: 1.75rem; }
.sfrRN div.switch.radius label {
  border-radius: 4px; }
.sfrRN div.switch.radius label:after {
  border-radius: 3px; }
.sfrRN div.switch.round {
  border-radius: 1000px; }
  .sfrRN div.switch.round label {
    border-radius: 2rem; }
  .sfrRN div.switch.round label:after {
    border-radius: 2rem; }

/* small displays */
@media only screen {
  .sfrRN .show-for-small-only, .sfrRN .show-for-small-up, .sfrRN .show-for-small, .sfrRN .show-for-small-down, .sfrRN .hide-for-medium-only, .sfrRN .hide-for-medium-up, .sfrRN .hide-for-medium, .sfrRN .show-for-medium-down, .sfrRN .hide-for-large-only, .sfrRN .hide-for-large-up, .sfrRN .hide-for-large, .sfrRN .show-for-large-down, .sfrRN .hide-for-xlarge-only, .sfrRN .hide-for-xlarge-up, .sfrRN .hide-for-xxlarge-only, .sfrRN .hide-for-xxlarge-up {
    display: inherit !important; }

  .sfrRN .hide-for-small-only, .sfrRN .hide-for-small-up, .sfrRN .hide-for-small, .sfrRN .hide-for-small-down, .sfrRN .show-for-medium-only, .sfrRN .show-for-medium-up, .sfrRN .show-for-medium, .sfrRN .hide-for-medium-down, .sfrRN .show-for-large-only, .sfrRN .show-for-large-up, .sfrRN .show-for-large, .sfrRN .hide-for-large-down, .sfrRN .show-for-xlarge-only, .sfrRN .show-for-xlarge-up, .sfrRN .show-for-xxlarge-only, .sfrRN .show-for-xxlarge-up {
    display: none !important; }

  .sfrRN .visible-for-small-only, .sfrRN .visible-for-small-up, .sfrRN .visible-for-small, .sfrRN .visible-for-small-down, .sfrRN .hidden-for-medium-only, .sfrRN .hidden-for-medium-up, .sfrRN .hidden-for-medium, .sfrRN .visible-for-medium-down, .sfrRN .hidden-for-large-only, .sfrRN .hidden-for-large-up, .sfrRN .hidden-for-large, .sfrRN .visible-for-large-down, .sfrRN .hidden-for-xlarge-only, .sfrRN .hidden-for-xlarge-up, .sfrRN .hidden-for-xxlarge-only, .sfrRN .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .sfrRN .hidden-for-small-only, .sfrRN .hidden-for-small-up, .sfrRN .hidden-for-small, .sfrRN .hidden-for-small-down, .sfrRN .visible-for-medium-only, .sfrRN .visible-for-medium-up, .sfrRN .visible-for-medium, .sfrRN .hidden-for-medium-down, .sfrRN .visible-for-large-only, .sfrRN .visible-for-large-up, .sfrRN .visible-for-large, .sfrRN .hidden-for-large-down, .sfrRN .visible-for-xlarge-only, .sfrRN .visible-for-xlarge-up, .sfrRN .visible-for-xxlarge-only, .sfrRN .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .sfrRN table.show-for-small-only, .sfrRN table.show-for-small-up, .sfrRN table.show-for-small, .sfrRN table.show-for-small-down, .sfrRN table.hide-for-medium-only, .sfrRN table.hide-for-medium-up, .sfrRN table.hide-for-medium, .sfrRN table.show-for-medium-down, .sfrRN table.hide-for-large-only, .sfrRN table.hide-for-large-up, .sfrRN table.hide-for-large, .sfrRN table.show-for-large-down, .sfrRN table.hide-for-xlarge-only, .sfrRN table.hide-for-xlarge-up, .sfrRN table.hide-for-xxlarge-only, .sfrRN table.hide-for-xxlarge-up {
    display: table; }

  .sfrRN thead.show-for-small-only, .sfrRN thead.show-for-small-up, .sfrRN thead.show-for-small, .sfrRN thead.show-for-small-down, .sfrRN thead.hide-for-medium-only, .sfrRN thead.hide-for-medium-up, .sfrRN thead.hide-for-medium, .sfrRN thead.show-for-medium-down, .sfrRN thead.hide-for-large-only, .sfrRN thead.hide-for-large-up, .sfrRN thead.hide-for-large, .sfrRN thead.show-for-large-down, .sfrRN thead.hide-for-xlarge-only, .sfrRN thead.hide-for-xlarge-up, .sfrRN thead.hide-for-xxlarge-only, .sfrRN thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  .sfrRN tbody.show-for-small-only, .sfrRN tbody.show-for-small-up, .sfrRN tbody.show-for-small, .sfrRN tbody.show-for-small-down, .sfrRN tbody.hide-for-medium-only, .sfrRN tbody.hide-for-medium-up, .sfrRN tbody.hide-for-medium, .sfrRN tbody.show-for-medium-down, .sfrRN tbody.hide-for-large-only, .sfrRN tbody.hide-for-large-up, .sfrRN tbody.hide-for-large, .sfrRN tbody.show-for-large-down, .sfrRN tbody.hide-for-xlarge-only, .sfrRN tbody.hide-for-xlarge-up, .sfrRN tbody.hide-for-xxlarge-only, .sfrRN tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  .sfrRN tr.show-for-small-only, .sfrRN tr.show-for-small-up, .sfrRN tr.show-for-small, .sfrRN tr.show-for-small-down, .sfrRN tr.hide-for-medium-only, .sfrRN tr.hide-for-medium-up, .sfrRN tr.hide-for-medium, .sfrRN tr.show-for-medium-down, .sfrRN tr.hide-for-large-only, .sfrRN tr.hide-for-large-up, .sfrRN tr.hide-for-large, .sfrRN tr.show-for-large-down, .sfrRN tr.hide-for-xlarge-only, .sfrRN tr.hide-for-xlarge-up, .sfrRN tr.hide-for-xxlarge-only, .sfrRN tr.hide-for-xxlarge-up {
    display: table-row !important; }

  .sfrRN th.show-for-small-only, .sfrRN td.show-for-small-only, .sfrRN th.show-for-small-up, .sfrRN td.show-for-small-up, .sfrRN th.show-for-small, .sfrRN td.show-for-small, .sfrRN th.show-for-small-down, .sfrRN td.show-for-small-down, .sfrRN th.hide-for-medium-only, .sfrRN td.hide-for-medium-only, .sfrRN th.hide-for-medium-up, .sfrRN td.hide-for-medium-up, .sfrRN th.hide-for-medium, .sfrRN td.hide-for-medium, .sfrRN th.show-for-medium-down, .sfrRN td.show-for-medium-down, .sfrRN th.hide-for-large-only, .sfrRN td.hide-for-large-only, .sfrRN th.hide-for-large-up, .sfrRN td.hide-for-large-up, .sfrRN th.hide-for-large, .sfrRN td.hide-for-large, .sfrRN th.show-for-large-down, .sfrRN td.show-for-large-down, .sfrRN th.hide-for-xlarge-only, .sfrRN td.hide-for-xlarge-only, .sfrRN th.hide-for-xlarge-up, .sfrRN td.hide-for-xlarge-up, .sfrRN th.hide-for-xxlarge-only, .sfrRN td.hide-for-xxlarge-only, .sfrRN th.hide-for-xxlarge-up, .sfrRN td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 768px) {
  .sfrRN .hide-for-small-only, .sfrRN .show-for-small-up, .sfrRN .hide-for-small, .sfrRN .hide-for-small-down, .sfrRN .show-for-medium-only, .sfrRN .show-for-medium-up, .sfrRN .show-for-medium, .sfrRN .show-for-medium-down, .sfrRN .hide-for-large-only, .sfrRN .hide-for-large-up, .sfrRN .hide-for-large, .sfrRN .show-for-large-down, .sfrRN .hide-for-xlarge-only, .sfrRN .hide-for-xlarge-up, .sfrRN .hide-for-xxlarge-only, .sfrRN .hide-for-xxlarge-up {
    display: inherit !important; }

  .sfrRN .show-for-small-only, .sfrRN .hide-for-small-up, .sfrRN .show-for-small, .sfrRN .show-for-small-down, .sfrRN .hide-for-medium-only, .sfrRN .hide-for-medium-up, .sfrRN .hide-for-medium, .sfrRN .hide-for-medium-down, .sfrRN .show-for-large-only, .sfrRN .show-for-large-up, .sfrRN .show-for-large, .sfrRN .hide-for-large-down, .sfrRN .show-for-xlarge-only, .sfrRN .show-for-xlarge-up, .sfrRN .show-for-xxlarge-only, .sfrRN .show-for-xxlarge-up {
    display: none !important; }

  .sfrRN .hidden-for-small-only, .sfrRN .visible-for-small-up, .sfrRN .hidden-for-small, .sfrRN .hidden-for-small-down, .sfrRN .visible-for-medium-only, .sfrRN .visible-for-medium-up, .sfrRN .visible-for-medium, .sfrRN .visible-for-medium-down, .sfrRN .hidden-for-large-only, .sfrRN .hidden-for-large-up, .sfrRN .hidden-for-large, .sfrRN .visible-for-large-down, .sfrRN .hidden-for-xlarge-only, .sfrRN .hidden-for-xlarge-up, .sfrRN .hidden-for-xxlarge-only, .sfrRN .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .sfrRN .visible-for-small-only, .sfrRN .hidden-for-small-up, .sfrRN .visible-for-small, .sfrRN .visible-for-small-down, .sfrRN .hidden-for-medium-only, .sfrRN .hidden-for-medium-up, .sfrRN .hidden-for-medium, .sfrRN .hidden-for-medium-down, .sfrRN .visible-for-large-only, .sfrRN .visible-for-large-up, .sfrRN .visible-for-large, .sfrRN .hidden-for-large-down, .sfrRN .visible-for-xlarge-only, .sfrRN .visible-for-xlarge-up, .sfrRN .visible-for-xxlarge-only, .sfrRN .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .sfrRN table.hide-for-small-only, .sfrRN table.show-for-small-up, .sfrRN table.hide-for-small, .sfrRN table.hide-for-small-down, .sfrRN table.show-for-medium-only, .sfrRN table.show-for-medium-up, .sfrRN table.show-for-medium, .sfrRN table.show-for-medium-down, .sfrRN table.hide-for-large-only, .sfrRN table.hide-for-large-up, .sfrRN table.hide-for-large, .sfrRN table.show-for-large-down, .sfrRN table.hide-for-xlarge-only, .sfrRN table.hide-for-xlarge-up, .sfrRN table.hide-for-xxlarge-only, .sfrRN table.hide-for-xxlarge-up {
    display: table; }

  .sfrRN thead.hide-for-small-only, .sfrRN thead.show-for-small-up, .sfrRN thead.hide-for-small, .sfrRN thead.hide-for-small-down, .sfrRN thead.show-for-medium-only, .sfrRN thead.show-for-medium-up, .sfrRN thead.show-for-medium, .sfrRN thead.show-for-medium-down, .sfrRN thead.hide-for-large-only, .sfrRN thead.hide-for-large-up, .sfrRN thead.hide-for-large, .sfrRN thead.show-for-large-down, .sfrRN thead.hide-for-xlarge-only, .sfrRN thead.hide-for-xlarge-up, .sfrRN thead.hide-for-xxlarge-only, .sfrRN thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  .sfrRN tbody.hide-for-small-only, .sfrRN tbody.show-for-small-up, .sfrRN tbody.hide-for-small, .sfrRN tbody.hide-for-small-down, .sfrRN tbody.show-for-medium-only, .sfrRN tbody.show-for-medium-up, .sfrRN tbody.show-for-medium, .sfrRN tbody.show-for-medium-down, .sfrRN tbody.hide-for-large-only, .sfrRN tbody.hide-for-large-up, .sfrRN tbody.hide-for-large, .sfrRN tbody.show-for-large-down, .sfrRN tbody.hide-for-xlarge-only, .sfrRN tbody.hide-for-xlarge-up, .sfrRN tbody.hide-for-xxlarge-only, .sfrRN tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  .sfrRN tr.hide-for-small-only, .sfrRN tr.show-for-small-up, .sfrRN tr.hide-for-small, .sfrRN tr.hide-for-small-down, .sfrRN tr.show-for-medium-only, .sfrRN tr.show-for-medium-up, .sfrRN tr.show-for-medium, .sfrRN tr.show-for-medium-down, .sfrRN tr.hide-for-large-only, .sfrRN tr.hide-for-large-up, .sfrRN tr.hide-for-large, .sfrRN tr.show-for-large-down, .sfrRN tr.hide-for-xlarge-only, .sfrRN tr.hide-for-xlarge-up, .sfrRN tr.hide-for-xxlarge-only, .sfrRN tr.hide-for-xxlarge-up {
    display: table-row !important; }

  .sfrRN th.hide-for-small-only, .sfrRN td.hide-for-small-only, .sfrRN th.show-for-small-up, .sfrRN td.show-for-small-up, .sfrRN th.hide-for-small, .sfrRN td.hide-for-small, .sfrRN th.hide-for-small-down, .sfrRN td.hide-for-small-down, .sfrRN th.show-for-medium-only, .sfrRN td.show-for-medium-only, .sfrRN th.show-for-medium-up, .sfrRN td.show-for-medium-up, .sfrRN th.show-for-medium, .sfrRN td.show-for-medium, .sfrRN th.show-for-medium-down, .sfrRN td.show-for-medium-down, .sfrRN th.hide-for-large-only, .sfrRN td.hide-for-large-only, .sfrRN th.hide-for-large-up, .sfrRN td.hide-for-large-up, .sfrRN th.hide-for-large, .sfrRN td.hide-for-large, .sfrRN th.show-for-large-down, .sfrRN td.show-for-large-down, .sfrRN th.hide-for-xlarge-only, .sfrRN td.hide-for-xlarge-only, .sfrRN th.hide-for-xlarge-up, .sfrRN td.hide-for-xlarge-up, .sfrRN th.hide-for-xxlarge-only, .sfrRN td.hide-for-xxlarge-only, .sfrRN th.hide-for-xxlarge-up, .sfrRN td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 1025px) {
  .sfrRN .hide-for-small-only, .sfrRN .show-for-small-up, .sfrRN .hide-for-small, .sfrRN .hide-for-small-down, .sfrRN .hide-for-medium-only, .sfrRN .show-for-medium-up, .sfrRN .hide-for-medium, .sfrRN .hide-for-medium-down, .sfrRN .show-for-large-only, .sfrRN .show-for-large-up, .sfrRN .show-for-large, .sfrRN .show-for-large-down, .sfrRN .hide-for-xlarge-only, .sfrRN .hide-for-xlarge-up, .sfrRN .hide-for-xxlarge-only, .sfrRN .hide-for-xxlarge-up {
    display: inherit !important; }

  .sfrRN .show-for-small-only, .sfrRN .hide-for-small-up, .sfrRN .show-for-small, .sfrRN .show-for-small-down, .sfrRN .show-for-medium-only, .sfrRN .hide-for-medium-up, .sfrRN .show-for-medium, .sfrRN .show-for-medium-down, .sfrRN .hide-for-large-only, .sfrRN .hide-for-large-up, .sfrRN .hide-for-large, .sfrRN .hide-for-large-down, .sfrRN .show-for-xlarge-only, .sfrRN .show-for-xlarge-up, .sfrRN .show-for-xxlarge-only, .sfrRN .show-for-xxlarge-up {
    display: none !important; }

  .sfrRN .hidden-for-small-only, .sfrRN .visible-for-small-up, .sfrRN .hidden-for-small, .sfrRN .hidden-for-small-down, .sfrRN .hidden-for-medium-only, .sfrRN .visible-for-medium-up, .sfrRN .hidden-for-medium, .sfrRN .hidden-for-medium-down, .sfrRN .visible-for-large-only, .sfrRN .visible-for-large-up, .sfrRN .visible-for-large, .sfrRN .visible-for-large-down, .sfrRN .hidden-for-xlarge-only, .sfrRN .hidden-for-xlarge-up, .sfrRN .hidden-for-xxlarge-only, .sfrRN .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .sfrRN .visible-for-small-only, .sfrRN .hidden-for-small-up, .sfrRN .visible-for-small, .sfrRN .visible-for-small-down, .sfrRN .visible-for-medium-only, .sfrRN .hidden-for-medium-up, .sfrRN .visible-for-medium, .sfrRN .visible-for-medium-down, .sfrRN .hidden-for-large-only, .sfrRN .hidden-for-large-up, .sfrRN .hidden-for-large, .sfrRN .hidden-for-large-down, .sfrRN .visible-for-xlarge-only, .sfrRN .visible-for-xlarge-up, .sfrRN .visible-for-xxlarge-only, .sfrRN .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .sfrRN table.hide-for-small-only, .sfrRN table.show-for-small-up, .sfrRN table.hide-for-small, .sfrRN table.hide-for-small-down, .sfrRN table.hide-for-medium-only, .sfrRN table.show-for-medium-up, .sfrRN table.hide-for-medium, .sfrRN table.hide-for-medium-down, .sfrRN table.show-for-large-only, .sfrRN table.show-for-large-up, .sfrRN table.show-for-large, .sfrRN table.show-for-large-down, .sfrRN table.hide-for-xlarge-only, .sfrRN table.hide-for-xlarge-up, .sfrRN table.hide-for-xxlarge-only, .sfrRN table.hide-for-xxlarge-up {
    display: table; }

  .sfrRN thead.hide-for-small-only, .sfrRN thead.show-for-small-up, .sfrRN thead.hide-for-small, .sfrRN thead.hide-for-small-down, .sfrRN thead.hide-for-medium-only, .sfrRN thead.show-for-medium-up, .sfrRN thead.hide-for-medium, .sfrRN thead.hide-for-medium-down, .sfrRN thead.show-for-large-only, .sfrRN thead.show-for-large-up, .sfrRN thead.show-for-large, .sfrRN thead.show-for-large-down, .sfrRN thead.hide-for-xlarge-only, .sfrRN thead.hide-for-xlarge-up, .sfrRN thead.hide-for-xxlarge-only, .sfrRN thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  .sfrRN tbody.hide-for-small-only, .sfrRN tbody.show-for-small-up, .sfrRN tbody.hide-for-small, .sfrRN tbody.hide-for-small-down, .sfrRN tbody.hide-for-medium-only, .sfrRN tbody.show-for-medium-up, .sfrRN tbody.hide-for-medium, .sfrRN tbody.hide-for-medium-down, .sfrRN tbody.show-for-large-only, .sfrRN tbody.show-for-large-up, .sfrRN tbody.show-for-large, .sfrRN tbody.show-for-large-down, .sfrRN tbody.hide-for-xlarge-only, .sfrRN tbody.hide-for-xlarge-up, .sfrRN tbody.hide-for-xxlarge-only, .sfrRN tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  .sfrRN tr.hide-for-small-only, .sfrRN tr.show-for-small-up, .sfrRN tr.hide-for-small, .sfrRN tr.hide-for-small-down, .sfrRN tr.hide-for-medium-only, .sfrRN tr.show-for-medium-up, .sfrRN tr.hide-for-medium, .sfrRN tr.hide-for-medium-down, .sfrRN tr.show-for-large-only, .sfrRN tr.show-for-large-up, .sfrRN tr.show-for-large, .sfrRN tr.show-for-large-down, .sfrRN tr.hide-for-xlarge-only, .sfrRN tr.hide-for-xlarge-up, .sfrRN tr.hide-for-xxlarge-only, .sfrRN tr.hide-for-xxlarge-up {
    display: table-row !important; }

  .sfrRN th.hide-for-small-only, .sfrRN td.hide-for-small-only, .sfrRN th.show-for-small-up, .sfrRN td.show-for-small-up, .sfrRN th.hide-for-small, .sfrRN td.hide-for-small, .sfrRN th.hide-for-small-down, .sfrRN td.hide-for-small-down, .sfrRN th.hide-for-medium-only, .sfrRN td.hide-for-medium-only, .sfrRN th.show-for-medium-up, .sfrRN td.show-for-medium-up, .sfrRN th.hide-for-medium, .sfrRN td.hide-for-medium, .sfrRN th.hide-for-medium-down, .sfrRN td.hide-for-medium-down, .sfrRN th.show-for-large-only, .sfrRN td.show-for-large-only, .sfrRN th.show-for-large-up, .sfrRN td.show-for-large-up, .sfrRN th.show-for-large, .sfrRN td.show-for-large, .sfrRN th.show-for-large-down, .sfrRN td.show-for-large-down, .sfrRN th.hide-for-xlarge-only, .sfrRN td.hide-for-xlarge-only, .sfrRN th.hide-for-xlarge-up, .sfrRN td.hide-for-xlarge-up, .sfrRN th.hide-for-xxlarge-only, .sfrRN td.hide-for-xxlarge-only, .sfrRN th.hide-for-xxlarge-up, .sfrRN td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 1441px) {
  .sfrRN .hide-for-small-only, .sfrRN .show-for-small-up, .sfrRN .hide-for-small, .sfrRN .hide-for-small-down, .sfrRN .hide-for-medium-only, .sfrRN .show-for-medium-up, .sfrRN .hide-for-medium, .sfrRN .hide-for-medium-down, .sfrRN .hide-for-large-only, .sfrRN .show-for-large-up, .sfrRN .hide-for-large, .sfrRN .hide-for-large-down, .sfrRN .show-for-xlarge-only, .sfrRN .show-for-xlarge-up, .sfrRN .hide-for-xxlarge-only, .sfrRN .hide-for-xxlarge-up {
    display: inherit !important; }

  .sfrRN .show-for-small-only, .sfrRN .hide-for-small-up, .sfrRN .show-for-small, .sfrRN .show-for-small-down, .sfrRN .show-for-medium-only, .sfrRN .hide-for-medium-up, .sfrRN .show-for-medium, .sfrRN .show-for-medium-down, .sfrRN .show-for-large-only, .sfrRN .hide-for-large-up, .sfrRN .show-for-large, .sfrRN .show-for-large-down, .sfrRN .hide-for-xlarge-only, .sfrRN .hide-for-xlarge-up, .sfrRN .show-for-xxlarge-only, .sfrRN .show-for-xxlarge-up {
    display: none !important; }

  .sfrRN .hidden-for-small-only, .sfrRN .visible-for-small-up, .sfrRN .hidden-for-small, .sfrRN .hidden-for-small-down, .sfrRN .hidden-for-medium-only, .sfrRN .visible-for-medium-up, .sfrRN .hidden-for-medium, .sfrRN .hidden-for-medium-down, .sfrRN .hidden-for-large-only, .sfrRN .visible-for-large-up, .sfrRN .hidden-for-large, .sfrRN .hidden-for-large-down, .sfrRN .visible-for-xlarge-only, .sfrRN .visible-for-xlarge-up, .sfrRN .hidden-for-xxlarge-only, .sfrRN .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .sfrRN .visible-for-small-only, .sfrRN .hidden-for-small-up, .sfrRN .visible-for-small, .sfrRN .visible-for-small-down, .sfrRN .visible-for-medium-only, .sfrRN .hidden-for-medium-up, .sfrRN .visible-for-medium, .sfrRN .visible-for-medium-down, .sfrRN .visible-for-large-only, .sfrRN .hidden-for-large-up, .sfrRN .visible-for-large, .sfrRN .visible-for-large-down, .sfrRN .hidden-for-xlarge-only, .sfrRN .hidden-for-xlarge-up, .sfrRN .visible-for-xxlarge-only, .sfrRN .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .sfrRN table.hide-for-small-only, .sfrRN table.show-for-small-up, .sfrRN table.hide-for-small, .sfrRN table.hide-for-small-down, .sfrRN table.hide-for-medium-only, .sfrRN table.show-for-medium-up, .sfrRN table.hide-for-medium, .sfrRN table.hide-for-medium-down, .sfrRN table.hide-for-large-only, .sfrRN table.show-for-large-up, .sfrRN table.hide-for-large, .sfrRN table.hide-for-large-down, .sfrRN table.show-for-xlarge-only, .sfrRN table.show-for-xlarge-up, .sfrRN table.hide-for-xxlarge-only, .sfrRN table.hide-for-xxlarge-up {
    display: table; }

  .sfrRN thead.hide-for-small-only, .sfrRN thead.show-for-small-up, .sfrRN thead.hide-for-small, .sfrRN thead.hide-for-small-down, .sfrRN thead.hide-for-medium-only, .sfrRN thead.show-for-medium-up, .sfrRN thead.hide-for-medium, .sfrRN thead.hide-for-medium-down, .sfrRN thead.hide-for-large-only, .sfrRN thead.show-for-large-up, .sfrRN thead.hide-for-large, .sfrRN thead.hide-for-large-down, .sfrRN thead.show-for-xlarge-only, .sfrRN thead.show-for-xlarge-up, .sfrRN thead.hide-for-xxlarge-only, .sfrRN thead.hide-for-xxlarge-up {
    display: table-header-group !important; }

  .sfrRN tbody.hide-for-small-only, .sfrRN tbody.show-for-small-up, .sfrRN tbody.hide-for-small, .sfrRN tbody.hide-for-small-down, .sfrRN tbody.hide-for-medium-only, .sfrRN tbody.show-for-medium-up, .sfrRN tbody.hide-for-medium, .sfrRN tbody.hide-for-medium-down, .sfrRN tbody.hide-for-large-only, .sfrRN tbody.show-for-large-up, .sfrRN tbody.hide-for-large, .sfrRN tbody.hide-for-large-down, .sfrRN tbody.show-for-xlarge-only, .sfrRN tbody.show-for-xlarge-up, .sfrRN tbody.hide-for-xxlarge-only, .sfrRN tbody.hide-for-xxlarge-up {
    display: table-row-group !important; }

  .sfrRN tr.hide-for-small-only, .sfrRN tr.show-for-small-up, .sfrRN tr.hide-for-small, .sfrRN tr.hide-for-small-down, .sfrRN tr.hide-for-medium-only, .sfrRN tr.show-for-medium-up, .sfrRN tr.hide-for-medium, .sfrRN tr.hide-for-medium-down, .sfrRN tr.hide-for-large-only, .sfrRN tr.show-for-large-up, .sfrRN tr.hide-for-large, .sfrRN tr.hide-for-large-down, .sfrRN tr.show-for-xlarge-only, .sfrRN tr.show-for-xlarge-up, .sfrRN tr.hide-for-xxlarge-only, .sfrRN tr.hide-for-xxlarge-up {
    display: table-row !important; }

  .sfrRN th.hide-for-small-only, .sfrRN td.hide-for-small-only, .sfrRN th.show-for-small-up, .sfrRN td.show-for-small-up, .sfrRN th.hide-for-small, .sfrRN td.hide-for-small, .sfrRN th.hide-for-small-down, .sfrRN td.hide-for-small-down, .sfrRN th.hide-for-medium-only, .sfrRN td.hide-for-medium-only, .sfrRN th.show-for-medium-up, .sfrRN td.show-for-medium-up, .sfrRN th.hide-for-medium, .sfrRN td.hide-for-medium, .sfrRN th.hide-for-medium-down, .sfrRN td.hide-for-medium-down, .sfrRN th.hide-for-large-only, .sfrRN td.hide-for-large-only, .sfrRN th.show-for-large-up, .sfrRN td.show-for-large-up, .sfrRN th.hide-for-large, .sfrRN td.hide-for-large, .sfrRN th.hide-for-large-down, .sfrRN td.hide-for-large-down, .sfrRN th.show-for-xlarge-only, .sfrRN td.show-for-xlarge-only, .sfrRN th.show-for-xlarge-up, .sfrRN td.show-for-xlarge-up, .sfrRN th.hide-for-xxlarge-only, .sfrRN td.hide-for-xxlarge-only, .sfrRN th.hide-for-xxlarge-up, .sfrRN td.hide-for-xxlarge-up {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 1921px) {
  .sfrRN .hide-for-small-only, .sfrRN .show-for-small-up, .sfrRN .hide-for-small, .sfrRN .hide-for-small-down, .sfrRN .hide-for-medium-only, .sfrRN .show-for-medium-up, .sfrRN .hide-for-medium, .sfrRN .hide-for-medium-down, .sfrRN .hide-for-large-only, .sfrRN .show-for-large-up, .sfrRN .hide-for-large, .sfrRN .hide-for-large-down, .sfrRN .hide-for-xlarge-only, .sfrRN .show-for-xlarge-up, .sfrRN .show-for-xxlarge-only, .sfrRN .show-for-xxlarge-up {
    display: inherit !important; }

  .sfrRN .show-for-small-only, .sfrRN .hide-for-small-up, .sfrRN .show-for-small, .sfrRN .show-for-small-down, .sfrRN .show-for-medium-only, .sfrRN .hide-for-medium-up, .sfrRN .show-for-medium, .sfrRN .show-for-medium-down, .sfrRN .show-for-large-only, .sfrRN .hide-for-large-up, .sfrRN .show-for-large, .sfrRN .show-for-large-down, .sfrRN .show-for-xlarge-only, .sfrRN .hide-for-xlarge-up, .sfrRN .hide-for-xxlarge-only, .sfrRN .hide-for-xxlarge-up {
    display: none !important; }

  .sfrRN .hidden-for-small-only, .sfrRN .visible-for-small-up, .sfrRN .hidden-for-small, .sfrRN .hidden-for-small-down, .sfrRN .hidden-for-medium-only, .sfrRN .visible-for-medium-up, .sfrRN .hidden-for-medium, .sfrRN .hidden-for-medium-down, .sfrRN .hidden-for-large-only, .sfrRN .visible-for-large-up, .sfrRN .hidden-for-large, .sfrRN .hidden-for-large-down, .sfrRN .hidden-for-xlarge-only, .sfrRN .visible-for-xlarge-up, .sfrRN .visible-for-xxlarge-only, .sfrRN .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .sfrRN .visible-for-small-only, .sfrRN .hidden-for-small-up, .sfrRN .visible-for-small, .sfrRN .visible-for-small-down, .sfrRN .visible-for-medium-only, .sfrRN .hidden-for-medium-up, .sfrRN .visible-for-medium, .sfrRN .visible-for-medium-down, .sfrRN .visible-for-large-only, .sfrRN .hidden-for-large-up, .sfrRN .visible-for-large, .sfrRN .visible-for-large-down, .sfrRN .visible-for-xlarge-only, .sfrRN .hidden-for-xlarge-up, .sfrRN .hidden-for-xxlarge-only, .sfrRN .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  .sfrRN table.hide-for-small-only, .sfrRN table.show-for-small-up, .sfrRN table.hide-for-small, .sfrRN table.hide-for-small-down, .sfrRN table.hide-for-medium-only, .sfrRN table.show-for-medium-up, .sfrRN table.hide-for-medium, .sfrRN table.hide-for-medium-down, .sfrRN table.hide-for-large-only, .sfrRN table.show-for-large-up, .sfrRN table.hide-for-large, .sfrRN table.hide-for-large-down, .sfrRN table.hide-for-xlarge-only, .sfrRN table.show-for-xlarge-up, .sfrRN table.show-for-xxlarge-only, .sfrRN table.show-for-xxlarge-up {
    display: table; }

  .sfrRN thead.hide-for-small-only, .sfrRN thead.show-for-small-up, .sfrRN thead.hide-for-small, .sfrRN thead.hide-for-small-down, .sfrRN thead.hide-for-medium-only, .sfrRN thead.show-for-medium-up, .sfrRN thead.hide-for-medium, .sfrRN thead.hide-for-medium-down, .sfrRN thead.hide-for-large-only, .sfrRN thead.show-for-large-up, .sfrRN thead.hide-for-large, .sfrRN thead.hide-for-large-down, .sfrRN thead.hide-for-xlarge-only, .sfrRN thead.show-for-xlarge-up, .sfrRN thead.show-for-xxlarge-only, .sfrRN thead.show-for-xxlarge-up {
    display: table-header-group !important; }

  .sfrRN tbody.hide-for-small-only, .sfrRN tbody.show-for-small-up, .sfrRN tbody.hide-for-small, .sfrRN tbody.hide-for-small-down, .sfrRN tbody.hide-for-medium-only, .sfrRN tbody.show-for-medium-up, .sfrRN tbody.hide-for-medium, .sfrRN tbody.hide-for-medium-down, .sfrRN tbody.hide-for-large-only, .sfrRN tbody.show-for-large-up, .sfrRN tbody.hide-for-large, .sfrRN tbody.hide-for-large-down, .sfrRN tbody.hide-for-xlarge-only, .sfrRN tbody.show-for-xlarge-up, .sfrRN tbody.show-for-xxlarge-only, .sfrRN tbody.show-for-xxlarge-up {
    display: table-row-group !important; }

  .sfrRN tr.hide-for-small-only, .sfrRN tr.show-for-small-up, .sfrRN tr.hide-for-small, .sfrRN tr.hide-for-small-down, .sfrRN tr.hide-for-medium-only, .sfrRN tr.show-for-medium-up, .sfrRN tr.hide-for-medium, .sfrRN tr.hide-for-medium-down, .sfrRN tr.hide-for-large-only, .sfrRN tr.show-for-large-up, .sfrRN tr.hide-for-large, .sfrRN tr.hide-for-large-down, .sfrRN tr.hide-for-xlarge-only, .sfrRN tr.show-for-xlarge-up, .sfrRN tr.show-for-xxlarge-only, .sfrRN tr.show-for-xxlarge-up {
    display: table-row !important; }

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

.sfrRN .hide-for-landscape,
.sfrRN .show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
.sfrRN table.hide-for-landscape, .sfrRN table.show-for-portrait {
  display: table; }

.sfrRN thead.hide-for-landscape, .sfrRN thead.show-for-portrait {
  display: table-header-group !important; }

.sfrRN tbody.hide-for-landscape, .sfrRN tbody.show-for-portrait {
  display: table-row-group !important; }

.sfrRN tr.hide-for-landscape, .sfrRN tr.show-for-portrait {
  display: table-row !important; }

.sfrRN td.hide-for-landscape, .sfrRN td.show-for-portrait,
.sfrRN th.hide-for-landscape,
.sfrRN th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .sfrRN .show-for-landscape,
  .sfrRN .hide-for-portrait {
    display: inherit !important; }

  .sfrRN .hide-for-landscape,
  .sfrRN .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  .sfrRN table.show-for-landscape, .sfrRN table.hide-for-portrait {
    display: table; }

  .sfrRN thead.show-for-landscape, .sfrRN thead.hide-for-portrait {
    display: table-header-group !important; }

  .sfrRN tbody.show-for-landscape, .sfrRN tbody.hide-for-portrait {
    display: table-row-group !important; }

  .sfrRN tr.show-for-landscape, .sfrRN tr.hide-for-portrait {
    display: table-row !important; }

  .sfrRN td.show-for-landscape, .sfrRN td.hide-for-portrait,
  .sfrRN th.show-for-landscape,
  .sfrRN th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .sfrRN .show-for-portrait,
  .sfrRN .hide-for-landscape {
    display: inherit !important; }

  .sfrRN .hide-for-portrait,
  .sfrRN .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  .sfrRN table.show-for-portrait, .sfrRN table.hide-for-landscape {
    display: table; }

  .sfrRN thead.show-for-portrait, .sfrRN thead.hide-for-landscape {
    display: table-header-group !important; }

  .sfrRN tbody.show-for-portrait, .sfrRN tbody.hide-for-landscape {
    display: table-row-group !important; }

  .sfrRN tr.show-for-portrait, .sfrRN tr.hide-for-landscape {
    display: table-row !important; }

  .sfrRN td.show-for-portrait, .sfrRN td.hide-for-landscape,
  .sfrRN th.show-for-portrait,
  .sfrRN th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.sfrRN .show-for-touch {
  display: none !important; }

.sfrRN .hide-for-touch {
  display: inherit !important; }

.sfrRN .touch .show-for-touch {
  display: inherit !important; }

.sfrRN .touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
.sfrRN table.hide-for-touch {
  display: table; }

.sfrRN .touch table.show-for-touch {
  display: table; }

.sfrRN thead.hide-for-touch {
  display: table-header-group !important; }

.sfrRN .touch thead.show-for-touch {
  display: table-header-group !important; }

.sfrRN tbody.hide-for-touch {
  display: table-row-group !important; }

.sfrRN .touch tbody.show-for-touch {
  display: table-row-group !important; }

.sfrRN tr.hide-for-touch {
  display: table-row !important; }

.sfrRN .touch tr.show-for-touch {
  display: table-row !important; }

.sfrRN td.hide-for-touch {
  display: table-cell !important; }

.sfrRN .touch td.show-for-touch {
  display: table-cell !important; }

.sfrRN th.hide-for-touch {
  display: table-cell !important; }

.sfrRN .touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .sfrRN .show-for-print {
    display: block; }

  .sfrRN .hide-for-print {
    display: none; }

  .sfrRN table.show-for-print {
    display: table; }

  .sfrRN thead.show-for-print {
    display: table-header-group !important; }

  .sfrRN tbody.show-for-print {
    display: table-row-group !important; }

  .sfrRN tr.show-for-print {
    display: table-row !important; }

  .sfrRN td.show-for-print {
    display: table-cell !important; }

  .sfrRN th.show-for-print {
    display: table-cell !important; }
}  
@font-face {
font-family: 'SFR-Bold';
src: url('//static.s-sfr.fr/resources/font/sfr-1.0-bold-webfont.eot');
src: url('//static.s-sfr.fr/resources/font/sfr-1.0-bold-webfont.eot?#iefix') format('embedded-opentype'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-bold-webfont.woff') format('woff'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-bold-webfont.ttf') format('truetype'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-bold-webfont.svg#SFRBold') format('svg');
font-weight: normal;
font-style: normal;

}

@font-face {
font-family: 'SFR-Regular';
src: url('//static.s-sfr.fr/resources/font/sfr-1.0-regular-webfont.eot');
src: url('//static.s-sfr.fr/resources/font/sfr-1.0-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-regular-webfont.woff') format('woff'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-regular-webfont.ttf') format('truetype'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-regular-webfont.svg#SFRRegular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'SFR-Thin';
src: url('//static.s-sfr.fr/resources/font/sfr-1.0-thin-webfont.eot');
src: url('//static.s-sfr.fr/resources/font/sfr-1.0-thin-webfont.eot?#iefix') format('embedded-opentype'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-thin-webfont.woff') format('woff'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-thin-webfont.ttf') format('truetype'),
 url('//static.s-sfr.fr/resources/font/sfr-1.0-thin-webfont.svg#SFRThin') format('svg');
font-weight: normal;
font-style: normal;

}

  @font-face {
    font-family: 'SFR-Light';
    src: url('//static.s-sfr.fr/resources/font/SFR-Light.eot');
    src: url('//static.s-sfr.fr/resources/font/SFR-Light.eot?#iefix') format('embedded-opentype'),
    url('//static.s-sfr.fr/resources/font/SFR-Light.woff') format('woff'),
    url('//static.s-sfr.fr/resources/font/SFR-Light.ttf') format('truetype'),
    url('//static.s-sfr.fr/resources/font/SFR-Light.svg#SFRThin') format('svg');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: 'SFR-Black';
    src: url('//static.s-sfr.fr/resources/font/sfr-1.0-black-webfont.eot');
    src: url('//static.s-sfr.fr/resources/font/sfr-1.0-black-webfont.eot?#iefix') format('embedded-opentype'),
    url('//static.s-sfr.fr/resources/font/sfr-1.0-black-webfont.woff') format('woff'),
    url('//static.s-sfr.fr/resources/font/sfr-1.0-black-webfont.ttf') format('truetype'),
    url('//static.s-sfr.fr/resources/font/sfr-1.0-black-webfont.svg#SFRThin') format('svg');
    font-weight: normal;
    font-style: normal;
  }/* GLOBAL CONST */ 
body.sfrRN{
  font-family: "SFR-Regular", Arial, Sans-serif;
  font-size: 16px;
  line-height:1.2em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.sfrRN div{
    line-height:1.2em;
}
body header.sfrRN *{
    font-size:inherit;
	text-align:left;
}
header.sfrRN{
    padding-bottom: 50px;
    position: relative;
    z-index: 40000;
}

header.sfrRN.is-hidden{
    display:none!important;
}

header.sfrRN .picto{
    background-image:none;
}

header.sfrRN nav.top-bar{
    width:100%;
    position:absolute;
    border-bottom : 0px;
    left:0;
}

header.sfrRN nav.top-bar .nav-board-tab-web{
    display:inline-block;
    float:right;
    margin-right: 50px;
}

header.sfrRN nav.top-bar a{
    text-decoration:none;
}
header.sfrRN nav.top-bar .title-area .name{
    display: block;
    width: 60px;
    float: left;
}

header.sfrRN nav.top-bar .title-area .name.numericable{
    width: auto;
}
header.sfrRN nav.top-bar .title-area{
    -webkit-transform: translate3d(0,0,0);
    margin:0;
    padding:0;
}
header.sfrRN nav.top-bar.is-searching{
    overflow:hidden;
    position:fixed!important;
    top:0!important;
    z-index:2;
    height:100%;
}

.sfrRN.opened-menu, .opened-menu,
.sfrRN.opened-search, .opened-search{
    overflow:hidden;
    height:100%;
    width:100%;
}
header.sfrRN nav.top-bar .title-area .name a {
    padding-left: 12px;
    cursor: pointer;
    line-height: 32px;
    display: inline-block;
    padding-top: 8px;
    vertical-align:top;
}
header.sfrRN nav.top-bar .title-area .name img {
  height: 32px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  line-height: 50px;
}
header.sfrRN nav.top-bar .title-area .name.numericable img{
    width:104px;
}

header.sfrRN nav.top-bar .icon-header-supp a{
    width: 45px;
    height: 50px;
    position: relative;
    display: block;
}
header.sfrRN nav.top-bar .icon-header-supp {
  position:relative;
  float:left;
}
header.sfrRN nav.top-bar .icon-header-supp a img,
header.sfrRN nav.top-bar .icon-header-supp a div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50%;
    display: block;
}
header.sfrRN nav.top-bar .icon-header-supp:hover a {
  color: #636397;
}
header.sfrRN nav.top-bar .icon-header-supp.search-icon.is-active{
    border-left: 1px solid #c6c6c6;
    border-left: 1px solid #ddd;
    border-right: 1px solid #c6c6c6;
    background: #FFF;
    height: 51px;
    z-index: 9;
}
header.sfrRN .content-menu-header .part-right-desktop li.search-icon .svg-light{
    width: 67%;
    position: relative;
}
header.sfrRN.slim .content-menu-header .part-right-desktop li.search-icon .svg-light{
    width: 74%;
    position: relative;
}
header.sfrRN.slim .subnav-slim{
    z-index:0;
    text-align:left;
    background:#fff;
}
header.sfrRN nav.top-bar .icon-header-supp.search-icon .picto-search{
    height:50%;
    display: inline-block;
    width: 26px;
    vertical-align: middle;
}
header.sfrRN .content-menu-header .part-right-desktop li.search-icon .picto.animate .path{
    fill: #636397;
}
.sfrRN-no-svg header.sfrRN nav.top-bar .content-menu-header .part-right-desktop li.search-icon .picto{
    background: url('//static.s-sfr.fr/media/picto-search-sprite.png') 0 -28px no-repeat;
    height:29px;
    display: block;
    width: 26px;
    vertical-align: middle;
    margin-top:15px;
}


header.sfrRN nav.top-bar .inbox-icon .unreadMsgs{
    display:none;
    text-align: center;

}
header.sfrRN nav.top-bar .inbox-icon .unreadMsgs .nbMsg{
    text-align: center;
    background: #636397;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    color: #fff;
    width: auto;
    display: inline-block;
    padding: 0 5px;
    line-height: 1.2em;
}
header.sfrRN nav.top-bar .inbox-icon .unreadMsgs .contentNbMsg{
    display:table-row;
    margin: 0;
    height: auto;
    position: relative;
    line-height:18px!important;
    text-align:center;
}

header.sfrRN.slim nav.top-bar .has-msg.inbox-icon .unreadMsgs{
    display: table-cell;
    width: auto;
}
header.sfrRN nav.top-bar .inbox-icon .unreadMsgs .textMsg{
    text-transform:uppercase;
    color: #222222;
    line-height: 12px;
    font-size: 10px;
    display:table-row;
}
header.sfrRN.slim nav.top-bar .inbox-icon .unreadMsgs .textMsg{
    display: table-row;
}
header.sfrRN nav.top-bar .inbox-icon.has-msg,
header.sfrRN.slim nav.top-bar .inbox-icon.has-msg{
    width:auto;
}
header.sfrRN nav.top-bar .inbox-icon.has-msg .picto{
    float:left;
}
header.sfrRN nav.top-bar .inbox-icon.has-msg .unreadMsgs{
    position: relative;
    float: left;
    font-size: 12px;
    margin-top: 14px;
    display: table;
    margin-left:-9px;
}
header.sfrRN.slim nav.top-bar .inbox-icon.has-msg .unreadMsgs{
    display: inline-block;
    margin: 0;
    float:right;
}
header.sfrRN.slim nav.top-bar .inbox-icon.has-msg .unreadMsgs{
    margin-left: 5px;
    margin-top:1px;
}

header.sfrRN nav.top-bar .icon-header-supp.inbox-icon img {
  height: 50%;
}

header.sfrRN nav.top-bar .icon-header-supp img{
    vertical-align:middle;
}
header.sfrRN nav.top-bar .icon-header-supp.inbox-icon img.flag-group{
    width: 35px;
    height: 27px;
    margin-left: 0px;
    margin-top: 19px;
}
header.sfrRN nav.top-bar ul li.open-menu{
    padding: 0 0;
    text-align: center;
    height: 50px;
}
header.sfrRN nav.top-bar ul li.open-menu .text{
    display: block;
    text-transform: uppercase;
    font-size: 7px;
    margin-top: 3px;
    position: absolute;
    bottom: 8px;
    border: 0;
    background: transparent;
    width: auto;
    padding: 0;
}
header.sfrRN nav.top-bar ul li.open-menu .text{
    display: block;
    text-transform: uppercase;
    font-size: 7px;
    margin-top: 3px;
    position: absolute;
    bottom: 8px;
    line-height:1.2em;
    color:black;
    font-weight:normal;
}
header.sfrRN nav.top-bar ul li.open-menu.active .text{
    color: #636397;
}
header.sfrRN ul.title-area > li.active{
    border-left: 1px solid #c6c6c6;
    border-left: 1px solid #ddd;
    border-right: 1px solid #c6c6c6;
    background: #FFF;
    height: 52px;
}
header.sfrRN nav.top-bar ul li.open-menu{
    height: 51px;
}
header.sfrRN ul.title-area > li:last-child.active{
    border-right: 0px;
}
header.sfrRN .top-bar-section ul li > a{
  font-family: "SFR-Regular", Arial, Sans-serif;
  font-size: 15px;
  line-height:18px;
  color: #1A171B;
  text-align:left;
}
header.sfrRN .top-bar-section .dropdown li a{
    padding: 12px 24px;
}
header.sfrRN .top-bar-section ul li.title-dropdown span{
  font-family: "SFR-Regular", Arial, Sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 12px 15px;
  display: block;
  width: 100%;
  color: #636397;
  text-transform: none;
  border-bottom: 1px solid #c6c6c6;
  border-top: 0;
  line-height: 1.2em;
  text-align:left;
}
header.sfrRN .top-bar-section ul li.title-dropdown span a{
    color: #636397;
    width:100%;
    padding:0;
    display:block;
    text-align:left;
}
header.sfrRN .top-bar-section ul .user-login-btn{
  background: #fff;
}
header.sfrRN .top-bar-section ul .user-login-btn:hover:not(.has-form) > a{
    color:#000;
}
header.sfrRN .top-bar-section ul .user-login-btn.is-connected{
    display:none;
}
header.sfrRN nav.top-bar .user-connected{
    display:none;
}
header.sfrRN nav.top-bar .user-connected > a{
   border-bottom: 2px solid #b2b2b2;
   border-top:0px;
   padding-left: 33px;
}
header.sfrRN nav.top-bar .user-connected.is-connected{
    display: list-item;
}
header.sfrRN nav.top-bar .user-connected > a > .user-picto{
    background: url('//static.s-sfr.fr/media/picto-user_2x.png') top left no-repeat;
    display: block;
    width: 13px;
    height: 18px;
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100%;
    margin-left: 14px;
    margin-top: -4px;
}
header.sfrRN .top-bar-section ul .user-login-btn .picto-login {
  background: url('//static.s-sfr.fr/media/picto-chevron-style2_2x.png') top left no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right: 7px;
}

.sfrRN-no-svg header.sfrRN .top-bar-section ul .user-login-btn .picto-login {
    width: 24px;
}
header.sfrRN .top-bar-section .dropdown li.title h5 a{
  color: #636397;
  line-height: 18px;
  display: block;
  font-family: "SFR-Regular", Arial, Sans-serif;
  font-size: 16px;
  padding: 15px 20px;
  padding-left: 55px;
  border-bottom: 2px solid #b2b2b2;
}
header.sfrRN .top-bar-section .picto-backbutton{
  padding: 16px;
  border: 1px solid #c7c7c9;
  background: #FFF;
  box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 10px;
}
header.sfrRN .top-bar-section .picto-backbutton img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  left: -2px;
  right: 0;
  margin: auto;
  height: 50%;
  display: block;
}
header.sfrRN nav.top-bar .user-connected,
header.sfrRN nav.top-bar .logout-btn{
    display:none;
}

header.sfrRN .container-sub-header{
    width: 100%;
    margin-left:0;
    margin: 0;
    padding: 0;
}
header.sfrRN input:focus{
    outline:none;
}

header.sfrRN .sfr-liens-sub-header {
  background: #6a6a74;
  position: relative;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper {
  width: 984px;
  margin: 0 auto;
  color: #FFF;
  zoom: 1;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul{
    margin:0;
    line-height:1.2em;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul li{
    line-height:1.2em;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper:before,
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper:after {
  content: " ";
  display: table;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper:after {
  display: block;
  clear: both;
  visibility: hidden;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-left {
  font-family: "SFR-Regular";
  float: left;
  text-transform: uppercase;
  padding:0;

}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-left a,
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-right a {
  font-size: 12px;
  border-bottom: 1px dotted transparent;
  text-decoration:none;
  line-height:14px;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-left span {
  font-family: "SFR-Bold";
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-right {
  font-family: "SFR-Regular";
  float: right;
  padding:0;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-right a{
  font-size: 13px;
}


header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper .links-right li:last-child {
  padding-right: 0;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul li {
  border-left: 1px solid #A4A4A6;
  padding: 0px 10px 0;
  line-height: 12px;
  margin: 5px 0 4px;
  float: left;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul li a {
  color: #FFF;
  font-size: 12px;
  display:block;
  margin:0;
  padding:0;
  line-height:11px;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul li a:hover{
  text-decoration: none;
  border-bottom: 1px dotted #FFF;
}
header.sfrRN .sfr-liens-sub-header #sfr-liens-wrapper ul li a.is-current{
    font-family:"SFR-Bold";
}
/* SEARCH CONTENT*/
header.sfrRN .search {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  width:100%;
  right: 0;
  background: #FFF;
  border-top: 1px solid #d0d0d0 !important;
  padding: 0;
  vertical-align: top!important;
  text-align: center!important;
  display:none;
}
header.sfrRN nav.top-bar.is-searching #search-content{
    position:fixed!important;
    top:50px;
    right:0;
    height:100%;
}
header.sfrRN .search.is-active{
    display:block;
}
header.sfrRN .search #search-group{
  text-align: center;
  padding: 38px!important;
  opacity:0;
}
header.sfrRN .search #search-group form{
    text-align:center;
}
header.sfrRN.slim .search #search-group{
    padding:10px!important;
}
header.sfrRN .search #search-group.is-hidden{
    display:none!important;
}
header.sfrRN .search p {
  font-family: "SFR-Regular";
  font-style: italic;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  line-height:22px;
}
header.sfrRN .search p span {
  font-family: "SFR-Bold";
}
header.sfrRN .search *{
  outline: none;
}
header.sfrRN .search .input-search{
  width: 100%;
  padding: 10px 15px;
  height: 45px;
  line-height: 20px;
  font-size: 20px;
  border: 1px solid #636397;
  vertical-align: inherit;
  margin: 0;
  margin-bottom: 28px;
  position: initial;
}

header.sfrRN .search .input-search::-ms-clear,
header.sfrRN .search .input-searchinput[type=text]::-ms-clear{
  width : 0;
  height: 0;
  display:none;
}

header.sfrRN .search .btn-search{
  margin: 0 0 0 3px;
  vertical-align: top;
  width: 54px;
  border: 1px solid #636397;
  background: #636397;
  color: #FFF;
  cursor: pointer;
  font-size: 22px;
  font-family: "SFR-Regular";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 0px 0 0 0;
  position: initial;
  top: 0;
  border: 0;
  height: 48px;
  text-align:center!important;
  display:none;
}
header.sfrRN .search .btn-search .picto img{
    display:inline-block;
}
header.sfrRN .search .btn-search .text{
  display: none;
  position: relative;
  top: 0px;
  text-align:center;
}
header.sfrRN .search .btn-search:active{
  border: 1px solid #494973;
  background: #494973;
}
.sfrRN .backdrop,
.backdrop{
  background: #000;
  filter: alpha(opacity=83);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  position: fixed;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 39999;
  display: none;
}
.sfrRN-no-svg header.sfrRN nav.top-bar .subnav-container .has-dropdown .content-links-subnav.dropdown{
    clip: rect(-9999px 9999px 9999px -9999px);
    top:100%;
    left:0;
}


/* Icon 1 */
header.sfrRN .nav-icon {
  width: 21px;
  height: 17px;
  position: relative;
  display: inline-block;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
header.sfrRN .nav-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  border-radius: 100px !important;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
/* Icon 4 */
header.sfrRN #nav-icon4 span {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
header.sfrRN #nav-icon4 span:nth-child(1) {
  top: 0px;
}
header.sfrRN #nav-icon4 span:nth-child(2) {
  top: 7px;
}
header.sfrRN #nav-icon4 span:nth-child(3) {
  top: 14px;
}
header.sfrRN #nav-icon4.open span {
  background: #636397;
}
header.sfrRN #nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 3px;
}
header.sfrRN #nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
header.sfrRN #nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 3px;
}
header.sfrRN #nav-icon3{
    margin-top:12px;
}
header.sfrRN #nav-icon3 span:nth-child(1) {
  top: 0px;
}
header.sfrRN #nav-icon3 span:nth-child(2),
header.sfrRN #nav-icon3 span:nth-child(3) {
  top: 7px;
}
header.sfrRN #nav-icon3 span:nth-child(4) {
  top: 14px;
}
header.sfrRN #nav-icon3.open span {
  background: #636397;
}
header.sfrRN #nav-icon3.open span:nth-child(1) {
  top: 7px;
  width: 0%;
  left: 50%;
}
header.sfrRN #nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
header.sfrRN #nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header.sfrRN #nav-icon3.open span:nth-child(4) {
  top: 7px;
  width: 0%;
  left: 50%;
}

header.sfrRN .animate {
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  /*animation-name*/
  -webkit-animation-name: burst2;
  -moz-animation-name: burst2;
  -ms-animation-name: burst2;
  -o-animation-name: burst2;
  animation-name: burst2;
  /*animation-duration*/
  -webkit-animation-duration: .55s;
  -moz-animation-duration: .55s;
  -ms-animation-duration: .55s;
  -o-animation-duration: .55s;
  animation-duration: .55s;
  /*transform-origin*/
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/*=============================================
[ KeyFrame Animations ]
==============================================*/
@-webkit-keyframes burst2 {
  100% {
    -webkit-transform: scale(1, 1);
    animation-timing-function: ease-in;
    fill: #636397;
  }
  37% {
    -webkit-transform: scale(1.5, 1.5);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scale(1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scale(1.1, 1.1);
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes burst2 {
  100% {
    -moz-transform: scale(1, 1);
    animation-timing-function: ease-in;
  }
  37% {
    -moz-transform: scale(1.5, 1.5);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scale(1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scale(1.1, 1.1);
    animation-timing-function: ease-out;
  }
}
@keyframes burst2 {
  100% {
    transform: scale(1, 1);
    animation-timing-function: ease-in;
  }
  37% {
    transform: scale(1.5, 1.5);
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: scale(1, 1);
    animation-timing-function: ease-out;
  }
  70% {
    -webkit-transform: scale(1.1, 1.1);
    animation-timing-function: ease-out;
  }
}

.sfrRN main{
    width:100%;
}

header.sfrRN.tunnel-resp{
  padding-bottom: 0px;
  background: #f2f2f2;
}
header.sfrRN.tunnel-resp nav.top-bar{
  height: 32px;
  width:100%;
  position:relative;
}
header.sfrRN nav.top-bar .title-area.tunnel-area{
  width: 100%;
  height: 32px;
  border-bottom: 0;
}
header.sfrRN nav.top-bar .title-area.tunnel-area li.name{
  display: inline-block;
  width: 41px;
  height: 32px;
  margin-top: 0;
  float: left;
}
header.sfrRN nav.top-bar .title-area.tunnel-area li.name a{
  width: 41px;
  display: inline-block;
  line-height: 32px;
  padding-top:0;
}
header.sfrRN nav.top-bar .title-area.tunnel-area li.name a img{
  width: 28px;
  height: 30px;
  vertical-align: middle;
  display: block;
  padding-top: 3px;      
}
header.sfrRN nav.top-bar .title-area.tunnel-area li.title-tunnel{
  display: inline-block;
  float: left;
  margin-left: 8px;
}
header.sfrRN nav.top-bar .title-area.tunnel-area li.title-tunnel h3{
  line-height: 29px;
  margin: 3px 0 0 0;
  font-family: "SFR-Bold";
  font-size: 15px;      
}

/*Sub Header*/
.subHeaderRN.sfrRN{
    display: block;
    width: 100%;
    border-bottom: 1px solid #d1d1d1; 
    background:#fff;
}
.subHeaderRN.sfrRN .row,
.subHeaderRN.sfrRN .columns,
.subHeaderRN.sfrRN h3{
    line-height: 22px;
}
.subHeaderRN.sfrRN h3{
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #1A171B;
    font-family: "SFR-Regular";
    margin: 0;
    padding: 0;
}

/* CUSTOM QUERIES SFR */
/* Define mobile styles */
@media only screen {
  .sfrRN .mobile {
    display: block!important;
  }
  .sfrRN .mobile.tablet {
    display: block!important;
  }
  header.sfrRN nav.top-bar .title-area.mobile.tablet{
      display: inline-block!important;
      width:100%;
  }
  .sfrRN .mobile.desktop {
    display: block!important;
  }
  .sfrRN .tablet {
    display: none!important;
  }
  .sfrRN .desktop {
    display: none!important;
  }
  header.sfrRN .content-menu-header{
    float: right;
  }
  header.sfrRN .content-menu-header .part-right-desktop{
    float: none;
  }
  header.sfrRN nav.top-bar .container-section{
      overflow: inherit;
      height: 100%;
      background:#fff;
      display:none;
  }
  header.sfrRN nav.top-bar.expanded{
      height:100%!important;
      border-bottom: 0px;
      
  }
  header.sfrRN.slim nav.top-bar.expanded{
      z-index:1;
  }
  header.sfrRN nav.top-bar.expanded .container-section{
      display:block;
  }
  header.sfrRN nav.top-bar.expanded .title-area{
      border-bottom: 1px solid #ddd;
      margin: 0;
      padding: 0;
  }
  header.sfrRN nav.top-bar.expanded .container-section{
    width: 100%;
    float: none;
    display: block;
    overflow-y: auto;
  }
}
/* max-width 767px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 767px) {
    
    header.sfrRN nav.top-bar .inbox-icon .unreadMsgs .textMsg{
        text-align: left;
        min-width: 42px;
        display: block;
    }
    header.sfrRN nav.top-bar{
        -webkit-transform: translate3d(0,0,0);
    }
    header.sfrRN .search #search-group form .content-input-search{
        position:relative;
    }
    header.sfrRN .search #search-group form .content-input-search .btn-delete-content-search{
        background: url('//static.s-sfr.fr/media/delete-text-search.png') 5px 5px no-repeat;
        width: 25px;
        height: 25px;
        background-size: 15px;
        top: 11px;
        position: absolute;
        right: 10px;
        cursor: pointer;
        display: none;
    }
    header.sfrRN.slim .subnav-slim{
        position:relative;
        width:100%;
        height:auto;
        top: 50px;
        z-index: 0;
        background:#fff;
        left:0;
    }
    header.sfrRN.slim .subnav-slim .container-subnav-slim .zone-context .context{
        padding:4px 10px;
	    height:68px;
	    float:left;
    }
    header.sfrRN.slim .subnav-slim .zone-context .context{
      display:none;
    }
    header.sfrRN.slim .subnav-slim .zone-context .context.is-visible{
      display:block;
    }
    header.sfrRN.slim .subnav-slim .zone-search .columns.medium-12 .row .slimSearch{
        padding: 30px 0 10px 0;
        border-top: 1px solid #f2f2f2;
        background: url('//static.s-sfr.fr/media/search-google-mobile.png') 10px 10px no-repeat;
        background-size: 50%;
    }
    header.sfrRN.slim .subnav-slim .zone-search .row{
	display:none;
    }
    header.sfrRN.slim .subnav-slim .zone-search .columns.medium-12 .row{
        margin-top:0;
        margin-bottom:0;
    }
    header.sfrRN.slim .subnav-slim .zone-search .slimSearch form{
        width: 100%;
        padding: 0 10px;
        background: transparent;
        height: 38px;
        margin: 0;
    }
    header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchButtonWrap{
        float:right;
        width:15%;
    }
    header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchButtonWrap input.headerSearchButton{
        width: 100%;
        background: url('//static.s-sfr.fr/media/picto-search-tab.png') 50% 50% no-repeat, #3c81f7;
        background-size: 20px;
        padding: 0;
        text-indent: -9999px;
        height: 38px;
        border: 0;
        text-align: center;
    }
    header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchTextWrapper{
        width: 85%;
    }
    header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchTextWrapper #sfrSearch{
        width: 100%;
        border: 1px solid #3c81f7;
        height: 38px;
    }
    .sfrRN .backdrop,
    .backdrop{
      z-index:0;
      display:none!important;
    }
    header.sfrRN nav.top-bar.expanded .title-area,
    header.sfrRN nav.top-bar.is-searching .title-area
    {
        position: fixed;
        width: 100%;
        z-index: 3;
        overflow:hidden;
    }
    header.sfrRN nav.top-bar.expanded .container-section{
        margin-top:50px;
    }
}
/* min-width 641px, medium screens */
@media only screen and (min-width: 768px) {
  .sfrRN .mobile {
    display: none!important;
  }
  .sfrRN .tablet {
    display: block!important;
  }
  .sfrRN .tablet.desktop {
    display: block!important;
  }
  .sfrRN .desktop {
    display: none!important;
  }

  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchTextWrapper{
      width: 372px;
  }
  header.sfrRN.slim .subnav-slim,
  header.sfrRN.slim .subnav-slim .zone-context{
    display:inline-block;
    width:auto;
    
  }
  
  header.sfrRN.slim .subnav-slim{
      position:relative;
      width:100%;
  }
  header.sfrRN.slim .subnav-slim{
  padding-left: 0;
  padding-top: 15px;
  }
  header.sfrRN.slim .subnav-slim .container-subnav-slim{
    display: table;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
  }
  header.sfrRN.slim .subnav-slim .zone-context{
    padding: 0;
    padding-left:16px;
    display: table-cell;
    margin: 0;
    white-space: nowrap;
  }
  
  header.sfrRN.slim .subnav-slim .zone-context .context{
      display:none;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.is-visible{
      display:block;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context:last-child{
      margin-right:0;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context .context-picto{
      display: table-cell;
      float:left;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context a{
      display:table-cell;
  }
  header.sfrRN.slim .subnav-slim .zone-search{
    display:none;
    position: initial;
    max-width: 100%;
    height: auto;
  }
  header.sfrRN.slim .subnav-slim .zone-search.is-visible{
      display: table-cell;
  }
  header.sfrRN.slim .subnav-slim .zone-search .columns.medium-12 .row{
      text-align:center;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchTextWrapper #sfrSearch{
     padding-left:15px;
  }
}
/* min-width 768px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header.sfrRN nav.top-bar{
      position:fixed;
  }
  header.sfrRN.slim{
    padding-bottom: 50px;
  }
  header.sfrRN .top-bar .top-bar-section{
    width: 320px;
    position: relative;
    -webkit-box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.5);
    box-shadow: -1px 1px 2px 0px rgba(50, 50, 50, 0.5);
  }
  header.sfrRN nav.top-bar.expanded .container-section{
      width: 320px;
      float: right;
      display: inline-block;
  }
  header.sfrRN nav.top-bar.is-searching #search-content{
    width: 100%;
    right: 0;
    height: 100%;
    display: block;
    position: fixed;
  }
  header.sfrRN .search #search-group form{
      display: inline-block;
      width: 100%;
      position: relative;
  }
  header.sfrRN .search #search-group form .content-input-search{
      width: 100%;
      padding-right: 55px;
      display: inline-block;
      position:relative;
  }
  header.sfrRN .search #search-group form .content-input-search .btn-delete-content-search{
    background: url('//static.s-sfr.fr/media/delete-text-search.png') top left no-repeat;
    width: 15px;
    height: 15px;
    background-size: 15px;
    top: 11px;
    position: absolute;
    right: 66px;
    cursor:pointer;
    display:none;
  }
  header.sfrRN .search .input-search{
      width:100%;
      line-height:25px;
      height:37px;
  }
  header.sfrRN .search .btn-search{
      float: right;
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 37px;
  }
  header.sfrRN .search .btn-search .text{
      display:block!important;
      font-size: 16px;
  }
  header.sfrRN .search .btn-search .picto{
      display:none!important;
  }
    header.sfrRN.slim .subnav-slim{
        position: relative;
        height: auto;
        top: 50px;
        z-index: 0;
        background: #fff;
        left: 0;
        display: block;
    }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchButtonWrap input.headerSearchButton{
    background: url('//static.s-sfr.fr/media/picto-search-tab.png') 9px 9px no-repeat, #3c81f7;
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    background-size: 19px 19px;
    border:0;
    text-align:center;
    
  }
  header.sfrRN.slim .subnav-slim .zone-search .row .row{
      margin-top:13px;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchTextWrapper #sfrSearch{
      width:324px;
      border: 1px solid #3c81f7;
      height: 38px;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form{
      width: 422px;
      height: 38px;
      background: url('//static.s-sfr.fr/media/google.jpg') 100% 8px no-repeat;
      padding-right: 60px;
      padding-top: 5px;
      margin:0;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchButtonWrap{
      float: right;
      width: 38px;
  }
    header.sfrRN.slim .subnav-slim .zone-search > .row > .columns > .row{
        margin:0;
    }
  header.sfrRN.slim .subnav-slim .zone-search .columns.medium-12 .row{
      text-align:center;
  }
  header.sfrRN.slim .subnav-slim .zone-search .columns.medium-12 .row .slimSearch{
      display:block;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.dropbox-content .context-picto{
      width:41px;
      height:38px;
      background: url('//static.s-sfr.fr/media/picto-dropbox-highlight-tab.jpg') top left no-repeat;
      background-size:100%;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.cloud-content .context-picto{
      width:19px;
      height:14px;
      background: url('//static.s-sfr.fr/media/picto-cloud-tab.jpg') top left no-repeat;
      background-size:100%;
      margin-top: 10px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.mail-content .context-picto{
      width:26px;
      height:15px;
      background: url('//static.s-sfr.fr/media/picto-mail-tab.jpg') top left no-repeat;
      background-size:100%;
      margin-top: 9px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.contact-content .context-picto{
      
      width: 12px;
      height: 13px;
      background: url('//static.s-sfr.fr/media/picto-contact-tab.jpg') top left no-repeat;
      margin-top: 11px;
      background-size:100%;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.cloud-content.highlight .context-picto{
      width:25px;
      height:19px;
      background: url('//static.s-sfr.fr/media/picto-cloud-highlight-tab.jpg') top left no-repeat;
      background-size:100%;
      margin-top: 7px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.mail-content.highlight .context-picto{
      width:32px;
      height:19px;
      background: url('//static.s-sfr.fr/media/picto-mail-highlight-tab.jpg') top left no-repeat;
      background-size:100%;
      margin-top: 6px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.contact-content.highlight .context-picto{
      width:17px;
      height:19px;
      background: url('//static.s-sfr.fr/media/picto-contact-highlight-tab.jpg') top left no-repeat;
      background-size:100%;
      margin-top: 6px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context{
    float:left;
    margin-right:15px;
    width: auto;
  }
    .sfrRN .backdrop,
    .backdrop{
      z-index:1;
    }
    header.sfrRN nav.top-bar.expanded .title-area,
    header.sfrRN nav.top-bar.is-searching .title-area
    {
        width: 100%;
        z-index: 2;
        top:0;
    }
}

@media only screen and (max-width: 1024px) {
    header.sfrRNnav.top-bar .primary-actions{
        display:block;
        height:auto;
    }
    header.sfrRN nav.top-bar .subnav-container,
    header.sfrRN nav.top-bar .subnav-container .has-dropdown .content-links-subnav.dropdown{
        display:block;
        height:auto;
        width:100%;
        float:none;

    }
    header.sfrRN nav.top-bar .subnav-container .columns{
      position: initial;
      padding:0;
    }
    header.sfrRN .top-bar-section ul li.has-dropdown li > a > span{
        display:none;
    }
    header.sfrRN .top-bar-section  ul li.has-dropdown > a:after{
        content: url("//static.s-sfr.fr/media/picto-chevron.png");
        position: absolute;
        right: 18px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 14px;
        border: 0;
        border-color: transparent;
    }
    header.sfrRN nav.top-bar .primary-actions .logo{
        display:none;
    }
    header.sfrRN .content-menu-header{
        float:none;
    }
  /*MENU ITEM*/
  header.sfrRN .top-bar-section ul li.has-dropdown li.back{
      height: 49px;
      text-align:left;
  }
  header.sfrRN .top-bar-section ul li.has-dropdown li.back h5{
      font-size:16px;
      text-align:left;
  }
  header.sfrRN .top-bar-section ul li.has-dropdown li.back h5 a{
        font-size: 14px;
        font-weight: 200;
        padding: 13px 0 17px 55px;
        line-height: 17px;
        text-align:left;
  }
  header.sfrRN .top-bar-section ul li.has-dropdown li.back h5 a .picto-backbutton{
        padding: 0;
        width: 32px;
        height: 32px;
        box-shadow: 0 0 0;
        -moz-box-shadow: 0 0 0;
        -webkit-box-shadow: 0 0 0;
        -webkit-border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        border-radius: 0px!important;
        display: inline;
        border:0px;
        margin-left:3px;
  }
  header.sfrRN .top-bar-section ul li.has-dropdown li.back h5 a .picto-backbutton img{
      height:100%;
      width:100%;
  }
  header.sfrRN .top-bar-section .content-menu-header .user-login-btn a{
      border-bottom: 2px solid #b2b2b2;
  }
  header.sfrRN .top-bar-section .btn-menu-megamenu > li.has-dropdown > a{
      text-transform:uppercase;
  }
  header.sfrRN .top-bar-section .subnav-container ul li:last-child > a{
      border-bottom: 1px solid #c6c6c6;
  }
  header.sfrRN nav.top-bar.expanded{
    position: fixed!important;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translate(0, 0) translateZ(0);
  }
  header.sfrRN nav.top-bar.expanded  .container-section{
      overflow-x:hidden!important;
  }
  header.sfrRN nav.top-bar .msg-visible-menu .inbox-icon.has-msg{
      width:100px;
  }
  header.sfrRN nav.top-bar .msg-visible-menu .inbox-icon.has-msg > a{
      width:auto;
  }
  header.sfrRN nav.top-bar .msg-visible-menu .inbox-icon.has-msg > a > img{
    left: 0px;
    margin-left: 20px;
  }
  header.sfrRN nav.top-bar .msg-visible-menu .inbox-icon.has-msg .unreadMsgs{
      float:right;
      text-align:center;
      font-size:10px;
      margin-top:13px;
      margin-right: 8px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context h3.context-text{
    font-family: "SFR-Regular";
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    color: #606060;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 7px;
    display:inline-block;
    margin-left:5px;
    margin-top: 6px;

  }
  header.sfrRN.slim .subnav-slim .zone-context .context.highlight h3.context-text{
      font-family: 'SFR-Bold';
      font-size:16px;
      color:#1a171b;
      line-height:24px;
      margin-bottom: 0.5rem;

  }
    header.sfrRN.slim .top-bar-section ul.btn-menu-megamenu li{
      background:#fff;
    }
    header.sfrRN.slim .top-bar-section ul.btn-menu-megamenu li a{
      text-align:left;
      text-transform:uppercase;
    }

    .sfrRN.opened-menu, .opened-menu,
    .sfrRN.opened-search, .opened-search{
        position:fixed!important;
    }
    
    header.sfrRN nav.top-bar.expanded .container-section{
        height: 100%;
        position: relative;
        z-index: 2;
    }
    header.sfrRN nav.top-bar .icon-header-supp.shop-icon a img.default-shop{
        display:block;
    }
    header.sfrRN nav.top-bar .icon-header-supp.shop-icon a img.hover-img{
        display:none;
    }

    header.sfrRN nav.top-bar .icon-header-supp.shop-icon.is-hoverable a img.default-shop{
        display:none;
    }
    header.sfrRN nav.top-bar .icon-header-supp.shop-icon.is-hoverable a img.hover-img{
        display:block;
        margin-top:22%;
    }
}


/* min-width 1025px, large screens */
@media only screen and (min-width: 1025px) {
    .sfrRN .mobile {
        display: none!important;
    }
    .sfrRN .mobile.tablet {
        display: none!important;
    }
    header.sfrRN nav.top-bar .title-area.mobile.tablet{
      display: none!important;
    }
    .sfrRN .tablet {
        display: none!important;
    }
    .sfrRN .desktop {
        display: block!important;
    }
    header.sfrRN{
        padding-bottom: 100px;
    }
    header.sfrRN.slim{
        padding-bottom: 0px;
        background: #f2f2f2;
    }
    header.sfrRN nav.top-bar{
        position: absolute!important;
        
    }
    
    header.sfrRN.slim nav.top-bar{
        position:relative!important;
        z-index:1;
        max-width: 984px;
        margin: 0 auto;
    }
    header.sfrRN.slim .subnav-slim .container-subnav-slim{
        display: table;
        max-width: 984px;
        margin: 0 auto;
        width: 100%;
    }
    header.sfrRN.slim.fullRN .subnav-slim .container-subnav-slim{
        max-width: 100%;
    }
    header.sfrRN.slim.fullRN nav.top-bar{
        max-width: 100%;
    }
    header.sfrRN .content-menu-header{
        display:inline-block;
        float: none;
        width:100%;
    }
    header.sfrRN .top-bar .top-bar-section {
      height:100%;
    }
    header.sfrRN.slim .top-bar .top-bar-section {
      height:32px;
    }
    header.sfrRN .content-menu-header .logo{
        padding: 7px 0;
        width: 62px;
        display: block;
        float: left;
    }    
    header.sfrRN.slim .content-menu-header .logo{
        width:25px;
        padding:3px 0;
    }
    header.sfrRN.slim .subnav-slim{
        padding-bottom:16px;
        width: 100%;
        display:block;
    }
    header.sfrRN .content-menu-header .picto.picto-logo{
      width:62px;
      height:62px;
    }
    header.sfrRN.slim .content-menu-header .picto.picto-logo{
      width:25px;
      height:25px;
    }
    header.sfrRN.slim .content-menu-header .picto.picto-logo a{
        height:25px;
        display:block;
    }
    header.sfrRN .content-menu-header .picto.picto-logo img{
      width:100%;
      height:100%;
      vertical-align:top;
    }
    header.sfrRN .content-menu-header .primary-actions{
      height:76px;
      z-index: 3;
      position: relative;
    }
    header.sfrRN.slim .content-menu-header .primary-actions{
        margin-left:16px;
       height:32px;
       text-align:left;
    }
        /* PART RIGHT HEADER */
    header.sfrRN .content-menu-header .part-right-desktop{
        float: right;
    }
    header.sfrRN .content-menu-header .part-right-desktop li{
        width: 65px;
        height: 76px;
        margin-left: 7px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        float: left;
        -webkit-transition: all 500ms ease-in;
        -moz-transition: all 500ms ease-in;
        -ms-transition: all 500ms ease-in;
        transition: all 500ms ease-in;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.shop-icon{
        width:70px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon{
        margin-left:0;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.shop-icon.is-hoverable span{
        background: url("//static.s-sfr.fr/media/chevrons-connect-bottom.png") no-repeat 100% 28px;
        padding-right: 18px;
        width: 60px;
        margin-right: 10px;
    }

    header.sfrRN .content-menu-header .part-right-desktop li.no-transition{
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: all 0 ease-in;
        transition: none;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li{
        height: 32px;
        width: 50px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li{
        margin-left:0;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.user-login-btn{
        width:auto;
        margin-left:0;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.user-login-btn a{
        cursor:default;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.user-login-btn.is-connected{
        display: list-item;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.is-active{
        background: #FFF;
        position: relative;
        border-left: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        height:77px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon.is-current,
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon.is-under{
        background: #FFF;
        position: relative;
        height: 76px;
        pointer-events: none;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.search-icon.is-under{
        height:32px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon.is-current .picto .path,
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon.is-under .picto .path{
        fill: #636397;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.is-active{
        height:33px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li:not(.has-form) a:not(.button){
        display: block;
        padding: 13px 0;
        zoom: 1;
        margin-right: 5px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li:not(.has-form) a:not(.button){
        padding:0;
        line-height:18px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon{
        margin-left:0;
        margin-right:10px;
    }
    header.sfrRN.slim a.left-off-canvas-menu{
	position:initial;-ms-transform:initial;-webkit-transform:initial;-moz-transform:initial;-ms-transform:initial;-o-transform:initial;}
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon:not(.has-form) a.left-off-canvas-menu:not(.button){
        padding: 0 7px;
        margin-top: 7px;
        margin-bottom: 6px;
        border-left: 1px solid #b2b2b2;
        border-bottom: 0;
        line-height: 18px;
        height: auto;
        display:table;
        width:auto;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon.is-current:not(.has-form) a.left-off-canvas-menu:not(.button) span span,
    header.sfrRN.slim .content-menu-header .part-right-desktop li.is-current:not(.has-form) a.left-off-canvas-menu:not(.button) span span,
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon.is-under:not(.has-form) a.left-off-canvas-menu:not(.button) span span,
    header.sfrRN.slim .content-menu-header .part-right-desktop li.is-under:not(.has-form) a.left-off-canvas-menu:not(.button) span span{
       color: #636397;
        border-bottom: 1px solid #636397; 
    }
    header.sfrRN.slim nav.top-bar .inbox-icon .unreadMsgs .textMsg{
        display: none!important;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon:not(.has-form) a.left-off-canvas-menu:not(.button) .mailing{
        padding-top: 0;
        padding-bottom: 0;
        line-height: 18px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon:not(.has-form) a.left-off-canvas-menu:not(.button) .mailing span{
        font-size: 13px;
        line-height: 18px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon:not(.has-form) a:not(.button):hover span span{
        border-bottom: 1px dotted #636397;
        color: #636397;        
    } 
    header.sfrRN .content-menu-header .part-right-desktop li .picto{
        width: 50px;
        height: 50px;
        position: relative;
        display: block;
        float: none;
        margin: auto;
        text-align:center;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li .picto{
        width: 32px;
        height: 32px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li .picto img,
    header.sfrRN .content-menu-header .part-right-desktop li .picto div.img{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 50%;
        display: block;
    }
    header.sfrRN .content-menu-header .part-right-desktop li .picto div.picto-search{
      background: url('//static.s-sfr.fr/media/picto-search-sprite.png') top left no-repeat;
      background-size: 100%;
      float: left;
      width: 27px;
      height: 27px;
      background-position: 0 -30px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li .picto div.picto-search:hover{
        background-position: 0 1px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.user-login-btn .picto{
        display:inline-block;
        float: left;
        margin-left:8px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon a{
        border-bottom: 0;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.search-icon .picto{
        padding:9px 0;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.search-icon .picto{
        padding:5px 0;
    }
    header.sfrRN .content-menu-header .part-right-desktop li .picto div.img.picto-login{
        background: url('//static.s-sfr.fr/media/picto-user_2x.png') top left no-repeat;
        position: absolute;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 50%;
        display: inline-block;
        background-size: 16px 22px;
        left: 4px;
        top: 6px;
        margin-top:10px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li .picto div.img.picto-login{
        margin-top: 3px;
        background-size: 11px 15px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li span.desc{
        font-size:14px;
        display: inline-block;
        width: auto;
        vertical-align: middle;
        height: 50px;
        position: relative;
        float: none;
        margin-right: 14px;
        line-height: 60px;
        background: url("//static.s-sfr.fr/media/chevrons-connect-bottom.png") no-repeat 100% 28px;
        padding-right: 15px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li span.desc{
        font-size: 12px;
        line-height: 33px;
        background: url("//static.s-sfr.fr/media/chevrons-connect-bottom.png") no-repeat 100% 14px;
        height: 32px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.user-login-btn.is-active span.desc{
        background: url("//static.s-sfr.fr/media/chevron-connect-top.png") no-repeat 100% 28px;

    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.user-login-btn.is-active span.desc{
        background: url("//static.s-sfr.fr/media/chevron-connect-top.png") no-repeat 100% 14px;

    }
    header.sfrRN .content-menu-header .part-right-desktop .geoloc-icon a,
    header.sfrRN .content-menu-header .part-right-desktop .inbox-icon a,
    header.sfrRN .content-menu-header .part-right-desktop .shop-icon a {
        border-bottom: 0;
        height: 100%;
    }
    header.sfrRN .content-menu-header .part-right-desktop .geoloc-icon a img,
    header.sfrRN .content-menu-header .part-right-desktop .inbox-icon a img,
    header.sfrRN .content-menu-header .part-right-desktop .shop-icon a img{
        height: 50%;
    }
    header.sfrRN .content-menu-header .part-right-desktop .shop-icon a img{
        height:49%;
        margin-top:14px;
    }
    header.sfrRN .content-menu-header .part-right-desktop .shop-icon a img.hover-img{
        height: 56%;
        margin-top: 10px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.inbox-icon a img{
        width: 21px;
        height: 24px;
        top: 2px;
    }
    header.sfrRN .content-menu-header .part-right-desktop li.inbox-icon a img.flag-group{
        width: 35px;
        height: 27px;
        top: 12px;
    }
    header.sfrRN.slim .content-menu-header .part-right-desktop li.inbox-icon a img{
        width: 13px;
        height: 16px;
        top: 0px;
    }
    header.sfrRN .content-menu-header .part-right-desktop .user-login-btn{
        background: transparent;
    }
    header.sfrRN .content-menu-header .part-right-desktop .user-login-btn a{
        padding-right:15px;
        border-bottom:0px;
    }
  header.sfrRN .content-menu-header .btn-menu-megamenu{
    display: inline-block;
    height: 76px!important;
    width: auto;
    z-index: 12;
    margin-left: 18px;
  }
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu,
  header.sfrRN.slim .content-menu-header .sub-header-slim{
    height: 32px!important;
    margin-left:0;

  }
  header.sfrRN.slim .content-menu-header .sub-header-slim{
      display:inline-block;
      float:right;
  }
  header.sfrRN.slim .content-menu-header .sub-header-slim li.is-current a span span{
        color: #636397;
        border-bottom: 1px solid #636397;
  }
  header.sfrRN .content-menu-header li.has-dropdown,
  header.sfrRN .content-menu-header .btn-menu-megamenu li {
    background: transparent;
    padding: 0;
    height: 76px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    -webkit-transition: background 500ms ease-in;
    -moz-transition: background 500ms ease-in;
    -ms-transition: background 500ms ease-in;
    transition: background 500ms ease-in;
  }
  header.sfrRN.slim .content-menu-header li.has-dropdown,
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu li,
  header.sfrRN.slim .content-menu-header .sub-header-slim li {
    height: 32px;
  }
  header.sfrRN .content-menu-header li.has-dropdown a,
  header.sfrRN .content-menu-header .btn-menu-megamenu li a,
  header.sfrRN .content-menu-header .btn-menu-megamenu li:not(.has-form) a:not(.button){
    border-top: 0;
    border-bottom: 0;
    text-transform: none;
    font-size: 20px;
    padding: 0;
    line-height: 22px;
    padding: 21px 7px 24px;
    margin-top:7px;
    font-family: "SFR-Regular";
    position: relative;
    z-index: 1;
    text-decoration:none;
  }
  header.sfrRN.slim .content-menu-header li.has-dropdown a,
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu li a,
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu li:not(.has-form) a:not(.button){
      padding: 0 7px;
      margin-top: 4px;
      margin-bottom: 5px;
      border-bottom: 0;
  }
  header.sfrRN.slim .content-menu-header .sub-header-slim li a,
  header.sfrRN.slim .content-menu-header .sub-header-slim li:not(.has-form) a:not(.button){
      padding: 0 7px;
      margin-top: 7px;
      margin-bottom: 6px;
     border-right: 1px solid #b2b2b2;
     border-bottom: 0;
     line-height:18px;
  }
  header.sfrRN.slim .content-menu-header .sub-header-slim li:last-child a,
  header.sfrRN.slim .content-menu-header .sub-header-slim li:not(.has-form):last-child a:not(.button){
      border-right:0;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li a span span{
      color: #1A171B;
  }
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu li a span span{
      font-size: 14px;
  }
  header.sfrRN.slim .content-menu-header .sub-header-slim li a span span{
      font-size: 13px;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li a > span
  {
    padding: 10px;
  }
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu li a > span,
  header.sfrRN.slim .content-menu-header .sub-header-slim li a > span{
    padding-top: 0;
    padding-bottom: 0;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li a:hover{
    color: #636397;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li a:hover span span,
  header.sfrRN.slim .content-menu-header .sub-header-slim li a:hover span span{
    border-bottom: 1px dotted #636397;
    color:#636397;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li.is-active{
    background: #FFF;
    position: relative;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    height: 77px;
  }
  header.sfrRN .top-bar-section .content-menu-header li:not(.has-form) a:not(.button):hover{
    background-color: transparent;
    background: transparent;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li.is-active a span span{
    border-bottom: 1px dotted #000;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li.is-active a:hover span span{
    border-bottom: 1px dotted #636397;
  }
  header.sfrRN .content-menu-header .btn-menu-megamenu li.selected a span span{
    border-bottom: 1px solid #636397;
    color: #636397;
  }
  header.sfrRN.slim .content-menu-header .btn-menu-megamenu li.selected a > span{
      padding: 0 7px 2px;
      border-radius: 3px!important;
  }
  header.sfrRN .content-menu-header .name a{
    border-bottom: 0;
    height: 100%;
  }
  header.sfrRN .content-menu-header .name a img{
    height: 50%;
  }
  header.sfrRN nav.top-bar .container-section{
    width: 984px;
    margin:0 auto;
    height: 76px;
    zoom: 1;
    float: none;
    display: block;
    overflow: inherit;
    margin-top: 0px;
    position: relative;
    background: transparent;
  }
  header.sfrRN.slim nav.top-bar .container-section{
      width:100%;
      height:auto;
  }
  header.sfrRN .top-bar{
    height:100px;
  }
  header.sfrRN.slim .top-bar{
    height:32px;
  }
  header.sfrRN nav.top-bar .subnav{

      background-color: #fff;
      color: #eee;
      width: 1080px;
      margin-left: -47px;
      position:relative;
      z-index: 2;
      top: 0;
      padding-top: 0;
  }
  header.sfrRN nav.top-bar .subnav.is-hidden{
      display:none!important;
      border:0px;
  }
  header.sfrRN nav.top-bar .subnav.is-active{
      border:1px solid #d0d0d0;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container{
      opacity:0;
      width:100%;
      position:relative!important;
      height:auto;
      display:block;
      padding: 20px 47px;
      padding-bottom:0px;

  }
  header.sfrRN nav.top-bar .subnav .subnav-container.is-hidden{
      display:none!important;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list{
      height: auto;
      display: inline-block;
      padding: 0;
      /*height: 100%;*/
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list > ul{
      display:inline-block;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list li{
      height:auto;
      padding: 0px 7px 7px;
      vertical-align: top;
      position: relative;
      min-height: 115px;
      line-height:20px;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list li.min-height-forced{
      min-height: 168px;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list a{
      position: relative;
      font-family: "SFR-Bold";
      font-size: 15px;
      white-space: normal;
      text-transform: uppercase;
      line-height: 18px;
      padding: 0px;
      border-bottom: 1px dotted #636397;
      display: inline;
      text-decoration:none;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list .has-dropdown > a{
       padding-right:0!important;
   }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list a:hover{
      color: #636397;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list a > span{
      font-family: "Arial";
      font-size: 12px;
      color: #6a6a74;
      padding-top: 8px;
      padding-right: 8px;
      line-height: 18px;
      display: block;
      text-transform: none;
      white-space: normal;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list.box-right{
      float: none;
      right: 0;
      position: absolute;
      top: 0;
      min-height:100%;
      height:100%;
      border-left:1px dashed #9c9e9f;
      width: 284px;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list.box-right > ul{
      background: transparent;
      padding: 20px 15px 5px 15px;
      height: 100%!important;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list.box-right > ul li,
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list.box-right > ul li a{
      background: transparent;
  }
  header.sfrRN .top-bar-section .subnav-item-list > ul li.has-dropdown:hover:not(.has-form) > a{
      color: #1A171B;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list > ul li a:hover{
      color: #636397;
      border-bottom: 1px dotted #636397;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list .content-links-subnav{
      padding-top: 5px;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list .content-links-subnav li{
      height: auto;
      min-height: 15px;
      font-size: 16px;
      width: 100%;
      text-transform: none;
      padding: 7px 0;
      line-height: 1.2em;
  }
  header.sfrRN nav.top-bar .subnav .subnav-container .subnav-item-list .content-links-subnav li a{
      text-transform: none;
      font-size: 14px;
      font-family: "Arial", Sans-serif;
      line-height: 16px;
      border-bottom:0px;
      background:#fff;
      color:#000;
  }
  /*CONNNECT USER RIGHT*/
  header.sfrRN nav.top-bar .sublogin,
  header.sfrRN nav.top-bar .subshop{
      position:absolute;
      right:0;
      width: 250px;
      padding: 0px 0;
      background:#fff;
  }
  header.sfrRN nav.top-bar .sublogin.is-hidden,
  header.sfrRN nav.top-bar .subshop.is-hidden{
      display:none!important;
      border:0;
  }
  header.sfrRN nav.top-bar .sublogin.is-active,
  header.sfrRN nav.top-bar .subshop.is-active{
      border: 1px solid #d0d0d0;
      z-index:1;
  }
  header.sfrRN nav.top-bar .sublogin .sublogin-container,
  header.sfrRN nav.top-bar .subshop .subshop-container{
      opacity:0;
  }
  header.sfrRN nav.top-bar .sublogin .sublogin-container.is-hidden,
  header.sfrRN nav.top-bar .subshop .subshop-container.is-hidden{
      display:none!important;
  }
  header.sfrRN nav.top-bar .sublogin-container ul li,
  header.sfrRN nav.top-bar .subshop .subshop-container ul li{
      float: none;
      display: block;
      background: #FFF;
  }
  header.sfrRN nav.top-bar .sublogin-container > ul > li a,
  header.sfrRN nav.top-bar .sublogin-container > ul > li:not(.has-form) a:not(.button){
      display: block;
      padding: 11px 20px;
      font-size: 14px;
      font-family: "SFR-Regular", Arial, Sans-serif;
      text-decoration: none;
      line-height: 1.2em;
      border-bottom:0;
  }
  header.sfrRN nav.top-bar .subshop-container > ul{
      display:inline-block;
  }
  header.sfrRN nav.top-bar .subshop-container > ul > li{
        color:#717076;
        font-size:11px;
        padding: 11px 20px 0 20px;
        font-family: "SFR-Regular", Arial, Sans-serif;
        line-height:17px;
  }
  header.sfrRN nav.top-bar .subshop-container > ul > li.link-shopping{
      padding:0;
  }
  header.sfrRN nav.top-bar .subshop-container > ul > li.link-shopping a{
        font-size: 11px;
        padding: 11px 20px 11px 32px;
        font-family: "SFR-Regular", Arial, Sans-serif;
        line-height: 17px;
        color:#000;
        background: url('http://static.s-sfr.fr/media/picto-chevron.png') top left no-repeat;
        background-position: 20px 14px;
        background-size: 6px;
  }
  header.sfrRN nav.top-bar .subshop-container > ul > li.link-shopping a:hover{
        background: url('http://static.s-sfr.fr/media/picto-chevron.png') top left no-repeat;
        background-position: 20px 14px;
        background-size: 6px;
  }
  header.sfrRN .top-bar-section .content-menu-header .subshop-container li:not(.has-form) a:not(.button):hover{
      background: url('http://static.s-sfr.fr/media/picto-chevron.png') top left no-repeat;
        background-position: 20px 14px;
        background-size: 6px;
  }
  header.sfrRN .top-bar-section .content-menu-header .sublogin-container li:not(.has-form) a:not(.button):hover,
  header.sfrRN nav.top-bar .sublogin-container > ul > li a:hover{
      background: #F4F4F4;
      color: #636397;
  }
  header.sfrRN nav.top-bar .sublogin-container > ul > li.ec a,
  header.sfrRN nav.top-bar .sublogin-container > ul > li.ec:not(.has-form) a:not(.button){
      background-image: url('//static.s-sfr.fr/media/arrow-link-ec-alt.png');
      background-repeat: no-repeat;
      background-position: 20px 50%;
      padding-left: 35px;
  }
  header.sfrRN nav.top-bar .sublogin-container > ul > li.logout-btn a,
  header.sfrRN nav.top-bar .sublogin-container > ul > li.logout-btn:not(.has-form) a:not(.button){
      background: url('//static.s-sfr.fr/media/disconnect-picto-1.png');
      background-repeat: no-repeat;
      background-position: 20px 50%;
      padding-left: 45px;
  }
  header.sfrRN .top-bar-section .content-menu-header .sublogin-container li.logout-btn:not(.has-form) a:not(.button):hover,
  header.sfrRN nav.top-bar .sublogin-container > ul > li.logout-btn a:hover{
      background: url('//static.s-sfr.fr/media/disconnect-picto-1.png'),#F4F4F4;
      background-repeat:no-repeat;
      background-position: 20px 50%, top left;
  }
  header.sfrRN .top-bar-section .content-menu-header .sublogin-container li:not(.has-form).ec a:not(.button):hover,
  header.sfrRN nav.top-bar .sublogin-container > ul > li.ec a:hover{

      background-image: url(//static.s-sfr.fr/media/arrow-link-ec-alt.png);
      background-repeat: no-repeat;
      background-position: 20px 50%;
      color: #aa6f2e;
  }
  header.sfrRN nav.top-bar .sublogin-container > ul > li.last,
  header.sfrRN nav.top-bar .sublogin.is-connected .sublogin-container > ul > li.logout-btn,
  header.sfrRN nav.top-bar .sublogin.is-connected .sublogin-container > ul > li.logout-btn:not(.has-form){
      border-top: 1px solid #d0d0d0;
  }
  header.sfrRN nav.top-bar .sublogin.is-connected .sublogin-container > ul > li.last{
      border-top: 0px;
  }
  header.sfrRN .content-menu-header li.has-dropdown{
      border: 0;
      border-left: 0px;
      border-right: 0px;
      transition: initial;
  }
  header.sfrRN .top-bar-section .dropdown,
  header.sfrRN .top-bar-section .has-dropdown.not-click:hover > .dropdown{
    position: relative!important;
    overflow: inherit;
    width: 100%;
  }
  header.sfrRN nav.top-bar ul li.open-menu{
      padding: 0 10px;
      text-align: center;
      height: 50px;
  }
  header.sfrRN .search .input-search{
      width: 740px;
      line-height: 20px;
      padding: 0 15px;
      height: 48px;
      top:0;
  }
  header.sfrRN .search #search-group form .content-input-search{
      display: inline-block;
      position:relative;
  }
  header.sfrRN .search #search-group form .content-input-search .btn-delete-content-search{
        background: url('//static.s-sfr.fr/media/delete-text-search.png') top left no-repeat;
        width: 25px;
        height: 25px;
        position: absolute;
        top: 13px;
        right: 10px;
        cursor: pointer;
        display: none;
        background-size: 25px;
  }
  header.sfrRN .search .btn-search{
      display:inline-block;
  }
  header.sfrRN .search p{
    font-size: 20px;
    margin-bottom: 38px;
  }
  header.sfrRN.slim .search p{
      margin:15px 0;
      color:#000;
  }
  header.sfrRN #search-group .name{
      font-size:23px;
  }
  /*user-conected mobile version*/
  header.sfrRN nav.top-bar .user-connected,
  header.sfrRN nav.top-bar .user-connected.is-connected{
      display:none;
  }
  .sfrRN-no-svg .top-bar-section .has-dropdown > a:after{
    border:0px;
    border-color: transparent;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context h3.context-text{
    font-family: "SFR-Regular";
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    color: #606060;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 7px;
    display:inline-block;
    margin-left:5px;
    margin-top: 6px;

  }
  header.sfrRN.slim .subnav-slim .zone-context .context.highlight h3.context-text{
      font-family: 'SFR-Bold';
      font-size:20px;
      color:#1a171b;
      line-height:24px;
      margin-bottom: 0.5rem;

  }
  header.sfrRN.slim .subnav-slim .zone-context .context.dropbox-content .context-picto{
      width:44px;
      height:42px;
      background: url('//static.s-sfr.fr/media/pict-dropbox-highlight.jpg') top left no-repeat;
      margin-top: 0px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.cloud-content .context-picto{
      width:29px;
      height:22px;
      background: url('//static.s-sfr.fr/media/cloud-picto.png') top left no-repeat;
      margin-top: 6px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.mail-content .context-picto{
      width:41px;
      height:31px;
      background: url('//static.s-sfr.fr/media/picto-mail-5.png') top left no-repeat;
      margin-top: 0px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.contact-content .context-picto{
      width:19px;
      height:22px;
      background: url('//static.s-sfr.fr/media/picto-contact-1.png') top left no-repeat;
      margin-top: 5px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.cloud-content.highlight .context-picto{
      width:41px;
      height:31px;
      background: url('//static.s-sfr.fr/media/cloud-picto-highlight.png') top left no-repeat;
      margin-top: 0px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.mail-content.highlight .context-picto{
      width:56px;
      height:32px;
      background: url('//static.s-sfr.fr/media/picto-mail-highlight.png') top left no-repeat;
      margin-top: -3px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context.contact-content.highlight .context-picto{
      width:26px;
      height:30px;
      background: url('//static.s-sfr.fr/media/picto-contact-highlight.png') top left no-repeat;
      margin-top: 0px;
  }
  header.sfrRN.slim .subnav-slim .zone-context .context{
      float:left;
      margin-right:28px;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchButtonWrap input.headerSearchButton{
      width:93px;
      background-color: #3c81f7;
      border-color: #3c81f7;
      height: 28px;
      border: 1px solid #3c81f7;
      color: #fff;
      font-family: Arial, sans-serif;
      font-size: 14px;
      text-indent:0;
      text-align:center;
  }
  header.sfrRN.slim .subnav-slim .zone-search .row .row{
      margin-top:19px;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchTextWrapper #sfrSearch{
      width:372px;
      border: 1px solid #3c81f7;
      height: 28px;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form{
      width: 525px;
      height: 40px;
      background: url('//static.s-sfr.fr/media/google.jpg') 100% 8px no-repeat;
      padding-right: 60px;
      margin:0;
      padding-top:5px;
  }
  header.sfrRN.slim .subnav-slim .zone-search .slimSearch form .headerSlimSearchButtonWrap{
      float: right;
      width: 93px;
  }
    header.sfrRN.slim .subnav-slim .zone-search,
    header.sfrRN.slim .subnav-slim .zone-search > .row,
    header.sfrRN.slim .subnav-slim .zone-search > .row > .columns{
        height: auto;
    }
    header.sfrRN.slim .subnav-slim .zone-search > .row > .columns > .row{
        margin:0;
    }
  header.sfrRN.tunnel-resp{
      padding-bottom: 0px;
  }
  header.sfrRN.tunnel-resp nav.top-bar{
        width: 984px;
        margin: 0 auto;
        position: relative!important;
        height:48px;
  }
  header.sfrRN.tunnel-resp.fullRN nav.top-bar{
      width: 100%;
  }
  header.sfrRN nav.top-bar .title-area.tunnel-area{
      width: 100%;
      height: 48px;
      border-bottom: 0;
  }
  header.sfrRN nav.top-bar .title-area.tunnel-area li.name{
      width: 52px;
      height: 48px;
      margin-top: 0;
  }
  header.sfrRN nav.top-bar .title-area.tunnel-area li.name a{
      width: 53px;
      line-height: 48px;
  }
  header.sfrRN nav.top-bar .title-area.tunnel-area li.name a img{
      width: 40px;
      height: 44px;
      padding-top: 4px;      
  }
  header.sfrRN nav.top-bar .title-area.tunnel-area li.title-tunnel{

      margin-left: 15px;
  }
  header.sfrRN nav.top-bar .title-area.tunnel-area li.title-tunnel h3{
      line-height: 47px;
      margin: 0;
      font-size: 20px;      
  }
    header.sfrRN .content-menu-header .shop-icon span img.default-shop{
        display:block;
    }
    header.sfrRN .content-menu-header .shop-icon span img.hover-img{
        display:none;
    }
    header.sfrRN .content-menu-header .shop-icon.is-hoverable span img.default-shop{
        display:none;
    }
    header.sfrRN .content-menu-header .shop-icon.is-hoverable span img.hover-img{
        display:block;
    }
    
    
    header.sfrRN .content-menu-header .logo.header-group{
        width: auto;
        height: 76px;
        display: table;
    }
    header.sfrRN .content-menu-header .logo.header-group .picto.picto-logo{
        height: 100%;
        width: auto;
        display: table-row;
    }
    header.sfrRN .content-menu-header .logo.header-group .picto.picto-logo a.numericable{
        display: block;
        float: left;
        margin-right: 20px;
        margin-top: 8px;
        width:158px;
    }
    header.sfrRN .content-menu-header .logo.header-group .picto.picto-logo a.sfr{
        width: 48px;
        height: 48px;
        display: block;
        float: left;
        margin-top: 8px;
    }
}

/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {

}
/* min-width 1441px, xlarge screens */
@media only screen and (min-width: 1441px) {

}
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {

}
/* min-width 1921px, xxlarge screens */
@media only screen and (min-width: 1921px) {

}

/* NOT HD */
@media only screen and (-webkit-max-device-pixel-ratio: 1),only screen and (max--moz-device-pixel-ratio: 1),only screen and (-ms-max-device-pixel-ratio: 1),only screen and (-o-max-device-pixel-ratio: 1),only screen and (max-device-pixel-ratio: 1),only screen and (max-resolution: 100dpi),only screen and (max-resolution: 1dppx){
    header.sfrRN nav.top-bar .icon-header-supp.search-icon .picto-search{
        background: url('//static.s-sfr.fr/media/picto-search-sprite.png') 0 -28px no-repeat;
    }
    header.sfrRN nav.top-bar .icon-header-supp.search-icon.is-active .picto-search{
        background-position: 0 0!important;
    }
}

/* HD */
@media only screen and (-webkit-min-device-pixel-ratio: 1.1),only screen and (min--moz-device-pixel-ratio:1.1),only screen and (-ms-min-device-pixel-ratio:1.1),only screen and (-o-min-device-pixel-ratio:1.053),only screen and (min-device-pixel-ratio:1.1),only screen and (min-resolution: 101dpi),only screen and (min-resolution: 1.1dppx){
    header.sfrRN nav.top-bar .icon-header-supp.search-icon .picto-search{
        background: url('//static.s-sfr.fr/media/picto-search-sprite_2x-1.png') 0 0px no-repeat;
        background-size:100%;
    }
    header.sfrRN nav.top-bar .icon-header-supp.search-icon.is-active .picto-search{
        background-position: 0 -26px!important;
    }
}
.breadcrumbRN.sfrRN{
    margin: 0 auto;
    text-align:left;
    display:block;
	position:relative;
	z-index:1;    
}

.breadcrumbRN.sfrRN ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align:left;
}

.breadcrumbRN.sfrRN ul li{
    font-family: "Arial", sans-serif, "Helvetica";
    font-weight:bold;
    color:#1a171b;
    text-decoration: none;
    padding: 0;
    margin: 0;
    text-align:left;
}
.breadcrumbRN.sfrRN ul li.separator-breadcrumb{
    font-weight: normal;
    background: url('//static.s-sfr.fr/media/separator-breadcrumb.png') no-repeat 0px 13px;
    text-indent: -9999px;
    width: 6px;   
}

.breadcrumbRN.sfrRN ul li a{
    font-family: "Arial", sans-serif, "Helvetica";
    font-weight:normal;
    text-decoration: none;
    color:#1a171b;
    padding: 0;
    margin: 0;
}
.breadcrumbRN.sfrRN ul li a:hover{
    color:#636397;
}
/* correction pour formulaire de connexion */
.ui-dialog{z-index:60000!important}
.ui-widget-overlay{z-index:50000!important;}
/* max-width 767px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 767px) {
  .breadcrumbRN.sfrRN{
      display:none;
  }
}
/* min-width 768px, medium screens */
@media only screen and (min-width: 768px) {

}
/* min-width 768px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .breadcrumbRN.sfrRN{
        width: 100%;
        height: 35px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .breadcrumbRN.sfrRN ul{
        height:35px;
        margin: 0;
        padding: 0;
    }
    .breadcrumbRN.sfrRN ul li{
        display: inline-block;
        font-size: 13px;
        line-height: 35px;
    }
    .breadcrumbRN.sfrRN ul li a{
        line-height: 35px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 1024px) {

}

/* min-width 1025px, large screens */
@media only screen and (min-width: 1025px) {
    
    .breadcrumbRN.sfrRN{
        width: 984px;
        height: 35px;

    }
    .djangoData.fullRN .breadcrumbRN.sfrRN{
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
    .breadcrumbRN.sfrRN.fullRN{    
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
    .breadcrumbRN.sfrRN ul{
        height:35px;
        margin: 0;
        padding: 0;
    }
    .breadcrumbRN.sfrRN ul li{
        display: inline-block;
        font-size: 13px;
        line-height: 35px;
    }
    .breadcrumbRN.sfrRN ul li a{
        line-height: 35px;
        font-size: 13px;
    }
}
/* LEGACY */
footer.sfrRN * {
  font-size: inherit;
  text-align: left;
}
footer.sfrRN {
  background-color: #4a4a53;
  font-family: "SFR-Regular", Arial, Sans-serif;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  display: block;
  width: 100%;
  clear: both;
  margin-top: 20px;
}
footer.sfrRN.is-hidden {
  display: none;
}
footer.sfrRN.light {
  background-color: #f9f9f9;
  color: #32323c;
}
footer.sfrRN.light .container-footer-light {
  margin: 0 auto;
}
footer.sfrRN h3,
footer.sfrRN h3 a {
  font-family: "SFR-Thin", Arial, Sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #fff!important;
  text-decoration: none!important;
  text-transform: uppercase;
}
footer.sfrRN .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 984px;
}
footer.sfrRN .row .row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: none;
}
footer.sfrRN .row .row.container-footer-submenu .row-content-footer-submenu {
  border-top: 1px solid #727279;
  border-bottom: 1px solid #727279;
  margin-bottom: 0;
}
footer.sfrRN h3 {
  margin: 0;
}
footer.sfrRN .center {
  text-align: center;
}
footer.sfrRN p.link-footer-sfr {
  margin: 0;
  line-height: 16px;
  display: inline-block;
  padding-left: 20px;
  background: url('//static.s-sfr.fr/media/logo_h_2x.png') top left no-repeat;
  background-size: 17px;
  font-size: 12px;
}
footer.sfrRN.light p.link-footer-sfr a {
  display: block;
  min-width: 179px;
  white-space: nowrap;
}
footer.sfrRN p.link-footer-sfr a,
footer.sfrRN p a,
footer.sfrRN p.link-footer-sfr a:link,
footer.sfrRN p a:link,
footer.sfrRN p.link-footer-sfr a:visited,
footer.sfrRN p a:visited {
  font-size: 12px;
  color: #fff;
  font-family: 'SFR-Regular', Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 20px;
}
footer.sfrRN.light p.link-footer-sfr a,
footer.sfrRN.light p a,
footer.sfrRN.light p.link-footer-sfr a:link,
footer.sfrRN.light p a:link,
footer.sfrRN.light p.link-footer-sfr a:visited,
footer.sfrRN.light p a:visited {
  color: #32323c;
}
footer.sfrRN p.link-footer-sfr a:hover,
footer.sfrRN p a:hover {
  border-bottom: 1px dotted #cfcfd7;
}
footer.sfrRN.light p a.grey-text {
  color: #7a7a85;
}
footer.sfrRN .copyright {
  font-size: 9px;
  color: #727279;
  font-family: 'SFR-Regular', Arial, Sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 16px;
}
footer.sfrRN .row .row.container-footer-copyright .row.center {
  margin-top: 0;
}
footer.sfrRN .row .row.container-footer-copyright .row.center .medium-12 {
  text-align: center;
}
footer.sfrRN .row .row.container-footer-submenu .row-content-footer-submenu {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 0;
}
/* max-width 767px, mobile-only styles, use when QAing mobile issues */
@media only screen and (max-width: 767px) {
  footer.sfrRN .row .row {
    margin-left: 0.375em;
    margin-right: 0.375em;
  }
  footer.sfrRN .row .row.container-footer-submenu a {
    display: inline-block;
  }
  footer.sfrRN .row .row.container-footer-submenu .picto-submenu {
    display: block;
    width: 35px;
    height: 35px;
  }
  footer.sfrRN .row .row.container-footer-submenu .small-1 {
    height: 35px;
  }
  footer.sfrRN.light p a {
    font-size: 9px;
  }
  footer.sfrRN .container-footer-light .row.center {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  footer.sfrRN.light .container-footer-light .row.center .medium-2 {
    display: none;
  }
  footer.sfrRN.light .container-footer-light .row.center .medium-2:first-child {
    display: block;
  }
  footer.sfrRN.light .container-footer-light .row.center .medium-2:first-child a {
    color: #bcbcc7;
  }
  footer.sfrRN.light .container-footer-light .row.center {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
  }
  footer.sfrRN .row .row.container-footer-submenu {
    margin-bottom: 15px;
  }
  footer.sfrRN .row .row.container-footer-copyright .row.center {
    margin-bottom: 15px;
  }
  footer.sfrRN .row .columns + .columns {
    margin-top: 0px;
  }
}
/* min-width 768px, medium screens */
@media only screen and (min-width: 768px) {
  footer.sfrRN.light .container-footer-light .medium-2.point {
    background: url('//static.s-sfr.fr/media/point-light-1.png ') 0px 9px no-repeat;
  }
  footer.sfrRN.light .container-footer-light .row.center {
    margin-top: 19px;
    margin-bottom: 19px;
  }
  footer.sfrRN.light .container-footer-light .row.center {
    text-align: left;
  }
  footer.sfrRN.light .container-footer-light .medium-2 {
    padding: 0;
    display: inline-block;
    float: none;
    width: auto;
    padding-left: 20px;
    padding-right: 12px;
  }
  footer.sfrRN.light .container-footer-light .medium-2 p {
    margin: 0;
  }
  footer.sfrRN.light .container-footer-light .certissim-desktop {
    background: url('//static.s-sfr.fr/media/certissim-desktop.png') top left no-repeat;
    float: right;
    width: 69px;
    height: 16px;
    margin-top: 6px;
  }
}
/* min-width 768px and max-width 1024px, use when QAing tablet-only issues */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer.sfrRN .row .row.container-footer-submenu .picto-submenu {
    display: block;
    width: 45px;
    height: 45px;
  }
  footer.sfrRN .row .row.container-footer-submenu a {
    display: inline-block;
  }
  footer.sfrRN .row .row.container-footer-submenu .small-1 {
    height: 45px;
  }
  footer.sfrRN .row .row.container-footer-menu {
    width: 94%;
    margin: 0 auto;
    margin-left: 4%;
  }
  footer.sfrRN .row .row.container-footer-menu .columns,
  footer.sfrRN .row .row.container-footer-menu > .row {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  footer.sfrRN .row .row.container-footer-menu .columns h3,
  footer.sfrRN .row .row.container-footer-menu > .row h3 {
    text-align: center;
  }
  footer.sfrRN .row .row.container-footer-submenu {
    width: 90%;
    margin: 0 auto;
  }
  footer.sfrRN .row .row.container-footer-copyright .row {
    margin-bottom: 0px;
  }
  footer.sfrRN.light p.link-footer-sfr a,
  footer.sfrRN.light p a {
    font-size: 10px;
  }
  footer.sfrRN.light .container-footer-light .medium-2 {
    padding-left: 12px;
    padding-right: 12px;
  }
  footer.sfrRN.light .container-footer-light .row.center {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  footer.sfrRN.light .container-footer-light {
    max-width: 100%;
  }
  footer.sfrRN.light .container-footer-light .row.center .medium-2:first-child {
    padding: 0;
  }
  footer.sfrRN.light .container-footer-light .certissim-desktop {
    margin-top: 6px;
  }
  footer.sfrRN.light p.link-footer-sfr {
    margin: 0;
    line-height: 25px;
    display: inline-block;
    padding-left: 33px;
    background: url('//static.s-sfr.fr/media/logo_h_2x.png') top left no-repeat;
    background-size: 20px;
  }
  footer.sfrRN .row .row {
    margin-left: 0em;
    margin-right: 0em;
  }
}
/* min-width 1025px, large screens */
@media only screen and (min-width: 1025px) {
  footer.sfrRN .row .row.container-footer-menu-desktop {
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop {
    float: left;
    width: 20%;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop:last-child {
    padding-left: 22px;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop h3,
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop h3 a {
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop h3 a:hover {
    border-bottom: 1px dotted #cfcfd7;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop ul {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop ul li,
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop ul li a {
    line-height: 25px;
    font-family: "SFR-Light", Arial, Sans-serif;
    color: #cfcfd7;
    font-size: 12px;
    text-decoration: none;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop ul li a:hover {
    border-bottom: 1px dotted #cfcfd7;
  }
  footer.sfrRN .row .row.container-footer-submenu {
    margin: 0;
  }
  footer.sfrRN .row .row.container-footer-submenu .picto-submenu {
    display: block;
    width: 40px;
    height: 40px;
    float: left;
  }
  footer.sfrRN .row .row.container-footer-submenu .small-1 {
    height: 40px;
  }
  footer.sfrRN .row .row.container-footer-submenu .small-2 {
    padding: 0;
    width: 15%;
  }
  footer.sfrRN .row .row.container-footer-submenu .small-2 h3 {
    font-size: 20px;
    line-height: 43px;
  }
  footer.sfrRN .row .row.container-footer-submenu .small-2:first-child {
    width: 22%;
  }
  footer.sfrRN .row .row.container-footer-submenu .row-content-footer-submenu a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
  }
  footer.sfrRN .row .row.container-footer-submenu .row-content-footer-submenu p {
    float: left;
    margin: 11px;
    min-width: 80px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #fff;
  }
  footer.sfrRN .row .row.container-footer-submenu .row-content-footer-submenu {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 0;
  }
  footer.sfrRN .row .row.container-footer-others-desktop {
    margin: 0;
  }
  footer.sfrRN .row .row.container-footer-others-desktop .row.center {
    text-align: left;
  }
  footer.sfrRN .row .row.container-footer-others-desktop .medium-2 {
    padding: 0;
    display: inline-block;
    float: none;
    width: auto;
    padding-left: 20px;
    padding-right: 12px;
  }
  footer.sfrRN .row .row.container-footer-others-desktop .medium-2 p {
    margin: 0;
  }
  footer.sfrRN .row .row.container-footer-others-desktop .medium-2 {
    background: url('//static.s-sfr.fr/media/point-footer.png') 0px 9px no-repeat;
  }
  footer.sfrRN .row .row.container-footer-others-desktop .medium-2:first-child {
    background: transparent;
    padding-left: 0;
  }
  footer.sfrRN .row .row.container-footer-others-desktop .certissim-desktop {
    background: url('//static.s-sfr.fr/media/certissim-desktop.png') top left no-repeat;
    float: right;
    width: 69px;
    height: 16px;
  }
  footer.sfrRN.light p.link-footer-sfr {
    margin: 0;
    line-height: 25px;
    display: inline-block;
    padding-left: 33px;
    background: url('//static.s-sfr.fr/media/logo_h_2x.png') top left no-repeat;
    background-size: 20px;
  }
  footer.sfrRN.light .container-footer-light .row.center {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  footer.sfrRN .row .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
  footer.sfrRN .row .row.container-footer-menu-desktop,
  footer.sfrRN .row .row.container-footer-submenu {
    margin-left: 0;
    margin-right: 0;
  }
  footer.sfrRN .row .row.container-footer-submenu {
    margin-top: 0;
    margin-bottom: 0;
  }
  footer.sfrRN .row .row.content-footer-submenu {
    padding: 0;
  }
}
/* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */
/* min-width 1441px, xlarge screens */
/* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */
/* min-width 1921px, xxlarge screens */
/* NOT HD */
@media only screen and (-webkit-max-device-pixel-ratio: 1), only screen and (max--moz-device-pixel-ratio: 1), only screen and (-ms-max-device-pixel-ratio: 1), only screen and (-o-max-device-pixel-ratio: 1), only screen and (max-device-pixel-ratio: 1), only screen and (max-resolution: 100dpi), only screen and (max-resolution: 1dppx) {
  footer.sfrRN .container-footer-submenu .facebook-picto {
    background: url('//static.s-sfr.fr/media/facebook_h.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .twitter-picto {
    background: url('//static.s-sfr.fr/media/twitter_h.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .youtube-picto {
    background: url('//static.s-sfr.fr/media/youtube_h.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .google-picto {
    background: url('//static.s-sfr.fr/media/google_h.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .forum-picto {
    background: url('//static.s-sfr.fr/media/forum_h.png') top left no-repeat;
    background-size: 100%;
  }
}
/* HD */
@media only screen and (-webkit-min-device-pixel-ratio: 1.1), only screen and (min--moz-device-pixel-ratio: 1.1), only screen and (-ms-min-device-pixel-ratio: 1.1), only screen and (-o-min-device-pixel-ratio: 1.053), only screen and (min-device-pixel-ratio: 1.1), only screen and (min-resolution: 101dpi), only screen and (min-resolution: 1.1dppx) {
  footer.sfrRN .container-footer-submenu .facebook-picto {
    background: url('//static.s-sfr.fr/media/facebook_h_2x.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .twitter-picto {
    background: url('//static.s-sfr.fr/media/twitter_h_2x.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .youtube-picto {
    background: url('//static.s-sfr.fr/media/youtube_h_2x.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .google-picto {
    background: url('//static.s-sfr.fr/media/google_h_2x.png') top left no-repeat;
    background-size: 100%;
  }
  footer.sfrRN .container-footer-submenu .forum-picto {
    background: url('//static.s-sfr.fr/media/forum_h_2x.png') top left no-repeat;
    background-size: 100%;
  }
}
footer.sfrNC {
  background-color: #3d3f3f;
}
footer.sfrNC * {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: 1.2em;
  vertical-align: baseline;
  text-align: left;
  box-sizing: border-box;
}
footer.sfrNC *:before,
footer.sfrNC *:after {
  position: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer.sfrNC a,
footer.sfrNC a:hover {
  text-decoration: none;
}
footer.sfrNC .pull-right {
  float: right !important;
}
footer.sfrNC .pull-left {
  float: left !important;
}
footer.sfrNC .crimson {
  font-family: 'SFR-Thin';
  background-color: #800d18;
  min-height: 80px;
  color: #FFF;
}
footer.sfrNC .crimson a {
  color: #FFF;
}
footer.sfrNC .text-center {
  text-align: center;
}
footer.sfrNC .text-right {
  text-align: right;
}
footer.sfrNC .text-lg {
  padding-top: 20px;
  font-size: 20px;
}
footer.sfrNC .text-lh {
  line-height: 80px;
}
footer.sfrNC .text-lh img {
  vertical-align: middle;
}
footer.sfrNC .text-lh:after {
  display: inline;
  content: ".";
  visibility: hidden;
}
footer.sfrNC .box {
  min-height: 80px;
  display: inline-block;
}
footer.sfrNC.sfrRN .row .row.container-footer-menu-desktop .col-footer-desktop {
  width: 25%;
}
footer.sfrNC.sfrRN p.link-footer-sfr {
  height: 30px;
  line-height: 20px;
  padding-left: 60px;
  background: url('//static.s-sfr.fr/media/red-logo-sm-footer.png') top left no-repeat;
}
footer.sfrNC.sfrRN .row .row.container-footer-others-desktop .medium-2 {
  background: none;
}
@media only screen and (min-width: 720px) {
  footer.sfrNC .col-md-4 {
    width: 33.3%;
    float: left;
  }
}
@media only screen and (max-width: 720px) {
  footer.sfrNC .box.right,
  footer.sfrNC .box.left {
    text-align: center;
    float: none !important;
  }
  footer.sfrNC .col-sm-1 {
    width: 8.3%;
    float: left;
  }
  footer.sfrNC .col-sm-3 {
    width: 25%;
    float: left;
  }
  footer.sfrNC .col-sm-8 {
    width: 66.6%;
    float: left;
  }
}
/*************************/
/*    AUTOCOMPLETION     */
/*************************/
#gsaAC * { margin:0; font-family:Arial, Helvetica, sans-serif }
#gsaAC { line-height:normal; position:absolute; z-index:999960; background:white; border:1px solid #ccc; display:none; padding:0; cursor:default; text-align:left; margin:0 4px 4px 0 }
#gsaAC table { background:transparent; border:0; border-collapse:collapse; width:100% }
#gsaAC tr { background:transparent }
#gsaAC td { color:#000; padding:2px 4px; vertical-align:middle; font-size:11px }
#gsaAC td b { color:#000 }
#gsaAC table table { background:transparent; width:auto }
#gsaAC td td { padding:0 }
#gsaAC td.on { background:#ddd }
#gsaAC td p.tout { color:#173a7c; float:right; background:url(//s1.s-sfr.fr/recherche/img/rech_puce.png) no-repeat left 3px; padding:3px 0 0 20px; margin-left:40px; height:20px; font-size:12px; font-weight:bold; white-space:nowrap }
#gsaAC th { color:#000; background:#eee; font-weight:bold; font-size:14px; padding:4px; border:solid #ccc; border-width:1px 0; text-align:left }
#gsaAC th b { color:#dc0707 }
#gsaAC p { font-size:11px }
#gsaAC h4 { color:#173a7c; text-decoration:underline; font-size:11px; font-weight:normal }
#gsaAC h5 { color:#000; font-size:11px; font-weight:normal; clear:both }
#gsaAC h5 b { color:#dc0707 }
#gsaAC img { float:left; margin-right:4px; height:56px }
#gsaAC img[alt="offre"] { border:1px solid silver }
#gsaIF { position:absolute; z-index:999950; background:white; border:none; display:none }
#gsaAC td.forum { color:#aaa }
#gsaAC div.forum { float:right; color:#626262 }
#gsaAC img.forum { float:none; height:12px; width:12px; padding:0 0 0 2px; margin:0 }
#gsaIF.BC { margin-top: 6px; background: transparent }
#gsaAC.BC { margin-top: 6px; padding: 4px 0; border:1px solid #ddd; box-shadow: 0 2px 6px #333;
        -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px }
#gsaAC.BC td { padding: 3px 12px; font-size:12px }
#gsaAC.BC th { padding: 2px 11px; font-size:13px }
#gsaAC.BC td.on { cursor: pointer }
#gsaAC.BC tr.btq { border-bottom:1px dotted #ddd }
#gsaAC.BC td td { padding: 0 }
#gsaAC.BC h4 { font-size:12px; color:#004c9e }
#gsaAC.BC h5 { padding-bottom:5px }
#gsaAC.BC p { color:#1c1c1c; font-size:12px }
#gsaAC.BC td p.tout { color: #1c1c1c; background: url(//static.s-sfr.fr/media/h2012-puce4.png) no-repeat left 3px; font-size: 11px; font-weight: normal; padding: 2px 0 0 12px; height:14px }
#gsaAC.BC #rech_arrow { width:20px;height:9px;background:url(/recherche/img/rech_AC.png);position:relative;top:-13px;left:9px;margin-bottom:-9px }
