/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

/* Foundation */

.grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 84rem;
    margin: 0 auto; }
    .grid-container.fluid {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem;
      max-width: 100%;
      margin: 0 auto; }
    .grid-container.full {
      padding-right: 0;
      padding-left: 0;
      max-width: 100%;
      margin: 0 auto; }
  
  .grid-x {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
  
  .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    min-height: 0px;
    min-width: 0px;
    width: 100%; }
    .cell.auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .cell.shrink {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  
  .grid-x > .auto {
    width: auto; }
  
  .grid-x > .shrink {
    width: auto; }
  
  .grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  
  @media print, screen and (min-width: 50em) {
    .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  
  .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  
  .grid-x > .small-1 {
    width: 8.33333%; }
  
  .grid-x > .small-2 {
    width: 16.66667%; }
  
  .grid-x > .small-3 {
    width: 25%; }
  
  .grid-x > .small-4 {
    width: 33.33333%; }
  
  .grid-x > .small-5 {
    width: 41.66667%; }
  
  .grid-x > .small-6 {
    width: 50%; }
  
  .grid-x > .small-7 {
    width: 58.33333%; }
  
  .grid-x > .small-8 {
    width: 66.66667%; }
  
  .grid-x > .small-9 {
    width: 75%; }
  
  .grid-x > .small-10 {
    width: 83.33333%; }
  
  .grid-x > .small-11 {
    width: 91.66667%; }
  
  .grid-x > .small-12 {
    width: 100%; }
  
  @media print, screen and (min-width: 50em) {
    .grid-x > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto; }
    .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-x > .medium-shrink {
      width: auto; }
    .grid-x > .medium-1 {
      width: 8.33333%; }
    .grid-x > .medium-2 {
      width: 16.66667%; }
    .grid-x > .medium-3 {
      width: 25%; }
    .grid-x > .medium-4 {
      width: 33.33333%; }
    .grid-x > .medium-5 {
      width: 41.66667%; }
    .grid-x > .medium-6 {
      width: 50%; }
    .grid-x > .medium-7 {
      width: 58.33333%; }
    .grid-x > .medium-8 {
      width: 66.66667%; }
    .grid-x > .medium-9 {
      width: 75%; }
    .grid-x > .medium-10 {
      width: 83.33333%; }
    .grid-x > .medium-11 {
      width: 91.66667%; }
    .grid-x > .medium-12 {
      width: 100%; } }
  
  @media print, screen and (min-width: 64em) {
    .grid-x > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      width: auto; }
    .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-x > .large-shrink {
      width: auto; }
    .grid-x > .large-1 {
      width: 8.33333%; }
    .grid-x > .large-2 {
      width: 16.66667%; }
    .grid-x > .large-3 {
      width: 25%; }
    .grid-x > .large-4 {
      width: 33.33333%; }
    .grid-x > .large-5 {
      width: 41.66667%; }
    .grid-x > .large-6 {
      width: 50%; }
    .grid-x > .large-7 {
      width: 58.33333%; }
    .grid-x > .large-8 {
      width: 66.66667%; }
    .grid-x > .large-9 {
      width: 75%; }
    .grid-x > .large-10 {
      width: 83.33333%; }
    .grid-x > .large-11 {
      width: 91.66667%; }
    .grid-x > .large-12 {
      width: 100%; } }
  
  .grid-margin-x:not(.grid-x) > .cell {
    width: auto; }
  
  .grid-margin-y:not(.grid-y) > .cell {
    height: auto; }
  
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; }
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    @media print, screen and (min-width: 50em) {
      .grid-margin-x > .medium-auto {
        width: auto; }
      .grid-margin-x > .medium-shrink {
        width: auto; }
      .grid-margin-x > .medium-1 {
        width: calc(8.33333% - 1.875rem); }
      .grid-margin-x > .medium-2 {
        width: calc(16.66667% - 1.875rem); }
      .grid-margin-x > .medium-3 {
        width: calc(25% - 1.875rem); }
      .grid-margin-x > .medium-4 {
        width: calc(33.33333% - 1.875rem); }
      .grid-margin-x > .medium-5 {
        width: calc(41.66667% - 1.875rem); }
      .grid-margin-x > .medium-6 {
        width: calc(50% - 1.875rem); }
      .grid-margin-x > .medium-7 {
        width: calc(58.33333% - 1.875rem); }
      .grid-margin-x > .medium-8 {
        width: calc(66.66667% - 1.875rem); }
      .grid-margin-x > .medium-9 {
        width: calc(75% - 1.875rem); }
      .grid-margin-x > .medium-10 {
        width: calc(83.33333% - 1.875rem); }
      .grid-margin-x > .medium-11 {
        width: calc(91.66667% - 1.875rem); }
      .grid-margin-x > .medium-12 {
        width: calc(100% - 1.875rem); } }
    @media print, screen and (min-width: 64em) {
      .grid-margin-x > .large-auto {
        width: auto; }
      .grid-margin-x > .large-shrink {
        width: auto; }
      .grid-margin-x > .large-1 {
        width: calc(8.33333% - 1.875rem); }
      .grid-margin-x > .large-2 {
        width: calc(16.66667% - 1.875rem); }
      .grid-margin-x > .large-3 {
        width: calc(25% - 1.875rem); }
      .grid-margin-x > .large-4 {
        width: calc(33.33333% - 1.875rem); }
      .grid-margin-x > .large-5 {
        width: calc(41.66667% - 1.875rem); }
      .grid-margin-x > .large-6 {
        width: calc(50% - 1.875rem); }
      .grid-margin-x > .large-7 {
        width: calc(58.33333% - 1.875rem); }
      .grid-margin-x > .large-8 {
        width: calc(66.66667% - 1.875rem); }
      .grid-margin-x > .large-9 {
        width: calc(75% - 1.875rem); }
      .grid-margin-x > .large-10 {
        width: calc(83.33333% - 1.875rem); }
      .grid-margin-x > .large-11 {
        width: calc(91.66667% - 1.875rem); }
      .grid-margin-x > .large-12 {
        width: calc(100% - 1.875rem); } }
  
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
  
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; }
  
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  
  .small-up-1 > .cell {
    width: 100%; }
  
  .small-up-2 > .cell {
    width: 50%; }
  
  .small-up-3 > .cell {
    width: 33.33333%; }
  
  .small-up-4 > .cell {
    width: 25%; }
  
  .small-up-5 > .cell {
    width: 20%; }
  
  .small-up-6 > .cell {
    width: 16.66667%; }
  
  .small-up-7 > .cell {
    width: 14.28571%; }
  
  .small-up-8 > .cell {
    width: 12.5%; }
  
  @media print, screen and (min-width: 50em) {
    .medium-up-1 > .cell {
      width: 100%; }
    .medium-up-2 > .cell {
      width: 50%; }
    .medium-up-3 > .cell {
      width: 33.33333%; }
    .medium-up-4 > .cell {
      width: 25%; }
    .medium-up-5 > .cell {
      width: 20%; }
    .medium-up-6 > .cell {
      width: 16.66667%; }
    .medium-up-7 > .cell {
      width: 14.28571%; }
    .medium-up-8 > .cell {
      width: 12.5%; } }
  
  @media print, screen and (min-width: 64em) {
    .large-up-1 > .cell {
      width: 100%; }
    .large-up-2 > .cell {
      width: 50%; }
    .large-up-3 > .cell {
      width: 33.33333%; }
    .large-up-4 > .cell {
      width: 25%; }
    .large-up-5 > .cell {
      width: 20%; }
    .large-up-6 > .cell {
      width: 16.66667%; }
    .large-up-7 > .cell {
      width: 14.28571%; }
    .large-up-8 > .cell {
      width: 12.5%; } }
  
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  
  @media print, screen and (min-width: 50em) {
    .grid-margin-x.medium-up-1 > .cell {
      width: calc(100% - 1.875rem); }
    .grid-margin-x.medium-up-2 > .cell {
      width: calc(50% - 1.875rem); }
    .grid-margin-x.medium-up-3 > .cell {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.medium-up-4 > .cell {
      width: calc(25% - 1.875rem); }
    .grid-margin-x.medium-up-5 > .cell {
      width: calc(20% - 1.875rem); }
    .grid-margin-x.medium-up-6 > .cell {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.medium-up-7 > .cell {
      width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.medium-up-8 > .cell {
      width: calc(12.5% - 1.875rem); } }
  
  @media print, screen and (min-width: 64em) {
    .grid-margin-x.large-up-1 > .cell {
      width: calc(100% - 1.875rem); }
    .grid-margin-x.large-up-2 > .cell {
      width: calc(50% - 1.875rem); }
    .grid-margin-x.large-up-3 > .cell {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x.large-up-4 > .cell {
      width: calc(25% - 1.875rem); }
    .grid-margin-x.large-up-5 > .cell {
      width: calc(20% - 1.875rem); }
    .grid-margin-x.large-up-6 > .cell {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x.large-up-7 > .cell {
      width: calc(14.28571% - 1.875rem); }
    .grid-margin-x.large-up-8 > .cell {
      width: calc(12.5% - 1.875rem); } }

  @media print, screen and (min-width: 80em){
    .grid-margin-x.really-large-up-5 > .cell {
      width: calc(20% - 1.875rem);
    }
  }
  
  .align-center-middle {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center; }
            
  .align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
            
  
  .align-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
            
  .small-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  
  .small-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  
  .small-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  
  .small-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  
  .small-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  
  .small-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  
  @media print, screen and (min-width: 50em) {
    .medium-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .medium-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .medium-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .medium-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .medium-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .medium-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; }
  .align-responsive {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  
  @media print, screen and (min-width: 64em) {
    .large-order-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .large-order-2 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .large-order-3 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .large-order-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .large-order-5 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .large-order-6 {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; }
      .align-responsive {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
            
  @media screen and (max-width: 39.99875em) {
    .hide-for-small-only {
      display: none !important; } }
  
  @media screen and (max-width: 0em), screen and (min-width: 50em) {
    .show-for-small-only {
      display: none !important; } }
  
  @media print, screen and (min-width: 50em) {
    .hide-for-medium {
      display: none !important; } }
  
  @media screen and (max-width: 39.99875em) {
    .show-for-medium {
      display: none !important; } }
  
  @media screen and (min-width: 50em) and (max-width: 63.99875em) {
    .hide-for-medium-only {
      display: none !important; } }
  
  @media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
    .show-for-medium-only {
      display: none !important; } }
  
  @media print, screen and (min-width: 64em) {
    .hide-for-large {
      display: none !important; } }
  
  @media screen and (max-width: 63.99875em) {
    .show-for-large {
      display: none !important; } }
  
  @media screen and (min-width: 64em) and (max-width: 74.99875em) {
    .hide-for-large-only {
      display: none !important; } }
  
  @media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
    .show-for-large-only {
      display: none !important; } }

      .text-center{
        text-align: center;
      }