/** ==|== Responsive =============================================================
	Author: James South
	twitter : http://twitter.com/James_M_South
	github : https://github.com/ResponsiveBP/Responsive
	Copyright (c),  James South.
	Licensed under the MIT License.
	============================================================================== */
/*! Responsive v3.1.1 | MIT License | responsivebp.com */
/*! 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 {
  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.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /*2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[hidden],
template {
  display: none; }

/**Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/**Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/**Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /*2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
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.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /*2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
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.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /*2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /*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).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
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.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /*2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
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.
 */
optgroup {
  font-weight: bold; }

/**Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * 1. Use the iOS devices hardware accelerator to provide native scrolling.
 */
html {
  -webkit-overflow-scrolling: touch;
  /* 1 */
  color: #222;
  font-size: 100%;
  line-height: 1.4;
  box-sizing: border-box; }

/**
 * Fix the box model
 * Overwrite Normalize rather than edit it.
 */
*, :before, :after,
hr, input[type=search] {
  box-sizing: inherit; }

a:focus, area:focus, button:focus, input:focus, object:focus, select:focus, textarea:focus, [tabindex]:focus, .carousel > figure:focus:before {
  outline-color: #4d90fe;
  outline-style: solid;
  outline-width: 2px;
  outline-offset: -1px; }

/**
 * Set a focus on elements that can recieve it.
 * http://www.w3.org/TR/html401/interact/forms.html#adef-tabindex
 */
/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 */
[tabindex="-1"]:focus {
  outline: none !important; }

/**
 * Headers
 * 1: Improve rendering of screen fonts.
 * 2: Prevent page breaking.
 */
h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizeLegibility;
  /* 1 */
  page-break-after: avoid;
  /*2 */ }

/**
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background colour to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/**
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #c0c0c0;
  margin: 1em 0;
  padding: 0; }

/**
 * Add query indicator to abbr
 */
abbr {
  cursor: help; }

/**Manages width in a single place */
#navBar, .modal-ajax#navBar,
.modal-iframe {
  margin: 0 auto;
  max-width: 1140px;
  width: 95%; }
  #navBar.fixed,
  .fixed.modal-iframe, .fixed #navBar,
  .fixed .modal-iframe {
    width: 1140px; }

/**Columns */
[class*=col-] {
  display: block;
  width: 100%;
  float: left;
  min-height: 1px; }
  [dir="rtl"] [class*=col-] {
    float: right; }
  [class*=col-][class*=offset], [class*=col-][class*=push], [class*=col-][class*=pull] {
    position: relative; }

.no-gutter.pad-gutter > [class*=col-] {
  padding: 0 1%; }

/*
 * Extra small 
 */
@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  [class*=col-].reset-xs-only {
    clear: both;
    margin-left: 0 !important; }
    [dir="rtl"] [class*=col-].reset-xs-only {
      margin-right: 0 !important; } }
[class*=col-xs] + [class*=col-xs] {
  margin-left: 2%; }
  [dir="rtl"] [class*=col-xs] + [class*=col-xs] {
    margin-left: 0;
    margin-right: 2%; }

.no-gutter > [class*=col-xs] {
  margin-left: 0; }
  [dir="rtl"] .no-gutter > [class*=col-xs] {
    margin-left: 0;
    margin-right: 0; }

[class*=col-].reset-xs {
  clear: both;
  margin-left: 0 !important; }
  [dir="rtl"] [class*=col-].reset-xs {
    margin-right: 0 !important; }

.col-xs-1 {
  width: 6.5%; }

.offset-xs-1 {
  margin-left: 8.5%; }
  [dir="rtl"] .offset-xs-1 {
    margin-left: 0;
    margin-right: 8.5%; }

[class*=col-] + .offset-xs-1 {
  margin-left: 10.5%; }
  [dir="rtl"] [class*=col-] + .offset-xs-1 {
    margin-left: 0;
    margin-right: 10.5%; }

.push-xs-1 {
  left: 8.5%; }
  [dir="rtl"] .push-xs-1 {
    left: auto;
    right: 8.5%; }

.pull-xs-1 {
  right: 8.5%; }
  [dir="rtl"] .pull-xs-1 {
    right: auto;
    left: 8.5%; }

.col-xs-2 {
  width: 15%; }

.offset-xs-2 {
  margin-left: 17%; }
  [dir="rtl"] .offset-xs-2 {
    margin-left: 0;
    margin-right: 17%; }

[class*=col-] + .offset-xs-2 {
  margin-left: 19%; }
  [dir="rtl"] [class*=col-] + .offset-xs-2 {
    margin-left: 0;
    margin-right: 19%; }

.push-xs-2 {
  left: 17%; }
  [dir="rtl"] .push-xs-2 {
    left: auto;
    right: 17%; }

.pull-xs-2 {
  right: 17%; }
  [dir="rtl"] .pull-xs-2 {
    right: auto;
    left: 17%; }

.col-xs-3 {
  width: 23.5%; }

.offset-xs-3 {
  margin-left: 25.5%; }
  [dir="rtl"] .offset-xs-3 {
    margin-left: 0;
    margin-right: 25.5%; }

[class*=col-] + .offset-xs-3 {
  margin-left: 27.5%; }
  [dir="rtl"] [class*=col-] + .offset-xs-3 {
    margin-left: 0;
    margin-right: 27.5%; }

.push-xs-3 {
  left: 25.5%; }
  [dir="rtl"] .push-xs-3 {
    left: auto;
    right: 25.5%; }

.pull-xs-3 {
  right: 25.5%; }
  [dir="rtl"] .pull-xs-3 {
    right: auto;
    left: 25.5%; }

.col-xs-4 {
  width: 32%; }

.offset-xs-4 {
  margin-left: 34%; }
  [dir="rtl"] .offset-xs-4 {
    margin-left: 0;
    margin-right: 34%; }

[class*=col-] + .offset-xs-4 {
  margin-left: 36%; }
  [dir="rtl"] [class*=col-] + .offset-xs-4 {
    margin-left: 0;
    margin-right: 36%; }

.push-xs-4 {
  left: 34%; }
  [dir="rtl"] .push-xs-4 {
    left: auto;
    right: 34%; }

.pull-xs-4 {
  right: 34%; }
  [dir="rtl"] .pull-xs-4 {
    right: auto;
    left: 34%; }

.col-xs-5 {
  width: 40.5%; }

.offset-xs-5 {
  margin-left: 42.5%; }
  [dir="rtl"] .offset-xs-5 {
    margin-left: 0;
    margin-right: 42.5%; }

[class*=col-] + .offset-xs-5 {
  margin-left: 44.5%; }
  [dir="rtl"] [class*=col-] + .offset-xs-5 {
    margin-left: 0;
    margin-right: 44.5%; }

.push-xs-5 {
  left: 42.5%; }
  [dir="rtl"] .push-xs-5 {
    left: auto;
    right: 42.5%; }

.pull-xs-5 {
  right: 42.5%; }
  [dir="rtl"] .pull-xs-5 {
    right: auto;
    left: 42.5%; }

.col-xs-6 {
  width: 49%; }

.offset-xs-6 {
  margin-left: 51%; }
  [dir="rtl"] .offset-xs-6 {
    margin-left: 0;
    margin-right: 51%; }

[class*=col-] + .offset-xs-6 {
  margin-left: 53%; }
  [dir="rtl"] [class*=col-] + .offset-xs-6 {
    margin-left: 0;
    margin-right: 53%; }

.push-xs-6 {
  left: 51%; }
  [dir="rtl"] .push-xs-6 {
    left: auto;
    right: 51%; }

.pull-xs-6 {
  right: 51%; }
  [dir="rtl"] .pull-xs-6 {
    right: auto;
    left: 51%; }

.col-xs-7 {
  width: 57.5%; }

.offset-xs-7 {
  margin-left: 59.5%; }
  [dir="rtl"] .offset-xs-7 {
    margin-left: 0;
    margin-right: 59.5%; }

[class*=col-] + .offset-xs-7 {
  margin-left: 61.5%; }
  [dir="rtl"] [class*=col-] + .offset-xs-7 {
    margin-left: 0;
    margin-right: 61.5%; }

.push-xs-7 {
  left: 59.5%; }
  [dir="rtl"] .push-xs-7 {
    left: auto;
    right: 59.5%; }

.pull-xs-7 {
  right: 59.5%; }
  [dir="rtl"] .pull-xs-7 {
    right: auto;
    left: 59.5%; }

.col-xs-8 {
  width: 66%; }

.offset-xs-8 {
  margin-left: 68%; }
  [dir="rtl"] .offset-xs-8 {
    margin-left: 0;
    margin-right: 68%; }

[class*=col-] + .offset-xs-8 {
  margin-left: 70%; }
  [dir="rtl"] [class*=col-] + .offset-xs-8 {
    margin-left: 0;
    margin-right: 70%; }

.push-xs-8 {
  left: 68%; }
  [dir="rtl"] .push-xs-8 {
    left: auto;
    right: 68%; }

.pull-xs-8 {
  right: 68%; }
  [dir="rtl"] .pull-xs-8 {
    right: auto;
    left: 68%; }

.col-xs-9 {
  width: 74.5%; }

.offset-xs-9 {
  margin-left: 76.5%; }
  [dir="rtl"] .offset-xs-9 {
    margin-left: 0;
    margin-right: 76.5%; }

[class*=col-] + .offset-xs-9 {
  margin-left: 78.5%; }
  [dir="rtl"] [class*=col-] + .offset-xs-9 {
    margin-left: 0;
    margin-right: 78.5%; }

.push-xs-9 {
  left: 76.5%; }
  [dir="rtl"] .push-xs-9 {
    left: auto;
    right: 76.5%; }

.pull-xs-9 {
  right: 76.5%; }
  [dir="rtl"] .pull-xs-9 {
    right: auto;
    left: 76.5%; }

.col-xs-10 {
  width: 83%; }

.offset-xs-10 {
  margin-left: 85%; }
  [dir="rtl"] .offset-xs-10 {
    margin-left: 0;
    margin-right: 85%; }

[class*=col-] + .offset-xs-10 {
  margin-left: 87%; }
  [dir="rtl"] [class*=col-] + .offset-xs-10 {
    margin-left: 0;
    margin-right: 87%; }

.push-xs-10 {
  left: 85%; }
  [dir="rtl"] .push-xs-10 {
    left: auto;
    right: 85%; }

.pull-xs-10 {
  right: 85%; }
  [dir="rtl"] .pull-xs-10 {
    right: auto;
    left: 85%; }

.col-xs-11 {
  width: 91.5%; }

.offset-xs-11 {
  margin-left: 93.5%; }
  [dir="rtl"] .offset-xs-11 {
    margin-left: 0;
    margin-right: 93.5%; }

[class*=col-] + .offset-xs-11 {
  margin-left: 95.5%; }
  [dir="rtl"] [class*=col-] + .offset-xs-11 {
    margin-left: 0;
    margin-right: 95.5%; }

.push-xs-11 {
  left: 93.5%; }
  [dir="rtl"] .push-xs-11 {
    left: auto;
    right: 93.5%; }

.pull-xs-11 {
  right: 93.5%; }
  [dir="rtl"] .pull-xs-11 {
    right: auto;
    left: 93.5%; }

.col-xs-12 {
  width: 100%; }

.col-xs-12,
[class*=col-] + [class*=col-xs-12] {
  margin-left: 0; }
  [dir="rtl"] .col-xs-12, [dir="rtl"]
  [class*=col-] + [class*=col-xs-12] {
    margin-right: 0; }

.no-gutter > .col-xs-1 {
  width: 8.3333%; }
.no-gutter > .offset-xs-1 {
  margin-left: 8.3333%; }
  [dir="rtl"] .no-gutter > .offset-xs-1 {
    margin-left: 0;
    margin-right: 8.3333%; }
.no-gutter > .push-xs-1 {
  left: 8.3333%; }
  [dir="rtl"] .no-gutter > .push-xs-1 {
    left: auto;
    right: 8.3333%; }
.no-gutter > .pull-xs-1 {
  right: 8.3333%; }
  [dir="rtl"] .no-gutter > .pull-xs-1 {
    right: auto;
    left: 8.3333%; }
.no-gutter > .col-xs-2 {
  width: 16.6667%; }
.no-gutter > .offset-xs-2 {
  margin-left: 16.6667%; }
  [dir="rtl"] .no-gutter > .offset-xs-2 {
    margin-left: 0;
    margin-right: 16.6667%; }
.no-gutter > .push-xs-2 {
  left: 16.6667%; }
  [dir="rtl"] .no-gutter > .push-xs-2 {
    left: auto;
    right: 16.6667%; }
.no-gutter > .pull-xs-2 {
  right: 16.6667%; }
  [dir="rtl"] .no-gutter > .pull-xs-2 {
    right: auto;
    left: 16.6667%; }
.no-gutter > .col-xs-3 {
  width: 25%; }
.no-gutter > .offset-xs-3 {
  margin-left: 25%; }
  [dir="rtl"] .no-gutter > .offset-xs-3 {
    margin-left: 0;
    margin-right: 25%; }
.no-gutter > .push-xs-3 {
  left: 25%; }
  [dir="rtl"] .no-gutter > .push-xs-3 {
    left: auto;
    right: 25%; }
.no-gutter > .pull-xs-3 {
  right: 25%; }
  [dir="rtl"] .no-gutter > .pull-xs-3 {
    right: auto;
    left: 25%; }
.no-gutter > .col-xs-4 {
  width: 33.3333%; }
.no-gutter > .offset-xs-4 {
  margin-left: 33.3333%; }
  [dir="rtl"] .no-gutter > .offset-xs-4 {
    margin-left: 0;
    margin-right: 33.3333%; }
.no-gutter > .push-xs-4 {
  left: 33.3333%; }
  [dir="rtl"] .no-gutter > .push-xs-4 {
    left: auto;
    right: 33.3333%; }
.no-gutter > .pull-xs-4 {
  right: 33.3333%; }
  [dir="rtl"] .no-gutter > .pull-xs-4 {
    right: auto;
    left: 33.3333%; }
.no-gutter > .col-xs-5 {
  width: 41.6667%; }
.no-gutter > .offset-xs-5 {
  margin-left: 41.6667%; }
  [dir="rtl"] .no-gutter > .offset-xs-5 {
    margin-left: 0;
    margin-right: 41.6667%; }
.no-gutter > .push-xs-5 {
  left: 41.6667%; }
  [dir="rtl"] .no-gutter > .push-xs-5 {
    left: auto;
    right: 41.6667%; }
.no-gutter > .pull-xs-5 {
  right: 41.6667%; }
  [dir="rtl"] .no-gutter > .pull-xs-5 {
    right: auto;
    left: 41.6667%; }
.no-gutter > .col-xs-6 {
  width: 50%; }
.no-gutter > .offset-xs-6 {
  margin-left: 50%; }
  [dir="rtl"] .no-gutter > .offset-xs-6 {
    margin-left: 0;
    margin-right: 50%; }
.no-gutter > .push-xs-6 {
  left: 50%; }
  [dir="rtl"] .no-gutter > .push-xs-6 {
    left: auto;
    right: 50%; }
.no-gutter > .pull-xs-6 {
  right: 50%; }
  [dir="rtl"] .no-gutter > .pull-xs-6 {
    right: auto;
    left: 50%; }
.no-gutter > .col-xs-7 {
  width: 58.3333%; }
.no-gutter > .offset-xs-7 {
  margin-left: 58.3333%; }
  [dir="rtl"] .no-gutter > .offset-xs-7 {
    margin-left: 0;
    margin-right: 58.3333%; }
.no-gutter > .push-xs-7 {
  left: 58.3333%; }
  [dir="rtl"] .no-gutter > .push-xs-7 {
    left: auto;
    right: 58.3333%; }
.no-gutter > .pull-xs-7 {
  right: 58.3333%; }
  [dir="rtl"] .no-gutter > .pull-xs-7 {
    right: auto;
    left: 58.3333%; }
.no-gutter > .col-xs-8 {
  width: 66.6667%; }
.no-gutter > .offset-xs-8 {
  margin-left: 66.6667%; }
  [dir="rtl"] .no-gutter > .offset-xs-8 {
    margin-left: 0;
    margin-right: 66.6667%; }
.no-gutter > .push-xs-8 {
  left: 66.6667%; }
  [dir="rtl"] .no-gutter > .push-xs-8 {
    left: auto;
    right: 66.6667%; }
.no-gutter > .pull-xs-8 {
  right: 66.6667%; }
  [dir="rtl"] .no-gutter > .pull-xs-8 {
    right: auto;
    left: 66.6667%; }
.no-gutter > .col-xs-9 {
  width: 75%; }
.no-gutter > .offset-xs-9 {
  margin-left: 75%; }
  [dir="rtl"] .no-gutter > .offset-xs-9 {
    margin-left: 0;
    margin-right: 75%; }
.no-gutter > .push-xs-9 {
  left: 75%; }
  [dir="rtl"] .no-gutter > .push-xs-9 {
    left: auto;
    right: 75%; }
.no-gutter > .pull-xs-9 {
  right: 75%; }
  [dir="rtl"] .no-gutter > .pull-xs-9 {
    right: auto;
    left: 75%; }
.no-gutter > .col-xs-10 {
  width: 83.3333%; }
.no-gutter > .offset-xs-10 {
  margin-left: 83.3333%; }
  [dir="rtl"] .no-gutter > .offset-xs-10 {
    margin-left: 0;
    margin-right: 83.3333%; }
.no-gutter > .push-xs-10 {
  left: 83.3333%; }
  [dir="rtl"] .no-gutter > .push-xs-10 {
    left: auto;
    right: 83.3333%; }
.no-gutter > .pull-xs-10 {
  right: 83.3333%; }
  [dir="rtl"] .no-gutter > .pull-xs-10 {
    right: auto;
    left: 83.3333%; }
.no-gutter > .col-xs-11 {
  width: 91.6667%; }
.no-gutter > .offset-xs-11 {
  margin-left: 91.6667%; }
  [dir="rtl"] .no-gutter > .offset-xs-11 {
    margin-left: 0;
    margin-right: 91.6667%; }
.no-gutter > .push-xs-11 {
  left: 91.6667%; }
  [dir="rtl"] .no-gutter > .push-xs-11 {
    left: auto;
    right: 91.6667%; }
.no-gutter > .pull-xs-11 {
  right: 91.6667%; }
  [dir="rtl"] .no-gutter > .pull-xs-11 {
    right: auto;
    left: 91.6667%; }
.no-gutter > .col-xs-12 {
  width: 100%; }
.no-gutter > .offset-xs-12 {
  margin-left: 100%; }
  [dir="rtl"] .no-gutter > .offset-xs-12 {
    margin-left: 0;
    margin-right: 100%; }
.no-gutter > .push-xs-12 {
  left: 100%; }
  [dir="rtl"] .no-gutter > .push-xs-12 {
    left: auto;
    right: 100%; }
.no-gutter > .pull-xs-12 {
  right: 100%; }
  [dir="rtl"] .no-gutter > .pull-xs-12 {
    right: auto;
    left: 100%; }

/*
 * Small 
 */
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  [class*=col-].reset-s-only {
    clear: both;
    margin-left: 0 !important; }
    [dir="rtl"] [class*=col-].reset-s-only {
      margin-right: 0 !important; } }
@media print and (min-width: 537px), screen and (min-width: 48em) {
  [class*=col-s] + [class*=col-s] {
    margin-left: 2%; }
    [dir="rtl"] [class*=col-s] + [class*=col-s] {
      margin-left: 0;
      margin-right: 2%; }

  .no-gutter > [class*=col-s] {
    margin-left: 0; }
    [dir="rtl"] .no-gutter > [class*=col-s] {
      margin-left: 0;
      margin-right: 0; }

  [class*=col-].reset-s {
    clear: both;
    margin-left: 0 !important; }
    [dir="rtl"] [class*=col-].reset-s {
      margin-right: 0 !important; }

  .col-s-1 {
    width: 6.5%; }

  .offset-s-1 {
    margin-left: 8.5%; }
    [dir="rtl"] .offset-s-1 {
      margin-left: 0;
      margin-right: 8.5%; }

  [class*=col-] + .offset-s-1 {
    margin-left: 10.5%; }
    [dir="rtl"] [class*=col-] + .offset-s-1 {
      margin-left: 0;
      margin-right: 10.5%; }

  .push-s-1 {
    left: 8.5%; }
    [dir="rtl"] .push-s-1 {
      left: auto;
      right: 8.5%; }

  .pull-s-1 {
    right: 8.5%; }
    [dir="rtl"] .pull-s-1 {
      right: auto;
      left: 8.5%; }

  .col-s-2 {
    width: 15%; }

  .offset-s-2 {
    margin-left: 17%; }
    [dir="rtl"] .offset-s-2 {
      margin-left: 0;
      margin-right: 17%; }

  [class*=col-] + .offset-s-2 {
    margin-left: 19%; }
    [dir="rtl"] [class*=col-] + .offset-s-2 {
      margin-left: 0;
      margin-right: 19%; }

  .push-s-2 {
    left: 17%; }
    [dir="rtl"] .push-s-2 {
      left: auto;
      right: 17%; }

  .pull-s-2 {
    right: 17%; }
    [dir="rtl"] .pull-s-2 {
      right: auto;
      left: 17%; }

  .col-s-3 {
    width: 23.5%; }

  .offset-s-3 {
    margin-left: 25.5%; }
    [dir="rtl"] .offset-s-3 {
      margin-left: 0;
      margin-right: 25.5%; }

  [class*=col-] + .offset-s-3 {
    margin-left: 27.5%; }
    [dir="rtl"] [class*=col-] + .offset-s-3 {
      margin-left: 0;
      margin-right: 27.5%; }

  .push-s-3 {
    left: 25.5%; }
    [dir="rtl"] .push-s-3 {
      left: auto;
      right: 25.5%; }

  .pull-s-3 {
    right: 25.5%; }
    [dir="rtl"] .pull-s-3 {
      right: auto;
      left: 25.5%; }

  .col-s-4 {
    width: 32%; }

  .offset-s-4 {
    margin-left: 34%; }
    [dir="rtl"] .offset-s-4 {
      margin-left: 0;
      margin-right: 34%; }

  [class*=col-] + .offset-s-4 {
    margin-left: 36%; }
    [dir="rtl"] [class*=col-] + .offset-s-4 {
      margin-left: 0;
      margin-right: 36%; }

  .push-s-4 {
    left: 34%; }
    [dir="rtl"] .push-s-4 {
      left: auto;
      right: 34%; }

  .pull-s-4 {
    right: 34%; }
    [dir="rtl"] .pull-s-4 {
      right: auto;
      left: 34%; }

  .col-s-5 {
    width: 40.5%; }

  .offset-s-5 {
    margin-left: 42.5%; }
    [dir="rtl"] .offset-s-5 {
      margin-left: 0;
      margin-right: 42.5%; }

  [class*=col-] + .offset-s-5 {
    margin-left: 44.5%; }
    [dir="rtl"] [class*=col-] + .offset-s-5 {
      margin-left: 0;
      margin-right: 44.5%; }

  .push-s-5 {
    left: 42.5%; }
    [dir="rtl"] .push-s-5 {
      left: auto;
      right: 42.5%; }

  .pull-s-5 {
    right: 42.5%; }
    [dir="rtl"] .pull-s-5 {
      right: auto;
      left: 42.5%; }

  .col-s-6 {
    width: 49%; }

  .offset-s-6 {
    margin-left: 51%; }
    [dir="rtl"] .offset-s-6 {
      margin-left: 0;
      margin-right: 51%; }

  [class*=col-] + .offset-s-6 {
    margin-left: 53%; }
    [dir="rtl"] [class*=col-] + .offset-s-6 {
      margin-left: 0;
      margin-right: 53%; }

  .push-s-6 {
    left: 51%; }
    [dir="rtl"] .push-s-6 {
      left: auto;
      right: 51%; }

  .pull-s-6 {
    right: 51%; }
    [dir="rtl"] .pull-s-6 {
      right: auto;
      left: 51%; }

  .col-s-7 {
    width: 57.5%; }

  .offset-s-7 {
    margin-left: 59.5%; }
    [dir="rtl"] .offset-s-7 {
      margin-left: 0;
      margin-right: 59.5%; }

  [class*=col-] + .offset-s-7 {
    margin-left: 61.5%; }
    [dir="rtl"] [class*=col-] + .offset-s-7 {
      margin-left: 0;
      margin-right: 61.5%; }

  .push-s-7 {
    left: 59.5%; }
    [dir="rtl"] .push-s-7 {
      left: auto;
      right: 59.5%; }

  .pull-s-7 {
    right: 59.5%; }
    [dir="rtl"] .pull-s-7 {
      right: auto;
      left: 59.5%; }

  .col-s-8 {
    width: 66%; }

  .offset-s-8 {
    margin-left: 68%; }
    [dir="rtl"] .offset-s-8 {
      margin-left: 0;
      margin-right: 68%; }

  [class*=col-] + .offset-s-8 {
    margin-left: 70%; }
    [dir="rtl"] [class*=col-] + .offset-s-8 {
      margin-left: 0;
      margin-right: 70%; }

  .push-s-8 {
    left: 68%; }
    [dir="rtl"] .push-s-8 {
      left: auto;
      right: 68%; }

  .pull-s-8 {
    right: 68%; }
    [dir="rtl"] .pull-s-8 {
      right: auto;
      left: 68%; }

  .col-s-9 {
    width: 74.5%; }

  .offset-s-9 {
    margin-left: 76.5%; }
    [dir="rtl"] .offset-s-9 {
      margin-left: 0;
      margin-right: 76.5%; }

  [class*=col-] + .offset-s-9 {
    margin-left: 78.5%; }
    [dir="rtl"] [class*=col-] + .offset-s-9 {
      margin-left: 0;
      margin-right: 78.5%; }

  .push-s-9 {
    left: 76.5%; }
    [dir="rtl"] .push-s-9 {
      left: auto;
      right: 76.5%; }

  .pull-s-9 {
    right: 76.5%; }
    [dir="rtl"] .pull-s-9 {
      right: auto;
      left: 76.5%; }

  .col-s-10 {
    width: 83%; }

  .offset-s-10 {
    margin-left: 85%; }
    [dir="rtl"] .offset-s-10 {
      margin-left: 0;
      margin-right: 85%; }

  [class*=col-] + .offset-s-10 {
    margin-left: 87%; }
    [dir="rtl"] [class*=col-] + .offset-s-10 {
      margin-left: 0;
      margin-right: 87%; }

  .push-s-10 {
    left: 85%; }
    [dir="rtl"] .push-s-10 {
      left: auto;
      right: 85%; }

  .pull-s-10 {
    right: 85%; }
    [dir="rtl"] .pull-s-10 {
      right: auto;
      left: 85%; }

  .col-s-11 {
    width: 91.5%; }

  .offset-s-11 {
    margin-left: 93.5%; }
    [dir="rtl"] .offset-s-11 {
      margin-left: 0;
      margin-right: 93.5%; }

  [class*=col-] + .offset-s-11 {
    margin-left: 95.5%; }
    [dir="rtl"] [class*=col-] + .offset-s-11 {
      margin-left: 0;
      margin-right: 95.5%; }

  .push-s-11 {
    left: 93.5%; }
    [dir="rtl"] .push-s-11 {
      left: auto;
      right: 93.5%; }

  .pull-s-11 {
    right: 93.5%; }
    [dir="rtl"] .pull-s-11 {
      right: auto;
      left: 93.5%; }

  .col-s-12 {
    width: 100%; }

  .col-s-12,
  [class*=col-] + [class*=col-s-12] {
    margin-left: 0; }
    [dir="rtl"] .col-s-12, [dir="rtl"]
    [class*=col-] + [class*=col-s-12] {
      margin-right: 0; }

  .no-gutter > .col-s-1 {
    width: 8.3333%; }
  .no-gutter > .offset-s-1 {
    margin-left: 8.3333%; }
    [dir="rtl"] .no-gutter > .offset-s-1 {
      margin-left: 0;
      margin-right: 8.3333%; }
  .no-gutter > .push-s-1 {
    left: 8.3333%; }
    [dir="rtl"] .no-gutter > .push-s-1 {
      left: auto;
      right: 8.3333%; }
  .no-gutter > .pull-s-1 {
    right: 8.3333%; }
    [dir="rtl"] .no-gutter > .pull-s-1 {
      right: auto;
      left: 8.3333%; }
  .no-gutter > .col-s-2 {
    width: 16.6667%; }
  .no-gutter > .offset-s-2 {
    margin-left: 16.6667%; }
    [dir="rtl"] .no-gutter > .offset-s-2 {
      margin-left: 0;
      margin-right: 16.6667%; }
  .no-gutter > .push-s-2 {
    left: 16.6667%; }
    [dir="rtl"] .no-gutter > .push-s-2 {
      left: auto;
      right: 16.6667%; }
  .no-gutter > .pull-s-2 {
    right: 16.6667%; }
    [dir="rtl"] .no-gutter > .pull-s-2 {
      right: auto;
      left: 16.6667%; }
  .no-gutter > .col-s-3 {
    width: 25%; }
  .no-gutter > .offset-s-3 {
    margin-left: 25%; }
    [dir="rtl"] .no-gutter > .offset-s-3 {
      margin-left: 0;
      margin-right: 25%; }
  .no-gutter > .push-s-3 {
    left: 25%; }
    [dir="rtl"] .no-gutter > .push-s-3 {
      left: auto;
      right: 25%; }
  .no-gutter > .pull-s-3 {
    right: 25%; }
    [dir="rtl"] .no-gutter > .pull-s-3 {
      right: auto;
      left: 25%; }
  .no-gutter > .col-s-4 {
    width: 33.3333%; }
  .no-gutter > .offset-s-4 {
    margin-left: 33.3333%; }
    [dir="rtl"] .no-gutter > .offset-s-4 {
      margin-left: 0;
      margin-right: 33.3333%; }
  .no-gutter > .push-s-4 {
    left: 33.3333%; }
    [dir="rtl"] .no-gutter > .push-s-4 {
      left: auto;
      right: 33.3333%; }
  .no-gutter > .pull-s-4 {
    right: 33.3333%; }
    [dir="rtl"] .no-gutter > .pull-s-4 {
      right: auto;
      left: 33.3333%; }
  .no-gutter > .col-s-5 {
    width: 41.6667%; }
  .no-gutter > .offset-s-5 {
    margin-left: 41.6667%; }
    [dir="rtl"] .no-gutter > .offset-s-5 {
      margin-left: 0;
      margin-right: 41.6667%; }
  .no-gutter > .push-s-5 {
    left: 41.6667%; }
    [dir="rtl"] .no-gutter > .push-s-5 {
      left: auto;
      right: 41.6667%; }
  .no-gutter > .pull-s-5 {
    right: 41.6667%; }
    [dir="rtl"] .no-gutter > .pull-s-5 {
      right: auto;
      left: 41.6667%; }
  .no-gutter > .col-s-6 {
    width: 50%; }
  .no-gutter > .offset-s-6 {
    margin-left: 50%; }
    [dir="rtl"] .no-gutter > .offset-s-6 {
      margin-left: 0;
      margin-right: 50%; }
  .no-gutter > .push-s-6 {
    left: 50%; }
    [dir="rtl"] .no-gutter > .push-s-6 {
      left: auto;
      right: 50%; }
  .no-gutter > .pull-s-6 {
    right: 50%; }
    [dir="rtl"] .no-gutter > .pull-s-6 {
      right: auto;
      left: 50%; }
  .no-gutter > .col-s-7 {
    width: 58.3333%; }
  .no-gutter > .offset-s-7 {
    margin-left: 58.3333%; }
    [dir="rtl"] .no-gutter > .offset-s-7 {
      margin-left: 0;
      margin-right: 58.3333%; }
  .no-gutter > .push-s-7 {
    left: 58.3333%; }
    [dir="rtl"] .no-gutter > .push-s-7 {
      left: auto;
      right: 58.3333%; }
  .no-gutter > .pull-s-7 {
    right: 58.3333%; }
    [dir="rtl"] .no-gutter > .pull-s-7 {
      right: auto;
      left: 58.3333%; }
  .no-gutter > .col-s-8 {
    width: 66.6667%; }
  .no-gutter > .offset-s-8 {
    margin-left: 66.6667%; }
    [dir="rtl"] .no-gutter > .offset-s-8 {
      margin-left: 0;
      margin-right: 66.6667%; }
  .no-gutter > .push-s-8 {
    left: 66.6667%; }
    [dir="rtl"] .no-gutter > .push-s-8 {
      left: auto;
      right: 66.6667%; }
  .no-gutter > .pull-s-8 {
    right: 66.6667%; }
    [dir="rtl"] .no-gutter > .pull-s-8 {
      right: auto;
      left: 66.6667%; }
  .no-gutter > .col-s-9 {
    width: 75%; }
  .no-gutter > .offset-s-9 {
    margin-left: 75%; }
    [dir="rtl"] .no-gutter > .offset-s-9 {
      margin-left: 0;
      margin-right: 75%; }
  .no-gutter > .push-s-9 {
    left: 75%; }
    [dir="rtl"] .no-gutter > .push-s-9 {
      left: auto;
      right: 75%; }
  .no-gutter > .pull-s-9 {
    right: 75%; }
    [dir="rtl"] .no-gutter > .pull-s-9 {
      right: auto;
      left: 75%; }
  .no-gutter > .col-s-10 {
    width: 83.3333%; }
  .no-gutter > .offset-s-10 {
    margin-left: 83.3333%; }
    [dir="rtl"] .no-gutter > .offset-s-10 {
      margin-left: 0;
      margin-right: 83.3333%; }
  .no-gutter > .push-s-10 {
    left: 83.3333%; }
    [dir="rtl"] .no-gutter > .push-s-10 {
      left: auto;
      right: 83.3333%; }
  .no-gutter > .pull-s-10 {
    right: 83.3333%; }
    [dir="rtl"] .no-gutter > .pull-s-10 {
      right: auto;
      left: 83.3333%; }
  .no-gutter > .col-s-11 {
    width: 91.6667%; }
  .no-gutter > .offset-s-11 {
    margin-left: 91.6667%; }
    [dir="rtl"] .no-gutter > .offset-s-11 {
      margin-left: 0;
      margin-right: 91.6667%; }
  .no-gutter > .push-s-11 {
    left: 91.6667%; }
    [dir="rtl"] .no-gutter > .push-s-11 {
      left: auto;
      right: 91.6667%; }
  .no-gutter > .pull-s-11 {
    right: 91.6667%; }
    [dir="rtl"] .no-gutter > .pull-s-11 {
      right: auto;
      left: 91.6667%; }
  .no-gutter > .col-s-12 {
    width: 100%; }
  .no-gutter > .offset-s-12 {
    margin-left: 100%; }
    [dir="rtl"] .no-gutter > .offset-s-12 {
      margin-left: 0;
      margin-right: 100%; }
  .no-gutter > .push-s-12 {
    left: 100%; }
    [dir="rtl"] .no-gutter > .push-s-12 {
      left: auto;
      right: 100%; }
  .no-gutter > .pull-s-12 {
    right: 100%; }
    [dir="rtl"] .no-gutter > .pull-s-12 {
      right: auto;
      left: 100%; } }
/*
 * Medium 
 */
@media (min-width: 62em) and (max-width: 74.99em) {
  [class*=col-].reset-m-only {
    clear: both;
    margin-left: 0 !important; }
    [dir="rtl"] [class*=col-].reset-m-only {
      margin-right: 0 !important; } }
@media (min-width: 62em) {
  [class*=col-m] + [class*=col-m] {
    margin-left: 2%; }
    [dir="rtl"] [class*=col-m] + [class*=col-m] {
      margin-left: 0;
      margin-right: 2%; }

  .no-gutter > [class*=col-m] {
    margin-left: 0; }
    [dir="rtl"] .no-gutter > [class*=col-m] {
      margin-left: 0;
      margin-right: 0; }

  [class*=col-].reset-m {
    clear: both;
    margin-left: 0 !important; }
    [dir="rtl"] [class*=col-].reset-m {
      margin-right: 0 !important; }

  .col-m-1 {
    width: 6.5%; }

  .offset-m-1 {
    margin-left: 8.5%; }
    [dir="rtl"] .offset-m-1 {
      margin-left: 0;
      margin-right: 8.5%; }

  [class*=col-] + .offset-m-1 {
    margin-left: 10.5%; }
    [dir="rtl"] [class*=col-] + .offset-m-1 {
      margin-left: 0;
      margin-right: 10.5%; }

  .push-m-1 {
    left: 8.5%; }
    [dir="rtl"] .push-m-1 {
      left: auto;
      right: 8.5%; }

  .pull-m-1 {
    right: 8.5%; }
    [dir="rtl"] .pull-m-1 {
      right: auto;
      left: 8.5%; }

  .col-m-2 {
    width: 15%; }

  .offset-m-2 {
    margin-left: 17%; }
    [dir="rtl"] .offset-m-2 {
      margin-left: 0;
      margin-right: 17%; }

  [class*=col-] + .offset-m-2 {
    margin-left: 19%; }
    [dir="rtl"] [class*=col-] + .offset-m-2 {
      margin-left: 0;
      margin-right: 19%; }

  .push-m-2 {
    left: 17%; }
    [dir="rtl"] .push-m-2 {
      left: auto;
      right: 17%; }

  .pull-m-2 {
    right: 17%; }
    [dir="rtl"] .pull-m-2 {
      right: auto;
      left: 17%; }

  .col-m-3 {
    width: 23.5%; }

  .offset-m-3 {
    margin-left: 25.5%; }
    [dir="rtl"] .offset-m-3 {
      margin-left: 0;
      margin-right: 25.5%; }

  [class*=col-] + .offset-m-3 {
    margin-left: 27.5%; }
    [dir="rtl"] [class*=col-] + .offset-m-3 {
      margin-left: 0;
      margin-right: 27.5%; }

  .push-m-3 {
    left: 25.5%; }
    [dir="rtl"] .push-m-3 {
      left: auto;
      right: 25.5%; }

  .pull-m-3 {
    right: 25.5%; }
    [dir="rtl"] .pull-m-3 {
      right: auto;
      left: 25.5%; }

  .col-m-4 {
    width: 32%; }

  .offset-m-4 {
    margin-left: 34%; }
    [dir="rtl"] .offset-m-4 {
      margin-left: 0;
      margin-right: 34%; }

  [class*=col-] + .offset-m-4 {
    margin-left: 36%; }
    [dir="rtl"] [class*=col-] + .offset-m-4 {
      margin-left: 0;
      margin-right: 36%; }

  .push-m-4 {
    left: 34%; }
    [dir="rtl"] .push-m-4 {
      left: auto;
      right: 34%; }

  .pull-m-4 {
    right: 34%; }
    [dir="rtl"] .pull-m-4 {
      right: auto;
      left: 34%; }

  .col-m-5 {
    width: 40.5%; }

  .offset-m-5 {
    margin-left: 42.5%; }
    [dir="rtl"] .offset-m-5 {
      margin-left: 0;
      margin-right: 42.5%; }

  [class*=col-] + .offset-m-5 {
    margin-left: 44.5%; }
    [dir="rtl"] [class*=col-] + .offset-m-5 {
      margin-left: 0;
      margin-right: 44.5%; }

  .push-m-5 {
    left: 42.5%; }
    [dir="rtl"] .push-m-5 {
      left: auto;
      right: 42.5%; }

  .pull-m-5 {
    right: 42.5%; }
    [dir="rtl"] .pull-m-5 {
      right: auto;
      left: 42.5%; }

  .col-m-6 {
    width: 49%; }

  .offset-m-6 {
    margin-left: 51%; }
    [dir="rtl"] .offset-m-6 {
      margin-left: 0;
      margin-right: 51%; }

  [class*=col-] + .offset-m-6 {
    margin-left: 53%; }
    [dir="rtl"] [class*=col-] + .offset-m-6 {
      margin-left: 0;
      margin-right: 53%; }

  .push-m-6 {
    left: 51%; }
    [dir="rtl"] .push-m-6 {
      left: auto;
      right: 51%; }

  .pull-m-6 {
    right: 51%; }
    [dir="rtl"] .pull-m-6 {
      right: auto;
      left: 51%; }

  .col-m-7 {
    width: 57.5%; }

  .offset-m-7 {
    margin-left: 59.5%; }
    [dir="rtl"] .offset-m-7 {
      margin-left: 0;
      margin-right: 59.5%; }

  [class*=col-] + .offset-m-7 {
    margin-left: 61.5%; }
    [dir="rtl"] [class*=col-] + .offset-m-7 {
      margin-left: 0;
      margin-right: 61.5%; }

  .push-m-7 {
    left: 59.5%; }
    [dir="rtl"] .push-m-7 {
      left: auto;
      right: 59.5%; }

  .pull-m-7 {
    right: 59.5%; }
    [dir="rtl"] .pull-m-7 {
      right: auto;
      left: 59.5%; }

  .col-m-8 {
    width: 66%; }

  .offset-m-8 {
    margin-left: 68%; }
    [dir="rtl"] .offset-m-8 {
      margin-left: 0;
      margin-right: 68%; }

  [class*=col-] + .offset-m-8 {
    margin-left: 70%; }
    [dir="rtl"] [class*=col-] + .offset-m-8 {
      margin-left: 0;
      margin-right: 70%; }

  .push-m-8 {
    left: 68%; }
    [dir="rtl"] .push-m-8 {
      left: auto;
      right: 68%; }

  .pull-m-8 {
    right: 68%; }
    [dir="rtl"] .pull-m-8 {
      right: auto;
      left: 68%; }

  .col-m-9 {
    width: 74.5%; }

  .offset-m-9 {
    margin-left: 76.5%; }
    [dir="rtl"] .offset-m-9 {
      margin-left: 0;
      margin-right: 76.5%; }

  [class*=col-] + .offset-m-9 {
    margin-left: 78.5%; }
    [dir="rtl"] [class*=col-] + .offset-m-9 {
      margin-left: 0;
      margin-right: 78.5%; }

  .push-m-9 {
    left: 76.5%; }
    [dir="rtl"] .push-m-9 {
      left: auto;
      right: 76.5%; }

  .pull-m-9 {
    right: 76.5%; }
    [dir="rtl"] .pull-m-9 {
      right: auto;
      left: 76.5%; }

  .col-m-10 {
    width: 83%; }

  .offset-m-10 {
    margin-left: 85%; }
    [dir="rtl"] .offset-m-10 {
      margin-left: 0;
      margin-right: 85%; }

  [class*=col-] + .offset-m-10 {
    margin-left: 87%; }
    [dir="rtl"] [class*=col-] + .offset-m-10 {
      margin-left: 0;
      margin-right: 87%; }

  .push-m-10 {
    left: 85%; }
    [dir="rtl"] .push-m-10 {
      left: auto;
      right: 85%; }

  .pull-m-10 {
    right: 85%; }
    [dir="rtl"] .pull-m-10 {
      right: auto;
      left: 85%; }

  .col-m-11 {
    width: 91.5%; }

  .offset-m-11 {
    margin-left: 93.5%; }
    [dir="rtl"] .offset-m-11 {
      margin-left: 0;
      margin-right: 93.5%; }

  [class*=col-] + .offset-m-11 {
    margin-left: 95.5%; }
    [dir="rtl"] [class*=col-] + .offset-m-11 {
      margin-left: 0;
      margin-right: 95.5%; }

  .push-m-11 {
    left: 93.5%; }
    [dir="rtl"] .push-m-11 {
      left: auto;
      right: 93.5%; }

  .pull-m-11 {
    right: 93.5%; }
    [dir="rtl"] .pull-m-11 {
      right: auto;
      left: 93.5%; }

  .col-m-12 {
    width: 100%; }

  .col-m-12,
  [class*=col-] + [class*=col-m-12] {
    margin-left: 0; }
    [dir="rtl"] .col-m-12, [dir="rtl"]
    [class*=col-] + [class*=col-m-12] {
      margin-right: 0; }

  .no-gutter > .col-m-1 {
    width: 8.3333%; }
  .no-gutter > .offset-m-1 {
    margin-left: 8.3333%; }
    [dir="rtl"] .no-gutter > .offset-m-1 {
      margin-left: 0;
      margin-right: 8.3333%; }
  .no-gutter > .push-m-1 {
    left: 8.3333%; }
    [dir="rtl"] .no-gutter > .push-m-1 {
      left: auto;
      right: 8.3333%; }
  .no-gutter > .pull-m-1 {
    right: 8.3333%; }
    [dir="rtl"] .no-gutter > .pull-m-1 {
      right: auto;
      left: 8.3333%; }
  .no-gutter > .col-m-2 {
    width: 16.6667%; }
  .no-gutter > .offset-m-2 {
    margin-left: 16.6667%; }
    [dir="rtl"] .no-gutter > .offset-m-2 {
      margin-left: 0;
      margin-right: 16.6667%; }
  .no-gutter > .push-m-2 {
    left: 16.6667%; }
    [dir="rtl"] .no-gutter > .push-m-2 {
      left: auto;
      right: 16.6667%; }
  .no-gutter > .pull-m-2 {
    right: 16.6667%; }
    [dir="rtl"] .no-gutter > .pull-m-2 {
      right: auto;
      left: 16.6667%; }
  .no-gutter > .col-m-3 {
    width: 25%; }
  .no-gutter > .offset-m-3 {
    margin-left: 25%; }
    [dir="rtl"] .no-gutter > .offset-m-3 {
      margin-left: 0;
      margin-right: 25%; }
  .no-gutter > .push-m-3 {
    left: 25%; }
    [dir="rtl"] .no-gutter > .push-m-3 {
      left: auto;
      right: 25%; }
  .no-gutter > .pull-m-3 {
    right: 25%; }
    [dir="rtl"] .no-gutter > .pull-m-3 {
      right: auto;
      left: 25%; }
  .no-gutter > .col-m-4 {
    width: 33.3333%; }
  .no-gutter > .offset-m-4 {
    margin-left: 33.3333%; }
    [dir="rtl"] .no-gutter > .offset-m-4 {
      margin-left: 0;
      margin-right: 33.3333%; }
  .no-gutter > .push-m-4 {
    left: 33.3333%; }
    [dir="rtl"] .no-gutter > .push-m-4 {
      left: auto;
      right: 33.3333%; }
  .no-gutter > .pull-m-4 {
    right: 33.3333%; }
    [dir="rtl"] .no-gutter > .pull-m-4 {
      right: auto;
      left: 33.3333%; }
  .no-gutter > .col-m-5 {
    width: 41.6667%; }
  .no-gutter > .offset-m-5 {
    margin-left: 41.6667%; }
    [dir="rtl"] .no-gutter > .offset-m-5 {
      margin-left: 0;
      margin-right: 41.6667%; }
  .no-gutter > .push-m-5 {
    left: 41.6667%; }
    [dir="rtl"] .no-gutter > .push-m-5 {
      left: auto;
      right: 41.6667%; }
  .no-gutter > .pull-m-5 {
    right: 41.6667%; }
    [dir="rtl"] .no-gutter > .pull-m-5 {
      right: auto;
      left: 41.6667%; }
  .no-gutter > .col-m-6 {
    width: 50%; }
  .no-gutter > .offset-m-6 {
    margin-left: 50%; }
    [dir="rtl"] .no-gutter > .offset-m-6 {
      margin-left: 0;
      margin-right: 50%; }
  .no-gutter > .push-m-6 {
    left: 50%; }
    [dir="rtl"] .no-gutter > .push-m-6 {
      left: auto;
      right: 50%; }
  .no-gutter > .pull-m-6 {
    right: 50%; }
    [dir="rtl"] .no-gutter > .pull-m-6 {
      right: auto;
      left: 50%; }
  .no-gutter > .col-m-7 {
    width: 58.3333%; }
  .no-gutter > .offset-m-7 {
    margin-left: 58.3333%; }
    [dir="rtl"] .no-gutter > .offset-m-7 {
      margin-left: 0;
      margin-right: 58.3333%; }
  .no-gutter > .push-m-7 {
    left: 58.3333%; }
    [dir="rtl"] .no-gutter > .push-m-7 {
      left: auto;
      right: 58.3333%; }
  .no-gutter > .pull-m-7 {
    right: 58.3333%; }
    [dir="rtl"] .no-gutter > .pull-m-7 {
      right: auto;
      left: 58.3333%; }
  .no-gutter > .col-m-8 {
    width: 66.6667%; }
  .no-gutter > .offset-m-8 {
    margin-left: 66.6667%; }
    [dir="rtl"] .no-gutter > .offset-m-8 {
      margin-left: 0;
      margin-right: 66.6667%; }
  .no-gutter > .push-m-8 {
    left: 66.6667%; }
    [dir="rtl"] .no-gutter > .push-m-8 {
      left: auto;
      right: 66.6667%; }
  .no-gutter > .pull-m-8 {
    right: 66.6667%; }
    [dir="rtl"] .no-gutter > .pull-m-8 {
      right: auto;
      left: 66.6667%; }
  .no-gutter > .col-m-9 {
    width: 75%; }
  .no-gutter > .offset-m-9 {
    margin-left: 75%; }
    [dir="rtl"] .no-gutter > .offset-m-9 {
      margin-left: 0;
      margin-right: 75%; }
  .no-gutter > .push-m-9 {
    left: 75%; }
    [dir="rtl"] .no-gutter > .push-m-9 {
      left: auto;
      right: 75%; }
  .no-gutter > .pull-m-9 {
    right: 75%; }
    [dir="rtl"] .no-gutter > .pull-m-9 {
      right: auto;
      left: 75%; }
  .no-gutter > .col-m-10 {
    width: 83.3333%; }
  .no-gutter > .offset-m-10 {
    margin-left: 83.3333%; }
    [dir="rtl"] .no-gutter > .offset-m-10 {
      margin-left: 0;
      margin-right: 83.3333%; }
  .no-gutter > .push-m-10 {
    left: 83.3333%; }
    [dir="rtl"] .no-gutter > .push-m-10 {
      left: auto;
      right: 83.3333%; }
  .no-gutter > .pull-m-10 {
    right: 83.3333%; }
    [dir="rtl"] .no-gutter > .pull-m-10 {
      right: auto;
      left: 83.3333%; }
  .no-gutter > .col-m-11 {
    width: 91.6667%; }
  .no-gutter > .offset-m-11 {
    margin-left: 91.6667%; }
    [dir="rtl"] .no-gutter > .offset-m-11 {
      margin-left: 0;
      margin-right: 91.6667%; }
  .no-gutter > .push-m-11 {
    left: 91.6667%; }
    [dir="rtl"] .no-gutter > .push-m-11 {
      left: auto;
      right: 91.6667%; }
  .no-gutter > .pull-m-11 {
    right: 91.6667%; }
    [dir="rtl"] .no-gutter > .pull-m-11 {
      right: auto;
      left: 91.6667%; }
  .no-gutter > .col-m-12 {
    width: 100%; }
  .no-gutter > .offset-m-12 {
    margin-left: 100%; }
    [dir="rtl"] .no-gutter > .offset-m-12 {
      margin-left: 0;
      margin-right: 100%; }
  .no-gutter > .push-m-12 {
    left: 100%; }
    [dir="rtl"] .no-gutter > .push-m-12 {
      left: auto;
      right: 100%; }
  .no-gutter > .pull-m-12 {
    right: 100%; }
    [dir="rtl"] .no-gutter > .pull-m-12 {
      right: auto;
      left: 100%; } }
/*
 * Large 
 */
@media (min-width: 75em) {
  [class*=col-l] + [class*=col-l] {
    margin-left: 2%; }
    [dir="rtl"] [class*=col-l] + [class*=col-l] {
      margin-left: 0;
      margin-right: 2%; }

  .no-gutter > [class*=col-l] {
    margin-left: 0; }
    [dir="rtl"] .no-gutter > [class*=col-l] {
      margin-left: 0;
      margin-right: 0; }

  [class*=col-].reset-l {
    clear: both;
    margin-left: 0 !important; }
    [dir="rtl"] [class*=col-].reset-l {
      margin-right: 0 !important; }

  .col-l-1 {
    width: 6.5%; }

  .offset-l-1 {
    margin-left: 8.5%; }
    [dir="rtl"] .offset-l-1 {
      margin-left: 0;
      margin-right: 8.5%; }

  [class*=col-] + .offset-l-1 {
    margin-left: 10.5%; }
    [dir="rtl"] [class*=col-] + .offset-l-1 {
      margin-left: 0;
      margin-right: 10.5%; }

  .push-l-1 {
    left: 8.5%; }
    [dir="rtl"] .push-l-1 {
      left: auto;
      right: 8.5%; }

  .pull-l-1 {
    right: 8.5%; }
    [dir="rtl"] .pull-l-1 {
      right: auto;
      left: 8.5%; }

  .col-l-2 {
    width: 15%; }

  .offset-l-2 {
    margin-left: 17%; }
    [dir="rtl"] .offset-l-2 {
      margin-left: 0;
      margin-right: 17%; }

  [class*=col-] + .offset-l-2 {
    margin-left: 19%; }
    [dir="rtl"] [class*=col-] + .offset-l-2 {
      margin-left: 0;
      margin-right: 19%; }

  .push-l-2 {
    left: 17%; }
    [dir="rtl"] .push-l-2 {
      left: auto;
      right: 17%; }

  .pull-l-2 {
    right: 17%; }
    [dir="rtl"] .pull-l-2 {
      right: auto;
      left: 17%; }

  .col-l-3 {
    width: 23.5%; }

  .offset-l-3 {
    margin-left: 25.5%; }
    [dir="rtl"] .offset-l-3 {
      margin-left: 0;
      margin-right: 25.5%; }

  [class*=col-] + .offset-l-3 {
    margin-left: 27.5%; }
    [dir="rtl"] [class*=col-] + .offset-l-3 {
      margin-left: 0;
      margin-right: 27.5%; }

  .push-l-3 {
    left: 25.5%; }
    [dir="rtl"] .push-l-3 {
      left: auto;
      right: 25.5%; }

  .pull-l-3 {
    right: 25.5%; }
    [dir="rtl"] .pull-l-3 {
      right: auto;
      left: 25.5%; }

  .col-l-4 {
    width: 32%; }

  .offset-l-4 {
    margin-left: 34%; }
    [dir="rtl"] .offset-l-4 {
      margin-left: 0;
      margin-right: 34%; }

  [class*=col-] + .offset-l-4 {
    margin-left: 36%; }
    [dir="rtl"] [class*=col-] + .offset-l-4 {
      margin-left: 0;
      margin-right: 36%; }

  .push-l-4 {
    left: 34%; }
    [dir="rtl"] .push-l-4 {
      left: auto;
      right: 34%; }

  .pull-l-4 {
    right: 34%; }
    [dir="rtl"] .pull-l-4 {
      right: auto;
      left: 34%; }

  .col-l-5 {
    width: 40.5%; }

  .offset-l-5 {
    margin-left: 42.5%; }
    [dir="rtl"] .offset-l-5 {
      margin-left: 0;
      margin-right: 42.5%; }

  [class*=col-] + .offset-l-5 {
    margin-left: 44.5%; }
    [dir="rtl"] [class*=col-] + .offset-l-5 {
      margin-left: 0;
      margin-right: 44.5%; }

  .push-l-5 {
    left: 42.5%; }
    [dir="rtl"] .push-l-5 {
      left: auto;
      right: 42.5%; }

  .pull-l-5 {
    right: 42.5%; }
    [dir="rtl"] .pull-l-5 {
      right: auto;
      left: 42.5%; }

  .col-l-6 {
    width: 49%; }

  .offset-l-6 {
    margin-left: 51%; }
    [dir="rtl"] .offset-l-6 {
      margin-left: 0;
      margin-right: 51%; }

  [class*=col-] + .offset-l-6 {
    margin-left: 53%; }
    [dir="rtl"] [class*=col-] + .offset-l-6 {
      margin-left: 0;
      margin-right: 53%; }

  .push-l-6 {
    left: 51%; }
    [dir="rtl"] .push-l-6 {
      left: auto;
      right: 51%; }

  .pull-l-6 {
    right: 51%; }
    [dir="rtl"] .pull-l-6 {
      right: auto;
      left: 51%; }

  .col-l-7 {
    width: 57.5%; }

  .offset-l-7 {
    margin-left: 59.5%; }
    [dir="rtl"] .offset-l-7 {
      margin-left: 0;
      margin-right: 59.5%; }

  [class*=col-] + .offset-l-7 {
    margin-left: 61.5%; }
    [dir="rtl"] [class*=col-] + .offset-l-7 {
      margin-left: 0;
      margin-right: 61.5%; }

  .push-l-7 {
    left: 59.5%; }
    [dir="rtl"] .push-l-7 {
      left: auto;
      right: 59.5%; }

  .pull-l-7 {
    right: 59.5%; }
    [dir="rtl"] .pull-l-7 {
      right: auto;
      left: 59.5%; }

  .col-l-8 {
    width: 66%; }

  .offset-l-8 {
    margin-left: 68%; }
    [dir="rtl"] .offset-l-8 {
      margin-left: 0;
      margin-right: 68%; }

  [class*=col-] + .offset-l-8 {
    margin-left: 70%; }
    [dir="rtl"] [class*=col-] + .offset-l-8 {
      margin-left: 0;
      margin-right: 70%; }

  .push-l-8 {
    left: 68%; }
    [dir="rtl"] .push-l-8 {
      left: auto;
      right: 68%; }

  .pull-l-8 {
    right: 68%; }
    [dir="rtl"] .pull-l-8 {
      right: auto;
      left: 68%; }

  .col-l-9 {
    width: 74.5%; }

  .offset-l-9 {
    margin-left: 76.5%; }
    [dir="rtl"] .offset-l-9 {
      margin-left: 0;
      margin-right: 76.5%; }

  [class*=col-] + .offset-l-9 {
    margin-left: 78.5%; }
    [dir="rtl"] [class*=col-] + .offset-l-9 {
      margin-left: 0;
      margin-right: 78.5%; }

  .push-l-9 {
    left: 76.5%; }
    [dir="rtl"] .push-l-9 {
      left: auto;
      right: 76.5%; }

  .pull-l-9 {
    right: 76.5%; }
    [dir="rtl"] .pull-l-9 {
      right: auto;
      left: 76.5%; }

  .col-l-10 {
    width: 83%; }

  .offset-l-10 {
    margin-left: 85%; }
    [dir="rtl"] .offset-l-10 {
      margin-left: 0;
      margin-right: 85%; }

  [class*=col-] + .offset-l-10 {
    margin-left: 87%; }
    [dir="rtl"] [class*=col-] + .offset-l-10 {
      margin-left: 0;
      margin-right: 87%; }

  .push-l-10 {
    left: 85%; }
    [dir="rtl"] .push-l-10 {
      left: auto;
      right: 85%; }

  .pull-l-10 {
    right: 85%; }
    [dir="rtl"] .pull-l-10 {
      right: auto;
      left: 85%; }

  .col-l-11 {
    width: 91.5%; }

  .offset-l-11 {
    margin-left: 93.5%; }
    [dir="rtl"] .offset-l-11 {
      margin-left: 0;
      margin-right: 93.5%; }

  [class*=col-] + .offset-l-11 {
    margin-left: 95.5%; }
    [dir="rtl"] [class*=col-] + .offset-l-11 {
      margin-left: 0;
      margin-right: 95.5%; }

  .push-l-11 {
    left: 93.5%; }
    [dir="rtl"] .push-l-11 {
      left: auto;
      right: 93.5%; }

  .pull-l-11 {
    right: 93.5%; }
    [dir="rtl"] .pull-l-11 {
      right: auto;
      left: 93.5%; }

  .col-l-12 {
    width: 100%; }

  .col-l-12,
  [class*=col-] + [class*=col-l-12] {
    margin-left: 0; }
    [dir="rtl"] .col-l-12, [dir="rtl"]
    [class*=col-] + [class*=col-l-12] {
      margin-right: 0; }

  .no-gutter > .col-l-1 {
    width: 8.3333%; }
  .no-gutter > .offset-l-1 {
    margin-left: 8.3333%; }
    [dir="rtl"] .no-gutter > .offset-l-1 {
      margin-left: 0;
      margin-right: 8.3333%; }
  .no-gutter > .push-l-1 {
    left: 8.3333%; }
    [dir="rtl"] .no-gutter > .push-l-1 {
      left: auto;
      right: 8.3333%; }
  .no-gutter > .pull-l-1 {
    right: 8.3333%; }
    [dir="rtl"] .no-gutter > .pull-l-1 {
      right: auto;
      left: 8.3333%; }
  .no-gutter > .col-l-2 {
    width: 16.6667%; }
  .no-gutter > .offset-l-2 {
    margin-left: 16.6667%; }
    [dir="rtl"] .no-gutter > .offset-l-2 {
      margin-left: 0;
      margin-right: 16.6667%; }
  .no-gutter > .push-l-2 {
    left: 16.6667%; }
    [dir="rtl"] .no-gutter > .push-l-2 {
      left: auto;
      right: 16.6667%; }
  .no-gutter > .pull-l-2 {
    right: 16.6667%; }
    [dir="rtl"] .no-gutter > .pull-l-2 {
      right: auto;
      left: 16.6667%; }
  .no-gutter > .col-l-3 {
    width: 25%; }
  .no-gutter > .offset-l-3 {
    margin-left: 25%; }
    [dir="rtl"] .no-gutter > .offset-l-3 {
      margin-left: 0;
      margin-right: 25%; }
  .no-gutter > .push-l-3 {
    left: 25%; }
    [dir="rtl"] .no-gutter > .push-l-3 {
      left: auto;
      right: 25%; }
  .no-gutter > .pull-l-3 {
    right: 25%; }
    [dir="rtl"] .no-gutter > .pull-l-3 {
      right: auto;
      left: 25%; }
  .no-gutter > .col-l-4 {
    width: 33.3333%; }
  .no-gutter > .offset-l-4 {
    margin-left: 33.3333%; }
    [dir="rtl"] .no-gutter > .offset-l-4 {
      margin-left: 0;
      margin-right: 33.3333%; }
  .no-gutter > .push-l-4 {
    left: 33.3333%; }
    [dir="rtl"] .no-gutter > .push-l-4 {
      left: auto;
      right: 33.3333%; }
  .no-gutter > .pull-l-4 {
    right: 33.3333%; }
    [dir="rtl"] .no-gutter > .pull-l-4 {
      right: auto;
      left: 33.3333%; }
  .no-gutter > .col-l-5 {
    width: 41.6667%; }
  .no-gutter > .offset-l-5 {
    margin-left: 41.6667%; }
    [dir="rtl"] .no-gutter > .offset-l-5 {
      margin-left: 0;
      margin-right: 41.6667%; }
  .no-gutter > .push-l-5 {
    left: 41.6667%; }
    [dir="rtl"] .no-gutter > .push-l-5 {
      left: auto;
      right: 41.6667%; }
  .no-gutter > .pull-l-5 {
    right: 41.6667%; }
    [dir="rtl"] .no-gutter > .pull-l-5 {
      right: auto;
      left: 41.6667%; }
  .no-gutter > .col-l-6 {
    width: 50%; }
  .no-gutter > .offset-l-6 {
    margin-left: 50%; }
    [dir="rtl"] .no-gutter > .offset-l-6 {
      margin-left: 0;
      margin-right: 50%; }
  .no-gutter > .push-l-6 {
    left: 50%; }
    [dir="rtl"] .no-gutter > .push-l-6 {
      left: auto;
      right: 50%; }
  .no-gutter > .pull-l-6 {
    right: 50%; }
    [dir="rtl"] .no-gutter > .pull-l-6 {
      right: auto;
      left: 50%; }
  .no-gutter > .col-l-7 {
    width: 58.3333%; }
  .no-gutter > .offset-l-7 {
    margin-left: 58.3333%; }
    [dir="rtl"] .no-gutter > .offset-l-7 {
      margin-left: 0;
      margin-right: 58.3333%; }
  .no-gutter > .push-l-7 {
    left: 58.3333%; }
    [dir="rtl"] .no-gutter > .push-l-7 {
      left: auto;
      right: 58.3333%; }
  .no-gutter > .pull-l-7 {
    right: 58.3333%; }
    [dir="rtl"] .no-gutter > .pull-l-7 {
      right: auto;
      left: 58.3333%; }
  .no-gutter > .col-l-8 {
    width: 66.6667%; }
  .no-gutter > .offset-l-8 {
    margin-left: 66.6667%; }
    [dir="rtl"] .no-gutter > .offset-l-8 {
      margin-left: 0;
      margin-right: 66.6667%; }
  .no-gutter > .push-l-8 {
    left: 66.6667%; }
    [dir="rtl"] .no-gutter > .push-l-8 {
      left: auto;
      right: 66.6667%; }
  .no-gutter > .pull-l-8 {
    right: 66.6667%; }
    [dir="rtl"] .no-gutter > .pull-l-8 {
      right: auto;
      left: 66.6667%; }
  .no-gutter > .col-l-9 {
    width: 75%; }
  .no-gutter > .offset-l-9 {
    margin-left: 75%; }
    [dir="rtl"] .no-gutter > .offset-l-9 {
      margin-left: 0;
      margin-right: 75%; }
  .no-gutter > .push-l-9 {
    left: 75%; }
    [dir="rtl"] .no-gutter > .push-l-9 {
      left: auto;
      right: 75%; }
  .no-gutter > .pull-l-9 {
    right: 75%; }
    [dir="rtl"] .no-gutter > .pull-l-9 {
      right: auto;
      left: 75%; }
  .no-gutter > .col-l-10 {
    width: 83.3333%; }
  .no-gutter > .offset-l-10 {
    margin-left: 83.3333%; }
    [dir="rtl"] .no-gutter > .offset-l-10 {
      margin-left: 0;
      margin-right: 83.3333%; }
  .no-gutter > .push-l-10 {
    left: 83.3333%; }
    [dir="rtl"] .no-gutter > .push-l-10 {
      left: auto;
      right: 83.3333%; }
  .no-gutter > .pull-l-10 {
    right: 83.3333%; }
    [dir="rtl"] .no-gutter > .pull-l-10 {
      right: auto;
      left: 83.3333%; }
  .no-gutter > .col-l-11 {
    width: 91.6667%; }
  .no-gutter > .offset-l-11 {
    margin-left: 91.6667%; }
    [dir="rtl"] .no-gutter > .offset-l-11 {
      margin-left: 0;
      margin-right: 91.6667%; }
  .no-gutter > .push-l-11 {
    left: 91.6667%; }
    [dir="rtl"] .no-gutter > .push-l-11 {
      left: auto;
      right: 91.6667%; }
  .no-gutter > .pull-l-11 {
    right: 91.6667%; }
    [dir="rtl"] .no-gutter > .pull-l-11 {
      right: auto;
      left: 91.6667%; }
  .no-gutter > .col-l-12 {
    width: 100%; }
  .no-gutter > .offset-l-12 {
    margin-left: 100%; }
    [dir="rtl"] .no-gutter > .offset-l-12 {
      margin-left: 0;
      margin-right: 100%; }
  .no-gutter > .push-l-12 {
    left: 100%; }
    [dir="rtl"] .no-gutter > .push-l-12 {
      left: auto;
      right: 100%; }
  .no-gutter > .pull-l-12 {
    right: 100%; }
    [dir="rtl"] .no-gutter > .pull-l-12 {
      right: auto;
      left: 100%; } }
.alert {
  position: relative;
  margin: 1em 0;
  padding: 0 1em;
  background-color: #fcf8e3;
  border: 1px solid #f2e187;
  color: #6e5e0c; }
  .alert .close {
    position: relative;
    right: -1.73em;
    top: .13em;
    float: right;
    color: inherit;
    font-size: 1.17em;
    font-weight: bold;
    line-height: 1em; }
    [dir="rtl"] .alert .close {
      float: left;
      right: auto;
      left: -1.73em; }
    .alert .close, .alert .close:active, .alert .close:focus, .alert .close:hover {
      background-color: transparent;
      border: none; }
    .alert .close:hover {
      text-decoration: underline; }

.alert-dismissable {
  padding-right: 2.17em; }
  [dir="rtl"] .alert-dismissable {
    padding-right: 1em;
    padding-left: 2.17em; }

.alert-heading {
  color: inherit; }

/**
 * Normalize button borders, color, and padding.
 * 1: Remove rounded corners on iPhone.
 * 2: Remove 300ms touch delay.
 */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  /* 1 */
  border-radius: 0;
  /* 1 */
  color: inherit;
  cursor: pointer;
  display: inline-block;
  padding: .5em 1em;
  line-height: normal;
  margin-bottom: 0;
  background: #dadada;
  border: solid 1px #c0c0c0;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  /*2 */
  text-decoration: none;
  /**
   * 1. Fix IOS 6/7 opacity issue
   */
    /**
	 * Inline buttons designed for rendering next to inputs.
	 * 1. Fix inline-block margin.
	 * 2. Pad buttons.
	 */ }
  button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    background-color: #cdcdcd;
    border: solid 1px #c0c0c0; }
  button:active,
  input[type="submit"]:active,
  input[type="button"]:active,
  input[type="reset"]:active {
    background-color: #e7e7e7;
    outline: none; }
  fieldset[disabled] button, button[disabled], fieldset[disabled]
  input[type="submit"],
  input[type="submit"][disabled], fieldset[disabled]
  input[type="button"],
  input[type="button"][disabled], fieldset[disabled]
  input[type="reset"],
  input[type="reset"][disabled] {
    background-color: #e7e7e7;
    color: #5d5d5d;
    cursor: not-allowed;
    opacity: 1;
    /* 1 */ }
  button.btn-inline,
  input[type="submit"].btn-inline,
  input[type="button"].btn-inline,
  input[type="reset"].btn-inline {
    margin-left: -.27em;
    /* 1 */
    padding: .25em 1em;
    /*2 */ }
    [dir="rtl"] button.btn-inline, [dir="rtl"]
    input[type="submit"].btn-inline, [dir="rtl"]
    input[type="button"].btn-inline, [dir="rtl"]
    input[type="reset"].btn-inline {
      margin-left: auto;
      margin-right: -.27em; }

/**
 * Reset width for inputs
 */
input[type="submit"], input[type="reset"], input[type="button"] {
  max-width: none;
  width: auto; }

/**
 * Grouped buttons.
 */
.btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: nowrap; }
  .btn-group > button,
  .btn-group > input[type="submit"],
  .btn-group > input[type="button"],
  .btn-group > input[type="reset"] {
    float: left; }
    [dir="rtl"] .btn-group > button, [dir="rtl"]
    .btn-group > input[type="submit"], [dir="rtl"]
    .btn-group > input[type="button"], [dir="rtl"]
    .btn-group > input[type="reset"] {
      float: right; }

/*
 * Colors and padding.
 */
pre,
code,
samp,
kbd {
  padding: .5em;
  background-color: #f7f7f9;
  border: 1px solid #c0c0c0;
  color: #ad0d36; }

code > kbd {
  background-color: #e8e8ee; }

/*
 * Prevent overlap on concurrent lines.
 */
code,
samp,
kbd {
  padding: .0667em .25em; }

/*
 * Prevent wrapping.
 */
kbd {
  white-space: nowrap; }

/*
 * Reassert no wrapping.
 */
pre {
  overflow-x: auto;
    /*
	 * Remove borders etc in pre.
	 */ }
  pre code,
  pre samp {
    padding: 0;
    border: none; }
  pre code {
    word-wrap: normal;
    white-space: pre; }

/*
 * Fixed height with overflow.
 */
.pre-scrollable {
  max-height: 20em;
  overflow-y: scroll; }

/**
 * Normalize  
 */
.form {
  margin: 1em 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  display: block;
  width: 100%;
  margin-bottom: 1em; }

label,
label .input-group {
  display: block;
  margin-bottom: 1em; }
label[for] {
  cursor: pointer; }
label > input,
label > input[type="checkbox"],
label > input[type="radio"],
label > input[type="radio"] > select {
  display: inline-block;
  margin: 0 1em 0 0;
  vertical-align: text-top; }
  [dir="rtl"] label > input, [dir="rtl"]
  label > input[type="checkbox"], [dir="rtl"]
  label > input[type="radio"], [dir="rtl"]
  label > input[type="radio"] > select {
    margin: 0 0 0 1em; }

select,
textarea,
input,
.no-edit {
  background: #fff;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  color: #222;
  display: block;
  font-family: inherit;
  margin-bottom: 1em;
  padding: .25em;
  width: 100%;
    /*
	 * Disabled
	 * 1. Override the value set in normalize.css
	 * 2. Fix IOS 6/7 opacity issue
	 */ }
  fieldset[disabled] select, select[disabled], fieldset[disabled]
  textarea,
  textarea[disabled], fieldset[disabled]
  input,
  input[disabled], fieldset[disabled]
  .no-edit,
  .no-edit[disabled] {
    background: #ebebeb;
    border-color: #c0c0c0;
    color: #c0c0c0;
    cursor: not-allowed !important;
    /* 1 */
    opacity: 1; }

/*
 * Clean up that hideous file input.
 */
input[type="file"]::-ms-value {
  background: #fff;
  border: none; }

input[type="file"]::-ms-browse {
  background: #dadada;
  border: solid 1px #c0c0c0;
  color: #222; }
  input[type="file"]::-ms-browse:active {
    background-color: #e7e7e7; }

input[type="color"] {
  max-width: 105px; }

/*
 * Declared separately to reduce selector duplication
 * for padding
 */
input[type="radio"],
input[type="checkbox"] {
  min-height: 1.334em;
  min-width: 1.334em;
  margin-bottom: 1.1em;
  padding: 0;
  width: auto; }

input[type="radio"] {
  border: none \9; }

/*
 * Add range styles for IE8 and IE9
 */
input[type="range"] {
  background-color: #fff \9;
  border: 1px solid #c0c0c0 \9;
  border: 1px solid transparent;
  padding: .25em 0;
  padding: .25em \9; }

/*
 * Inline
 */
input.inline-block,
select.inline-block {
  width: auto; }

/*
 * 1. Remove borders and padding on range controls in IE10+
 */
x::-ms-reveal,
input[type="range"] {
  /* 1 */
  border: 1px solid transparent;
  padding: .25em 0; }

/*
 * Fix field styling on iPhone and iPad.
 * 1. Strip OS styling on IOS
 */
select,
textarea,
input[type="text"],
input[type="search"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="week"],
input[type="month"],
input[type="time"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="color"] {
  -webkit-appearance: none;
  /* 1 */ }

select option {
  height: 100%; }

/*
 * Textareas : Multiple resizable options.
 * 1: Horizontal
 * 2: Vertical
 * 3: None
 */
textarea {
  height: auto;
  min-height: 5.25em;
  resize: both; }
  textarea.horizontal {
    resize: horizontal;
    /* 1 */ }
  textarea.vertical {
    resize: vertical;
    /*2 */ }
  textarea.no-resize {
    resize: none;
    /* 3 */ }

/*
 * Read only
 */
.no-edit,
[readonly] {
  border-color: #ebebeb;
  cursor: not-allowed; }

/*
 * Placeholder : These have to be kept separate
 * 1. Safari and Chrome
 * 2. Firefox 4-18
 * 3. Firefox 19+
 * 4. IE10+
 */
::-webkit-input-placeholder {
  color: #c0c0c0;
  /* 1 */ }

:-moz-placeholder {
  color: #c0c0c0;
  /*2 */ }

::-moz-placeholder {
  color: #c0c0c0;
  /* 3 */ }

:-ms-input-placeholder {
  color: #c0c0c0;
  /* 4 */ }

/*
 * Actions - Contains buttons
 */
.form-actions {
  margin: 1em 0;
  padding: 1em 0; }

@-moz-document url-prefix() {
    /*
	 * Remove excess padding in Firefox
	 */
  input[type="color"] {
    min-height: 1.8em;
    padding: 0; } }
@media (-webkit-min-device-pixel-ratio: 0) {
    /*
	 * Fix changing height issues on iOS7.
	 */
  input[type="datetime-local"],
  input[type="date"],
  input[type="week"],
  input[type="month"],
  input[type="time"],
  input[type="number"] {
    min-height: 2em; }

    /*
     * Remove excess padding in Webkit
	 */
  input[type="color"] {
    min-height: 1.8em;
    padding: 0; }
    input[type="color"]::-webkit-color-swatch-wrapper {
      padding: 0; }
    input[type="color"]::-webkit-color-swatch {
      border: none; }

    /*
	 * Fix field styling on iPhone and iPad.
	 * 1. Add a select indicator
	 */
  select {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC4wMzEiIGhlaWdodD0iMTAuNSI+PHBvbHlnb24gZmlsbD0iIzIyMiIgcG9pbnRzPSIxMSwwIDUuNSw5IDAsMCIvPjwvc3ZnPg==);
    /* 1 */
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1.67em; }
    [dir="rtl"] select {
      background-position: .67em center;
      padding-right: 0;
      padding-left: 1.67em; } }
/*
 * Unordered and ordered lists
 * Scale the padding/margin with the base font.
 */
ul,
ol {
  margin: 1em 0;
  padding-left: 2.5em; }
  [dir="rtl"] ul, [dir="rtl"]
  ol {
    padding-left: 0;
    padding-right: 2.5em; }

ul ul,
ol ol {
  margin: 0; }

/*
 * No bullets on first level.
 */
ul.no-bullets,
ol.no-bullets {
  padding-left: 0; }
  [dir="rtl"] ul.no-bullets, [dir="rtl"]
  ol.no-bullets {
    padding-right: 0; }
  ul.no-bullets > li,
  ol.no-bullets > li {
    list-style: none; }

/*
 * Coloured lists.
 */
ul.colored,
ol.colored {
  padding-left: 40px; }
  ul.colored > li,
  ol.colored > li {
    list-style-type: none;
    position: relative;
    /*
     * 1. Normalize funky webkit margin
     * 2. Escaped unicode coloured circle.
     * 3. Edit this property to change all colored class lists.
     */ }
    ul.colored > li:before,
    ol.colored > li:before {
      position: absolute;
      top: 0;
      left: -1em;
      -webkit-margin-start: -.25em;
      /* 1 */
      content: "\25cf";
      /*2 */
      color: #00a9ec;
      /* 3 */
      font-size: 1em;
      font-weight: bold;
      text-align: right;
      text-decoration: none; }
      [dir="rtl"] ul.colored > li:before, [dir="rtl"]
      ol.colored > li:before {
        left: auto;
        right: -1em;
        text-align: left; }

/*
 * Counter increment to replace standard numbers.
 */
ol.colored {
  counter-reset: foo; }
  ol.colored > li {
    counter-increment: foo;
        /*
		 * Use the :before pseudo element to supply numbers.
		 * 1. The counter value.
		 * 2. Normalize funky webkit margin
		 */ }
    ol.colored > li:before {
      content: counter(foo) ".";
      /* 1 */
      font-weight: normal;
      left: -3.125em;
      width: 2.5em;
      -webkit-margin-start: 0;
      /*2 */ }
      [dir="rtl"] ol.colored > li:before {
        left: auto;
        right: -3.125em; }

/**Definition lists 
 * Prevent dt and dd collapse.
 */
dt, dd {
  min-height: 1.4em; }

@media print and (min-width: 537px), screen and (min-width: 48em) {
    /*
	 * Horizontally styled definition list
	 */
  .dl-horizontal > dt {
    clear: left;
    float: left;
    width: 9.375em;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis; }
    [dir="rtl"] .dl-horizontal > dt {
      clear: right;
      float: right;
      text-align: left; }
  .dl-horizontal > dd {
    margin-left: 10.375em; }
    [dir="rtl"] .dl-horizontal > dd {
      margin-left: auto;
      margin-right: 10.375em; } }
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Make the image responsive.
 * 1: Fix svg aspect scaling in IE
 */
img {
  max-width: 100%;
  height: auto; }
  img[src*=".svg"] {
    width: 100% \9;
    /* 1 */ }

x::-ms-reveal,
img[src*=".svg"] {
  width: 100%;
  /* 1 */ }

/*
 * Remove the border around images in anchors.
 */
a img {
  border: none; }

/*
 * Properly scale your video on any device based on common ratios.
 * The code here is based on research and work by Theirry Koblentz, Anders Andersen, 
 * Niklaus Gerber, and Jeff Hobbs.
 */
.media {
  height: 0;
  height: auto;
  margin-bottom: 1em;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }
  .media.widescreen {
    padding-bottom: 45%; }
  .media.vimeo {
    padding-top: 0; }
  .media.instagram {
    height: auto;
    max-width: none;
    padding-bottom: 120%; }
  .media.vine {
    height: auto;
    max-width: none;
    padding-bottom: 100%; }
  .media.getty {
    height: auto;
    padding-bottom: 79.9663%; }
  .media.video {
    padding-top: 0; }
  .media iframe,
  .media object,
  .media embed,
  .media video {
    background-color: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    outline: none;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .media img {
        /*
	     * Position the image absolutely and then move it's four positions
	     * 1000000% out of the container. This with an auto margin is the core of the trick.
	     * Why such a large number? Firefox seems to have issue when using larger images even
	     * at 100%.
	     */
    bottom: -1000000%;
    left: -1000000%;
    margin: auto;
    position: absolute;
    right: -1000000%;
    top: -1000000%;
    width: 100%; }
  .media.media-scroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }

/*
 *  Make it responsive
 */
table {
  margin: 1em 0;
  max-width: 100%;
  width: 100%; }
  table th,
  table td {
    padding: .5em;
    text-align: left;
    vertical-align: top; }
    [dir="rtl"] table th, [dir="rtl"]
    table td {
      text-align: right; }

/*
 *  Bordered tables
 */
.table-bordered {
  border: 1px solid #c0c0c0;
  border-left-width: 0;
  border-collapse: separate; }
  .table-bordered th,
  .table-bordered td {
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0; }
  .table-bordered thead:first-child tr:first-child th,
  .table-bordered tbody:first-child tr:first-child td {
    border-top-width: 0; }

/*
 *  Striped tables
 */
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th,
.table-row-alt > td,
.table-row-alt > th {
  background-color: #ebebeb; }

/*
 * Overflow helpers
 */
.table-scrollable {
  margin: 1em 0;
  overflow-y: hidden;
  overflow-x: auto;
  width: 100%; }
  .table-scrollable table {
    margin: 0; }

.autosize,
[data-autosize] {
  overflow: hidden;
  -webkit-transition: height .3s linear;
          transition: height .3s linear; }

.autosize-clone {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  overflow: hidden;
  -webkit-transition: none;
          transition: none; }
  [dir="rtl"] .autosize-clone {
    left: auto;
    right: -99999px; }

/*
 * 1: Prevent font shift on chrome.
 */
.carousel {
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  /* 1 */
  -webkit-perspective: 1000;
  /* 1 */
    /*
	 * Default slide version
	 */
    /*
	 * Indicators
	 */
    /*
	 * Next Last version
	 */ }
  .carousel.no-transition > figure {
    -webkit-transition-duration: 0s !important;
            transition-duration: 0s !important; }
  .carousel > figure {
    margin: 0;
    display: none;
    position: relative;
    -webkit-transition: .7s ease-in-out left;
            transition: .7s ease-in-out left;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    [dir="rtl"] .carousel > figure {
      -webkit-transition: .7s ease-in-out right;
              transition: .7s ease-in-out right; }
    .carousel > figure:focus:before {
      content: "";
      position: absolute;
      z-index: 1;
      top: 2px;
      right: 2px;
      bottom: 2px;
      left: 2px;
      pointer-events: none; }
    .carousel > figure > img {
      display: block;
      width: 100%; }
    .carousel > figure > figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding: 1px 1em;
      background-color: #222;
      color: #fff; }
  .carousel > ol {
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1em;
    z-index: 3; }
    .carousel > ol li {
      background-color: transparent;
      border: 2px solid #222;
      cursor: pointer;
      display: inline-block;
      height: 1em;
      margin: 1px;
      text-indent: -9999px;
      width: 1em; }
      .carousel > ol li:hover {
        background-color: #c0c0c0; }
    .carousel > ol .active {
      background-color: #fff; }
      .carousel > ol .active:hover {
        background-color: #fff; }
  .carousel .carousel-active,
  .carousel .next,
  .carousel .prev,
  .carousel .swipe {
    display: block; }
  .carousel .carousel-active,
  .carousel .next.left,
  .carousel .prev.right {
    left: 0; }
    [dir="rtl"] .carousel .carousel-active, [dir="rtl"]
    .carousel .next.left, [dir="rtl"]
    .carousel .prev.right {
      left: auto;
      right: 0; }
  .carousel .carousel-active {
    position: relative !important;
    z-index: 1; }
    .carousel .carousel-active > figcaption {
      position: static; }
  .carousel .next,
  .carousel .prev,
  .carousel .swipe {
    position: absolute;
    z-index: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .carousel .next,
  .carousel .carousel-active.right {
    left: 100%; }
    [dir="rtl"] .carousel .next, [dir="rtl"]
    .carousel .carousel-active.right {
      left: auto;
      right: 100%; }
      [dir="rtl"] .carousel .next.swiping, [dir="rtl"]
      .carousel .carousel-active.right.swiping {
        right: -100%; }
  .carousel .prev,
  .carousel .carousel-active.left {
    left: -100%; }
    [dir="rtl"] .carousel .prev, [dir="rtl"]
    .carousel .carousel-active.left {
      left: auto;
      right: -100%; }
      [dir="rtl"] .carousel .prev.swiping, [dir="rtl"]
      .carousel .carousel-active.left.swiping {
        right: 100%; }

.carousel-control {
  position: absolute;
  left: 1px;
  top: 40%;
  z-index: 3;
  display: block;
  width: 2em;
  margin-top: -1em;
  padding: .5em;
  font-size: 2em;
  font-weight: bold;
  text-align: center; }
  [dir="rtl"] .carousel-control {
    left: auto;
    right: 1px; }
  .carousel-control.forward {
    left: auto;
    right: 1px; }
    [dir="rtl"] .carousel-control.forward {
      right: auto;
      left: 1px; }
  .carousel-control, .carousel-control:active, .carousel-control:visited, .carousel-control:hover, .carousel-control:focus {
    background-color: transparent;
    border: none;
    color: #fff;
    text-decoration: none; }
  .carousel-control:hover {
    text-decoration: underline; }

/*
 * Fade version
 */
.carousel-fade > figure {
  position: absolute;
  top: 0;
  right: 0 !important;
  bottom: 0;
  left: 0 !important;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .carousel-fade > figure, [dir="rtl"] .carousel-fade > figure {
    -webkit-transition: opacity .7s ease-in-out;
            transition: opacity .7s ease-in-out; }
.carousel-fade > figure.swipe,
.carousel-fade > figure.next,
.carousel-fade > figure.prev {
  z-index: 1;
  opacity: 1; }
.carousel-fade > .carousel-active.swipe {
  z-index: 2; }
.carousel-fade > .carousel-active {
  position: relative; }
.carousel-fade .carousel-active {
  opacity: 1; }
  .carousel-fade .carousel-active.left, .carousel-fade .carousel-active.right {
    z-index: 2;
    opacity: 0; }
.carousel-fade .carousel-control, .carousel-fade .carousel-control:visited {
  z-index: 3; }

.accordion {
  border: solid 1px #c0c0c0;
  margin-bottom: .125em; }

.accordion-head {
  border-bottom: solid 1px #c0c0c0;
  display: block; }
  .accordion-head a {
    display: block;
    padding: .5em; }

.accordion-body {
  padding: 0 .5em; }
  .accordion-body.collapse {
    margin-top: -1px; }

.trans,
.collapse {
  -webkit-transition: height .5s ease, width .5s ease;
          transition: height .5s ease, width .5s ease; }

.expand,
.collapse {
  display: block;
  height: auto;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  width: auto; }

.collapse {
  height: 0; }
  .collapse.width {
    height: auto;
    width: 0; }

.modal-on,
.modal-lock > body {
  -ms-touch-action: none;
      touch-action: none;
  height: 100%;
  overflow: hidden; }

/*
 * IE10+ class the scrollbar on the side as a separate level.
 */
x::-ms-reveal,
.modal-on {
  margin-right: 0 !important; }

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQI12NgYGDYDAAAuAC0TCbBxgAAAABJRU5ErkJggg==);
  background-repeat: repeat;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  text-align: center; }
  .modal-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 1px;
    margin-right: -1px;
    vertical-align: middle; }
    [dir="rtl"] .modal-overlay:before {
      margin-right: 0;
      margin-left: -1px; }

/*
 * 1: Embedded animated gif.
 */
.modal-loader:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 28px;
  height: 28px;
  margin: auto;
  content: "";
  background-image: url(data:image/gif;base64,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);
  /* 1 */
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%; }

.modal {
  display: inline-block;
  max-height: 95%;
  max-width: 95%;
  vertical-align: middle;
  margin: 0 auto;
  overflow: auto; }

.modal-iframe,
.modal-image {
  overflow: hidden; }

.modal-iframe .media,
.modal-iframe iframe {
  max-height: 100%;
  max-width: 100%; }

.modal-iframe .media {
  background-color: #fff;
  margin-bottom: 0; }

.modal-image > img {
  max-height: 100%; }

.modal-content {
  max-height: 100%;
  overflow: auto;
  padding: 1em;
  background-color: #fff;
  text-align: left; }
  [dir="rtl"] .modal-content {
    text-align: right; }

.modal-header,
.modal-footer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #fff; }

.modal-header {
  padding: 0 4.555em; }

.modal-footer {
  top: auto;
  bottom: 0; }

.modal-close {
  position: fixed;
  top: 1px;
  right: 1px;
  z-index: 2;
  display: inline-block;
  padding: .83em;
  font-size: 1.5em;
  font-weight: bold;
  color: #fff; }
  [dir="rtl"] .modal-close {
    right: auto;
    left: 1px; }

.modal-direction {
  position: fixed;
  top: 49%;
  left: 0;
  z-index: 2;
  display: block;
  width: 2em;
  padding: .5em;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center; }
  [dir="rtl"] .modal-direction {
    right: 0; }
  .modal-direction.next {
    left: auto;
    right: 0; }
    [dir="rtl"] .modal-direction.next {
      right: auto;
      left: 0; }

.modal-close, .modal-close:hover, .modal-close:active, .modal-close:focus,
.modal-direction,
.modal-direction:hover,
.modal-direction:active,
.modal-direction:focus {
  background-color: transparent;
  border: none; }
.modal-close:hover,
.modal-direction:hover {
  text-decoration: underline; }

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
    /*
	 * Force the columns to display as rows on small viewports.
     * Headers are applied with data attributes.
	 */
  [data-table-list] {
    opacity: 0; }

  .table-list {
    display: block; }
    .table-list thead,
    .table-list tfoot,
    .table-list th {
      position: absolute;
      clip: rect(0 0 0 0);
      overflow: hidden;
      visibility: hidden; }
    .table-list tbody,
    .table-list tr,
    .table-list td,
    .table-list th[scope=row] {
      position: static;
      display: block;
      overflow: visible;
      visibility: visible; }
    .table-list tr:before, .table-list tr:after {
      content: "";
      display: table; }
    .table-list tr:after {
      clear: both; }
    .table-list td,
    .table-list th[scope=row] {
      float: left;
      width: 100%; }
      [dir="rtl"] .table-list td, [dir="rtl"]
      .table-list th[scope=row] {
        float: right; }
    .table-list td:before, .table-list td:after {
      display: block;
      padding: .5em 0;
      font-weight: bold; }
    .table-list td:before {
      content: attr(data-thead); }
    .table-list th[scope=row]:before, .table-list th[scope=row]:after {
      display: block;
      padding: .5em 0;
      font-weight: bold; }
    .table-list th[scope=row]:before {
      content: attr(data-thead); }
    .table-list td:after,
    .table-list th[scope=row]:after {
      content: attr(data-tfoot); }
    .table-list.table-bordered {
      border-top-style: none; } }
.tabs {
  position: relative; }
  .tabs > ul {
    list-style: none;
    border-bottom: 1px solid #c0c0c0;
    margin-top: 0;
    padding: 0; }
    .tabs > ul > li {
      float: left;
      margin-bottom: -1px; }
      [dir="rtl"] .tabs > ul > li {
        float: right; }
      .tabs > ul > li > a {
        display: block;
        line-height: 2em;
        margin-right: .2em;
        padding: 0 1em;
        border: 1px solid transparent;
        text-decoration: none;
        cursor: pointer; }
        [dir="rtl"] .tabs > ul > li > a {
          margin-right: 0;
          margin-left: .2em; }
        .tabs > ul > li > a:hover {
          background-color: #ebebeb;
          border-color: #c0c0c0; }
      .tabs > ul > li.tab-active > a, .tabs > ul > li.tab-active > a:hover {
        background-color: #fff;
        border: 1px solid #c0c0c0;
        border-bottom-color: transparent;
        color: #454545;
        cursor: default; }
  .tabs > * {
    display: none; }
  .tabs > ul,
  .tabs .tab-pane-active {
    display: block; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *	`contenteditable` attribute is included anywhere else in the document.
 *	Otherwise it causes space to appear at the top and bottom of elements
 *	that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *	`:before` to contain the top-margins of child elements.
 */
.clearfix:before, .row:before, .alert:before, .btn-group:before, .tabs > ul:before, .clearfix:after, .row:after, .alert:after, .btn-group:after, .tabs > ul:after {
  content: "";
  /* 1 */
  display: table;
  /*2 */ }
.clearfix:after, .row:after, .alert:after, .btn-group:after, .tabs > ul:after {
  clear: both; }

/*
 * Float helpers
 */
.push {
  float: right !important; }
  [dir="rtl"] .push {
    float: left !important; }

.pull {
  float: left !important; }
  [dir="rtl"] .pull {
    float: right !important; }

.push-xs {
  float: right !important; }
  [dir="rtl"] .push-xs {
    float: left !important; }

.pull-xs {
  float: left !important; }
  [dir="rtl"] .pull-xs {
    float: right !important; }

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .push-xs-only {
    float: right !important; }
    [dir="rtl"] .push-xs-only {
      float: left !important; }

  .pull-xs-only {
    float: left !important; }
    [dir="rtl"] .pull-xs-only {
      float: right !important; } }
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .push-s {
    float: right !important; }
    [dir="rtl"] .push-s {
      float: left !important; }

  .pull-s {
    float: left !important; }
    [dir="rtl"] .pull-s {
      float: right !important; } }
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .push-s-only {
    float: right !important; }
    [dir="rtl"] .push-s-only {
      float: left !important; }

  .pull-s-only {
    float: left !important; }
    [dir="rtl"] .pull-s-only {
      float: right !important; } }
@media (min-width: 62em) {
  .push-m {
    float: right !important; }
    [dir="rtl"] .push-m {
      float: left !important; }

  .pull-m {
    float: left !important; }
    [dir="rtl"] .pull-m {
      float: right !important; } }
@media (min-width: 62em) and (max-width: 74.99em) {
  .push-m-only {
    float: right !important; }
    [dir="rtl"] .push-m-only {
      float: left !important; }

  .pull-m-only {
    float: left !important; }
    [dir="rtl"] .pull-m-only {
      float: right !important; } }
@media (min-width: 75em) {
  .push-l {
    float: right !important; }
    [dir="rtl"] .push-l {
      float: left !important; }

  .pull-l {
    float: left !important; }
    [dir="rtl"] .pull-l {
      float: right !important; } }
/*
 * Layout helpers
 */
.block {
  display: block !important; }

.inline-block {
  display: inline-block !important; }

.inline {
  display: inline !important; }

.block-xs {
  display: block; }

.inline-block-xs {
  display: inline-block; }

.inline-xs {
  display: inline; }

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .block-xs-only {
    display: block !important; }

  .inline-block-xs-only {
    display: inline-block !important; }

  .inline-xs-only {
    display: inline !important; } }
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .block-s {
    display: block !important; }

  .inline-block-s {
    display: inline-block !important; }

  .inline-s {
    display: inline !important; } }
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .block-s-only {
    display: block !important; }

  .inline-block-s-only {
    display: inline-block !important; }

  .inline-s-only {
    display: inline !important; } }
@media (min-width: 62em) {
  .block-m {
    display: block !important; }

  .inline-block-m {
    display: inline-block !important; }

  .inline-m {
    display: inline !important; } }
@media (min-width: 62em) and (max-width: 74.99em) {
  .block-m-only {
    display: block !important; }

  .inline-block-m-only {
    display: inline-block !important; }

  .inline-m-only {
    display: inline !important; } }
@media (min-width: 75em) {
  .block-l {
    display: block !important; }

  .inline-block-l {
    display: inline-block !important; }

  .inline-l {
    display: inline !important; } }
/*
 * Text align helpers
 */
.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-center {
  text-align: center !important; }

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .text-xs-left-only {
    text-align: left !important; }

  .text-xs-right-only {
    text-align: right !important; }

  .text-xs-center-only {
    text-align: center !important; } }
@media print and (min-width: 537px), screen and (min-width: 48em) {
  .text-s-left {
    text-align: left !important; }

  .text-s-right {
    text-align: right !important; }

  .text-s-center {
    text-align: center !important; } }
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .text-s-left {
    text-align: left !important; }

  .text-s-right {
    text-align: right !important; }

  .text-s-center {
    text-align: center !important; } }
@media (min-width: 62em) {
  .text-m-left {
    text-align: left !important; }

  .text-m-right {
    text-align: right !important; }

  .text-m-center {
    text-align: center !important; } }
@media (min-width: 62em) and (max-width: 74.99em) {
  .text-m-left {
    text-align: left !important; }

  .text-m-right {
    text-align: right !important; }

  .text-m-center {
    text-align: center !important; } }
@media (min-width: 75em) {
  .text-l-left {
    text-align: left !important; }

  .text-l-right {
    text-align: right !important; }

  .text-l-center {
    text-align: center !important; } }
.grid-state-indicator {
  position: absolute;
  top: -99999px;
  left: -99999px;
  height: 1px;
  width: 0; }
  [dir="rtl"] .grid-state-indicator {
    left: auto;
    right: -99999px; }

@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .grid-state-indicator {
    width: 1px !important; } }
@media (min-width: 62em) and (max-width: 74.99em) {
  .grid-state-indicator {
    width: 2px !important; } }
@media (min-width: 75em) {
  .grid-state-indicator {
    width: 3px !important; } }
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; }
  .ir:before {
    content: "";
    display: block;
    height: 150%;
    width: 0; }

/*
 * Hide from both screen readers and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
    /*
	 * Extends the .visuallyhidden class to allow the element to be focusable
	 * when navigated to via the keyboard: h5bp.com/p
	 */ }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Fade opacity with animation
 */
.fade-out {
  opacity: 0 !important; }

/*
 * Opacity helper to add to elements to allow fade animation
 */
.fade-out,
.fade-in {
  -webkit-transition: opacity .3s;
          transition: opacity .3s; }

.fade-in {
  opacity: 1 !important; }

/*
 * Responsive helpers to toggle visibility.
 */
.visible-xs,
.visible-s,
.visible-m,
.visible-l {
  display: none !important; }

@media print and (max-width: 536px), screen and (max-width: 47.99em) {
  .hidden-xs {
    display: none !important; }

  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  thead.visible-xs {
    display: table-header-group !important; }

  tfoot.visible-xs {
    display: table-footer-group !important; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; }

  col.visible-xs {
    display: table-column !important; }

  caption.visible-xs {
    display: table-caption !important; } }
@media print and (min-width: 537px) and (max-width: 61.99em), screen and (min-width: 48em) and (max-width: 61.99em) {
  .hidden-s {
    display: none !important; }

  .visible-s {
    display: block !important; }

  table.visible-s {
    display: table; }

  thead.visible-s {
    display: table-header-group !important; }

  tfoot.visible-s {
    display: table-footer-group !important; }

  tr.visible-s {
    display: table-row !important; }

  th.visible-s,
  td.visible-s {
    display: table-cell !important; }

  col.visible-s {
    display: table-column !important; }

  caption.visible-s {
    display: table-caption !important; } }
@media (min-width: 62em) and (max-width: 74.99em) {
  .hidden-m {
    display: none !important; }

  .visible-m {
    display: block !important; }

  table.visible-m {
    display: table; }

  thead.visible-m {
    display: table-header-group !important; }

  tfoot.visible-m {
    display: table-footer-group !important; }

  tr.visible-m {
    display: table-row !important; }

  th.visible-m,
  td.visible-m {
    display: table-cell !important; }

  col.visible-m {
    display: table-column !important; }

  caption.visible-m {
    display: table-caption !important; } }
@media (min-width: 75em) {
  .hidden-l {
    display: none !important; }

  .visible-l {
    display: block !important; }

  table.visible-l {
    display: table; }

  thead.visible-l {
    display: table-header-group !important; }

  tfoot.visible-l {
    display: table-footer-group !important; }

  tr.visible-l {
    display: table-row !important; }

  th.visible-l,
  td.visible-l {
    display: table-cell !important; }

  col.visible-l {
    display: table-column !important; }

  caption.visible-l {
    display: table-caption !important; } }
@media print {
  * {
    box-shadow: none !important;
    text-shadow: none !important; }

  html,
  body {
    background: transparent !important;
    color: #000 !important;
    /**Black prints faster: h5bp.com/s */ }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /**h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  #navBar, .modal-ajax#navBar,
  .modal-iframe {
    max-width: 100%;
    width: 100%; }
    #navBar.fixed,
    .fixed.modal-iframe, .fixed #navBar,
    .fixed .modal-iframe {
      width: 100%; } }

/**aSYA'A styles**/

#navBar {
	width:100%;	
}