/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
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,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
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-color: 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
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; }

/* http://prismjs.com/download.html?themes=prism-okaidia&languages=markup+css */
/**
 * okaidia theme for JavaScript, CSS and HTML
 * Loosely based on Monokai textmate theme by http://www.monokai.nl/
 * @author ocodia
 */
code[class*="language-"],
pre[class*="language-"] {
  color: #f8f8f2;
  background: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  direction: ltr;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* Code blocks */
pre[class*="language-"] {
  padding: 1em;
  margin: .5em 0;
  overflow: auto;
  border-radius: 0.3em; }

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
  background: #272822; }

/* Inline code */
:not(pre) > code[class*="language-"] {
  padding: .1em;
  border-radius: .3em;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: slategray; }

.token.punctuation {
  color: #f8f8f2; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
  color: #f92672; }

.token.boolean,
.token.number {
  color: #ae81ff; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #a6e22e; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  color: #f8f8f2; }

.token.atrule,
.token.attr-value,
.token.function {
  color: #e6db74; }

.token.keyword {
  color: #66d9ef; }

.token.regex,
.token.important {
  color: #fd971f; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

/**
 * styleguide styles
 */
html,
body {
  height: 100%; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.sg-snippet:before {
  content: "";
  display: table; }

.sg-snippet:after {
  content: "";
  display: table;
  clear: both; }

.sg-full-height {
  height: 100%; }

.sg-list-unstyled {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static; }

.sg-container {
  height: 100%; }

.sg-header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  color: #666;
  display: block;
  font-size: 14px;
  height: 63px;
  left: 0;
  padding: 5px 30px 5px 80px;
  position: fixed;
  top: 0;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.2s cubic-bezier(0.37, 0.62, 0.47, 0.72) 0s;
  width: 100%;
  z-index: 2; }

.sg-header-welcome {
  float: left;
  height: 100%; }
  .sg-header-welcome img {
    max-height: 100%;
    width: auto; }

body.nav-active .sg-header {
  left: 240px;
  padding: 5px 30px 5px;
  width: calc(100% - 240px); }

body.nav-active .sg-header-welcome {
  display: none; }

.sg-header-breakpoints {
  float: right;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  top: -5px; }
  .sg-header-breakpoints li {
    float: left; }

.sg-header-breakpoints-link {
  color: #555;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin-right: 20px;
  padding: 0;
  position: relative;
  text-decoration: none; }
  .sg-header-breakpoints-link:before {
    background: transparent none no-repeat scroll center bottom;
    content: "";
    display: inline-block;
    height: 40px;
    margin-right: 10px;
    opacity: 0.5; }
  .sg-header-breakpoints-link span {
    position: relative;
    top: -4px; }
  .sg-header-breakpoints-link#medium:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAjCAYAAACKPxqrAAAAg0lEQVRIie2XQQ2AMBRDn4RJQQISkDIJOEACEiZlEpCAhHH4n2UC/khI2qSXHfrWnVYwLUAGjkDvntm1ADfQJrm+oOIHxW8Q6cuzM0ObRLw2zz4ZKs6QQAIJJJBAAgkkkEAC/QD0fsTXYEjCpkvDZgwH8yZLw0ZEL7F7szvYFXu+7/QA6kHRTo+164QAAAAASUVORK5CYII=");
    width: 26px; }
  .sg-header-breakpoints-link#large:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAAlCAYAAADiMKHrAAAAiUlEQVRYhe3ZQQ2AMBBE0S+hUpCAhErCQSUgCQlIqIRyAFrukNBp5idz33degAAkYAOK8PbLAcDSwUFfLnEJCxDRbuZ0ZGjCEaoWozrPKJWMUskolYxSySiVjFLJKJWMUskolYxSySiVjFLJKJWMUqla7v/U9Os574s8/lOJJhxh9UU6AiwDKxAOfTVPrUcW+bYAAAAASUVORK5CYII=");
    width: 53px; }
  .sg-header-breakpoints-link#full:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAjCAYAAAA5dzKxAAAAmUlEQVRYhe3V0QmFIACF4X+URmgER2mzO4ojOEKj1EO3MIpesjrK+UDQF/VHKIAeSMBUeFwpfVYEAv9J6c3fjpmAMd84sbxSTQL7x9gm4bMr3dNxElMzx6hyjCrHqHKMqjZjzMxMTgvf6DZ/mo4R4xhVjlHlGFWHmO7L29zQcxITqS8oAD+ymDFblBxXnjgvrXVPBL0ZE4FhBrekDwBaPI2bAAAAAElFTkSuQmCC");
    width: 51px; }

.sg-sidebar-toggle {
  margin: 0px;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  height: 63px;
  width: 63px;
  background-color: #FAAB53;
  padding: 20px 0px 10px;
  z-index: 10;
  position: fixed; }
  .sg-sidebar-toggle a {
    background: #fff none repeat scroll 0 0;
    clear: both;
    display: inline-block;
    float: none;
    height: 2px;
    margin: 10px auto 0;
    position: relative;
    text-indent: -99999px;
    transition: all 0.15s ease-out 0s;
    width: 23px; }
    .sg-sidebar-toggle a:before {
      display: block;
      float: left;
      clear: both;
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      top: -4px;
      left: 0px;
      background: #FFF none repeat scroll 0% 0%;
      transition: all 0.15s ease-out 0s; }
    .sg-sidebar-toggle a:after {
      display: block;
      float: left;
      clear: both;
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: -4px;
      left: 0px;
      background: #FFF none repeat scroll 0% 0%;
      transition: all 0.15s ease-out 0s; }
  .sg-sidebar-toggle.close {
    background: transparent none repeat scroll 0 0;
    cursor: pointer;
    height: 35px;
    left: 187px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 15px;
    width: 45px;
    z-index: 10; }
    .sg-sidebar-toggle.close a:before {
      background: #777 none repeat scroll 0 0;
      clear: both;
      content: "";
      display: block;
      float: left;
      height: 2px;
      left: 0;
      position: absolute;
      top: 0;
      transform: rotate(45deg);
      width: 100%; }
    .sg-sidebar-toggle.close a:after {
      background: #777 none repeat scroll 0 0;
      bottom: -4px;
      clear: both;
      content: "";
      display: block;
      float: left;
      height: 2px;
      left: 0;
      position: absolute;
      top: 0;
      transform: rotate(-45deg);
      width: 100%; }

.sg-sidebar-content {
  background-color: #ffffff;
  border-right: 1px solid #eeeeee;
  height: 100%;
  overflow: auto;
  position: fixed;
  transform: translateX(-240px);
  transition: transform 0.2s cubic-bezier(0.37, 0.62, 0.47, 0.72) 0s;
  width: 240px;
  z-index: 11; }

body.nav-active .sg-sidebar-content {
  position: fixed;
  transform: translateX(0px); }

.sg-sidebar-logo {
  background: transparent none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 29px 0 40px 29px;
  text-align: center;
  width: 140px; }

.sg-sidebar-nav {
  margin-top: 30px;
  max-width: 62.5em;
  width: 100%; }

.sg-sidebar-nav-link {
  border-left: 0 solid #ec008c;
  color: #394e55;
  display: block;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.5;
  outline: medium none;
  padding: 12px 16px 12px 29px;
  text-decoration: none;
  text-rendering: optimizelegibility;
  text-transform: capitalize;
  transition: all 0.4s ease 0s; }
  .sg-sidebar-nav-link:hover, .sg-sidebar-nav-link.active {
    border-left: 4px solid #ec9b26;
    color: #ec9b26;
    transition: all 0.4s ease 0s; }

.sg-component h1 {
  background-color: #fff;
  color: #6d6e71;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0.75em 1em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 2; }

.sg-component-header {
  background: #fff none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  color: #666;
  display: block;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  z-index: 2; }

.sg-iframe-wrapper {
  border-bottom: 1px solid #eee;
  clear: both;
  background-color: #eee;
  height: calc(100% - 63px);
  left: 0;
  margin: 0;
  max-width: initial;
  overflow: hidden;
  padding: 0;
  position: relative;
  transform: translate3d(0px, 0px, 0px);
  transition: left 0.2s cubic-bezier(0.37, 0.62, 0.47, 0.72) 0s, width 0.2s cubic-bezier(0.37, 0.62, 0.47, 0.72) 0s;
  width: 100%; }
  .sg-iframe-wrapper iframe {
    background-color: #fff;
    border: 0 none;
    bottom: 0;
    height: calc(100% - 84px) !important;
    left: 0;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 85px;
    transition: width 0.2s ease-in-out 0s;
    width: 100%; }
  .sg-iframe-wrapper:first-of-type {
    height: 100%;
    padding-top: 63px; }
    .sg-iframe-wrapper:first-of-type iframe {
      height: calc(100% - 143px) !important;
      top: 143px; }

body.nav-active .sg-iframe-wrapper {
  left: 240px;
  max-width: calc(100% - 240px);
  width: calc(100% - 240px); }

.sg-toggle-code {
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAASCAYAAACq26WdAAAAsUlEQVQ4jb3V7QnEIAyA4YzQERylo9wIjvBu4Ag3UkfoCI7g/WgORKom3NmAIER8lPghwAYk4ADKgnYCSUREuGIF0rYkKhdZGIrlb+cJrJgwIAJxkOMvmE5WgAyEJheqmnRBE9ZAr86YfQZOseqUdiErOMQ8kAW0YsWBRV3cdaesmBdsIG7yrgPSBWeQGbsBQ5MLM8iFVWBvZ/sIcmO/Ro09+hCnqiZrvxiVV4IZeAPbBz4uKb/f9NLGAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  clear: both;
  height: 1.5em;
  opacity: 0.5;
  margin-bottom: 15px;
  margin-top: 15px;
  position: relative;
  z-index: 9;
  float: right;
  min-width: 30px; }

pre[class*="language-"] {
  border-radius: 0;
  clear: both; }
  pre[class*="language-"]:before {
    content: "";
    display: table; }
  pre[class*="language-"]:after {
    content: "";
    display: table;
    clear: both; }

li .sg-color {
  height: 240px;
  margin-bottom: 3em;
  margin-right: 0.9375em;
  position: relative; }
  li .sg-color.adi-orange {
    background-color: #ec9b26; }
  li .sg-color.adi-dark-gray {
    background-color: #505050; }
  li .sg-color.adi-light-gray {
    background-color: #d2d2d2; }
  li .sg-color.adi-gray {
    background-color: #6d6e71; }
  li .sg-color.adi-blue {
    background-color: #547eb2; }

li p {
  background-color: #ffffff;
  bottom: 24px;
  color: #666666;
  font-size: 12px;
  left: 0;
  padding: 3px 13px;
  position: absolute; }

.sg-icons i, .sg-icons h4 {
  color: #ec9b26;
  display: inline-block; }

.sg-icons i {
  font-size: 1.25em; }

.sg-icons h4 {
  color: #6d6e71;
  font-weight: normal;
  margin-left: 0.5em; }

/* structure */
.row {
  margin: 0 auto;
  max-width: 62.5em;
  width: 100%; }

.row::before, .row::after {
  content: " ";
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row.collapse .row {
  margin-left: 0;
  margin-right: 0; }

.row .row {
  margin: 0 -0.9375em;
  max-width: none;
  width: auto; }

.row .row::before, .row .row::after {
  content: " ";
  display: table; }

.row .row::after {
  clear: both; }

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto; }

.row .row.collapse::before, .row .row.collapse::after {
  content: " ";
  display: table; }

.row .row.collapse::after {
  clear: both; }

.column, .columns {
  float: left;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

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

@media only screen {
  .small-push-0 {
    left: 0;
    position: relative;
    right: auto; }
  .small-pull-0 {
    left: auto;
    position: relative;
    right: 0; }
  .small-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto; }
  .small-pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%; }
  .small-push-2 {
    left: 16.6667%;
    position: relative;
    right: auto; }
  .small-pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%; }
  .small-push-3 {
    left: 25%;
    position: relative;
    right: auto; }
  .small-pull-3 {
    left: auto;
    position: relative;
    right: 25%; }
  .small-push-4 {
    left: 33.3333%;
    position: relative;
    right: auto; }
  .small-pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%; }
  .small-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }
  .small-pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%; }
  .small-push-6 {
    left: 50%;
    position: relative;
    right: auto; }
  .small-pull-6 {
    left: auto;
    position: relative;
    right: 50%; }
  .small-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }
  .small-pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%; }
  .small-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }
  .small-pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%; }
  .small-push-9 {
    left: 75%;
    position: relative;
    right: auto; }
  .small-pull-9 {
    left: auto;
    position: relative;
    right: 75%; }
  .small-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }
  .small-pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%; }
  .small-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }
  .small-pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%; }
  .column, .columns {
    float: left;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    position: relative; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.6667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.3333%; }
  .small-5 {
    width: 41.6667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.3333%; }
  .small-8 {
    width: 66.6667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.3333%; }
  .small-11 {
    width: 91.6667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.6667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.3333% !important; }
  .small-offset-5 {
    margin-left: 41.6667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.3333% !important; }
  .small-offset-8 {
    margin-left: 66.6667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.3333% !important; }
  .small-offset-11 {
    margin-left: 91.6667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered, .columns.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .column.small-uncentered, .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child, .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child, .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right; } }

@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    left: 0;
    position: relative;
    right: auto; }
  .medium-pull-0 {
    left: auto;
    position: relative;
    right: 0; }
  .medium-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto; }
  .medium-pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%; }
  .medium-push-2 {
    left: 16.6667%;
    position: relative;
    right: auto; }
  .medium-pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%; }
  .medium-push-3 {
    left: 25%;
    position: relative;
    right: auto; }
  .medium-pull-3 {
    left: auto;
    position: relative;
    right: 25%; }
  .medium-push-4 {
    left: 33.3333%;
    position: relative;
    right: auto; }
  .medium-pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%; }
  .medium-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }
  .medium-pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%; }
  .medium-push-6 {
    left: 50%;
    position: relative;
    right: auto; }
  .medium-pull-6 {
    left: auto;
    position: relative;
    right: 50%; }
  .medium-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }
  .medium-pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%; }
  .medium-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }
  .medium-pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%; }
  .medium-push-9 {
    left: 75%;
    position: relative;
    right: auto; }
  .medium-pull-9 {
    left: auto;
    position: relative;
    right: 75%; }
  .medium-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }
  .medium-pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%; }
  .medium-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }
  .medium-pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%; }
  .column, .columns {
    float: left;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    position: relative; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.6667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.3333%; }
  .medium-5 {
    width: 41.6667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.3333%; }
  .medium-8 {
    width: 66.6667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.3333%; }
  .medium-11 {
    width: 91.6667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.6667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.3333% !important; }
  .medium-offset-5 {
    margin-left: 41.6667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.3333% !important; }
  .medium-offset-8 {
    margin-left: 66.6667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.3333% !important; }
  .medium-offset-11 {
    margin-left: 91.6667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered, .columns.medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .column.medium-uncentered, .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child, .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right; }
  .push-0 {
    left: 0;
    position: relative;
    right: auto; }
  .pull-0 {
    left: auto;
    position: relative;
    right: 0; }
  .push-1 {
    left: 8.33333%;
    position: relative;
    right: auto; }
  .pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%; }
  .push-2 {
    left: 16.6667%;
    position: relative;
    right: auto; }
  .pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%; }
  .push-3 {
    left: 25%;
    position: relative;
    right: auto; }
  .pull-3 {
    left: auto;
    position: relative;
    right: 25%; }
  .push-4 {
    left: 33.3333%;
    position: relative;
    right: auto; }
  .pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%; }
  .push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }
  .pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%; }
  .push-6 {
    left: 50%;
    position: relative;
    right: auto; }
  .pull-6 {
    left: auto;
    position: relative;
    right: 50%; }
  .push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }
  .pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%; }
  .push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }
  .pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%; }
  .push-9 {
    left: 75%;
    position: relative;
    right: auto; }
  .pull-9 {
    left: auto;
    position: relative;
    right: 75%; }
  .push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }
  .pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%; }
  .push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }
  .pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    left: 0;
    position: relative;
    right: auto; }
  .large-pull-0 {
    left: auto;
    position: relative;
    right: 0; }
  .large-push-1 {
    left: 8.33333%;
    position: relative;
    right: auto; }
  .large-pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%; }
  .large-push-2 {
    left: 16.6667%;
    position: relative;
    right: auto; }
  .large-pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%; }
  .large-push-3 {
    left: 25%;
    position: relative;
    right: auto; }
  .large-pull-3 {
    left: auto;
    position: relative;
    right: 25%; }
  .large-push-4 {
    left: 33.3333%;
    position: relative;
    right: auto; }
  .large-pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%; }
  .large-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }
  .large-pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%; }
  .large-push-6 {
    left: 50%;
    position: relative;
    right: auto; }
  .large-pull-6 {
    left: auto;
    position: relative;
    right: 50%; }
  .large-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }
  .large-pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%; }
  .large-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }
  .large-pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%; }
  .large-push-9 {
    left: 75%;
    position: relative;
    right: auto; }
  .large-pull-9 {
    left: auto;
    position: relative;
    right: 75%; }
  .large-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }
  .large-pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%; }
  .large-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }
  .large-pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%; }
  .column, .columns {
    float: left;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    position: relative; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.6667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.3333%; }
  .large-5 {
    width: 41.6667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.3333%; }
  .large-8 {
    width: 66.6667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.3333%; }
  .large-11 {
    width: 91.6667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.6667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.3333% !important; }
  .large-offset-5 {
    margin-left: 41.6667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.3333% !important; }
  .large-offset-8 {
    margin-left: 66.6667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.3333% !important; }
  .large-offset-11 {
    margin-left: 91.6667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered, .columns.large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .column.large-uncentered, .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child, .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child, .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right; }
  .push-0 {
    left: 0;
    position: relative;
    right: auto; }
  .pull-0 {
    left: auto;
    position: relative;
    right: 0; }
  .push-1 {
    left: 8.33333%;
    position: relative;
    right: auto; }
  .pull-1 {
    left: auto;
    position: relative;
    right: 8.33333%; }
  .push-2 {
    left: 16.6667%;
    position: relative;
    right: auto; }
  .pull-2 {
    left: auto;
    position: relative;
    right: 16.6667%; }
  .push-3 {
    left: 25%;
    position: relative;
    right: auto; }
  .pull-3 {
    left: auto;
    position: relative;
    right: 25%; }
  .push-4 {
    left: 33.3333%;
    position: relative;
    right: auto; }
  .pull-4 {
    left: auto;
    position: relative;
    right: 33.3333%; }
  .push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }
  .pull-5 {
    left: auto;
    position: relative;
    right: 41.6667%; }
  .push-6 {
    left: 50%;
    position: relative;
    right: auto; }
  .pull-6 {
    left: auto;
    position: relative;
    right: 50%; }
  .push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }
  .pull-7 {
    left: auto;
    position: relative;
    right: 58.3333%; }
  .push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }
  .pull-8 {
    left: auto;
    position: relative;
    right: 66.6667%; }
  .push-9 {
    left: 75%;
    position: relative;
    right: auto; }
  .pull-9 {
    left: auto;
    position: relative;
    right: 75%; }
  .push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }
  .pull-10 {
    left: auto;
    position: relative;
    right: 83.3333%; }
  .push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }
  .pull-11 {
    left: auto;
    position: relative;
    right: 91.6667%; } }
