@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 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 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  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; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [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 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.375;
  color: #222222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.imageleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px; }
  
.imageright {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px; }
  
.imagecenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media screen and (min-width: 100em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-xlarge > .column, .row.gutter-xlarge > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .row.gutter-xxlarge > .column, .row.gutter-xxlarge > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .row.gutter-xxxlarge > .column, .row.gutter-xxxlarge > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 75em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 90em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 100em) {
    .column, .columns {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    width: 25%; }
  .xxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    width: 50%; }
  .xxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    width: 75%; }
  .xxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxlarge-centered, .xxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxlarge-uncentered,
  .xxlarge-push-0,
  .xxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media screen and (min-width: 100em) {
  .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xxxlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xxxlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-push-3 {
    position: relative;
    left: 25%; }
  .xxxlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xxxlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xxxlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-push-6 {
    position: relative;
    left: 50%; }
  .xxxlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xxxlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xxxlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-push-9 {
    position: relative;
    left: 75%; }
  .xxxlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xxxlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xxxlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxxlarge-12 {
    width: 100%; }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxxlarge-up-1 > .column, .xxxlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xxxlarge-up-1 > .column:nth-of-type(1n), .xxxlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-1 > .column:nth-of-type(1n+1), .xxxlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xxxlarge-up-1 > .column:last-child, .xxxlarge-up-1 > .columns:last-child {
      float: left; }
  .xxxlarge-up-2 > .column, .xxxlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xxxlarge-up-2 > .column:nth-of-type(1n), .xxxlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-2 > .column:nth-of-type(2n+1), .xxxlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xxxlarge-up-2 > .column:last-child, .xxxlarge-up-2 > .columns:last-child {
      float: left; }
  .xxxlarge-up-3 > .column, .xxxlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xxxlarge-up-3 > .column:nth-of-type(1n), .xxxlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-3 > .column:nth-of-type(3n+1), .xxxlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xxxlarge-up-3 > .column:last-child, .xxxlarge-up-3 > .columns:last-child {
      float: left; }
  .xxxlarge-up-4 > .column, .xxxlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xxxlarge-up-4 > .column:nth-of-type(1n), .xxxlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-4 > .column:nth-of-type(4n+1), .xxxlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xxxlarge-up-4 > .column:last-child, .xxxlarge-up-4 > .columns:last-child {
      float: left; }
  .xxxlarge-up-5 > .column, .xxxlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xxxlarge-up-5 > .column:nth-of-type(1n), .xxxlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-5 > .column:nth-of-type(5n+1), .xxxlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xxxlarge-up-5 > .column:last-child, .xxxlarge-up-5 > .columns:last-child {
      float: left; }
  .xxxlarge-up-6 > .column, .xxxlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xxxlarge-up-6 > .column:nth-of-type(1n), .xxxlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-6 > .column:nth-of-type(6n+1), .xxxlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xxxlarge-up-6 > .column:last-child, .xxxlarge-up-6 > .columns:last-child {
      float: left; }
  .xxxlarge-up-7 > .column, .xxxlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xxxlarge-up-7 > .column:nth-of-type(1n), .xxxlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-7 > .column:nth-of-type(7n+1), .xxxlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xxxlarge-up-7 > .column:last-child, .xxxlarge-up-7 > .columns:last-child {
      float: left; }
  .xxxlarge-up-8 > .column, .xxxlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xxxlarge-up-8 > .column:nth-of-type(1n), .xxxlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xxxlarge-up-8 > .column:nth-of-type(8n+1), .xxxlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xxxlarge-up-8 > .column:last-child, .xxxlarge-up-8 > .columns:last-child {
      float: left; }
  .xxxlarge-collapse > .column, .xxxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxxlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xxxlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xxxlarge-uncollapse > .column, .xxxlarge-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .xxxlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xxxlarge-centered, .xxxlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xxxlarge-uncentered,
  .xxxlarge-push-0,
  .xxxlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 75em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 90em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media screen and (min-width: 100em) {
    .column-block {
      margin-bottom: 2.5rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container.fluid {
        padding-right: 1.75rem;
        padding-left: 1.75rem; } }
  .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: 40em) {
  .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; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: 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: 40em) {
  .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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    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%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxlarge-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxlarge-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.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x {
      margin-left: -1.75rem;
      margin-right: -1.75rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
      width: calc(100% - 3.5rem);
      margin-left: 1.75rem;
      margin-right: 1.75rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .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); }
    .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 > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 3.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 3.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 3.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 3.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 3.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 3.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 3.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 3.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 3.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 3.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 3.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 3.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 3.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 3.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 3.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 3.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 3.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 3.5rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 3.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 3.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 3.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 3.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 3.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 3.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 3.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 3.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 3.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 3.5rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 3.5rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 3.5rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 3.5rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 3.5rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 3.5rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 3.5rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 3.5rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 3.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 3.5rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 3.5rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 3.5rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 3.5rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 3.5rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 3.5rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 3.5rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 3.5rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 3.5rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-x > .xxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxlarge-1 {
      width: calc(8.33333% - 3.5rem); }
    .grid-margin-x > .xxxlarge-2 {
      width: calc(16.66667% - 3.5rem); }
    .grid-margin-x > .xxxlarge-3 {
      width: calc(25% - 3.5rem); }
    .grid-margin-x > .xxxlarge-4 {
      width: calc(33.33333% - 3.5rem); }
    .grid-margin-x > .xxxlarge-5 {
      width: calc(41.66667% - 3.5rem); }
    .grid-margin-x > .xxxlarge-6 {
      width: calc(50% - 3.5rem); }
    .grid-margin-x > .xxxlarge-7 {
      width: calc(58.33333% - 3.5rem); }
    .grid-margin-x > .xxxlarge-8 {
      width: calc(66.66667% - 3.5rem); }
    .grid-margin-x > .xxxlarge-9 {
      width: calc(75% - 3.5rem); }
    .grid-margin-x > .xxxlarge-10 {
      width: calc(83.33333% - 3.5rem); }
    .grid-margin-x > .xxxlarge-11 {
      width: calc(91.66667% - 3.5rem); }
    .grid-margin-x > .xxxlarge-12 {
      width: calc(100% - 3.5rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.75rem;
      margin-left: -1.75rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.75rem;
      margin-left: -1.75rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
      padding-right: 1.75rem;
      padding-left: 1.75rem; } }

.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: 40em) {
  .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%; } }

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .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.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 3.5rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 3.5rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 3.5rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 3.5rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 3.5rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 3.5rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 3.5rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 3.5rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 3.5rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 3.5rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 3.5rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 3.5rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 3.5rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 3.5rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 3.5rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 3.5rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 3.5rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 3.5rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 3.5rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 3.5rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 3.5rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 3.5rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 3.5rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 3.5rem); } }

@media screen and (min-width: 100em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.33333% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.66667% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.28571% - 3.5rem); }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 3.5rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 100em) {
    .small-margin-collapse > .xxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.75rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.75rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.75rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.75rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.75rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.75rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.75rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.75rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.75rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.75rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.75rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.75rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.75rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1.75rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1.75rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.75rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1.75rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1.75rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.75rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1.75rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1.75rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.75rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1.75rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1.75rem); } }

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.75rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.75rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.75rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.75rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.75rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.75rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.75rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.75rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.75rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.75rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.75rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.75rem); } }

@media screen and (min-width: 100em) {
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.75rem); }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.75rem); }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.75rem); }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.75rem); }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.75rem); }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.75rem); }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.75rem); }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.75rem); }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.75rem); }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.75rem); }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.75rem); }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.75rem); } }

.grid-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 100em) {
    .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxlarge-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 100em) {
    .grid-y > .xxxlarge-auto {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
      padding-top: 1.75rem;
      padding-bottom: 1.75rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3.5rem);
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 3.5rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxlarge-grid-frame {
    width: 100%; }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 100em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxxlarge-grid-frame {
    width: 100%; }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxxlarge-cell-block-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 100em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 100em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1.75rem;
      margin-bottom: -1.75rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 3.5rem);
      margin-top: 1.75rem;
      margin-bottom: 1.75rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 3.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 3.5rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 3.5rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 3.5rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 3.5rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 3.5rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 3.5rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 3.5rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.5rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.5rem); } }
  @media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.5rem); } }
  @media screen and (min-width: 100em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 3.5rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 3.5rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 3.5rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 3.5rem); } }

@media screen and (min-width: 100em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 3.5rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #CCCCCC; }

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.125rem; }
  h5, .h5 {
    font-size: 1rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #C95100;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #ad4600; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #CCCCCC;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #CCCCCC; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #444444; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #444444; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #222222;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #222222; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #EFEFEF;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #222222; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #444444; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 100em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #444444;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #C95100;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #ab4500;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #C95100;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #a14100;
      color: #FFFFFF; }
  .button.secondary {
    background-color: #c95100;
    color: #FFFFFF; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #1b1b1b;
      color: #FFFFFF; }
  .button.success {
    background-color: #EFEFEF;
    color: #222222; }
    .button.success:hover, .button.success:focus {
      background-color: #bfbfbf;
      color: #222222; }
  .button.warning {
    background-color: #ffae00;
    color: #222222; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #222222; }
  .button.alert {
    background-color: #cc4b37;
    color: #FFFFFF; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #FFFFFF; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #C95100;
      color: #FFFFFF; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #C95100;
        color: #FFFFFF; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #222222;
        color: #FFFFFF; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #EFEFEF;
        color: #222222; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #222222; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cc4b37;
        color: #FFFFFF; }
  .button.hollow {
    border: 1px solid #C95100;
    color: #C95100; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #652900;
      color: #652900; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #C95100;
        color: #C95100; }
    .button.hollow.primary {
      border: 1px solid #C95100;
      color: #C95100; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #652900;
        color: #652900; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #C95100;
          color: #C95100; }
    .button.hollow.secondary {
      border: 1px solid #222222;
      color: #222222; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #111111;
        color: #111111; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #222222;
          color: #222222; }
    .button.hollow.success {
      border: 1px solid #EFEFEF;
      color: #EFEFEF; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #787878;
        color: #787878; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #EFEFEF;
          color: #EFEFEF; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
  .button.clear {
    border: 1px solid #C95100;
    color: #C95100; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #652900;
      color: #652900; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #C95100;
        color: #C95100; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #C95100;
      color: #C95100; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #652900;
        color: #652900; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #C95100;
          color: #C95100; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #222222;
      color: #222222; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #111111;
        color: #111111; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #222222;
          color: #222222; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #EFEFEF;
      color: #EFEFEF; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #787878;
        color: #787878; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #EFEFEF;
          color: #EFEFEF; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #67251a;
        color: #67251a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #cc4b37;
          color: #cc4b37; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #C95100; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #C95100; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #222222; }
  .button.dropdown.hollow.success::after {
    border-top-color: #EFEFEF; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.1);
          box-shadow: inset 0 1px 2px rgba(34, 34, 34, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.375;
  color: #222222;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #444444;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
            box-shadow: 0 0 5px #CCCCCC;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #CCCCCC; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #CCCCCC; }

input::placeholder,
textarea::placeholder {
  color: #CCCCCC; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #EFEFEF;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #222222; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #222222; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #CCCCCC;
  background: #EFEFEF;
  color: #222222;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #CCCCCC; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.375;
  color: #222222;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2868, 68, 68%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #444444;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 5px #CCCCCC;
            box-shadow: 0 0 5px #CCCCCC;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #EFEFEF;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #EFEFEF;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #C95100; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #EFEFEF;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #EFEFEF; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #EFEFEF;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #222222; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #EFEFEF; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #C95100 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #C95100 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #222222;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: ">";
      color: #C95100; }
  .breadcrumbs a {
    color: #C95100; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #CCCCCC;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #C95100;
    color: #FFFFFF; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #a14100;
      color: #FFFFFF; }
  .button-group.secondary .button {
    background-color: #222222;
    color: #FFFFFF; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #1b1b1b;
      color: #FFFFFF; }
  .button-group.success .button {
    background-color: #EFEFEF;
    color: #222222; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #bfbfbf;
      color: #222222; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #222222; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #222222; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #FFFFFF; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #FFFFFF; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(34, 34, 34, 0.25);
  border-radius: 0;
  background-color: white;
  color: #222222; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #ffe3d1;
    color: #222222; }
  .callout.secondary {
    background-color: #dedede;
    color: #222222; }
  .callout.success {
    background-color: #fdfdfd;
    color: #222222; }
  .callout.warning {
    background-color: #fff3d9;
    color: #222222; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #222222; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #EFEFEF;
  border-radius: 0;
  background: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #222222; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #EFEFEF; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #444444;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #222222; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xlarge-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xlarge-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xxlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xxlarge-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 100em) {
    .menu.xxxlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xxxlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xxxlarge-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xxxlarge-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #C95100;
    color: #FFFFFF; }
  .menu .active > a {
    background: #C95100;
    color: #FFFFFF; }
  .menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
            box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
    content: ''; }
  .menu-icon:hover::after {
    background: #CCCCCC;
    -webkit-box-shadow: 0 7px 0 #CCCCCC, 0 14px 0 #CCCCCC;
            box-shadow: 0 7px 0 #CCCCCC, 0 14px 0 #CCCCCC; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #222222;
    -webkit-box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
            box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #444444;
    -webkit-box-shadow: 0 7px 0 #444444, 0 14px 0 #444444;
            box-shadow: 0 7px 0 #444444, 0 14px 0 #444444; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #C95100; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #C95100; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #C95100 transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #C95100 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #C95100; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 100em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #CCCCCC;
  background: #FFFFFF; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #C95100;
  color: #FFFFFF; }
  .label.primary {
    background: #C95100;
    color: #FFFFFF; }
  .label.secondary {
    background: #222222;
    color: #FFFFFF; }
  .label.success {
    background: #EFEFEF;
    color: #222222; }
  .label.warning {
    background: #ffae00;
    color: #222222; }
  .label.alert {
    background: #cc4b37;
    color: #FFFFFF; }

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(34, 34, 34, 0.5);
  color: #FFFFFF; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(34, 34, 34, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #CCCCCC; }
    .orbit-bullets button:hover {
      background-color: #444444; }
    .orbit-bullets button.is-active {
      background-color: #444444; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #222222; }
    .pagination a:hover,
    .pagination button:hover {
      background: none; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: none;
    color: #222222;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #CCCCCC;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #222222; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #000000;
    color: #FFFFFF; }
  tfoot {
    background: #f2f2f2;
    color: #222222; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #FFFFFF; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #FFFFFF; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #EFEFEF;
  background: #FFFFFF;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #C95100; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #d85700; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #C95100; }
    .tabs-title > a:hover {
      background: #FFFFFF;
      color: #ad4600; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #EFEFEF;
      color: #C95100; }

.tabs-content {
  border: 1px solid #EFEFEF;
  border-top: 0;
  background: #FFFFFF;
  color: #222222;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #EFEFEF;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #FFFFFF;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2);
          box-shadow: 0 0 0 1px rgba(34, 34, 34, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(201, 81, 0, 0.5);
            box-shadow: 0 0 6px 1px rgba(201, 81, 0, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #222222;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #EFEFEF; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 99.9375em) {
    .top-bar.stacked-for-xxlarge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-xxlarge .top-bar-left,
      .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxxlarge {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .top-bar.stacked-for-xxxlarge .top-bar-left,
    .top-bar.stacked-for-xxxlarge .top-bar-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), 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.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) and (max-width: 99.9375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em), screen and (min-width: 100em) {
  .show-for-xxlarge-only {
    display: none !important; } }

@media screen and (min-width: 100em) {
  .hide-for-xxxlarge {
    display: none !important; } }

@media screen and (max-width: 99.9375em) {
  .show-for-xxxlarge {
    display: none !important; } }

@media screen and (min-width: 100em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 99.9375em) {
  .show-for-xxxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }
  
.show-for-sr:focus, .show-for-sr:hover{
  position: absolute !important;
  width: auto;
  height: auto;
  padding: 0;
  overflow: visible;
  clip: auto;
  white-space: nowrap;
  -webkit-clip-path: none;
          clip-path: none;
  border: 0;
  background-color:white;}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.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; }

.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: 40em) {
  .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; } }

@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; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 100em) {
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 100em) {
  .xxxlarge-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; 
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; 
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
          animation-name: spin-ccw-1turn; }

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); } }

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

.container-divider-right {
  border-bottom: 1px solid #EFEFEF; }
  @media print, screen and (min-width: 40em) {
    .container-divider-right {
      border-right: 1px solid #EFEFEF;
      border-bottom: 0; } }

.mb0 {
  margin-bottom: 0rem !important; }

.mb1 {
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important; }

.mb5 {
  margin-bottom: 5rem !important; }

.mb6 {
  margin-bottom: 6rem !important; }

.mb7 {
  margin-bottom: 7rem !important; }

.mb8 {
  margin-bottom: 8rem !important; }

.mb9 {
  margin-bottom: 9rem !important; }

.mb10 {
  margin-bottom: 10rem !important; }

.type-sidelines {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left; }
  .type-sidelines span {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    padding-left: 0; }
    .type-sidelines span:before, .type-sidelines span:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 9999px;
      top: 50%;
      border-top-style: solid;
      border-top-width: 2px;
      margin-top: -1px; }
    .type-sidelines span:before {
      right: 100%; }
    .type-sidelines span:after {
      left: 100%; }

.type-sidelines-dotted {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: left; }
  .type-sidelines-dotted span {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    padding-left: 0; }
    .type-sidelines-dotted span:before, .type-sidelines-dotted span:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 9999px;
      top: 50%;
      border-top-style: dotted;
      border-top-width: 2px;
      margin-top: -1px; }
    .type-sidelines-dotted span:before {
      right: 100%; }
    .type-sidelines-dotted span:after {
      left: 100%; }

.double {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }
  .double span {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    padding-left: 0.5em; }
    .double span:before, .double span:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 9999px;
      top: 50%;
      border-top-style: solid;
      border-top-width: 2px;
      border-bottom-style: solid;
      border-bottom-width: 2px;
      height: 0.5em;
      margin-top: -0.25em; }
    .double span:before {
      right: 100%; }
    .double span:after {
      left: 100%; }

.custom {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }
  .custom span {
    display: inline-block;
    position: relative;
    padding-right: 20px;
    padding-left: 20px; }
    .custom span:before, .custom span:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 50%;
      border-top-style: dotted;
      border-top-width: 4px;
      border-top-color: #2980b9;
      margin-top: -2px; }
    .custom span:before {
      right: 100%; }
    .custom span:after {
      left: 100%; }

.custom-2 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }
  .custom-2 span {
    display: inline-block;
    position: relative;
    padding-right: 0.5em;
    padding-left: 0.5em; }
    .custom-2 span:before, .custom-2 span:after {
      content: '';
      position: absolute;
      height: 100%;
      width: 9999px;
      top: 50%;
      border-top-style: solid;
      border-top-width: 4px;
      border-top-color: #27ae60;
      margin-top: -2px; }
    .custom-2 span:before {
      right: 100%; }
    .custom-2 span:after {
      left: 100%; }

.thing {
  z-index: 4000; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }
  @media screen and (min-width: 40em) {
    .m-a-0 {
      margin: 0 0 !important; } }

.m-t-0 {
  margin-top: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-t-0 {
      margin-top: 0 !important; } }

.m-r-0 {
  margin-right: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-r-0 {
      margin-right: 0 !important; } }

.m-b-0 {
  margin-bottom: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-b-0 {
      margin-bottom: 0 !important; } }

.m-l-0 {
  margin-left: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-l-0 {
      margin-left: 0 !important; } }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; } }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }

.m-a-1 {
  margin: 0.3125rem 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-1 {
      margin: 0.625rem 0.625rem !important; } }

.m-t-1 {
  margin-top: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-1 {
      margin-top: 0.625rem !important; } }

.m-r-1 {
  margin-right: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-1 {
      margin-right: 0.625rem !important; } }

.m-b-1 {
  margin-bottom: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-1 {
      margin-bottom: 0.625rem !important; } }

.m-l-1 {
  margin-left: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-1 {
      margin-left: 0.625rem !important; } }

.m-x-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-1 {
      margin-right: 0.625rem !important;
      margin-left: 0.625rem !important; } }

.m-y-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-1 {
      margin-top: 0.625rem !important;
      margin-bottom: 0.625rem !important; } }

.m-a-2 {
  margin: 0.46875rem 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-2 {
      margin: 0.9375rem 0.9375rem !important; } }

.m-t-2 {
  margin-top: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-2 {
      margin-top: 0.9375rem !important; } }

.m-r-2 {
  margin-right: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-2 {
      margin-right: 0.9375rem !important; } }

.m-b-2 {
  margin-bottom: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-2 {
      margin-bottom: 0.9375rem !important; } }

.m-l-2 {
  margin-left: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-2 {
      margin-left: 0.9375rem !important; } }

.m-x-2 {
  margin-right: 0.46875rem !important;
  margin-left: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-2 {
      margin-right: 0.9375rem !important;
      margin-left: 0.9375rem !important; } }

.m-y-2 {
  margin-top: 0.46875rem !important;
  margin-bottom: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-2 {
      margin-top: 0.9375rem !important;
      margin-bottom: 0.9375rem !important; } }

.m-a-3 {
  margin: 0.9375rem 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-3 {
      margin: 1.875rem 1.875rem !important; } }

.m-t-3 {
  margin-top: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-3 {
      margin-top: 1.875rem !important; } }

.m-r-3 {
  margin-right: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-3 {
      margin-right: 1.875rem !important; } }

.m-b-3 {
  margin-bottom: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-3 {
      margin-bottom: 1.875rem !important; } }

.m-l-3 {
  margin-left: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-3 {
      margin-left: 1.875rem !important; } }

.m-x-3 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-3 {
      margin-right: 1.875rem !important;
      margin-left: 1.875rem !important; } }

.m-y-3 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-3 {
      margin-top: 1.875rem !important;
      margin-bottom: 1.875rem !important; } }

.m-a-4 {
  margin: 1.25rem 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-4 {
      margin: 2.5rem 2.5rem !important; } }

.m-t-4 {
  margin-top: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-4 {
      margin-top: 2.5rem !important; } }

.m-r-4 {
  margin-right: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-4 {
      margin-right: 2.5rem !important; } }

.m-b-4 {
  margin-bottom: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-4 {
      margin-bottom: 2.5rem !important; } }

.m-l-4 {
  margin-left: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-4 {
      margin-left: 2.5rem !important; } }

.m-x-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-4 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important; } }

.m-y-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-4 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important; } }

.m-a-5 {
  margin: 1.5625rem 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-5 {
      margin: 3.125rem 3.125rem !important; } }

.m-t-5 {
  margin-top: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-5 {
      margin-top: 3.125rem !important; } }

.m-r-5 {
  margin-right: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-5 {
      margin-right: 3.125rem !important; } }

.m-b-5 {
  margin-bottom: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-5 {
      margin-bottom: 3.125rem !important; } }

.m-l-5 {
  margin-left: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-5 {
      margin-left: 3.125rem !important; } }

.m-x-5 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-5 {
      margin-right: 3.125rem !important;
      margin-left: 3.125rem !important; } }

.m-y-5 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-5 {
      margin-top: 3.125rem !important;
      margin-bottom: 3.125rem !important; } }

.m-a-6 {
  margin: 1.875rem 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-6 {
      margin: 3.75rem 3.75rem !important; } }

.m-t-6 {
  margin-top: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-6 {
      margin-top: 3.75rem !important; } }

.m-r-6 {
  margin-right: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-6 {
      margin-right: 3.75rem !important; } }

.m-b-6 {
  margin-bottom: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-6 {
      margin-bottom: 3.75rem !important; } }

.m-l-6 {
  margin-left: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-6 {
      margin-left: 3.75rem !important; } }

.m-x-6 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-6 {
      margin-right: 3.75rem !important;
      margin-left: 3.75rem !important; } }

.m-y-6 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-6 {
      margin-top: 3.75rem !important;
      margin-bottom: 3.75rem !important; } }

.m-a-7 {
  margin: 2.1875rem 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-7 {
      margin: 4.375rem 4.375rem !important; } }

.m-t-7 {
  margin-top: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-7 {
      margin-top: 4.375rem !important; } }

.m-r-7 {
  margin-right: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-7 {
      margin-right: 4.375rem !important; } }

.m-b-7 {
  margin-bottom: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-7 {
      margin-bottom: 4.375rem !important; } }

.m-l-7 {
  margin-left: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-7 {
      margin-left: 4.375rem !important; } }

.m-x-7 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-7 {
      margin-right: 4.375rem !important;
      margin-left: 4.375rem !important; } }

.m-y-7 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-7 {
      margin-top: 4.375rem !important;
      margin-bottom: 4.375rem !important; } }

.m-a-8 {
  margin: 2.5rem 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-8 {
      margin: 5rem 5rem !important; } }

.m-t-8 {
  margin-top: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-8 {
      margin-top: 5rem !important; } }

.m-r-8 {
  margin-right: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-8 {
      margin-right: 5rem !important; } }

.m-b-8 {
  margin-bottom: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-8 {
      margin-bottom: 5rem !important; } }

.m-l-8 {
  margin-left: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-8 {
      margin-left: 5rem !important; } }

.m-x-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-8 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; } }

.m-y-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-8 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; } }

.m-a-9 {
  margin: 2.8125rem 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-9 {
      margin: 5.625rem 5.625rem !important; } }

.m-t-9 {
  margin-top: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-9 {
      margin-top: 5.625rem !important; } }

.m-r-9 {
  margin-right: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-9 {
      margin-right: 5.625rem !important; } }

.m-b-9 {
  margin-bottom: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-9 {
      margin-bottom: 5.625rem !important; } }

.m-l-9 {
  margin-left: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-9 {
      margin-left: 5.625rem !important; } }

.m-x-9 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-9 {
      margin-right: 5.625rem !important;
      margin-left: 5.625rem !important; } }

.m-y-9 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-9 {
      margin-top: 5.625rem !important;
      margin-bottom: 5.625rem !important; } }

.m-a-10 {
  margin: 3.125rem 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-10 {
      margin: 6.25rem 6.25rem !important; } }

.m-t-10 {
  margin-top: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-10 {
      margin-top: 6.25rem !important; } }

.m-r-10 {
  margin-right: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-10 {
      margin-right: 6.25rem !important; } }

.m-b-10 {
  margin-bottom: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-10 {
      margin-bottom: 6.25rem !important; } }

.m-l-10 {
  margin-left: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-10 {
      margin-left: 6.25rem !important; } }

.m-x-10 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-10 {
      margin-right: 6.25rem !important;
      margin-left: 6.25rem !important; } }

.m-y-10 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-10 {
      margin-top: 6.25rem !important;
      margin-bottom: 6.25rem !important; } }

.p-a-0 {
  padding: 0 0 !important; }
  @media screen and (min-width: 40em) {
    .p-a-0 {
      padding: 0 0 !important; } }

.p-t-0 {
  padding-top: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-t-0 {
      padding-top: 0 !important; } }

.p-r-0 {
  padding-right: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-r-0 {
      padding-right: 0 !important; } }

.p-b-0 {
  padding-bottom: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-b-0 {
      padding-bottom: 0 !important; } }

.p-l-0 {
  padding-left: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-l-0 {
      padding-left: 0 !important; } }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; } }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; } }

.p-a-1 {
  padding: 0.3125rem 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-1 {
      padding: 0.625rem 0.625rem !important; } }

.p-t-1 {
  padding-top: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-1 {
      padding-top: 0.625rem !important; } }

.p-r-1 {
  padding-right: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-1 {
      padding-right: 0.625rem !important; } }

.p-b-1 {
  padding-bottom: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-1 {
      padding-bottom: 0.625rem !important; } }

.p-l-1 {
  padding-left: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-1 {
      padding-left: 0.625rem !important; } }

.p-x-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-1 {
      padding-right: 0.625rem !important;
      padding-left: 0.625rem !important; } }

.p-y-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-1 {
      padding-top: 0.625rem !important;
      padding-bottom: 0.625rem !important; } }

.p-a-2 {
  padding: 0.46875rem 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-2 {
      padding: 0.9375rem 0.9375rem !important; } }

.p-t-2 {
  padding-top: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-2 {
      padding-top: 0.9375rem !important; } }

.p-r-2 {
  padding-right: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-2 {
      padding-right: 0.9375rem !important; } }

.p-b-2 {
  padding-bottom: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-2 {
      padding-bottom: 0.9375rem !important; } }

.p-l-2 {
  padding-left: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-2 {
      padding-left: 0.9375rem !important; } }

.p-x-2 {
  padding-right: 0.46875rem !important;
  padding-left: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-2 {
      padding-right: 0.9375rem !important;
      padding-left: 0.9375rem !important; } }

.p-y-2 {
  padding-top: 0.46875rem !important;
  padding-bottom: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-2 {
      padding-top: 0.9375rem !important;
      padding-bottom: 0.9375rem !important; } }

.p-a-3 {
  padding: 0.9375rem 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-3 {
      padding: 1.875rem 1.875rem !important; } }

.p-t-3 {
  padding-top: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-3 {
      padding-top: 1.875rem !important; } }

.p-r-3 {
  padding-right: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-3 {
      padding-right: 1.875rem !important; } }

.p-b-3 {
  padding-bottom: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-3 {
      padding-bottom: 1.875rem !important; } }

.p-l-3 {
  padding-left: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-3 {
      padding-left: 1.875rem !important; } }

.p-x-3 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-3 {
      padding-right: 1.875rem !important;
      padding-left: 1.875rem !important; } }

.p-y-3 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-3 {
      padding-top: 1.875rem !important;
      padding-bottom: 1.875rem !important; } }

.p-a-4 {
  padding: 1.25rem 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-4 {
      padding: 2.5rem 2.5rem !important; } }

.p-t-4 {
  padding-top: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-4 {
      padding-top: 2.5rem !important; } }

.p-r-4 {
  padding-right: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-4 {
      padding-right: 2.5rem !important; } }

.p-b-4 {
  padding-bottom: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-4 {
      padding-bottom: 2.5rem !important; } }

.p-l-4 {
  padding-left: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-4 {
      padding-left: 2.5rem !important; } }

.p-x-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-4 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important; } }

.p-y-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-4 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important; } }

.p-a-5 {
  padding: 1.5625rem 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-5 {
      padding: 3.125rem 3.125rem !important; } }

.p-t-5 {
  padding-top: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-5 {
      padding-top: 3.125rem !important; } }

.p-r-5 {
  padding-right: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-5 {
      padding-right: 3.125rem !important; } }

.p-b-5 {
  padding-bottom: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-5 {
      padding-bottom: 3.125rem !important; } }

.p-l-5 {
  padding-left: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-5 {
      padding-left: 3.125rem !important; } }

.p-x-5 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-5 {
      padding-right: 3.125rem !important;
      padding-left: 3.125rem !important; } }

.p-y-5 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-5 {
      padding-top: 3.125rem !important;
      padding-bottom: 3.125rem !important; } }

.p-a-6 {
  padding: 1.875rem 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-6 {
      padding: 3.75rem 3.75rem !important; } }

.p-t-6 {
  padding-top: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-6 {
      padding-top: 3.75rem !important; } }

.p-r-6 {
  padding-right: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-6 {
      padding-right: 3.75rem !important; } }

.p-b-6 {
  padding-bottom: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-6 {
      padding-bottom: 3.75rem !important; } }

.p-l-6 {
  padding-left: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-6 {
      padding-left: 3.75rem !important; } }

.p-x-6 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-6 {
      padding-right: 3.75rem !important;
      padding-left: 3.75rem !important; } }

.p-y-6 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-6 {
      padding-top: 3.75rem !important;
      padding-bottom: 3.75rem !important; } }

.p-a-7 {
  padding: 2.1875rem 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-7 {
      padding: 4.375rem 4.375rem !important; } }

.p-t-7 {
  padding-top: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-7 {
      padding-top: 4.375rem !important; } }

.p-r-7 {
  padding-right: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-7 {
      padding-right: 4.375rem !important; } }

.p-b-7 {
  padding-bottom: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-7 {
      padding-bottom: 4.375rem !important; } }

.p-l-7 {
  padding-left: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-7 {
      padding-left: 4.375rem !important; } }

.p-x-7 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-7 {
      padding-right: 4.375rem !important;
      padding-left: 4.375rem !important; } }

.p-y-7 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-7 {
      padding-top: 4.375rem !important;
      padding-bottom: 4.375rem !important; } }

.p-a-8 {
  padding: 2.5rem 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-8 {
      padding: 5rem 5rem !important; } }

.p-t-8 {
  padding-top: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-8 {
      padding-top: 5rem !important; } }

.p-r-8 {
  padding-right: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-8 {
      padding-right: 5rem !important; } }

.p-b-8 {
  padding-bottom: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-8 {
      padding-bottom: 5rem !important; } }

.p-l-8 {
  padding-left: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-8 {
      padding-left: 5rem !important; } }

.p-x-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-8 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; } }

.p-y-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-8 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; } }

.p-a-9 {
  padding: 2.8125rem 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-9 {
      padding: 5.625rem 5.625rem !important; } }

.p-t-9 {
  padding-top: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-9 {
      padding-top: 5.625rem !important; } }

.p-r-9 {
  padding-right: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-9 {
      padding-right: 5.625rem !important; } }

.p-b-9 {
  padding-bottom: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-9 {
      padding-bottom: 5.625rem !important; } }

.p-l-9 {
  padding-left: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-9 {
      padding-left: 5.625rem !important; } }

.p-x-9 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-9 {
      padding-right: 5.625rem !important;
      padding-left: 5.625rem !important; } }

.p-y-9 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-9 {
      padding-top: 5.625rem !important;
      padding-bottom: 5.625rem !important; } }

.p-a-10 {
  padding: 3.125rem 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-10 {
      padding: 6.25rem 6.25rem !important; } }

.p-t-10 {
  padding-top: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-10 {
      padding-top: 6.25rem !important; } }

.p-r-10 {
  padding-right: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-10 {
      padding-right: 6.25rem !important; } }

.p-b-10 {
  padding-bottom: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-10 {
      padding-bottom: 6.25rem !important; } }

.p-l-10 {
  padding-left: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-10 {
      padding-left: 6.25rem !important; } }

.p-x-10 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-10 {
      padding-right: 6.25rem !important;
      padding-left: 6.25rem !important; } }

.p-y-10 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-10 {
      padding-top: 6.25rem !important;
      padding-bottom: 6.25rem !important; } }

.list-inline {
  list-style-type: none; }
  .list-inline > li {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375rem; }
    .list-inline > li:last-child {
      margin-right: 0; }

.list-unstyled {
  list-style-type: none;
  margin-left: 0; }
  .list-unstyled ul {
    list-style-type: none; }

ul.unstyled {
  list-style-type: none;
  margin-left: 0; }

figure {
  border: none;
  margin-bottom: 1.5625rem; }

figure, img {
  display: inline-block; }
  @media print, screen and (min-width: 40em) {
    figure.left, figure.right, img.left, img.right {
      margin-top: 0.3125rem;
      max-width: 40%; }
    figure.left, img.left {
      float: left !important;
      margin-right: 2.1875rem;
      margin-bottom: 2.1875rem; }
    figure.right, img.right {
      float: right !important;
      margin-left: 2.1875rem;
      margin-bottom: 2.1875rem; } }
  figure figcaption, img figcaption {
    color: #444444;
    font-size: 0.875rem;
    padding: 1.5625rem 1.875rem 1.875rem; }
    @media print, screen and (min-width: 40em) {
      figure figcaption, img figcaption {
        font-size: 1rem; } }

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: 0.05rem; }

.text-notransform {
  text-transform: none !important; }

.text-small {
  font-size: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .text-small {
      font-size: 0.875rem; } }
  .text-small li {
    font-size: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .text-small li {
        font-size: 0.875rem; } }

.text-reduced {
  font-size: 0.875rem; }
  .text-reduced li {
    font-size: 0.875rem; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block !important; }

.display-inline {
  display: inline; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

@media screen and (max-width: 39.9375em) {
  .grid-margin-x .cell .cell[class*=small-12]:not(:last-child), .grid-margin-x .cell .cell:not([class*=small-]):not(:last-child) {
    margin-bottom: 0.9375rem; }
  .grid-margin-x .cell[class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=small-]):not(:last-child) {
    margin-bottom: 1.125rem; }
    .grid-margin-x .cell[class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=small-]):not(:last-child) > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .grid-margin-x .cell[class*=medium-12][class*=small-12]:not(:last-child), .grid-margin-x .cell[class*=medium-12]:not([class*=small-]):not(:last-child), .grid-margin-x .cell:not([class*=medium])[class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=medium]):not([class*=small-]):not(:last-child) {
    margin-bottom: 1.25rem; }
    .grid-margin-x .cell[class*=medium-12][class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell[class*=medium-12]:not([class*=small-]):not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=medium])[class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=medium]):not([class*=small-]):not(:last-child) > *:last-child {
      margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x .cell[class*=large-12]:not(:last-child) {
    margin-bottom: 1.25rem; }
  .grid-margin-x .cell:not([class*=large])[class*=medium-12][class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=large])[class*=medium-12]:not([class*=small-]):not(:last-child), .grid-margin-x .cell:not([class*=large]):not([class*=medium])[class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=large]):not([class*=medium]):not([class*=small-]):not(:last-child) {
    margin-bottom: 1.25rem; }
    .grid-margin-x .cell:not([class*=large])[class*=medium-12][class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=large])[class*=medium-12]:not([class*=small-]):not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=large]):not([class*=medium])[class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=large]):not([class*=medium]):not([class*=small-]):not(:last-child) > *:last-child {
      margin-bottom: 0; } }

.bg-color--light-gray {
  background-color: #EFEFEF; }

.bg-color--medium-gray {
  background-color: #CCCCCC; }

.bg-color--dark-gray {
  background-color: #444444; }

.bg-color--black, .bg-color--orange {
  color: #FFFFFF; }
  .bg-color--black a, .bg-color--orange a {
    color: #FFFFFF; }
    .bg-color--black a:hover, .bg-color--black a:focus, .bg-color--orange a:hover, .bg-color--orange a:focus {
      color: #FFFFFF; }
    .bg-color--black a.readMore:after, .bg-color--orange a.readMore:after {
      color: #FFFFFF;
      background-position-x: -52px; }
  .bg-color--black h3 a:hover:after, .bg-color--black h3 a:focus:after, .bg-color--black .h3 a:hover:after, .bg-color--black .h3 a:focus:after, .bg-color--orange h3 a:hover:after, .bg-color--orange h3 a:focus:after, .bg-color--orange .h3 a:hover:after, .bg-color--orange .h3 a:focus:after {
    background-position-x: -52px; }
  .bg-color--black h2, .bg-color--black h3, .bg-color--black h4, .bg-color--black h5, .bg-color--orange h2, .bg-color--orange h3, .bg-color--orange h4, .bg-color--orange h5 {
    color: #FFFFFF; }
    .bg-color--black h2 a, .bg-color--black h3 a, .bg-color--black h4 a, .bg-color--black h5 a, .bg-color--orange h2 a, .bg-color--orange h3 a, .bg-color--orange h4 a, .bg-color--orange h5 a {
      color: #FFFFFF; }
      .bg-color--black h2 a:hover, .bg-color--black h2 a:focus, .bg-color--black h3 a:hover, .bg-color--black h3 a:focus, .bg-color--black h4 a:hover, .bg-color--black h4 a:focus, .bg-color--black h5 a:hover, .bg-color--black h5 a:focus, .bg-color--orange h2 a:hover, .bg-color--orange h2 a:focus, .bg-color--orange h3 a:hover, .bg-color--orange h3 a:focus, .bg-color--orange h4 a:hover, .bg-color--orange h4 a:focus, .bg-color--orange h5 a:hover, .bg-color--orange h5 a:focus {
        color: #FFFFFF; }
      .bg-color--black h2 a.readMore:after, .bg-color--black h3 a.readMore:after, .bg-color--black h4 a.readMore:after, .bg-color--black h5 a.readMore:after, .bg-color--orange h2 a.readMore:after, .bg-color--orange h3 a.readMore:after, .bg-color--orange h4 a.readMore:after, .bg-color--orange h5 a.readMore:after {
        background-position-x: -52px; }
      .bg-color--black h2 a.readMore:hover:after, .bg-color--black h2 a.readMore:focus:after, .bg-color--black h3 a.readMore:hover:after, .bg-color--black h3 a.readMore:focus:after, .bg-color--black h4 a.readMore:hover:after, .bg-color--black h4 a.readMore:focus:after, .bg-color--black h5 a.readMore:hover:after, .bg-color--black h5 a.readMore:focus:after, .bg-color--orange h2 a.readMore:hover:after, .bg-color--orange h2 a.readMore:focus:after, .bg-color--orange h3 a.readMore:hover:after, .bg-color--orange h3 a.readMore:focus:after, .bg-color--orange h4 a.readMore:hover:after, .bg-color--orange h4 a.readMore:focus:after, .bg-color--orange h5 a.readMore:hover:after, .bg-color--orange h5 a.readMore:focus:after {
        background-position-x: -52px; }

.bg-color--black {
  background-color: #222222; }

.bg-color--orange {
  background-color: #C95100; }

.overlay-tinted {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0; }
  .overlay-tinted:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.2)));
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

.overlay-content {
  z-index: 1; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

@media screen and (max-width: 39.9375em) {
  .mobile-inset {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .mobile-inset .mobile-inset {
      padding-left: 0;
      padding-right: 0; }
    .mobile-inset .grid-margin-x {
      margin-left: 0 !important;
      margin-right: 0 !important; } }

@media screen and (max-width: 39.9375em) {
  .mobile-collapse {
    width: 100% !important; }
    .mobile-collapse--margin {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .mobile-collapse--padding {
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .mobile-collapse--padding .grid-margin-x {
        margin-left: 0;
        margin-right: 0; } }

.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .equal-height--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.border--none {
  border: none !important; }

.dont-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.link--plain a {
  text-decoration: none; }

a.link--plain {
  text-decoration: none; }

@media screen and (max-width: 39.9375em) {
  .cat-top {
    margin-top: 1.25rem; }
    .cat-top + h1 {
      margin-top: 0.625rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cat-top + h1 {
    margin-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .crop-landscape {
    max-height: 16.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; } }

.crop-square {
  width: 9.25rem;
  height: 8.375rem;
  -o-object-fit: cover;
     object-fit: cover; }

.overflow-hidden {
  overflow: hidden; }

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-a-0 {
  margin: 0 0 !important; }
  @media screen and (min-width: 40em) {
    .m-a-0 {
      margin: 0 0 !important; } }

.m-t-0 {
  margin-top: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-t-0 {
      margin-top: 0 !important; } }

.m-r-0 {
  margin-right: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-r-0 {
      margin-right: 0 !important; } }

.m-b-0 {
  margin-bottom: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-b-0 {
      margin-bottom: 0 !important; } }

.m-l-0 {
  margin-left: 0 !important; }
  @media screen and (min-width: 40em) {
    .m-l-0 {
      margin-left: 0 !important; } }

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-0 {
      margin-right: 0 !important;
      margin-left: 0 !important; } }

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-0 {
      margin-top: 0 !important;
      margin-bottom: 0 !important; } }

.m-a-1 {
  margin: 0.3125rem 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-1 {
      margin: 0.625rem 0.625rem !important; } }

.m-t-1 {
  margin-top: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-1 {
      margin-top: 0.625rem !important; } }

.m-r-1 {
  margin-right: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-1 {
      margin-right: 0.625rem !important; } }

.m-b-1 {
  margin-bottom: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-1 {
      margin-bottom: 0.625rem !important; } }

.m-l-1 {
  margin-left: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-1 {
      margin-left: 0.625rem !important; } }

.m-x-1 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-1 {
      margin-right: 0.625rem !important;
      margin-left: 0.625rem !important; } }

.m-y-1 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-1 {
      margin-top: 0.625rem !important;
      margin-bottom: 0.625rem !important; } }

.m-a-2 {
  margin: 0.46875rem 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-2 {
      margin: 0.9375rem 0.9375rem !important; } }

.m-t-2 {
  margin-top: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-2 {
      margin-top: 0.9375rem !important; } }

.m-r-2 {
  margin-right: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-2 {
      margin-right: 0.9375rem !important; } }

.m-b-2 {
  margin-bottom: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-2 {
      margin-bottom: 0.9375rem !important; } }

.m-l-2 {
  margin-left: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-2 {
      margin-left: 0.9375rem !important; } }

.m-x-2 {
  margin-right: 0.46875rem !important;
  margin-left: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-2 {
      margin-right: 0.9375rem !important;
      margin-left: 0.9375rem !important; } }

.m-y-2 {
  margin-top: 0.46875rem !important;
  margin-bottom: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-2 {
      margin-top: 0.9375rem !important;
      margin-bottom: 0.9375rem !important; } }

.m-a-3 {
  margin: 0.9375rem 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-3 {
      margin: 1.875rem 1.875rem !important; } }

.m-t-3 {
  margin-top: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-3 {
      margin-top: 1.875rem !important; } }

.m-r-3 {
  margin-right: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-3 {
      margin-right: 1.875rem !important; } }

.m-b-3 {
  margin-bottom: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-3 {
      margin-bottom: 1.875rem !important; } }

.m-l-3 {
  margin-left: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-3 {
      margin-left: 1.875rem !important; } }

.m-x-3 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-3 {
      margin-right: 1.875rem !important;
      margin-left: 1.875rem !important; } }

.m-y-3 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-3 {
      margin-top: 1.875rem !important;
      margin-bottom: 1.875rem !important; } }

.m-a-4 {
  margin: 1.25rem 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-4 {
      margin: 2.5rem 2.5rem !important; } }

.m-t-4 {
  margin-top: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-4 {
      margin-top: 2.5rem !important; } }

.m-r-4 {
  margin-right: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-4 {
      margin-right: 2.5rem !important; } }

.m-b-4 {
  margin-bottom: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-4 {
      margin-bottom: 2.5rem !important; } }

.m-l-4 {
  margin-left: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-4 {
      margin-left: 2.5rem !important; } }

.m-x-4 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-4 {
      margin-right: 2.5rem !important;
      margin-left: 2.5rem !important; } }

.m-y-4 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-4 {
      margin-top: 2.5rem !important;
      margin-bottom: 2.5rem !important; } }

.m-a-5 {
  margin: 1.5625rem 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-5 {
      margin: 3.125rem 3.125rem !important; } }

.m-t-5 {
  margin-top: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-5 {
      margin-top: 3.125rem !important; } }

.m-r-5 {
  margin-right: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-5 {
      margin-right: 3.125rem !important; } }

.m-b-5 {
  margin-bottom: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-5 {
      margin-bottom: 3.125rem !important; } }

.m-l-5 {
  margin-left: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-5 {
      margin-left: 3.125rem !important; } }

.m-x-5 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-5 {
      margin-right: 3.125rem !important;
      margin-left: 3.125rem !important; } }

.m-y-5 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-5 {
      margin-top: 3.125rem !important;
      margin-bottom: 3.125rem !important; } }

.m-a-6 {
  margin: 1.875rem 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-6 {
      margin: 3.75rem 3.75rem !important; } }

.m-t-6 {
  margin-top: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-6 {
      margin-top: 3.75rem !important; } }

.m-r-6 {
  margin-right: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-6 {
      margin-right: 3.75rem !important; } }

.m-b-6 {
  margin-bottom: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-6 {
      margin-bottom: 3.75rem !important; } }

.m-l-6 {
  margin-left: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-6 {
      margin-left: 3.75rem !important; } }

.m-x-6 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-6 {
      margin-right: 3.75rem !important;
      margin-left: 3.75rem !important; } }

.m-y-6 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-6 {
      margin-top: 3.75rem !important;
      margin-bottom: 3.75rem !important; } }

.m-a-7 {
  margin: 2.1875rem 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-7 {
      margin: 4.375rem 4.375rem !important; } }

.m-t-7 {
  margin-top: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-7 {
      margin-top: 4.375rem !important; } }

.m-r-7 {
  margin-right: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-7 {
      margin-right: 4.375rem !important; } }

.m-b-7 {
  margin-bottom: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-7 {
      margin-bottom: 4.375rem !important; } }

.m-l-7 {
  margin-left: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-7 {
      margin-left: 4.375rem !important; } }

.m-x-7 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-7 {
      margin-right: 4.375rem !important;
      margin-left: 4.375rem !important; } }

.m-y-7 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-7 {
      margin-top: 4.375rem !important;
      margin-bottom: 4.375rem !important; } }

.m-a-8 {
  margin: 2.5rem 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-8 {
      margin: 5rem 5rem !important; } }

.m-t-8 {
  margin-top: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-8 {
      margin-top: 5rem !important; } }

.m-r-8 {
  margin-right: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-8 {
      margin-right: 5rem !important; } }

.m-b-8 {
  margin-bottom: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-8 {
      margin-bottom: 5rem !important; } }

.m-l-8 {
  margin-left: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-8 {
      margin-left: 5rem !important; } }

.m-x-8 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-8 {
      margin-right: 5rem !important;
      margin-left: 5rem !important; } }

.m-y-8 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-8 {
      margin-top: 5rem !important;
      margin-bottom: 5rem !important; } }

.m-a-9 {
  margin: 2.8125rem 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-9 {
      margin: 5.625rem 5.625rem !important; } }

.m-t-9 {
  margin-top: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-9 {
      margin-top: 5.625rem !important; } }

.m-r-9 {
  margin-right: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-9 {
      margin-right: 5.625rem !important; } }

.m-b-9 {
  margin-bottom: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-9 {
      margin-bottom: 5.625rem !important; } }

.m-l-9 {
  margin-left: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-9 {
      margin-left: 5.625rem !important; } }

.m-x-9 {
  margin-right: 2.8125rem !important;
  margin-left: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-9 {
      margin-right: 5.625rem !important;
      margin-left: 5.625rem !important; } }

.m-y-9 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-9 {
      margin-top: 5.625rem !important;
      margin-bottom: 5.625rem !important; } }

.m-a-10 {
  margin: 3.125rem 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-a-10 {
      margin: 6.25rem 6.25rem !important; } }

.m-t-10 {
  margin-top: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-t-10 {
      margin-top: 6.25rem !important; } }

.m-r-10 {
  margin-right: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-r-10 {
      margin-right: 6.25rem !important; } }

.m-b-10 {
  margin-bottom: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-b-10 {
      margin-bottom: 6.25rem !important; } }

.m-l-10 {
  margin-left: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .m-l-10 {
      margin-left: 6.25rem !important; } }

.m-x-10 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-x-10 {
      margin-right: 6.25rem !important;
      margin-left: 6.25rem !important; } }

.m-y-10 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .m-y-10 {
      margin-top: 6.25rem !important;
      margin-bottom: 6.25rem !important; } }

.p-a-0 {
  padding: 0 0 !important; }
  @media screen and (min-width: 40em) {
    .p-a-0 {
      padding: 0 0 !important; } }

.p-t-0 {
  padding-top: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-t-0 {
      padding-top: 0 !important; } }

.p-r-0 {
  padding-right: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-r-0 {
      padding-right: 0 !important; } }

.p-b-0 {
  padding-bottom: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-b-0 {
      padding-bottom: 0 !important; } }

.p-l-0 {
  padding-left: 0 !important; }
  @media screen and (min-width: 40em) {
    .p-l-0 {
      padding-left: 0 !important; } }

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-0 {
      padding-right: 0 !important;
      padding-left: 0 !important; } }

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-0 {
      padding-top: 0 !important;
      padding-bottom: 0 !important; } }

.p-a-1 {
  padding: 0.3125rem 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-1 {
      padding: 0.625rem 0.625rem !important; } }

.p-t-1 {
  padding-top: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-1 {
      padding-top: 0.625rem !important; } }

.p-r-1 {
  padding-right: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-1 {
      padding-right: 0.625rem !important; } }

.p-b-1 {
  padding-bottom: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-1 {
      padding-bottom: 0.625rem !important; } }

.p-l-1 {
  padding-left: 0.3125rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-1 {
      padding-left: 0.625rem !important; } }

.p-x-1 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-1 {
      padding-right: 0.625rem !important;
      padding-left: 0.625rem !important; } }

.p-y-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-1 {
      padding-top: 0.625rem !important;
      padding-bottom: 0.625rem !important; } }

.p-a-2 {
  padding: 0.46875rem 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-2 {
      padding: 0.9375rem 0.9375rem !important; } }

.p-t-2 {
  padding-top: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-2 {
      padding-top: 0.9375rem !important; } }

.p-r-2 {
  padding-right: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-2 {
      padding-right: 0.9375rem !important; } }

.p-b-2 {
  padding-bottom: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-2 {
      padding-bottom: 0.9375rem !important; } }

.p-l-2 {
  padding-left: 0.46875rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-2 {
      padding-left: 0.9375rem !important; } }

.p-x-2 {
  padding-right: 0.46875rem !important;
  padding-left: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-2 {
      padding-right: 0.9375rem !important;
      padding-left: 0.9375rem !important; } }

.p-y-2 {
  padding-top: 0.46875rem !important;
  padding-bottom: 0.46875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-2 {
      padding-top: 0.9375rem !important;
      padding-bottom: 0.9375rem !important; } }

.p-a-3 {
  padding: 0.9375rem 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-3 {
      padding: 1.875rem 1.875rem !important; } }

.p-t-3 {
  padding-top: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-3 {
      padding-top: 1.875rem !important; } }

.p-r-3 {
  padding-right: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-3 {
      padding-right: 1.875rem !important; } }

.p-b-3 {
  padding-bottom: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-3 {
      padding-bottom: 1.875rem !important; } }

.p-l-3 {
  padding-left: 0.9375rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-3 {
      padding-left: 1.875rem !important; } }

.p-x-3 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-3 {
      padding-right: 1.875rem !important;
      padding-left: 1.875rem !important; } }

.p-y-3 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-3 {
      padding-top: 1.875rem !important;
      padding-bottom: 1.875rem !important; } }

.p-a-4 {
  padding: 1.25rem 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-4 {
      padding: 2.5rem 2.5rem !important; } }

.p-t-4 {
  padding-top: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-4 {
      padding-top: 2.5rem !important; } }

.p-r-4 {
  padding-right: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-4 {
      padding-right: 2.5rem !important; } }

.p-b-4 {
  padding-bottom: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-4 {
      padding-bottom: 2.5rem !important; } }

.p-l-4 {
  padding-left: 1.25rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-4 {
      padding-left: 2.5rem !important; } }

.p-x-4 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-4 {
      padding-right: 2.5rem !important;
      padding-left: 2.5rem !important; } }

.p-y-4 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-4 {
      padding-top: 2.5rem !important;
      padding-bottom: 2.5rem !important; } }

.p-a-5 {
  padding: 1.5625rem 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-5 {
      padding: 3.125rem 3.125rem !important; } }

.p-t-5 {
  padding-top: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-5 {
      padding-top: 3.125rem !important; } }

.p-r-5 {
  padding-right: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-5 {
      padding-right: 3.125rem !important; } }

.p-b-5 {
  padding-bottom: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-5 {
      padding-bottom: 3.125rem !important; } }

.p-l-5 {
  padding-left: 1.5625rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-5 {
      padding-left: 3.125rem !important; } }

.p-x-5 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-5 {
      padding-right: 3.125rem !important;
      padding-left: 3.125rem !important; } }

.p-y-5 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-5 {
      padding-top: 3.125rem !important;
      padding-bottom: 3.125rem !important; } }

.p-a-6 {
  padding: 1.875rem 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-6 {
      padding: 3.75rem 3.75rem !important; } }

.p-t-6 {
  padding-top: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-6 {
      padding-top: 3.75rem !important; } }

.p-r-6 {
  padding-right: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-6 {
      padding-right: 3.75rem !important; } }

.p-b-6 {
  padding-bottom: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-6 {
      padding-bottom: 3.75rem !important; } }

.p-l-6 {
  padding-left: 1.875rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-6 {
      padding-left: 3.75rem !important; } }

.p-x-6 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-6 {
      padding-right: 3.75rem !important;
      padding-left: 3.75rem !important; } }

.p-y-6 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-6 {
      padding-top: 3.75rem !important;
      padding-bottom: 3.75rem !important; } }

.p-a-7 {
  padding: 2.1875rem 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-7 {
      padding: 4.375rem 4.375rem !important; } }

.p-t-7 {
  padding-top: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-7 {
      padding-top: 4.375rem !important; } }

.p-r-7 {
  padding-right: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-7 {
      padding-right: 4.375rem !important; } }

.p-b-7 {
  padding-bottom: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-7 {
      padding-bottom: 4.375rem !important; } }

.p-l-7 {
  padding-left: 2.1875rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-7 {
      padding-left: 4.375rem !important; } }

.p-x-7 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-7 {
      padding-right: 4.375rem !important;
      padding-left: 4.375rem !important; } }

.p-y-7 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-7 {
      padding-top: 4.375rem !important;
      padding-bottom: 4.375rem !important; } }

.p-a-8 {
  padding: 2.5rem 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-8 {
      padding: 5rem 5rem !important; } }

.p-t-8 {
  padding-top: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-8 {
      padding-top: 5rem !important; } }

.p-r-8 {
  padding-right: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-8 {
      padding-right: 5rem !important; } }

.p-b-8 {
  padding-bottom: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-8 {
      padding-bottom: 5rem !important; } }

.p-l-8 {
  padding-left: 2.5rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-8 {
      padding-left: 5rem !important; } }

.p-x-8 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-8 {
      padding-right: 5rem !important;
      padding-left: 5rem !important; } }

.p-y-8 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-8 {
      padding-top: 5rem !important;
      padding-bottom: 5rem !important; } }

.p-a-9 {
  padding: 2.8125rem 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-9 {
      padding: 5.625rem 5.625rem !important; } }

.p-t-9 {
  padding-top: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-9 {
      padding-top: 5.625rem !important; } }

.p-r-9 {
  padding-right: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-9 {
      padding-right: 5.625rem !important; } }

.p-b-9 {
  padding-bottom: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-9 {
      padding-bottom: 5.625rem !important; } }

.p-l-9 {
  padding-left: 2.8125rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-9 {
      padding-left: 5.625rem !important; } }

.p-x-9 {
  padding-right: 2.8125rem !important;
  padding-left: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-9 {
      padding-right: 5.625rem !important;
      padding-left: 5.625rem !important; } }

.p-y-9 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-9 {
      padding-top: 5.625rem !important;
      padding-bottom: 5.625rem !important; } }

.p-a-10 {
  padding: 3.125rem 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-a-10 {
      padding: 6.25rem 6.25rem !important; } }

.p-t-10 {
  padding-top: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-t-10 {
      padding-top: 6.25rem !important; } }

.p-r-10 {
  padding-right: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-r-10 {
      padding-right: 6.25rem !important; } }

.p-b-10 {
  padding-bottom: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-b-10 {
      padding-bottom: 6.25rem !important; } }

.p-l-10 {
  padding-left: 3.125rem !important; }
  @media screen and (min-width: 40em) {
    .p-l-10 {
      padding-left: 6.25rem !important; } }

.p-x-10 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-x-10 {
      padding-right: 6.25rem !important;
      padding-left: 6.25rem !important; } }

.p-y-10 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important; }
  @media print, screen and (min-width: 64em) {
    .p-y-10 {
      padding-top: 6.25rem !important;
      padding-bottom: 6.25rem !important; } }

.list-inline {
  list-style-type: none; }
  .list-inline > li {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.9375rem; }
    .list-inline > li:last-child {
      margin-right: 0; }

.list-unstyled {
  list-style-type: none;
  margin-left: 0; }
  .list-unstyled ul {
    list-style-type: none; }

ul.unstyled {
  list-style-type: none;
  margin-left: 0; }

figure {
  border: none;
  margin-bottom: 1.5625rem; }

figure, img {
  display: inline-block; }
  @media print, screen and (min-width: 40em) {
    figure.left, figure.right, img.left, img.right {
      margin-top: 0.3125rem;
      max-width: 40%; }
    figure.left, img.left {
      float: left !important;
      margin-right: 2.1875rem;
      margin-bottom: 2.1875rem; }
    figure.right, img.right {
      float: right !important;
      margin-left: 2.1875rem;
      margin-bottom: 2.1875rem; } }
  figure figcaption, img figcaption {
    color: #444444;
    font-size: 0.875rem;
    padding: 1.5625rem 1.875rem 1.875rem; }
    @media print, screen and (min-width: 40em) {
      figure figcaption, img figcaption {
        font-size: 1rem; } }

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;'; }

.text-uppercase {
  text-transform: uppercase !important;
  letter-spacing: 0.05rem; }

.text-notransform {
  text-transform: none !important; }

.text-small {
  font-size: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .text-small {
      font-size: 0.875rem; } }
  .text-small li {
    font-size: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .text-small li {
        font-size: 0.875rem; } }

.text-reduced {
  font-size: 0.875rem; }
  .text-reduced li {
    font-size: 0.875rem; }

.display-block {
  display: block; }

.display-inline-block {
  display: inline-block !important; }

.display-inline {
  display: inline; }

.display-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.w-100 {
  width: 100%; }

.h-100 {
  height: 100%; }

@media screen and (max-width: 39.9375em) {
  .grid-margin-x .cell .cell[class*=small-12]:not(:last-child), .grid-margin-x .cell .cell:not([class*=small-]):not(:last-child) {
    margin-bottom: 0.9375rem; }
  .grid-margin-x .cell[class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=small-]):not(:last-child) {
    margin-bottom: 1.125rem; }
    .grid-margin-x .cell[class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=small-]):not(:last-child) > *:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .grid-margin-x .cell[class*=medium-12][class*=small-12]:not(:last-child), .grid-margin-x .cell[class*=medium-12]:not([class*=small-]):not(:last-child), .grid-margin-x .cell:not([class*=medium])[class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=medium]):not([class*=small-]):not(:last-child) {
    margin-bottom: 1.25rem; }
    .grid-margin-x .cell[class*=medium-12][class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell[class*=medium-12]:not([class*=small-]):not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=medium])[class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=medium]):not([class*=small-]):not(:last-child) > *:last-child {
      margin-bottom: 0; } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x .cell[class*=large-12]:not(:last-child) {
    margin-bottom: 1.25rem; }
  .grid-margin-x .cell:not([class*=large])[class*=medium-12][class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=large])[class*=medium-12]:not([class*=small-]):not(:last-child), .grid-margin-x .cell:not([class*=large]):not([class*=medium])[class*=small-12]:not(:last-child), .grid-margin-x .cell:not([class*=large]):not([class*=medium]):not([class*=small-]):not(:last-child) {
    margin-bottom: 1.25rem; }
    .grid-margin-x .cell:not([class*=large])[class*=medium-12][class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=large])[class*=medium-12]:not([class*=small-]):not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=large]):not([class*=medium])[class*=small-12]:not(:last-child) > *:last-child, .grid-margin-x .cell:not([class*=large]):not([class*=medium]):not([class*=small-]):not(:last-child) > *:last-child {
      margin-bottom: 0; } }

.bg-color--light-gray {
  background-color: #EFEFEF; }

.bg-color--medium-gray {
  background-color: #CCCCCC; }

.bg-color--dark-gray {
  background-color: #444444; }

.bg-color--black, .bg-color--orange {
  color: #FFFFFF; }
  .bg-color--black a, .bg-color--orange a {
    color: #FFFFFF; }
    .bg-color--black a:hover, .bg-color--black a:focus, .bg-color--orange a:hover, .bg-color--orange a:focus {
      color: #FFFFFF; }
    .bg-color--black a.readMore:after, .bg-color--orange a.readMore:after {
      color: #FFFFFF;
      background-position-x: -52px; }
  .bg-color--black h3 a:hover:after, .bg-color--black h3 a:focus:after, .bg-color--black .h3 a:hover:after, .bg-color--black .h3 a:focus:after, .bg-color--orange h3 a:hover:after, .bg-color--orange h3 a:focus:after, .bg-color--orange .h3 a:hover:after, .bg-color--orange .h3 a:focus:after {
    background-position-x: -52px; }
  .bg-color--black h2, .bg-color--black h3, .bg-color--black h4, .bg-color--black h5, .bg-color--orange h2, .bg-color--orange h3, .bg-color--orange h4, .bg-color--orange h5 {
    color: #FFFFFF; }
    .bg-color--black h2 a, .bg-color--black h3 a, .bg-color--black h4 a, .bg-color--black h5 a, .bg-color--orange h2 a, .bg-color--orange h3 a, .bg-color--orange h4 a, .bg-color--orange h5 a {
      color: #FFFFFF; }
      .bg-color--black h2 a:hover, .bg-color--black h2 a:focus, .bg-color--black h3 a:hover, .bg-color--black h3 a:focus, .bg-color--black h4 a:hover, .bg-color--black h4 a:focus, .bg-color--black h5 a:hover, .bg-color--black h5 a:focus, .bg-color--orange h2 a:hover, .bg-color--orange h2 a:focus, .bg-color--orange h3 a:hover, .bg-color--orange h3 a:focus, .bg-color--orange h4 a:hover, .bg-color--orange h4 a:focus, .bg-color--orange h5 a:hover, .bg-color--orange h5 a:focus {
        color: #FFFFFF; }
      .bg-color--black h2 a.readMore:after, .bg-color--black h3 a.readMore:after, .bg-color--black h4 a.readMore:after, .bg-color--black h5 a.readMore:after, .bg-color--orange h2 a.readMore:after, .bg-color--orange h3 a.readMore:after, .bg-color--orange h4 a.readMore:after, .bg-color--orange h5 a.readMore:after {
        background-position-x: -52px; }
      .bg-color--black h2 a.readMore:hover:after, .bg-color--black h2 a.readMore:focus:after, .bg-color--black h3 a.readMore:hover:after, .bg-color--black h3 a.readMore:focus:after, .bg-color--black h4 a.readMore:hover:after, .bg-color--black h4 a.readMore:focus:after, .bg-color--black h5 a.readMore:hover:after, .bg-color--black h5 a.readMore:focus:after, .bg-color--orange h2 a.readMore:hover:after, .bg-color--orange h2 a.readMore:focus:after, .bg-color--orange h3 a.readMore:hover:after, .bg-color--orange h3 a.readMore:focus:after, .bg-color--orange h4 a.readMore:hover:after, .bg-color--orange h4 a.readMore:focus:after, .bg-color--orange h5 a.readMore:hover:after, .bg-color--orange h5 a.readMore:focus:after {
        background-position-x: -52px; }

.bg-color--black {
  background-color: #222222; }

.bg-color--orange {
  background-color: #C95100; }

.overlay-tinted {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0; }
  .overlay-tinted:before {
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.2)));
    background-image: linear-gradient(white, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }

.overlay-content {
  z-index: 1; }

.position-relative {
  position: relative; }

.position-absolute {
  position: absolute; }

@media screen and (max-width: 39.9375em) {
  .mobile-inset {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .mobile-inset .mobile-inset {
      padding-left: 0;
      padding-right: 0; }
    .mobile-inset .grid-margin-x {
      margin-left: 0 !important;
      margin-right: 0 !important; } }

@media screen and (max-width: 39.9375em) {
  .mobile-collapse {
    width: 100% !important; }
    .mobile-collapse--margin {
      margin-right: 0 !important;
      margin-left: 0 !important; }
    .mobile-collapse--padding {
      padding-right: 0 !important;
      padding-left: 0 !important; }
      .mobile-collapse--padding .grid-margin-x {
        margin-left: 0;
        margin-right: 0; } }

.equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .equal-height--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.border--none {
  border: none !important; }

.dont-break {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

.link--plain a {
  text-decoration: none; }

a.link--plain {
  text-decoration: none; }

@media screen and (max-width: 39.9375em) {
  .cat-top {
    margin-top: 1.25rem; }
    .cat-top + h1 {
      margin-top: 0.625rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .cat-top + h1 {
    margin-top: 0; } }

@media screen and (max-width: 39.9375em) {
  .crop-landscape {
    max-height: 16.25rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; } }

.crop-square {
  width: 9.25rem;
  height: 8.375rem;
  -o-object-fit: cover;
     object-fit: cover; }

.overflow-hidden {
  overflow: hidden; }

select {
  height: 3.125rem;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  background-size: 15px 15px;
  background-color: #C95100;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-family: "Lato", sans-serif;
  background-image: url(../images/icons/dropdown-arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 0.75rem;
  border-color: #C95100;
  padding-left: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    select {
      font-size: 0.875rem; } }
  select:focus, select:active {
    background-color: #C95100;
    border-color: #C95100; }
  select option {
    padding: 1.25rem;
    background-color: white; }
    
.input-group [type="text"] {
  margin-bottom: 0; }
  .input-group [type="text"]::-webkit-input-placeholder {
    color: #CCCCCC; }
  .input-group [type="text"]::-ms-input-placeholder {
    color: #CCCCCC; }
  .input-group [type="text"]::placeholder {
    color: #CCCCCC; }

.input-group [type="submit"] {
  margin-bottom: 0;
  padding: 0.3125rem 0.9375rem; }

.input-group-field {
  border: 0; }
  .input-group-field:focus {
    border: 0; }

.input-group-button {
  border: 0; }

input {
  border-color: #CCCCCC; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'] {
  height: 2.75rem;
  border-color: #CCCCCC;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shdadow: none; }

label {
  text-transform: none;
  font-size: 0.875rem;
  margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    label {
      font-size: 1rem; } }

[type='submit'] {
  color: #FFFFFF;
  background-color: #222222;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.9375rem;
  margin-bottom: 0.625rem;
  border: none;
  -webkit-transition: none;
  transition: none;
  height: auto; }
  [type='submit']:hover, [type='submit']:focus {
    background-color: #C95100; }
  @media print, screen and (min-width: 40em) {
    [type='submit'] {
      font-size: 0.875rem;
      padding: 1.25rem 1.5625rem; } }

[type="radio"], [type="checkbox"] {
  position: relative;
  margin-bottom: 0.625rem; }

#bboxdonation_BBEmbeddedForm select {
  color: #000; }

.no-js .top-bar {
  display: none; }

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block; }
  .no-js .title-bar {
    display: none; } }

body {
  overflow-x: hidden; }

footer {
  background-color: #222222;
  color: #FFFFFF; }
  @media screen and (max-width: 63.9375em) {
    footer {
      text-align: center; } }
  footer .footer-top {
    background-color: #222222;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      footer .footer-top .cell {
        margin-bottom: 1.875rem; } }
  footer .footer-bottom {
    background-color: #444444;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    @media print, screen and (min-width: 64em) {
      footer .footer-bottom ul {
        list-style-type: none; }
        footer .footer-bottom ul > li {
          margin-bottom: 0;
          display: inline-block;
          vertical-align: middle;
          margin-right: 0.9375rem; }
          footer .footer-bottom ul > li:last-child {
            margin-right: 0; } }
  footer ul {
    list-style-type: none;
    margin-left: 0; }
  footer a {
    color: #FFFFFF; }
    footer a:hover, footer a:focus {
      color: #FFFFFF;
      text-decoration: underline; }
  footer .footer-logo-container a:hover, footer .footer-logo-container a:focus {
    text-decoration: none; }
  footer .footer-logo-container img {
    max-width: 10rem; }
    @media screen and (max-width: 39.9375em) {
      footer .footer-logo-container img {
        max-height: 5.625rem; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .grid-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem; } }

@media screen and (max-width: 63.9375em) {
  .grid-container.full > .grid-margin-x {
    margin-left: 0;
    margin-right: 0; } }

@media screen and (max-width: 39.9375em) {
  .grid-container.full-small {
    padding-left: 0;
    padding-right: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .grid-container.full-medium {
    padding-left: 0;
    padding-right: 0; } }

.grid-container.breakout {
  padding-right: 0;
  padding-left: 0; }
  @media screen and (max-width: 63.9375em) {
    .grid-container.breakout > .grid-margin-x {
      margin-left: 0;
      margin-right: 0; } }

.breakout {
  width: 100%;
  max-width: 90rem; }

.l-header-logo {
  position: relative;
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem; }
  @media screen and (max-width: 39.9375em) {
    .l-header-logo img {
      width: 10.5rem; } }
  @media print, screen and (min-width: 40em) {
    .l-header-logo img {
      width: 16rem; } }
  @media print, screen and (min-width: 64em) {
    .l-header-logo {
      margin-top: 1.875rem;
      margin-bottom: 0.5rem; }
      .l-header-logo img {
        width: 16rem; } }

.l-utility {
  background-color: #EFEFEF;
  font-size: 0.875rem;
  height: 2.8125rem; }
  .l-utility-info-container {
    position: relative; }
  .l-utility-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  @media print, screen and (min-width: 64em) {
    .l-utility {
      height: calc($utilitybar-height - 1px); } }
  .l-utility li {
    font-size: 0.875rem; }
  .l-utility-tagline {
    font-style: italic;
    display: inline-block;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .l-utility-tagline {
        margin-top: 0.3125rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .l-utility-tagline {
        margin-top: -0.1875rem; } }
    @media print, screen and (min-width: 64em) {
      .l-utility-tagline {
        text-align: left;
        display: block;
        width: auto; } }
    .l-utility-tagline-divider {
      margin-right: 0.625rem;
      margin-left: 0.625rem; }
      @media screen and (min-width: 68.75em) {
        .l-utility-tagline-divider {
          margin-left: 0.9375rem;
          margin-right: 0.9375rem; } }
  .l-utility-nav-wrapper {
    display: inline-block; }
    .l-utility-nav-wrapper--mobile {
      display: block;
      clear: both;
      background-color: #EFEFEF;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .l-utility-nav-wrapper--mobile ul {
        list-style-type: none;
        background-color: #EFEFEF !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important; }
        .l-utility-nav-wrapper--mobile ul li {
          background-color: #EFEFEF; }
  @media print, screen and (min-width: 64em) {
    .l-utility-nav {
      list-style-type: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0;
      margin-top: 0;
      margin-bottom: 0; }
      .l-utility-nav li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.5rem;
        margin-top: 0;
        margin-bottom: 0; }
        .l-utility-nav li a {
          text-decoration: none; }
          .l-utility-nav li a:hover, .l-utility-nav li a:focus {
            text-decoration: underline; } }
  @media screen and (min-width: 65.625em) {
    .l-utility-nav li {
      margin-right: 0.625rem; } }
  @media screen and (min-width: 68.75em) {
    .l-utility-nav li {
      margin-right: 0.9375rem; } }
  @media screen and (min-width: 75em) {
    .l-utility-nav li {
      margin-right: 1.5625rem; } }
  .l-utility-info-for {
    display: inline-block;
    position: relative;
    background-color: #C95100;
    min-height: 2.75rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    color: #FFFFFF;
    width: 9.75rem;
    z-index: 50; }
    @media print, screen and (min-width: 64em) {
      .l-utility-info-for {
        padding-left: 0;
        padding-right: 0; }
        .l-utility-info-for:hover .l-utility-info-for-title:after, .l-utility-info-for:focus .l-utility-info-for-title:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
        .l-utility-info-for:hover .l-utility-info-for-content, .l-utility-info-for:focus .l-utility-info-for-content {
          display: block !important; } }
    .l-utility-info-for a {
      color: #FFFFFF; }
      .l-utility-info-for a:hover, .l-utility-info-for a:focus {
        color: #FFFFFF;
        text-decoration: none; }
    .l-utility-info-for-content {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      z-index: 20;
      position: relative; }
      @media print, screen and (min-width: 64em) {
        .l-utility-info-for-content {
          position: absolute;
          width: 100%;
          padding-left: 0.9375rem;
          padding-right: 0.9375rem;
          background-color: #FFFFFF;
          border: 1px solid #CCCCCC;
          -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
          .l-utility-info-for-content li a {
            color: #222222; }
            .l-utility-info-for-content li a:hover, .l-utility-info-for-content li a:focus {
              color: #C95100; } }
    .l-utility-info-for-title {
      margin-top: 0.75rem; }
      .l-utility-info-for-title button {
        color: #FFFFFF;
        text-transform: uppercase;
        letter-spacing: 0.05rem; }
        @media print, screen and (min-width: 64em) {
          .l-utility-info-for-title button {
            padding-left: 0.9375rem;
            text-align: left;
            background-color: #C95100;
            width: 100%;
            height: 2.8125rem; } }
      @media print, screen and (min-width: 64em) {
        .l-utility-info-for-title {
          margin-top: 0; } }
      .l-utility-info-for-title:after {
        display: block;
        width: 25px;
        height: 25px;
        border: inset 6px;
        content: url(../images/icons/dropdown-arrow-white.svg);
        border-bottom-width: 0;
        border-top-style: none;
        border-color: transparent;
        position: absolute;
        top: 14px;
        margin-top: -3px;
        right: 1rem; }
      .l-utility-info-for-title.active:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .l-utility-info-for--mobile {
      background-color: #C95100;
      width: 100%;
      position: relative;
      color: #FFFFFF;
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; }
      .l-utility-info-for--mobile .l-utility-info-for-title {
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        font-size: 0.8125rem;
        padding-left: 1.25rem; }
        .l-utility-info-for--mobile .l-utility-info-for-title:after {
          content: none; }
      .l-utility-info-for--mobile ul {
        background-color: #C95100 !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important; }
        .l-utility-info-for--mobile ul li {
          background-color: #C95100 !important; }
          .l-utility-info-for--mobile ul li a {
            color: #FFFFFF; }
            .l-utility-info-for--mobile ul li a:hover, .l-utility-info-for--mobile ul li a:focus {
              text-decoration: none;
              color: #FFFFFF; }

.dropdown-link:hover, .dropdown-link:focus {
  cursor: pointer; }

.dropdown-link-exposed ul {
  margin-top: 0.625rem; }

footer a {
  text-decoration: none; }
  footer a:hover, footer a:focus {
    text-decoration: underline; }

footer .dropdown-link {
  position: relative;
  text-align: left;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  border-bottom: 1px solid #C95100;
  background-color: #C95100; }
  footer .dropdown-link:after {
    display: block;
    width: 25px;
    height: 25px;
    border: inset 6px;
    content: url([system-asset]site://UTPB - Redesign/assets/images/icons/dropdown-arrow-white.svg[/system-asset]);
    border-bottom-width: 0;
    border-top-style: none;
    border-color: transparent;
    position: absolute;
    top: 8px;
    margin-top: 0;
    right: 10px; }
  footer .dropdown-link.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 9px; }

.content-overlay {
  background-color: #FFFFFF;
  margin-top: -2.5rem;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 89.9375em) {
    .content-overlay {
      max-width: calc(100% - 1rem - 1rem); } }
  @media print, screen and (min-width: 64em) {
    .content-overlay {
      margin-top: -5.625rem;
      padding-top: 2.1875rem; } }
  @media screen and (max-width: 74.9375em) {
    .content-overlay h1 {
      margin-top: 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .content-overlay h1 {
      margin-top: 1.25rem; } }
  .content-overlay h2.subtitle, .content-overlay .h2.subtitle {
    margin-bottom: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .content-overlay h2.subtitle, .content-overlay .h2.subtitle {
        margin-bottom: 2rem; } }

@media screen and (max-width: 63.9375em) {
  .l-header-main .grid-container {
    padding-left: 0;
    padding-right: 0; } }

.back-to-top {
  position: fixed;
  bottom: 5rem;/**With Ocelot 5rem, without 3.125rem **/
  right: 0.3125rem;
  display: block;
  right: 1.25rem;
  background-color: #222222;
  width: 2.75rem;
  height: 2.75rem;
  color: #FFFFFF;
  z-index: 100000;
  display: none; }
  .back-to-top:after {
    content: url(../images/icons/dropdown-arrow-white.svg);
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 0.75rem;
    height: 0.75rem;
    top: 1.5rem;
    left: 1rem;
    position: absolute; }
  @media print, screen and (min-width: 40em) {
    .back-to-top {
      width: 3.4375rem;
      height: 3.4375rem; }
      .back-to-top:after {
        width: 0.9375rem;
        height: 0.9375rem;
        top: 1.625rem;
        left: 1.1875rem; } }

address {
  font-style: normal;
  margin-bottom: 1rem; }

a {
  text-decoration: underline;
  color: #222222; }
  a:hover, a:focus {
    text-decoration: underline;
    color: #C95100; }

blockquote {
  color: #444444;
  font-weight: 300;
  padding-top: 70px;
  position: relative;
  text-align: center;
  padding-left: 0;
  font-family: "Lato", sans-serif; }
  @media print, screen and (min-width: 40em) {
    blockquote {
      padding: 55px 30px 20px;
      text-align: left; } }
  @media screen and (min-width: 75em) {
    blockquote {
      padding: 55px 100px 20px; } }
  @media print, screen and (min-width: 64em) {
    blockquote p {
      line-height: 1.333;
      font-size: 1.5rem; } }
  blockquote:before {
    content: "\201C";
    color: #C95100;
    font-size: 4.5rem;
    top: 0;
    position: absolute; }
    @media screen and (max-width: 39.9375em) {
      blockquote:before {
        margin-left: -15px; } }
    @media print, screen and (min-width: 64em) {
      blockquote:before {
        height: 30px;
        font-size: 5rem; } }
  blockquote.blockquote--featured {
    padding-left: 0;
    padding-right: 0;
    padding-top: 45px; }
    blockquote.blockquote--featured:before {
      width: 30px;
      top: -35px;
      font-size: 6.25rem; }
    blockquote.blockquote--featured p {
      font-size: 1.25rem;
      color: #444444;
      font-weight: 500; }
    blockquote.blockquote--featured .attribution {
      font-weight: normal;
      font-size: 1.125rem; }
    @media print, screen and (min-width: 64em) {
      blockquote.blockquote--featured p {
        font-size: 1.75rem; } }

h1 {
  border-bottom: 2px solid #C95100;
  display: inline-block;
  padding-bottom: 0.3125rem; }
  @media screen and (max-width: 63.9375em) {
    h1 {
      margin-top: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    h1 {
      margin-bottom: 1.875rem; } }

h1, h2, h3, h4, h5, h6 {
  color: #222222;
  line-height: 1.2;
  margin-bottom: 0.9375rem; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: #C95100; }
    h1 a:hover, h1 a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
      text-decoration: underline; }

h1, h2 {
  font-weight: 400; }

h2.h3 {
  font-size: 1.125rem; }
  @media print, screen and (min-width: 40em) {
    h2.h3 {
      font-size: 1.5rem; } }

.subhead {
  font-size: 1.125rem;
  font-weight: 300; }
  @media print, screen and (min-width: 40em) {
    .subhead {
      font-size: 1.5rem; } }

h3, .h3 {
  font-weight: 400; }
  h3 a:after, .h3 a:after {
    content: "";
    background-image: url([system-asset]site://UTPB - Redesign/assets/images/icons/icon-arrow-right-sprite.png[/system-asset]);
    margin-left: 0.625rem;
    display: inline-block;
    width: 1.5rem !important;
    height: 0.625rem !important;
    background-position: -26px -3px;
    background-repeat: no-repeat; }
  h3 a:hover:after, h3 a:focus:after, .h3 a:hover:after, .h3 a:focus:after {
    background-position-x: -1px; }
  h3 a.unstyled, .h3 a.unstyled {
    color: #222222;
    text-decoration: underline; }
    h3 a.unstyled:after, .h3 a.unstyled:after {
      content: none; }
    h3 a.unstyled:hover, h3 a.unstyled:focus, .h3 a.unstyled:hover, .h3 a.unstyled:focus {
      color: #C95100; }
  h3.subtitle a, .h3.subtitle a {
    text-decoration: underline; }
    h3.subtitle a:hover, h3.subtitle a:focus, .h3.subtitle a:hover, .h3.subtitle a:focus {
      text-decoration: underline; }
    h3.subtitle a:after, .h3.subtitle a:after {
      content: none; }

h3, h4 {
  font-weight: 400; }

h5 {
  font-weight: 700; }

h6 {
  font-weight: 700; }

h4 a, h5 a, h6 a {
  color: #222222;
  text-decoration: underline; }
  h4 a:hover, h4 a:focus, h5 a:hover, h5 a:focus, h6 a:hover, h6 a:focus {
    color: #C95100;
    text-decoration: underline; }

p {
  font-size: 1rem;
  margin-bottom: 1.875rem; }
  @media screen and (max-width: 39.9375em) {
    p {
      font-size: 1rem; } }

ul li, ol li {
  margin-bottom: 0.625rem;
  line-height: 1.375;
  font-size: 1rem; }

table {
  font-size: 1rem; }

.breakout .grid-container {
  opacity: 1 !important; }

q {
  quotes: "“" "”" "‘" "’";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.375; }

q:before {
  content: open-quote;
  color: #C95100;
  font-size: 3.75rem;
  position: absolute;
  top: -0.3125rem;
  left: 1.75rem; }

q:after {
  content: close-quote; }

figcaption {
  background-color: #EFEFEF; }

.responsive-embed,
.flex-video {
  margin-bottom: 0; }

.concurrent-link {
  display: inline-block;
  margin-right: 0.9375rem; }
  .concurrent-link:last-child {
    margin-right: 0; }
  @media screen and (max-width: 39.9375em) {
    .concurrent-link {
      width: 100%;
      display: block;
      margin-right: 0; } }

.enhanced--text {
  font-size: 1rem; }
  @media print, screen and (min-width: 40em) {
    .enhanced--text {
      font-size: 1.125rem; } }

@media screen and (max-width: 39.9375em) {
  .show-for-sr.hide-for-medium {
    position: relative !important;
    width: auto;
    height: auto;
    clip: unset;
    -webkit-clip-path: unset;
            clip-path: unset; } }

.content-module {
  margin-top: 0.9375rem;
  margin-bottom: 1.875rem; }
  @media print, screen and (min-width: 64em) {
    .content-module--impact-stories--header img {
      margin-bottom: 0.9375rem; } }
  .content-module--button-container {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media print, screen and (min-width: 64em) {
      .content-module--button-container {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem;
        margin-bottom: 2.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .content-module--calendar {
      text-align: center; }
      .content-module--calendar .small-up-1 .cell {
        border-bottom: 2px solid #CCCCCC;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module--calendar h3 {
      margin-bottom: 0; } }
  .content-module--calendar--all-events {
    margin-top: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--calendar--all-events {
        margin-top: 0; } }
  .content-module.content-module--slideshow + .content-module {
    margin-top: -3rem; }
  @media screen and (max-width: 39.9375em) {
    .content-module--subtopic-feature .content {
      margin-bottom: 2.8125rem !important; }
      .content-module--subtopic-feature .content p {
        margin-bottom: 1.5625rem; } }
  .content-module--subtopic-feature p:last-child {
    margin-bottom: 0; }
  .content-module--subtopic-feature .button {
    margin-bottom: 0; }
  .content-module--help {
    margin-top: 0; }
    @media screen and (max-width: 39.9375em) {
      .content-module--help {
        margin-bottom: 0;
        background-color: #EFEFEF; }
        .content-module--help .callout {
          padding-left: 0;
          padding-right: 0; } }
    @media print, screen and (min-width: 64em) {
      .content-module--help .callout {
        padding: 2.5rem; } }
    @media print, screen and (min-width: 40em) {
      .content-module--help + .content-module--wysiwyg {
        margin-top: 3.125rem; } }
    .content-module--help select {
      margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .content-module--help--form {
        margin-bottom: 0.625rem !important; } }
    .content-module--help--referral {
      position: relative; }
      .content-module--help--referral .help-content:before {
        content: url("[system-asset]site://UTPB - Redesign/assets/images/icons/icon-help.png[/system-asset]");
        position: absolute;
        top: 0; }
        @media print, screen and (min-width: 40em) {
          .content-module--help--referral .help-content:before {
            top: 5px; } }
      .content-module--help--referral p {
        padding-left: 3.125rem;
        line-height: 1.2; }
        .content-module--help--referral p:last-child {
          margin-bottom: 0; }
  .content-module--link-cta {
    margin-bottom: 1.875rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--link-cta {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    .content-module--link-cta--button {
      display: block;
      margin-bottom: 0; }
      .content-module--link-cta--button .button {
        min-width: 50%; }
      @media print, screen and (min-width: 40em) {
        .content-module--link-cta--button {
          display: inline-block;
          margin-right: 2.5rem;
          margin-bottom: 0; }
          .content-module--link-cta--button .button {
            min-width: 13.4375rem;
            margin-bottom: 0; } }
    .content-module--link-cta--link {
      display: block; }
      @media print, screen and (min-width: 40em) {
        .content-module--link-cta--link {
          display: inline-block; } }
  .content-module--office-detail--leadership-heading {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
  .content-module--office-detail--results-heading {
    margin-top: 3.125rem;
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .content-module--office-detail--results-heading {
        margin-top: 4.375rem;
        margin-bottom: 0.9375rem; } }
  @media screen and (max-width: 39.9375em) {
    .content-module--staff-detail--top h1 {
      margin-bottom: 0.625rem;
      margin-top: 0.5rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module--staff-detail--top h1 {
      margin-bottom: 0; } }
  .content-module--staff-detail--contact-info--staff {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--staff-detail--contact-info--staff {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
  .content-module--staff-detail--contact-info--content {
    padding-top: 0.9375rem;
    padding-bottom: 1.5625rem; }
    @media screen and (max-width: 39.9375em) {
      .content-module--staff-detail--contact-info--content {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem; } }
  .content-module--staff-detail--contact-info--office {
    margin-top: 0;
    margin-bottom: 1.875rem; }
    @media print, screen and (min-width: 64em) {
      .content-module--staff-detail--contact-info--office-primary {
        margin-bottom: 0.9375rem; } }
    .content-module--staff-detail--contact-info--office .content-module--staff-detail--contact-info--content {
      padding-top: 0;
      padding-bottom: 0; }
      @media screen and (max-width: 39.9375em) {
        .content-module--staff-detail--contact-info--office .content-module--staff-detail--contact-info--content {
          padding-left: 0;
          padding-right: 0; }
          .content-module--staff-detail--contact-info--office .content-module--staff-detail--contact-info--content-item {
            padding-left: 0;
            padding-right: 0; } }
    @media print, screen and (min-width: 40em) {
      .content-module--staff-detail--contact-info--office {
        margin-bottom: 2.1875rem; } }
  .content-module--staff-detail--contact-info--content-item {
    margin-top: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--staff-detail--contact-info--content-item:not(:last-child) {
        border-right: 1px solid #CCCCCC; } }
    .content-module--staff-detail--contact-info--content-item--title {
      font-size: 0.75rem;
      margin-bottom: 0;
      text-transform: uppercase;
      letter-spacing: 0.05rem; }
      @media print, screen and (min-width: 40em) {
        .content-module--staff-detail--contact-info--content-item--title {
          margin-bottom: 0.3125rem;
          font-size: 0.875rem; } }
    .content-module--staff-detail--contact-info--content-item--content {
      font-size: 0.875rem; }
      @media print, screen and (min-width: 40em) {
        .content-module--staff-detail--contact-info--content-item--content {
          font-size: 1rem; } }
  .content-module--staff-detail--last-updated--content {
    height: 5rem;
    padding-left: 1.875rem;
    padding-bottom: 2.5rem;
    padding-top: 1.875rem; }
  @media screen and (max-width: 39.9375em) {
    .content-module--staff-detail--top {
      margin-bottom: 0; } }
  .content-module--staff-detail--top .enhanced--text {
    margin-bottom: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--staff-detail--top .enhanced--text {
        margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .content-module--staff-detail--top img {
      margin-bottom: 0;
      margin-top: 1.875rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .content-module--staff-detail--top {
      margin-top: 1.875rem !important; } }
  .content-module--staff-detail--top .subhead {
    margin-bottom: 1.5625rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--staff-detail--top .subhead {
        margin-bottom: 2.5rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module--staff-detail--top {
      margin-top: 2.5rem; } }
  .content-module--staff-detail--top--bio ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-top: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--staff-detail--top--bio ul li {
        display: inline-block; }
        .content-module--staff-detail--top--bio ul li:after {
          content: "|";
          margin-left: 0.625rem;
          margin-right: 0.625rem; }
        .content-module--staff-detail--top--bio ul li:last-child:after {
          content: none;
          margin-right: 0;
          margin-left: 0; } }
  .content-module--alert {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    padding-right: 1.25rem;
    padding-left: 0;
    background-color: #C95100;
    color: #FFFFFF; }
    .content-module--alert--button {
      display: inline-block; }
    .content-module--alert--content {
      display: inline-block; }
    .content-module--alert .button {
      background-color: #ab4500;
      margin-bottom: 0;
      margin-right: 0.9375rem;
      cursor: unset; }
      .content-module--alert .button:hover, .content-module--alert .button:focus {
        background-color: #ab4500; }
    .content-module--alert a {
      text-align: left;
      color: #FFFFFF; }
      .content-module--alert a:hover, .content-module--alert a:focus {
        text-decoration: underline;
        color: #FFFFFF; }
      .content-module--alert a.arrowRight {
        color: #FFFFFF; }
        .content-module--alert a.arrowRight:hover, .content-module--alert a.arrowRight:focus {
          color: #FFFFFF; }
    .content-module--alert:last-child {
      margin-bottom: 1.25rem !important; }
  .content-module--wysiwyg p:last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .content-module--link-blocks--content-container {
      margin-top: -1.25rem; } }
  .content-module--link-blocks .grid-margin-x .cell {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    margin-bottom: 0 !important;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media print, screen and (min-width: 40em) {
      .content-module--link-blocks .grid-margin-x .cell {
        padding-bottom: 1.875rem;
        padding-top: 1.875rem; } }
    .content-module--link-blocks .grid-margin-x .cell:last-child {
      border-bottom: 1px solid transparent; }
    @media print, screen and (min-width: 40em) {
      .content-module--link-blocks .grid-margin-x .cell:nth-last-child(2):nth-child(odd) {
        border-bottom: 1px solid transparent; } }
  @media screen and (max-width: 39.9375em) {
    .content-module--link-blocks--link-only .grid-margin-x .cell:first-child {
      padding-top: 0; }
    .content-module--link-blocks--link-only .grid-margin-x .cell:last-child {
      padding-bottom: 0; } }
  .content-module--link-blocks--text p {
    margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    .content-module--link-blocks--text .grid-margin-x:first-child .cell {
      padding-bottom: 0; } }
  @media print, screen and (min-width: 40em) {
    .content-module--link-blocks--text .grid-margin-x:first-child {
      margin-bottom: 0; }
      .content-module--link-blocks--text .grid-margin-x:first-child .cell {
        padding-bottom: 0.625rem; } }
  .content-module--link-blocks--text .content-module--link-blocks--content-container .cell {
    border-bottom: 2px solid #CCCCCC; }
    @media print, screen and (min-width: 40em) {
      .content-module--link-blocks--text .content-module--link-blocks--content-container .cell {
        padding-bottom: 0.9375rem;
        padding-top: 0.9375rem; } }
    @media screen and (max-width: 39.9375em) {
      .content-module--link-blocks--text .content-module--link-blocks--content-container .cell:first-child {
        border-top: 2px solid #CCCCCC !important; }
      .content-module--link-blocks--text .content-module--link-blocks--content-container .cell:last-child {
        border-bottom: 2px solid #CCCCCC !important; } }
  .content-module--link-blocks--text .content-module--link-blocks--content-container .grid-margin-x:first-child {
    margin-bottom: 0; }
    .content-module--link-blocks--text .content-module--link-blocks--content-container .grid-margin-x:first-child .cell {
      padding-bottom: 0; }
  .content-module--link-blocks h3 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
  .content-module--topic-feature-card--content {
    position: relative;
    /*padding-block-end: 5rem;*/
    background-color: black; }
    .content-module--topic-feature-card--content::before{
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      background-image: linear-gradient(transparent 67%, rgba(0, 0, 0, 0.75) 83%);
      transform-origin: center bottom;
      transition: scale 500ms;
      scale: 0;
    }
    .content-module--topic-feature-card--content:where(:hover, :focus-visible)::before {
      scale: 7;
    }
    .content-module--topic-feature-card--content .overlay-tinted-card-hover {
      /*background-color: #222222;*/
      color: #FFFFFF; }
    .content-module--topic-feature-card--content h3 {
      color: #FFFFFF;
      position: relative;
      z-index: 10; }
      .content-module--topic-feature-card--content h3:after {
        background-position-x: -52px; }
    /*.content-module--topic-feature-card--content:hover .overlay-tinted-card-hover, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover {*/
    /*  background-color: transparent;*/
    /*  color: #FFFFFF; }*/
      /*.content-module--topic-feature-card--content:hover .overlay-tinted-card-hover:before, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover:before {*/
      /*  content: " ";*/
      /*  background: rgba(0, 0, 0, 0.6);*/
      /*  display: block;*/
      /*  width: 100%;*/
      /*  height: 100%;*/
      /*  position: absolute;*/
      /*  top: 0;*/
      /*  left: 0;*/
      /*  z-index: 1; }*/
      .content-module--topic-feature-card--content:hover .overlay-tinted-card-hover h3, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover h3 {
        text-decoration: none; }
        .content-module--topic-feature-card--content:hover .overlay-tinted-card-hover h3:after, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover h3:after {
          background-position-x: -52px; }
      @media screen and (max-width: 39.9375em) {
          /*  .content-module--topic-feature-card--content:hover .overlay-tinted-card-hover, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover {*/
          /*    background: black; }*/
          .content-module--topic-feature-card--content::before {
            scale: 7; }
          .content-module--topic-feature-card--content .overlay-tinted-card-hover {
            translate: 0 -6rem; }  }
    .content-module--topic-feature-card--content .card-section {
      z-index: 1;
      padding: 1.875rem;
      padding-block-start: 0;
      width: 100%; }
      /*@media screen and (min-width: 26.875em) {*/
        /*.content-module--topic-feature-card--content .card-section {*/
        /*  position: absolute;*/
        /*  bottom: 0; } */
      /*}*/
    .content-module--topic-feature-card--content .card-image {
      min-height: 1px; }
    .content-module--topic-feature-card--content--text {
      position: absolute;
      left: 0;
      padding-inline: 1.875rem;
      z-index: 10; }
      @media print, screen and (min-width: 40em) {
      /*  .content-module--topic-feature-card--content--text {*/
      /*  display: none; } */
        .content-module--topic-feature-card--content .overlay-tinted-card-hover {
            translate: 0 calc(100% + 2rem);
            transition: translate 500ms; }
          .content-module--topic-feature-card--content h3 {
            translate: 0 calc(-100% - 4rem);
            transition: translate 500ms; }
          .content-module--topic-feature-card--content:hover .overlay-tinted-card-hover, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover {
            translate: 0 -4rem; } 
          .content-module--topic-feature-card--content:hover .overlay-tinted-card-hover h3, .content-module--topic-feature-card--content:focus .overlay-tinted-card-hover h3 {
            translate: 0; } }
      /*@media screen and (max-width: 39.9375em) {*/
        .content-module--topic-feature-card--content--text p:last-child {
          margin-bottom: 0; } 
      /*}*/
    /*@media print, screen and (min-width: 40em) {*/
    /*  .content-module--topic-feature-card--content:hover .card-section, .content-module--topic-feature-card--content:focus .card-section {*/
    /*    height: 100%; }*/
    /*    .content-module--topic-feature-card--content:hover .card-section .content-module--topic-feature-card--content--text, .content-module--topic-feature-card--content:focus .card-section .content-module--topic-feature-card--content--text {*/
    /*      display: block; } }*/
  @media screen and (max-width: 39.9375em) {
    .content-module--impact-story-feature .right-col {
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .content-module--impact-story-feature .button {
    margin-bottom: 0; }
  .content-module--impact-story-feature .callout {
    height: 100%; }
  .content-module--impact-story-feature .collapse-right {
    min-height: 12.875rem; }
  @media screen and (max-width: 39.9375em) {
    .content-module--impact-story-feature h3 {
      margin-top: 0.3125rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module--impact-story-feature .collapse-left {
      margin-left: 0;
      width: 33.33333%; }
    .content-module--impact-story-feature .collapse-right {
      margin-right: 0; } }
  .content-module--news-recent-news--content {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem; }
    .content-module--news-recent-news--content p {
      margin-bottom: 0; }
    @media print, screen and (min-width: 64em) {
      .content-module--news-recent-news--content {
        margin-top: 1.875rem;
        margin-bottom: 2.5rem; } }
    .content-module--news-recent-news--content:first-child {
      margin-top: 0; }
    .content-module--news-recent-news--content:last-child {
      margin-bottom: 3.75rem; }
    @media print, screen and (min-width: 64em) {
      .content-module--news-recent-news--content img {
        min-width: 9.25rem; } }
    .content-module--news-recent-news--content--featured {
      margin-top: 0; }
  .content-module--related-stories {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem; }
  .content-module--quote-image .quote-image-container {
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      .content-module--quote-image .quote-image-container {
        margin-top: 9.375rem; } }
  @media screen and (max-width: 63.9375em) {
    .content-module--quote-image--quote {
      padding-top: 3.75rem !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .content-module--quote-image--quote {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .content-module--quote-image--quote q {
    font-size: 1.125rem;
    font-weight: 300; }
    @media print, screen and (min-width: 40em) {
      .content-module--quote-image--quote q {
        font-size: 1.5rem; } }
    .content-module--quote-image--quote q:before {
      content: open-quote;
      color: #222222;
      font-size: inherit;
      position: inherit;
      top: inherit;
      left: inherit; }
  .content-module--quote-image--quote-author {
    margin-top: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--quote-image--quote-author {
        margin-top: 1.5625rem; } }
  .content-module--quote-image--quote-author, .content-module--quote-image--quote-author-title {
    font-size: 0.875rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--quote-image--quote-author, .content-module--quote-image--quote-author-title {
        font-size: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .content-module--quote-image--quote {
      max-width: 72%; } }
  .content-module--quote-image--image {
    z-index: 10; }
    @media screen and (max-width: 63.9375em) {
      .content-module--quote-image--image {
        position: absolute;
        top: -9.375rem;
        left: 0;
        right: 0;
        width: 11.25rem;
        margin-left: auto;
        margin-right: auto; }
        .content-module--quote-image--image img {
          width: 11.25rem; } }
  @media print, screen and (min-width: 64em) {
    .content-module--quote-image--image-right {
      margin-bottom: 3.125rem; } }
  @media print, screen and (min-width: 64em) {
    .content-module--quote-image--image-right .content-module--quote-image--quote {
      padding-right: 5.625rem; } }
  @media print, screen and (min-width: 64em) {
    .content-module--quote-image--image-right .content-module--quote-image--image {
      position: absolute;
      right: 0;
      bottom: -1.875rem;
      z-index: 10; } }
  .content-module--quote-image--image-left {
    margin-top: 3.75rem; }
    @media print, screen and (min-width: 64em) {
      .content-module--quote-image--image-left .content-module--quote-image--quote {
        padding-left: 5.625rem;
        float: right; } }
    @media print, screen and (min-width: 64em) {
      .content-module--quote-image--image-left .content-module--quote-image--image {
        position: absolute;
        left: 0;
        top: -1.875rem;
        z-index: 10; } }
  @media print, screen and (min-width: 64em) {
    .content-module--pagination {
      margin-bottom: 3.75rem; } }
  .content-module--pagination--wrapper {
    border-top: 2px solid #C95100;
    padding-top: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--pagination--wrapper {
        padding-top: 1.875rem; } }
  .content-module--pagination--numbers .J-paginationjs-previous, .content-module--pagination--numbers .J-paginationjs-next {
    text-transform: capitalize;
    font-weight: 400; }
  @media screen and (max-width: 39.9375em) {
    .content-module--pagination--numbers .pagination li:first-child {
      display: none; }
    .content-module--pagination--numbers .pagination li.active {
      display: inline-block; } }
  .content-module--pagination--numbers .pagination a:hover, .content-module--pagination--numbers .pagination a:focus {
    background-color: none !important; }
  .content-module--pagination--numbers .pagination {
    font-weight: 400; }
    .content-module--pagination--numbers .pagination li.J-paginationjs-page:hover, .content-module--pagination--numbers .pagination li.J-paginationjs-page:focus {
      background-color: none; }
      .content-module--pagination--numbers .pagination li.J-paginationjs-page:hover a, .content-module--pagination--numbers .pagination li.J-paginationjs-page:focus a {
        background-color: none !important; }
    .content-module--pagination--numbers .pagination li.J-paginationjs-page a {
      margin-right: 0.3125rem;
      color: #222222;
      text-decoration: underline; }
      @media print, screen and (min-width: 40em) {
        .content-module--pagination--numbers .pagination li.J-paginationjs-page a {
          margin-right: 0.625rem; } }
      @media print, screen and (min-width: 64em) {
        .content-module--pagination--numbers .pagination li.J-paginationjs-page a {
          margin-right: 1.875rem; } }
      .content-module--pagination--numbers .pagination li.J-paginationjs-page a:hover, .content-module--pagination--numbers .pagination li.J-paginationjs-page a:focus {
        color: #C95100;
        text-decoration: underline;
        background-color: none !important; }
    .content-module--pagination--numbers .pagination li.J-paginationjs-page:last-child a {
      margin-right: 0; }
    .content-module--pagination--numbers .pagination li.J-paginationjs-page.active a {
      text-decoration: none;
      color: #222222; }
  @media screen and (max-width: 39.9375em) {
    .content-module--listing-feature-insert {
      text-align: center; } }
  .content-module--listing-feature-insert ul {
    margin-left: 0; }
    .content-module--listing-feature-insert ul li {
      font-size: 0.75rem; }
      @media print, screen and (min-width: 40em) {
        .content-module--listing-feature-insert ul li {
          font-size: 0.875rem; } }
  .content-module--listing-card-container a {
    text-decoration: none;
    color: #FFFFFF; }
    @media print, screen and (min-width: 40em) {
      .content-module--listing-card-container a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 100%; } }
    .content-module--listing-card-container a:hover, .content-module--listing-card-container a:focus {
      text-decoration: none;
      color: #FFFFFF; }
      .content-module--listing-card-container a:hover p, .content-module--listing-card-container a:focus p {
        text-decoration: underline; }
    .content-module--listing-card-container a p:after {
      content: "";
      display: inline-block;
      background-image: url([system-asset]site://UTPB - Redesign/assets/images/icons/icon-arrow-right-sprite.png[/system-asset]);
      margin-left: 0.625rem;
      display: inline-block;
      width: 1.5rem !important;
      height: 0.625rem !important;
      background-position: -52px -3px;
      background-repeat: no-repeat; }
  .content-module--listing-card-container .date-time {
    font-size: 0.75rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--listing-card-container .date-time {
        font-size: 0.875rem; } }
  @media print, screen and (min-width: 64em) {
    .content-module--listing-card-container .card-section {
      padding: 1.875rem; } }
  .content-module--listing-card-container .card-section p {
    margin-bottom: 0.9375rem;
    font-size: 1.125rem; }
    @media print, screen and (min-width: 64em) {
      .content-module--listing-card-container .card-section p {
        margin-bottom: 1.5625rem; } }
  .content-module--listing-card-container .card-section .category-name {
    margin-bottom: 0.9375rem; }
  .content-module--listing-card-container .card-image {
    width: 100%; }
  .content-module--listing-card-container .cell:nth-child(odd) .card-image {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .content-module--listing-card-container .cell:nth-child(odd) .card-section {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .content-module--listing-card-container .cell:nth-child(even) .card-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .content-module--listing-card-container .cell:nth-child(even) .card-section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .content-module--image-caption-overlay {
    position: relative; }
    .content-module--image-caption-overlay:hover .readMore, .content-module--image-caption-overlay:focus .readMore {
      text-decoration: underline; }
      .content-module--image-caption-overlay:hover .readMore:after, .content-module--image-caption-overlay:focus .readMore:after {
        background-position: -51px -3px; }
    @media print, screen and (min-width: 64em) {
      .content-module--image-caption-overlay {
        margin-bottom: 2.5rem; } }
    .content-module--image-caption-overlay--content {
      background-color: #222222;
      padding: 1.25rem;
      color: #FFFFFF; }
      .content-module--image-caption-overlay--content .readMore {
        color: inherit; }
      .content-module--image-caption-overlay--content h2, .content-module--image-caption-overlay--content h3 {
        margin-bottom: 0.9375rem; }
        .content-module--image-caption-overlay--content h2 a, .content-module--image-caption-overlay--content h3 a {
          color: #FFFFFF; }
          .content-module--image-caption-overlay--content h2 a:hover, .content-module--image-caption-overlay--content h2 a:focus, .content-module--image-caption-overlay--content h3 a:hover, .content-module--image-caption-overlay--content h3 a:focus {
            color: #FFFFFF; }
        @media print, screen and (min-width: 40em) {
          .content-module--image-caption-overlay--content h2, .content-module--image-caption-overlay--content h3 {
            margin-bottom: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .content-module--image-caption-overlay--content {
          padding: 2.5rem;
          max-width: 50%;
          position: absolute;
          left: 1.75rem;
          bottom: 0; } }
    .content-module--image-caption-overlay .category-name {
      margin-bottom: 0.9375rem; }
      @media print, screen and (min-width: 40em) {
        .content-module--image-caption-overlay .category-name {
          margin-bottom: 1.25rem; } }
    .content-module--image-caption-overlay .date-time {
      font-size: 0.75rem;
      margin-bottom: 0; }
      @media print, screen and (min-width: 40em) {
        .content-module--image-caption-overlay .date-time {
          margin-bottom: 0.3125rem;
          font-size: 0.875rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module--category-container .cell {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
      .content-module--category-container .cell:first-child {
        padding-left: 0; }
      .content-module--category-container .cell:last-child {
        padding-right: 0; } }
  @media print, screen and (min-width: 40em) {
    .content-module--category-container--buttons .cell {
      margin-bottom: 0.625rem !important; } }
  @media print, screen and (min-width: 64em) {
    .content-module--category-container--buttons .cell {
      width: calc(16.66667% - 19px) !important; } }
  .content-module--category-container .button {
    width: 100%;
    text-align: left;
    height: 3.75rem;
    line-height: 1.2; }
    @media print, screen and (min-width: 40em) {
      .content-module--category-container .button {
        height: 4.6875rem; } }
  .content-module--footer-top {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; }
    @media print, screen and (min-width: 64em) {
      .content-module--footer-top {
        padding-bottom: 5.5rem; } }
    .content-module--footer-top--impact-stories-listing .button-link-container .button {
      width: auto; }
    @media print, screen and (min-width: 40em) {
      .content-module--footer-top h2 {
        margin-bottom: 1.875rem;
        font-weight: 400;} }
  .content-module--video figure {
    width: 100%;
    margin-bottom: 0;
    border: none; }
  .content-module--video iframe {
    border: none; }
  .content-module--contact-teaser h3 {
    margin-bottom: 0; }
    .content-module--contact-teaser h3 a:after {
      content: none; }
    .content-module--contact-teaser h3 p {
      margin-bottom: 0.625rem; }
  .content-module--contact-teaser .content-module--content-name h3 {
    margin-bottom: 0.9375rem; }
    @media print, screen and (min-width: 40em) {
      .content-module--contact-teaser .content-module--content-name h3 {
        margin-bottom: 0.9375rem; } }
  .content-module--contact-teaser .content-module--content-name p {
    margin-bottom: 0.9375rem !important; }
  .content-module--impact-story-teaser {
    border-top: 2px solid #C95100;
    border-bottom: 2px solid #C95100;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media print, screen and (min-width: 64em) {
      .content-module--impact-story-teaser {
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
    @media screen and (max-width: 39.9375em) {
      .content-module--impact-story-teaser .additional-links a.button {
        margin-bottom: 0.9375rem; } }
    .content-module--impact-story-teaser .additional-links a.readMore {
      color: #C95100; }
      @media screen and (max-width: 39.9375em) {
        .content-module--impact-story-teaser .additional-links a.readMore {
          display: block; } }
      @media print, screen and (min-width: 40em) {
        .content-module--impact-story-teaser .additional-links a.readMore {
          margin-left: 1.875rem; } }
  .content-module--contact-info p {
    margin-bottom: 0; }
  .content-module--slideshow figure {
    width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .content-module--optional-steps h2 {
      margin-bottom: 1.25rem; } }
  .content-module--optional-steps ol {
    counter-reset: optional-steps-counter;
    list-style: none;
    padding-left: 2.5rem;
    margin-left: 3.75rem; }
    @media screen and (max-width: 39.9375em) {
      .content-module--optional-steps ol {
        margin-left: 1.25rem; } }
    .content-module--optional-steps ol li {
      margin: 0 0 0.5rem 0;
      counter-increment: optional-steps-counter;
      position: relative; }
      .content-module--optional-steps ol li::before {
        content: counter(optional-steps-counter);
        color: #FFFFFF;
        font-size: 1.125rem;
        font-weight: 400;
        position: absolute;
        --size: 66px;
        left: -6rem;
        line-height: 66px;
        width: 4.125rem;
        height: 4.125rem;
        top: 0;
        background: #222222;
        text-align: center; }
        @media print, screen and (min-width: 40em) {
          .content-module--optional-steps ol li::before {
            font-size: 1.5rem; } }
        @media screen and (max-width: 39.9375em) {
          .content-module--optional-steps ol li::before {
            width: 2.625rem;
            height: 3.25rem;
            line-height: 2.8;
            left: -3.75rem; } }
      .content-module--optional-steps ol li h3 {
        margin-bottom: 0; }
        @media print, screen and (min-width: 40em) {
          .content-module--optional-steps ol li h3 {
            padding-top: 0.375rem; } }
  .content-module--featured {
    background-color: #EFEFEF;
    padding: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .content-module--featured-image {
        margin-bottom: 1.25rem;
        text-align: center; } }
    @media print, screen and (min-width: 40em) {
      .content-module--featured-image {
        text-align: left;
        width: 11.25rem; }
        .content-module--featured-image img {
          float: left; } }
    @media print, screen and (min-width: 40em) {
      .content-module--featured-image + .content-module--featured-text {
        padding-left: 13.125rem; } }
    .content-module--featured-text h3 {
      margin-bottom: 0.5rem; }
    .content-module--featured-text .button {
      margin-bottom: 0; }
    .content-module--featured-text p:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 39.9375em) {
      .content-module--featured-text {
        text-align: center;
        margin-bottom: 0; }
        .content-module--featured-text h3 {
          margin-bottom: 0.5rem; } }

.content-module--contact-name p {
  margin-bottom: 0.625rem; }

@media print, screen and (min-width: 40em) {
  .content-module:first-child {
    margin-top: 0; } }

.banner {
  padding: 3.125rem 0; }
  .banner-header {
    color: inherit;
    line-height: 1.1; }
  @media print, screen and (min-width: 64em) {
    .banner {
      padding: 5.625rem 0 3.125rem;
      max-width: 68.75rem; }
      .banner-header {
        font-size: 2.5rem; } }
  @media screen and (min-width: 90em) {
    .banner-header {
      font-size: 3.75rem; }
    .banner-summary {
      font-size: 1.5rem;
      line-height: 1.333; } }
  @media screen and (max-width: 63.9375em) {
    .banner-buttons {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.contentModule {
  clear: both;
  overflow: hidden;
  padding-bottom: 1.25rem; }

@media print, screen and (min-width: 64em) {
  .content-module--listing-card-container--large .cell:nth-child(3n-1), .content-module--topic-feature-card .cell:nth-child(3n-1) {
    padding-right: 1.375rem;
    padding-left: 1.375rem; }
  .content-module--listing-card-container--large .cell:nth-child(3n-2), .content-module--topic-feature-card .cell:nth-child(3n-2) {
    padding-right: 1.125rem; }
  .content-module--listing-card-container--large .cell:nth-child(3n), .content-module--topic-feature-card .cell:nth-child(3n) {
    padding-left: 1.125rem; } }

@media print, screen and (min-width: 40em) {
  .content-module--listing-card-container--large .card {
    margin-bottom: 2.1875rem; } }

@media print, screen and (min-width: 64em) {
  .content-module--listing-card-container--large .card {
    margin-bottom: 2.5rem; } }

.awesomplete {
  text-transform: none;
  position: relative; }
  .awesomplete [hidden] {
    display: none; }
  .awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .awesomplete > input {
    display: block; }
  .awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: .3em;
    margin: .2em 0 0;
    background: rgba(255, 255, 255, 0.9);
    background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
            box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
    text-shadow: none; }
    .awesomplete > ul:empty {
      display: none; }
    .awesomplete > ul:before {
      content: "";
      position: absolute;
      top: -.43em;
      left: 1em;
      width: 0;
      height: 0;
      padding: .4em;
      background: white;
      border: inherit;
      border-right: 0;
      border-bottom: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .awesomplete > ul > li {
      position: relative;
      padding: 0.4375rem 0.9375rem;
      margin-bottom: 0;
      cursor: pointer; }
      .awesomplete > ul > li:hover, .awesomplete > ul > li:focus {
        background: rgba(201, 81, 0, 0.2);
        color: black; }
      .awesomplete > ul > li[aria-selected="true"] {
        background: #3d6d8f;
        color: white; }
  .awesomplete mark {
    background: rgba(201, 81, 0, 0.3); }
  .awesomplete li:hover mark {
    background: rgba(201, 81, 0, 0.3); }
  .awesomplete li[aria-selected="true"] mark {
    background: #222222;
    color: inherit; }

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -.43em;
        -ms-transform-origin: 1.43em -.43em;
            transform-origin: 1.43em -.43em; }
    .awesomplete > ul[hidden], .awesomplete > ul:empty {
      opacity: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      display: block;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease; } }

/* Pointer */
.degrees-programs--explore--results .accordion-item {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem !important; }
  .degrees-programs--explore--results .accordion-item .type-container {
    display: inline-block;
    color: #FFFFFF; }
    .degrees-programs--explore--results .accordion-item .type-container .type-element {
      background-color: #444444;
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      display: inline-block;
      text-align: center;
      padding-top: 0.9375rem;
      padding-bottom: 0.625rem;
      height: 2.5rem;
      position: absolute;
      top: 0.625rem;
      font-size: 0.75rem; }
      @media print, screen and (min-width: 64em) {
        .degrees-programs--explore--results .accordion-item .type-container .type-element {
          font-size: 0.875rem; } }
  .degrees-programs--explore--results .accordion-item .type-undergraduate {
    width: 120px;
    left: 54%; }
  .degrees-programs--explore--results .accordion-item .type-grad {
    width: 70px;
    left: calc(54% + 120px + 20px); }
  .degrees-programs--explore--results .accordion-item .type-cert {
    width: 70px;
    left: calc(54% + 120px + 20px + 70px + 20px); }
  .degrees-programs--explore--results .accordion-item .type-online {
    width: 86px;
    left: calc(54% + 120px + 20px + 70px + 20px + 70px + 20px); }
  @media print, screen and (min-width: 40em) {
    .degrees-programs--explore--results .accordion-item {
      margin-top: 0.625rem;
      margin-bottom: 0.625rem !important; } }
  .degrees-programs--explore--results .accordion-item a.accordion-title {
    text-decoration: none; 
    background-image: linear-gradient(to right, #c95100, #c95100, #c95100, white);
  }
  .degrees-programs--explore--results .accordion-item .accordion-title {
    position: relative;
    border-color: #222222;
    background-color: #222222;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.125rem;
    padding-left: 2.5rem;
    color: #FFFFFF; }
    .degrees-programs--explore--results .accordion-item .accordion-title:before {
      font-size: 1.5rem;
      left: 0.9375rem;
      right: inherit;
      top: 43%; }
      @media print, screen and (min-width: 40em) {
        .degrees-programs--explore--results .accordion-item .accordion-title:before {
          left: 2.1875rem; } }
      @media print, screen and (min-width: 64em) {
        .degrees-programs--explore--results .accordion-item .accordion-title:before {
          top: 37%; } }
    .degrees-programs--explore--results .accordion-item .accordion-title .accordion-title-container {
      width: 100%; }
      @media print, screen and (min-width: 64em) {
        .degrees-programs--explore--results .accordion-item .accordion-title .accordion-title-container {
          width: 50%; } }
    .degrees-programs--explore--results .accordion-item .accordion-title .type-categories {
      width: 50%; }
    @media print, screen and (min-width: 40em) {
      .degrees-programs--explore--results .accordion-item .accordion-title {
        padding-left: 4.375rem; } }
    @media print, screen and (min-width: 64em) {
      .degrees-programs--explore--results .accordion-item .accordion-title {
        font-size: 1.5rem; }
        .degrees-programs--explore--results .accordion-item .accordion-title:before {
          font-size: 2rem; } }
  .degrees-programs--explore--results .accordion-item.is-active .accordion-title {
    background-color: #C95100;
    border-color: #C95100; }
  .degrees-programs--explore--results .accordion-item.is-active .type-element {
    background-color: #9a4309; }
  .degrees-programs--explore--results .accordion-item .accordion-content {
    border-color: #EFEFEF;
    border-top: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 1.875rem;
    padding-bottom: 1.25rem; }
    @media print, screen and (min-width: 40em) {
      .degrees-programs--explore--results .accordion-item .accordion-content .cell:first-child {
        padding-left: 1.25rem; } }
    @media screen and (max-width: 39.9375em) {
      .degrees-programs--explore--results .accordion-item .accordion-content .button:last-child {
        margin-bottom: 1.5625rem; } }

.callout {
  padding: 1.875rem; }
  .callout.primary {
    background-color: #C95100;
    border-color: #C95100;
    color: #FFFFFF; }
    .callout.primary a {
      color: #FFFFFF;
      text-decoration: none; }
      .callout.primary a:hover, .callout.primary a:focus {
        color: #FFFFFF;
        text-decoration: underline; }
  .callout.secondary {
    background-color: #222222;
    border-color: #222222; }
  .callout.success {
    background-color: #EFEFEF;
    border-color: #EFEFEF; }

.menu-callout {
  background-color: #EFEFEF;
  padding: 1.25rem 1.25rem 1.5625rem;
  margin-bottom: 1.875rem;
  border: 0; }
  .menu-callout a {
    color: inherit; }
  @media print, screen and (min-width: 64em) {
    .menu-callout {
      font-size: 1.125rem; } }
  @media screen and (max-width: 63.9375em) {
    .menu-callout {
      padding: 1.25rem;
      width: calc(100% - 30px); } }
  .menu-callout ul, .menu-callout li {
    background-color: transparent !important; }
  .menu-callout li {
    margin-bottom: 0; }
    .menu-callout li a:after {
      position: relative; }

.l-utility-search-trigger {
  margin-left: -2px;
  display: inline-block; }

.top-bar .input-group [type="search"] {
  width: 100%;
  max-width: 100%; }

.search-close svg line {
  stroke: #FFFFFF; }

.search-container {
  width: 100%;
  position: relative;
  z-index: 15; }
  @media screen and (max-width: 63.9375em) {
    .search-container {
      border-bottom: 1px solid #CCCCCC; } }
  @media print, screen and (min-width: 64em) {
    .search-container {
      padding: 1.25rem;
      background: #222222;
      color: #FFFFFF; }
      .search-container label, .search-container button {
        color: inherit;
        font-size: 1.125rem; } }
  .search-container .input-group [type="search"] {
    padding: 0.125rem 0.9375rem 0.25rem;
    border: 0;
    margin-bottom: 0;
    height: 2.5rem; }
    @media screen and (max-width: 63.9375em) {
      .search-container .input-group [type="search"] {
        background: #EFEFEF;
        height: 2.875rem;
        padding-left: 1.25rem; } }
    .search-container .input-group [type="search"]::-webkit-input-placeholder {
      font-style: italic;
      color: #222222;
      font-size: 0.875rem; }
    .search-container .input-group [type="search"]::-ms-input-placeholder {
      font-style: italic;
      color: #222222;
      font-size: 0.875rem; }
    .search-container .input-group [type="search"]::placeholder {
      font-style: italic;
      color: #222222;
      font-size: 0.875rem; }

.search-opener {
  display: inline-block;
  padding: 0.96875rem 0.8125rem;
  font-size: 0.875rem !important; }
  .search-opener:hover, .search-opener:focus {
    background: #222222;
    color: #FFFFFF; }
    .search-opener:hover .icon svg g, .search-opener:hover .icon svg path, .search-opener:focus .icon svg g, .search-opener:focus .icon svg path {
      fill: #FFFFFF; }
  .search-opener .icon {
    display: inline-block;
    margin-left: 0.375rem; }
    .search-opener .icon svg {
      width: 0.625rem;
      height: 0.625rem; }
      .search-opener .icon svg g, .search-opener .icon svg path {
        fill: #C95100; }

.gsc-url-top {
  margin-top: 0.9375rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gs-snippet, .gs-title, .gs-visibleUrl-short, .gs-visibleUrl-long {
  font-family: "Lato", sans-serif !important; }

.gs-title, .gs-title:link b {
  color: #222222;
  font-size: 1.125rem !important;
  text-align: left; }
  @media print, screen and (min-width: 64em) {
    .gs-title, .gs-title:link b {
      font-size: 1.5rem !important; } }
  .gs-title a, .gs-title:link b a {
    color: #222222 !important; }
    .gs-title a:hover, .gs-title a:focus, .gs-title:link b a:hover, .gs-title:link b a:focus {
      color: #C95100 !important; }

.gs-visibleUrl {
  color: #222222 !important; }
  .gs-visibleUrl a {
    color: #222222 !important;
    font-size: 0.75rem !important;
    color: #222222 !important; }
    @media print, screen and (min-width: 40em) {
      .gs-visibleUrl a {
        font-size: 0.875rem !important; } }
    .gs-visibleUrl a:hover, .gs-visibleUrl a:focus {
      color: #C95100; }

.gs-snippet {
  font-size: 0.875rem !important; }
  @media print, screen and (min-width: 40em) {
    .gs-snippet {
      font-size: 1rem !important; } }

.gsc-table-result tbody, .gsc-table-result thead, .gsc-table-result tfoot, .gsc-table-result tr, .gsc-table-result th {
  border: none !important; }

.gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited b, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link b {
  color: #C95100 !important; }
  .gs-webResult.gs-result a.gs-title:visited b a, .gs-imageResult a.gs-title:visited b a, .gs-webResult.gs-result a.gs-title:link b a, .gs-imageResult a.gs-title:link b a {
    color: #C95100 !important; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-size: 1rem !important; }
  @media print, screen and (min-width: 40em) {
    .gsc-control-cse, .gsc-control-cse .gsc-table-result {
      font-size: 1.125rem !important; } }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #222222 !important;
  text-decoration: underline !important; }
  .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .gsc-results .gsc-cursor-box .gsc-cursor-page:focus {
    color: #C95100 !important; }
  .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    text-decoration: none !important;
    font-weight: 400 !important; }
    .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover, .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:focus {
      text-decoration: none; }

.gsc-thumbnail-inside {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gsc-webResult tbody th, .gsc-webResult tbody td {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gs-web-image-box-landscape img.gs-image {
  max-width: 3.75rem !important; }

.gsc-above-wrapper-area {
  border-bottom: 2px solid #CCCCCC !important;
  margin-bottom: 1.875rem !important; }

.gsc-input-box {
  border: none !important; }

.gsc-search-box, .gsc-above-wrapper-area-container {
  border: none !important; }
  .gsc-search-box tbody, .gsc-above-wrapper-area-container tbody {
    border: none !important; }

.gsc-input-box input {
  height: 2.75rem !important;
  padding-left: 0.625rem !important; }

.gsc-adBlock, .gsc-twiddleRegionCell, .gsc-configLabelCell {
  display: none !important; }

.no-js .l-utility-search-trigger {
  display: none; }

.no-js .search-container {
  display: none; }

section {
  margin-bottom: 1.25rem;
  margin-top: 1.25rem; }
  section:first-child {
    margin-top: 0; }
  @media print, screen and (min-width: 64em) {
    section {
      margin-top: 3.125rem;
      margin-bottom: 3.125rem; } }

.pagination {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem; }
  .pagination a {
    text-decoration: none; }
    .pagination a:hover, .pagination a:focus {
      text-decoration: underline; }
  .pagination li.active a {
    text-decoration: underline;
    color: #222222; }
  .pagination a, .pagination .button {
    display: inline; }

.pager {
  width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .pager-item {
      padding: 0; }
      .pagination .pager-item.active a {
        text-decoration: none; }
      .pager-item a {
        padding: 0; }
      .pager-item:last-child:before {
        content: "/";
        margin-right: 0.125rem; }
      .pager-item:last-child.active:before {
        content: attr(data-num) " /"; } }

a.pager-control.disabled {
  color: #CCCCCC; }
  a.pager-control.disabled:hover, a.pager-control.disabled:focus {
    text-decoration: none !important;
    color: #CCCCCC !important; }

a.pager-prev.disabled:before {
  background-position: -1px -2px; }

a.pager-next.disabled:after {
  background-position: -1px -3px; }

.breadcrumbs {
  font-size: 0.875rem !important;
  padding-top: 0.725rem;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
  height: 2.75rem; }
  .breadcrumbs li {
    text-transform: none;
    font-size: 0.875rem !important; }
  .breadcrumbs--container {
    position: relative;
    margin-bottom: 1.875rem; }
  .breadcrumbs a {
    color: #222222; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #C95100; }
  .breadcrumbs li:after {
    position: relative;
    margin: 0 0.75rem;
    opacity: 1;
    content: ">" !important;
    color: #C95100; }

.breadcrumb-mb0 .breadcrumbs--container {
  margin-bottom: 0; }

.orbit {
  overflow: hidden; }

[data-orbit].is-transitioning {
  position: relative; }
  [data-orbit].is-transitioning:before {
    content: "";
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent; }

.orbit-bullets .is-active {
  display: none; }

.orbit-previous img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.orbit-previous:hover, .orbit-previous:focus, .orbit-next:hover, .orbit-next:focus {
  background-color: transparent; }

.orbit-previous:focus, .orbit-next:focus {
  z-index: 11; }
  .orbit-previous:focus img, .orbit-next:focus img {
    position: relative;
    -webkit-box-shadow: 0 0 0 2px #C95100;
            box-shadow: 0 0 0 2px #C95100; }

.section-home-top .orbit-container {
  overflow: visible;
  height: auto;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .section-home-top .orbit-container {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .section-home-top .orbit-container {
      margin-bottom: calc(60px * 2); } }

.section-home-top .orbit-controls {
  background-color: #FFFFFF;
  z-index: 15;
  position: absolute;
  bottom: 12.0625rem;
  right: 0; }
  @media print, screen and (min-width: 64em) {
    .section-home-top .orbit-controls {
      right: unset;
      bottom: 14.625rem;
      left: 25rem; } }
  .section-home-top .orbit-controls img {
    width: 3rem !important; }
  .section-home-top .orbit-controls .orbit-previous, .section-home-top .orbit-controls .orbit-next {
    padding: 0;
    position: absolute;
    width: 3rem !important; }
    @media print, screen and (min-width: 64em) {
      .section-home-top .orbit-controls .orbit-previous, .section-home-top .orbit-controls .orbit-next {
        left: 4.6875rem; } }
  .section-home-top .orbit-controls .orbit-next {
    top: 2.3125rem; }
    @media print, screen and (min-width: 64em) {
      .section-home-top .orbit-controls .orbit-next {
        top: 2.28125rem; } }
  .section-home-top .orbit-controls .orbit-previous {
    top: 0; }
    .section-home-top .orbit-controls .orbit-previous img {
      border-top: 2px solid #CCCCCC; }
    @media screen and (max-width: 63.9375em) {
      .section-home-top .orbit-controls .orbit-previous {
        left: inherit;
        right: 0; } }

.section-home-top .slideshow-home-main--story {
  position: relative;
  width: calc(100% + 60px + 2px);
  height: 175px;
  padding: 1.875rem 2.5rem 1.875rem 1.875rem;
  background-color: #222222;
  color: #FFFFFF; }
  @media print, screen and (min-width: 40em) {
    .section-home-top .slideshow-home-main--story {
      position: relative;
      width: calc(100% + 60px + 2px); } }
  @media print, screen and (min-width: 64em) {
    .section-home-top .slideshow-home-main--story {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 12.625rem; } }
  .section-home-top .slideshow-home-main--story .category-name {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .section-home-top .slideshow-home-main--story {
      padding: 1.875rem 2.5rem 2.5rem 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .section-home-top .slideshow-home-main--story {
      width: 31.25rem;
      height: 12.625rem; } }
  .section-home-top .slideshow-home-main--story .subhead {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    margin-bottom: 0.9375rem;
    font-weight: 400; }
    @media screen and (max-width: 39.9375em) {
      .section-home-top .slideshow-home-main--story .subhead {
        font-size: 1rem; } }
  .section-home-top .slideshow-home-main--story h3 a {
    color: #FFFFFF; }
    .section-home-top .slideshow-home-main--story h3 a:after {
      color: #FFFFFF;
      background-position-x: -52px; }

.section-home-top .orbit-slide {
  z-index: 9;
  position: relative; }
  @media screen and (max-width: 39.9375em) {
    .section-home-top .orbit-slide {
      width: calc(100% - 60px); } }
  @media print, screen and (min-width: 40em) {
    .section-home-top .orbit-slide {
      width: calc(100% - 60px); } }
  @media print, screen and (min-width: 64em) {
    .section-home-top .orbit-slide {
      width: calc(100% - 60px); } }

.section-home-top .orbit-bullets {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  margin-top: inherit;
  margin-bottom: inherit;
  width: 100%; }
  .section-home-top .orbit-bullets button {
    z-index: 8;
    background-color: transparent;
    opacity: .5;
    position: absolute;
    border-radius: 0;
    height: auto;
    width: calc(100% - 60px);
    top: 30px;
    left: 30px; }
    .section-home-top .orbit-bullets button.is-active + button {
      top: 0.625rem;
      left: 0.625rem; }
      .section-home-top .orbit-bullets button.is-active + button[data-slide="2"] {
        z-index: 6;
        opacity: .1;
        top: 1.25rem;
        left: 1.25rem; }
      .section-home-top .orbit-bullets button.is-active + button[data-slide="1"] {
        z-index: 7;
        top: 0.625rem;
        left: 0.625rem; }
    .section-home-top .orbit-bullets button + button.is-active {
      opacity: .1;
      top: 1.25rem;
      left: 1.25rem; }
      .section-home-top .orbit-bullets button + button.is-active + button[data-slide="2"] {
        z-index: 6;
        opacity: .1;
        top: 1.25rem;
        left: 1.25rem; }
    .section-home-top .orbit-bullets button + button:not(.active) {
      z-index: 6;
      top: 1.25rem;
      left: 1.25rem; }
    .section-home-top .orbit-bullets button.is-active + button {
      top: 30px;
      left: 30px; }
      .section-home-top .orbit-bullets button.is-active + button[data-slide="2"] {
        top: 60px;
        left: 60px; }
      .section-home-top .orbit-bullets button.is-active + button[data-slide="1"] {
        top: 30px;
        left: 30px; }
    .section-home-top .orbit-bullets button + button.is-active {
      top: 60px;
      left: 60px; }
      .section-home-top .orbit-bullets button + button.is-active + button[data-slide="2"] {
        top: 60px;
        left: 60px; }
    .section-home-top .orbit-bullets button + button:not(.active) {
      top: 60px;
      left: 60px; }
    @media print, screen and (min-width: 40em) {
      .section-home-top .orbit-bullets button {
        width: calc(100% - 60px);
        top: 30px;
        left: 30px; }
        .section-home-top .orbit-bullets button.is-active + button {
          top: 30px;
          left: 30px; }
          .section-home-top .orbit-bullets button.is-active + button[data-slide="2"] {
            top: 60px;
            left: 60px; }
          .section-home-top .orbit-bullets button.is-active + button[data-slide="1"] {
            top: 30px;
            left: 30px; }
        .section-home-top .orbit-bullets button + button.is-active {
          top: 60px;
          left: 60px; }
          .section-home-top .orbit-bullets button + button.is-active + button[data-slide="2"] {
            top: 60px;
            left: 60px; }
        .section-home-top .orbit-bullets button + button:not(.active) {
          top: 60px;
          left: 60px; } }
    @media print, screen and (min-width: 64em) {
      .section-home-top .orbit-bullets button {
        width: calc(100% - 60px);
        top: 30px;
        left: 30px; }
        .section-home-top .orbit-bullets button.is-active + button {
          top: 30px;
          left: 30px; }
          .section-home-top .orbit-bullets button.is-active + button[data-slide="2"] {
            top: 60px;
            left: 60px; }
          .section-home-top .orbit-bullets button.is-active + button[data-slide="1"] {
            top: 30px;
            left: 30px; }
        .section-home-top .orbit-bullets button + button.is-active {
          top: 60px;
          left: 60px; }
          .section-home-top .orbit-bullets button + button.is-active + button[data-slide="2"] {
            top: 60px;
            left: 60px; }
        .section-home-top .orbit-bullets button + button:not(.active) {
          top: 60px;
          left: 60px; } }

.section-our-students .orbit-controls {
  background-color: #FFFFFF; }
  .section-our-students .orbit-controls img {
    width: 3rem !important;
    height: 3rem !important; }
  .section-our-students .orbit-controls .orbit-next, .section-our-students .orbit-controls .orbit-previous {
    width: 3rem !important;
    padding: 0; }
  .section-our-students .orbit-controls .orbit-next {
    right: 0; }
    .section-our-students .orbit-controls .orbit-next:before {
      content: "";
      background-color: #CCCCCC;
      height: 1px;
      width: 100%;
      position: absolute;
      top: 5px;
      left: 0; }
    @media screen and (max-width: 39.9375em) {
      .section-our-students .orbit-controls .orbit-next {
        top: 19.9375rem; } }
    @media print, screen and (min-width: 40em) {
      .section-our-students .orbit-controls .orbit-next {
        top: 26.1875rem;
        right: 3.4375rem; } }
    @media print, screen and (min-width: 64em) {
      .section-our-students .orbit-controls .orbit-next {
        top: 15.4375rem;
        right: 0; } }
    @media screen and (min-width: 75em) {
      .section-our-students .orbit-controls .orbit-next {
        top: 16.125rem; } }
  .section-our-students .orbit-controls .orbit-previous {
    left: inherit;
    right: 0;
    top: 17.5625rem; }
    @media print, screen and (min-width: 40em) {
      .section-our-students .orbit-controls .orbit-previous {
        bottom: auto;
        top: 23.8125rem;
        right: 3.4375rem; } }
    @media print, screen and (min-width: 64em) {
      .section-our-students .orbit-controls .orbit-previous {
        top: 13.0625rem;
        right: 0; } }
    @media screen and (min-width: 75em) {
      .section-our-students .orbit-controls .orbit-previous {
        top: 13.75rem; } }

.section-our-students .button-thumb-container {
  background-color: #EFEFEF;
  text-align: center;
  margin-right: 1.25rem;
  position: relative;
  height: 133px;
  width: 129px; }
  @media screen and (max-width: 63.9375em) {
    .section-our-students .button-thumb-container {
      margin-top: 1.25rem; } }
  @media print, screen and (min-width: 40em) {
    .section-our-students .button-thumb-container {
      height: 185px;
      width: 180px;
      margin-right: 2.5rem; } }
  .section-our-students .button-thumb-container .button-image {
    position: relative; }
    .section-our-students .button-thumb-container .button-image img {
      height: 133px;
      width: 129px; }
      @media print, screen and (min-width: 40em) {
        .section-our-students .button-thumb-container .button-image img {
          height: 185px;
          width: 180px; } }
  .section-our-students .button-thumb-container .button-tagline {
    padding: 0.875rem 0.5rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #EFEFEF;
    width: 129px; }
    @media print, screen and (min-width: 40em) {
      .section-our-students .button-thumb-container .button-tagline {
        width: 180px;
        text-align: left; } }
    @media print, screen and (min-width: 64em) {
      .section-our-students .button-thumb-container .button-tagline {
        padding: 0.875rem; } }

@media screen and (max-width: 63.9375em) {
  .section-our-students .orbit-bullets {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0; } }

.section-our-students .orbit-bullets button {
  border-radius: 0;
  background-color: transparent;
  height: 133px;
  width: 129px; }
  @media print, screen and (min-width: 40em) {
    .section-our-students .orbit-bullets button {
      height: 185px;
      width: 180px; } }
  @media screen and (max-width: 39.9375em) {
    .section-our-students .orbit-bullets button {
      margin-right: 1.25rem; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .section-our-students .orbit-bullets button {
      margin-right: 1.875rem; } }
  @media print, screen and (min-width: 64em) {
    .section-our-students .orbit-bullets button {
      margin-left: 1.875rem; } }
  @media screen and (min-width: 75em) {
    .section-our-students .orbit-bullets button {
      margin-left: 2.5rem; } }

@media print, screen and (min-width: 64em) {
  .section-our-students .orbit-bullets {
    position: absolute;
    top: 30.1875rem;
    right: 1.5625rem; } }

.section-our-students .our-students--image-container {
  background-repeat: no-repeat;
  background-position: center top;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 18.75rem;
  width: 100%;
  background-size: cover; }
  @media print, screen and (min-width: 40em) {
    .section-our-students .our-students--image-container {
      width: 100%;
      max-height: 28.125rem;
      background-size: cover; } }
  @media print, screen and (min-width: 64em) {
    .section-our-students .our-students--image-container {
      height: 42.625rem;
      max-height: none;
      background-size: cover;
      background-position: center center; } }

.section-our-students .our-students-container {
  background-color: #EFEFEF;
  padding: 2.5rem 1.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media print, screen and (min-width: 40em) {
    .section-our-students .our-students-container {
      padding: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .section-our-students .our-students-container {
      height: 27.6875rem;
      margin-left: -6.25rem;
      margin-right: 1.5625rem; } }
  .section-our-students .our-students-container .our-students-meet {
    font-size: 1.5rem; }
    @media screen and (max-width: 39.9375em) {
      .section-our-students .our-students-container .our-students-meet {
        font-size: 1.125rem; } }
  .section-our-students .our-students-container .our-students-quote {
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem; }
    .section-our-students .our-students-container .our-students-quote q {
      font-size: 2rem; }
      .section-our-students .our-students-container .our-students-quote q:before {
        position: relative;
        display: inline;
        top: inherit;
        left: inherit;
        color: inherit;
        font-size: 2rem; }
      @media screen and (max-width: 39.9375em) {
        .section-our-students .our-students-container .our-students-quote q {
          font-size: 1.25rem; }
          .section-our-students .our-students-container .our-students-quote q:before {
            font-size: 1.25rem; } }
  .section-our-students .our-students-container .our-students-bio {
    font-size: 1.125rem;
    margin-bottom: 1.25rem; }
    @media screen and (max-width: 39.9375em) {
      .section-our-students .our-students-container .our-students-bio {
        font-size: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    .section-our-students .our-students-container {
      padding: 1.875rem; } }

.orbit-caption {
  background-color: #EFEFEF;
  color: #222222;
  padding: 1.5625rem 1.875rem 1.875rem;
  position: relative; }
  .orbit-caption--content-counter {
    margin-top: 0.3125rem; }

.orbit-figure {
  background-color: #EFEFEF; }

.content-module--slideshow .orbit-wrapper {
  position: relative; }

.content-module--slideshow .orbit-caption--content {
  max-width: 75%; }

.content-module--slideshow .orbit-controls img {
  width: 3rem !important;
  height: 3rem !important;
  position: absolute;
  bottom: 0;
  right: 0; }

.content-module--slideshow .orbit-controls .orbit-previous {
  float: right;
  position: relative;
  top: -1.1875rem;
  padding-right: 0;
  width: 3rem !important;
  height: 3rem !important; }

.content-module--slideshow .orbit-controls .orbit-next {
  position: relative;
  float: right;
  top: 1.25rem;
  padding-right: 0;
  right: -3rem;
  width: 3rem !important;
  height: 3rem !important; }
  .content-module--slideshow .orbit-controls .orbit-next:before {
    content: "";
    background-color: #CCCCCC;
    height: 1px;
    width: 100%;
    position: absolute;
    top: 4px;
    left: 0; }

.recent-news {
  border-bottom: 2px solid #CCCCCC;
  padding-bottom: 1.25rem;
  margin-top: 1.25rem; }

.date-time, .author-name {
  font-size: 1.125rem; }
  @media screen and (max-width: 39.9375em) {
    .date-time, .author-name {
      font-size: 1rem; } }

.category-name {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.3125rem; }
  @media screen and (max-width: 39.9375em) {
    .category-name {
      font-size: 0.75rem; } }

.button {
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.9375rem;
  margin-bottom: 0.625rem;
  border: none;
  background-color: #C95100;
  -webkit-transition: none;
  transition: none; }
  .button:hover, .button:focus {
    background-color: #222222; }
  @media print, screen and (min-width: 40em) {
    .button {
      font-size: 0.875rem;
      padding: 1.25rem 1.5625rem; } }
  .button.primary:hover, .button.primary:focus {
    background-color: #222222; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #222222;
    -webkit-transition: none;
    transition: none; }
  .button:hover, .button:focus {
    text-decoration: none; }
  @media screen and (max-width: 39.9375em) {
    .button.button--series {
      width: 100%;
      max-width: 25rem;
      text-align: center; } }
  @media print, screen and (min-width: 40em) {
    .button.button--series {
      margin-right: 1.875rem; }
      .button.button--series:last-child {
        margin-right: 0; } }
  .button.is-active {
    background-color: #C95100; }
    .button.is-active:hover, .button.is-active:focus {
      background-color: #222222; }

.button-link-container {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .button-link-container .button {
    /* commented out 8/19/24 
    display: -webkit-box;
    display: -webkit-flex;
    */
    display: -ms-flexbox;
     /* commented out 8/19/24 
     display: flex;
     */
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 45%;
     /* commented out 8/19/24 
     text-align: left;
     */
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 64em) {
      .button-link-container .button {
        margin-right: 1.25rem;
        width: 11rem; }
        .button-link-container .button:nth-child(2n) {
          margin-right: 1.25rem; }
        .button-link-container .button:nth-child(4n) {
          margin-right: 0; } }

@media screen and (max-width: 39.9375em) {
  .readMore.button-mobile {
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    font-size: 0.75rem;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 1rem auto;
    max-width: 80%;
    font-family: inherit;
    padding: 0.9375rem 0.9375rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 1;
    text-align: center !important;
    cursor: pointer;
    background-color: #222222;
    color: #FFFFFF; }
    .readMore.button-mobile:after {
      content: none;
      display: none; }
    .readMore.button-mobile:hover, .readMore.button-mobile:focus {
      background-color: #C95100;
      color: #FFFFFF;
      text-decoration: none; } }

.l-sidebar-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }

.l-sidebar-content--module {
  margin-top: 0.9375rem;
  margin-bottom: 2.5rem; }
  .l-sidebar-content--module:first-child {
    margin-top: 0; }

.l-sidebar-content--news-impact-stories p {
  margin-bottom: 1.25rem; }

.l-sidebar-content--news-archive {
  letter-spacing: 0.05rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .l-sidebar-content--news-archive {
      margin-top: 0; } }
  .l-sidebar-content--news-archive .dropdown-link {
    position: relative; }
    .l-sidebar-content--news-archive .dropdown-link:after {
      display: block;
      width: 30px;
      height: 30px;
      border: inset 6px;
      content: url([system-asset]site://UTPB - Redesign/assets/images/icons/dropdown-arrow-white.svg[/system-asset]);
      border-bottom-width: 0;
      border-top-style: none;
      border-color: transparent;
      position: absolute;
      top: 0.625rem;
      margin-top: 0;
      right: 0.9375rem;
      z-index: 2;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .l-sidebar-content--news-archive .dropdown-link.active:after {
      top: 1.0625rem;
      -webkit-transform: inherit;
      -ms-transform: inherit;
      transform: inherit; }
  .l-sidebar-content--news-archive .dropdown-link-exposed {
    position: relative; }
    .l-sidebar-content--news-archive .dropdown-link-exposed ul {
      margin-top: 0; }
  .l-sidebar-content--news-archive--date-listing ul {
    list-style: none;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    .l-sidebar-content--news-archive--date-listing ul li a:active, .l-sidebar-content--news-archive--date-listing ul li a.active {
      color: #C95100; }
  .l-sidebar-content--news-archive button, .l-sidebar-content--news-archive h3 {
    color: #FFFFFF;
    font-size: 0.75rem;
    width: 100%;
    background-color: #C95100;
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .l-sidebar-content--news-archive button, .l-sidebar-content--news-archive h3 {
        font-size: 0.875rem; } }
  .l-sidebar-content--news-archive h3 {
    margin-bottom: 0;
    padding: 0.625rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase; }
  .l-sidebar-content--news-archive button {
    padding: 0.625rem;
    text-transform: uppercase; }

.l-sidebar-content--news-categories {
  color: #FFFFFF; }
  .l-sidebar-content--news-categories h3 {
    color: #FFFFFF;
    font-size: 1.5rem; }
  .l-sidebar-content--news-categories ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0; }
    .l-sidebar-content--news-categories ul li {
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-size: 0.75rem; }
      @media print, screen and (min-width: 40em) {
        .l-sidebar-content--news-categories ul li {
          font-size: 0.875rem; } }
      .l-sidebar-content--news-categories ul li a:active, .l-sidebar-content--news-categories ul li a.active {
        text-decoration: underline; }

@media print, screen and (min-width: 40em) {
  .footer-bottom .grid-x .cell {
    margin-bottom: 0 !important; } }

.awesomplete {
  text-transform: none;
  position: relative; }
  .awesomplete [hidden] {
    display: none; }
  .awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
  .awesomplete > input {
    display: block; }
  .awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: .3em;
    margin: .2em 0 0;
    background: rgba(255, 255, 255, 0.9);
    background: -webkit-gradient(linear, left top, right bottom, from(white), to(rgba(255, 255, 255, 0.8)));
    background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
            box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
    text-shadow: none; }
    .awesomplete > ul:empty {
      display: none; }
    .awesomplete > ul:before {
      content: "";
      position: absolute;
      top: -.43em;
      left: 1em;
      width: 0;
      height: 0;
      padding: .4em;
      background: white;
      border: inherit;
      border-right: 0;
      border-bottom: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
    .awesomplete > ul > li {
      position: relative;
      padding: 0.4375rem 0.9375rem;
      margin-bottom: 0;
      cursor: pointer; }
      .awesomplete > ul > li:hover, .awesomplete > ul > li:focus {
        background: rgba(201, 81, 0, 0.2);
        color: black; }
      .awesomplete > ul > li[aria-selected="true"] {
        background: #3d6d8f;
        color: white; }
  .awesomplete mark {
    background: rgba(201, 81, 0, 0.3); }
  .awesomplete li:hover mark {
    background: rgba(201, 81, 0, 0.3); }
  .awesomplete li[aria-selected="true"] mark {
    background: #222222;
    color: inherit; }

@supports ((-webkit-transform: scale(0)) or (transform: scale(0))) {
  .awesomplete > ul {
    -webkit-transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    -webkit-transform-origin: 1.43em -.43em;
        -ms-transform-origin: 1.43em -.43em;
            transform-origin: 1.43em -.43em; }
    .awesomplete > ul[hidden], .awesomplete > ul:empty {
      opacity: 0;
      -webkit-transform: scale(0);
          -ms-transform: scale(0);
              transform: scale(0);
      display: block;
      -webkit-transition-timing-function: ease;
              transition-timing-function: ease; } }

/* Pointer */
.social-media-float {
  background-color: #C95100;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  position: absolute;
  z-index: 20;
  padding: 1rem 1rem 1rem 1rem;
  left: 100%;
  margin-left: calc(-1.5 * 56px + 21px);
  width: 4rem; }
  @media print, screen and (min-width: 40em) {
    .social-media-float {
      width: 4.75rem;
      left: 100%;
      margin-left: calc(-1.5 * 56px + 8px);
      margin-top: 2.4375rem; } }
  .social-media-float.a2a_default_style a {
    padding: 0 !important;
    margin-left: 0.3125rem !important; }
    @media print, screen and (min-width: 40em) {
      .social-media-float.a2a_default_style a {
        margin-left: 0.4375rem !important; } }
  .social-media-float ul {
    list-style: none;
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center; }
    .social-media-float ul li {
      vertical-align: middle;
      text-align: center;
      font-size: 0.75rem; }
      @media print, screen and (min-width: 40em) {
        .social-media-float ul li {
          font-size: 0.875rem; } }
  .social-media-float .a2a_kit .a2a_svg {
    background-color: #FFFFFF !important; }

.a2a_svg, .a2a_count {
  border-radius: 1.25rem !important;
  margin-bottom: 0.625rem !important;
  padding: 0.3125rem !important; }

.a2a_svg svg {
  width: 100% !important; }

footer .footer--social-media {
  margin-top: 2.5rem; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    footer .footer--social-media {
      margin-top: 0; }
      footer .footer--social-media .cell {
        margin-bottom: 0; } }
  footer .footer--social-media ul {
    list-style-type: none;
    margin-bottom: 0; }
  footer .footer--social-media li {
    display: inline-block;
    margin-right: 0.625rem;
    margin-bottom: 0; }
    footer .footer--social-media li:last-child {
      margin-right: 0; }

footer .icon--social-media svg, footer .icon--social-media .cls-1 {
  width: 1.875rem;
  height: 1.875rem; }

footer .icon--social-media:hover svg .cls-1, footer .icon--social-media:focus svg .cls-1 {
  fill: #C95100; }

.social-media-content-container h2 {
  max-width: 85%; }

h2.subtitle, .h2.subtitle, p.subtitle {
  color: #222222;
  font-weight: 400;
  margin-bottom: 0.9375rem;
  font-size: 1.5rem;
  line-height: 1.375; }
  @media screen and (max-width: 39.9375em) {
    h2.subtitle, .h2.subtitle, p.subtitle {
      font-size: 1.125rem; } }
  @media print, screen and (min-width: 40em) {
    h2.subtitle, .h2.subtitle, p.subtitle {
      margin-bottom: 1.25rem; } }

.readMore, .arrowRight {
  text-decoration: none;
  color: #C95100; }
  .readMore:hover, .readMore:focus, .arrowRight:hover, .arrowRight:focus {
    text-decoration: underline; }
  h2 .readMore, h3 .readMore, h4 .readMore, h2 .arrowRight, h3 .arrowRight, h4 .arrowRight {
    font-size: inherit;
    font-weight: inherit;
    text-transform: none; }
  .readMore:after, .arrowRight:after {
    content: "";
    background-image: url([system-asset]site://UTPB - Redesign/assets/images/icons/icon-arrow-right-sprite.png[/system-asset]);
    margin-left: 0.625rem;
    display: inline-block;
    width: 1.5rem !important;
    height: 0.625rem !important;
    background-position: -26px -3px;
    background-repeat: no-repeat; }
  .readMore:hover:after, .readMore:focus:after, .arrowRight:hover:after, .arrowRight:focus:after {
    background-position-x: -1px; }
  .readMore--pager:after, .arrowRight--pager:after {
    display: none; }
  .readMore--white, .readMore.arrowRight--white, .arrowRight--white, .arrowRight.arrowRight--white {
    color: #FFFFFF; }
    .readMore--white:after, .readMore.arrowRight--white:after, .arrowRight--white:after, .arrowRight.arrowRight--white:after {
      background-position-x: -52px; }

.readMore-special {
  font-size: 1rem;
  color: #C95100; }
  .readMore-special a {
    color: #C95100; }
  @media print, screen and (min-width: 40em) {
    .readMore-special {
      font-size: 1.125rem; } }

.arrowLeft:hover, .arrowLeft:focus {
  text-decoration: underline; }
  .arrowLeft:hover:before, .arrowLeft:focus:before {
    background-position-x: -1px; }

.arrowLeft:before {
  content: "";
  background-image: url([system-asset]site://UTPB - Redesign/assets/images/icons/icon-arrow-right-sprite.png[/system-asset]);
  margin-left: 0.625rem;
  display: inline-block;
  width: 1.5rem !important;
  height: 0.625rem !important;
  background-position: -26px -2px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 0.625rem;
  display: inline-block; }

a.arrowLeft, a.arrowRight {
  color: #C95100;
  text-decoration: none; }
  a.arrowLeft:hover, a.arrowLeft:focus, a.arrowRight:hover, a.arrowRight:focus {
    color: #C95100;
    text-decoration: underline; }

.meta {
  color: #444444;
  display: block;
  margin-bottom: 0.9375rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.75rem; }
  @media print, screen and (min-width: 64em) {
    .meta {
      font-size: 1rem; } }
  .meta-divider {
    margin: 0 0.625rem; }
  .meta a {
    text-decoration: none; }
    .meta a:hover, .meta a:focus {
      text-decoration: underline; }

.attribution {
  margin-bottom: 0.9375rem;
  font-weight: normal;
  font-size: 1.125rem;
  display: block;
  padding-left: 0.9375rem;
  position: relative;
  font-family: "Lato", sans-serif; }
  .attribution:before {
    content: "- "; }
    @media print, screen and (min-width: 64em) {
      .attribution:before {
        width: 0.75rem;
        text-align: right;
        left: 0;
        top: 0;
        position: absolute; } }

.caption {
  line-height: 1.2;
  padding: 0.8125rem 0.9375rem;
  background: #C95100;
  color: #FFFFFF;
  display: block;
  text-align: left;
  margin-bottom: 0.9375rem; }
  .linkVideo + .caption, .responsive-embed + .caption {
    margin-top: -1.875rem;
    margin-bottom: 1.875rem; }
    @media print, screen and (min-width: 64em) {
      .linkVideo + .caption, .responsive-embed + .caption {
        margin-top: -1rem;
        margin-bottom: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .caption {
      margin-bottom: 1rem; } }

.header-link {
  margin-top: 0.4375rem;
  font-size: 1.125rem;
  font-weight: normal;
  display: block; }
  @media print, screen and (min-width: 64em) {
    .header-link {
      margin-top: 0;
      display: inline-block;
      margin-left: 0.625rem; } }

.tabs-content {
  border: none; }

.tabs {
  border: none; }

.tabs-title > a {
  text-decoration: none; }

.tabs-title.is-active > a {
  color: #C95100; }

.social-media-content-container {
  position: relative; }
  .social-media-content-container h1, .social-media-content-container .subhead {
    padding-right: 0; }
    @media print, screen and (min-width: 64em) {
      .social-media-content-container h1, .social-media-content-container .subhead {
        padding-right: 5.625rem;
        max-width: inherit; } }
    @media screen and (min-width: 90em) {
      .social-media-content-container h1, .social-media-content-container .subhead {
        padding-right: 0; } }
  @media screen and (max-width: 63.9375em) {
    .social-media-content-container h1, .social-media-content-container .subhead, .social-media-content-container .category-name {
      max-width: 75%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .social-media-content-container.md-mod h1 {
      margin-top: 0; } }

.return-listing {
  margin-top: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .return-listing {
      margin-top: 0; } }

.top-bar {
  background-color: #FFFFFF; }
  @media screen and (min-width: 75em) {
    .top-bar {
      margin-left: -1rem; } }
  .top-bar ul {
    background-color: #FFFFFF; }

.menu.dropdown > li {
  z-index: 25;
  border-top: 2px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 2px solid transparent;
  margin-bottom: 0;
  margin-right: 0.3125rem; }
  @media print, screen and (min-width: 64em) {
    .menu.dropdown > li > a {
      font-size: 1rem;
      padding: 0.75rem 0.875rem 1.25rem; } }
  @media screen and (min-width: 75em) {
    .menu.dropdown > li > a {
      font-size: 1.125rem;
      padding: 0.75rem 1.375rem 1.25rem; } }

@media print, screen and (min-width: 64em) {
  .menu.dropdown .is-dropdown-submenu {
    margin-left: -1px;
    padding: 1.25rem 2.1875rem 2.5rem 0.3125rem;
    border-color: #CCCCCC !important;
    width: 980px !important;
    position: absolute;
    z-index: 25;
    left: 0;
    margin-top: -2px;
    padding-bottom: 1.25rem; }
    .menu.dropdown .is-dropdown-submenu li.megamenu-header {
      margin-bottom: 0.3125rem; }
      .menu.dropdown .is-dropdown-submenu li.megamenu-header > a {
        font-size: 1.5rem; }
        .menu.dropdown .is-dropdown-submenu li.megamenu-header > a:after {
          position: relative;
          display: inline-block;
          margin-left: 13px;
          margin-top: -9px;
          content: "";
          background-image: url("[system-asset]site://UTPB - Redesign/assets/images/icons/icon-arrow-right-sprite.png[/system-asset]?ver=2019-4-29");
          margin-left: 0.625rem;
          display: inline-block;
          width: 1.5rem !important;
          height: 0.625rem !important;
          background-position: -26px -3px;
          background-repeat: no-repeat; }
        .menu.dropdown .is-dropdown-submenu li.megamenu-header > a:hover:after, .menu.dropdown .is-dropdown-submenu li.megamenu-header > a:focus:after {
          background-position-x: -1px; }
    .menu.dropdown .is-dropdown-submenu li.megamenu-items {
      border: 0;
      background: none;
      display: block;
      margin-right: 0;
      width: 66.6%;
      float: left; }
      .menu.dropdown .is-dropdown-submenu li.megamenu-items .is-dropdown-submenu {
        position: relative;
        width: auto !important;
        left: 0px;
        list-style-type: none;
        position: relative;
        overflow: hidden;
        display: block;
        padding: 0;
        border: 0;
        margin: 0; }
    .menu.dropdown .is-dropdown-submenu li.megamenu-item {
      width: 50%;
      float: left;
      margin-right: 0; }
      .menu.dropdown .is-dropdown-submenu li.megamenu-item:nth-child(2n + 1) {
        clear: left; }
    .menu.dropdown .is-dropdown-submenu li.menu-callout-container {
      width: 33.3%;
      clear: none !important;
      padding-right: 0.9375rem; }
    .menu.dropdown .is-dropdown-submenu .is-dropdown-submenu-item a {
      padding-bottom: 0.3125rem !important; }
    .menu.dropdown .is-dropdown-submenu-parent.is-active {
      border-top: 2px solid #C95100;
      border-left: 1px solid #CCCCCC;
      border-right: 1px solid #CCCCCC;
      border-bottom: 2px solid white;
      background-color: #FFFFFF; }
      .menu.dropdown .is-dropdown-submenu-parent.is-active > a {
        color: #747474;
        text-decoration: none; }
        .menu.dropdown .is-dropdown-submenu-parent.is-active > a:hover, .menu.dropdown .is-dropdown-submenu-parent.is-active > a:focus {
          text-decoration: none; }
        .menu.dropdown .is-dropdown-submenu-parent.is-active > a:after {
          content: "";
          display: inline-block;
          width: 100%;
          height: 5px;
          background-color: #FFFFFF;
          position: absolute;
          z-index: 30;
          margin-top: -2px;
          left: 1px;
          top: 100%; } }

@media screen and (min-width: 75em) {
  .menu.dropdown .is-dropdown-submenu {
    width: 1020px !important; } }

.is-submenu-item {
  margin-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .is-submenu-item {
      min-width: 12.5rem; } }

.accordion-menu .is-accordion-submenu {
  left: 0 !important;
  margin-left: 1.5625rem; }
  .accordion-menu .is-accordion-submenu .megamenu-items > ul {
    position: relative;
    width: auto !important;
    left: 0px;
    list-style-type: none;
    position: relative;
    overflow: hidden;
    display: block !important;
    padding: 0;
    border: 0;
    margin: 0 0 0.625rem; }
  .accordion-menu .is-accordion-submenu-item {
    margin-bottom: 0; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 25px;
    height: 25px;
    border: inset 6px;
    content: url(../images/icons/icon-plus.svg);
    border-bottom-width: 0;
    border-top-style: none;
    border-color: transparent;
    position: absolute;
    top: 30%;
    margin-top: 0;
    right: 1.25rem; }
  .accordion-menu .is-accordion-submenu-parent > a {
    border-left: 3px solid transparent; }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a {
    border-left-color: #C95100;
    color: rgba(34, 34, 34, 0.5); }
    .accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
      content: url(../images/icons/icon-minus.svg);
      margin-top: -1px; }

.title-bar {
  width: 2.125rem;
  display: block;
  color: #222222;
  background: #FFFFFF; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .title-bar {
      float: right;
      margin-right: 1.25rem; } }
  @media screen and (max-width: 39.9375em) {
    .title-bar {
      float: right;
      margin-right: 0.625rem; } }
  .title-bar .menu-icon {
    width: 2.125rem;
    margin-left: 0;
    margin-right: 0; }
    .title-bar .menu-icon:after {
      background: #222222;
      -webkit-box-shadow: 0 7px 0 #222222, 0 14px 0 #222222;
      box-shadow: 0 7px 0 #222222, 0 14px 0 #222222; }
  .title-bar.active .menu-icon:after {
    content: "X";
    font-size: 1.5rem;
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none; }

.title-bar-title {
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-left: 0.0625rem; }

.info-request-block {
  background-color: #222222;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  text-align: center;
  padding: 0.625rem;
  position: relative;
  z-index: 20; }
  @media print, screen and (min-width: 64em) {
    .info-request-block--container {
      position: absolute;
      right: 0;
      margin-top: -4.875rem !important;
      margin-right: 0; } }
  .info-request-block a {
    color: #FFFFFF;
    text-decoration: none; }
    .info-request-block a:hover, .info-request-block a:focus {
      text-decoration: underline;
      color: #FFFFFF; }
  .info-request-block ul {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0; }
    .info-request-block ul li {
      display: inline-block;
      font-size: 0.75rem;
      margin-right: 3.75rem; }
      @media print, screen and (min-width: 40em) {
        .info-request-block ul li {
          margin-right: 2.5rem; } }
      @media print, screen and (min-width: 64em) {
        .info-request-block ul li {
          margin-right: 0.625rem; } }
      @media screen and (max-width: 63.9375em) {
        .info-request-block ul li {
          margin-bottom: 0; } }
      .info-request-block ul li:last-child {
        margin-right: 0; }
  @media print, screen and (min-width: 64em) {
    .info-request-block {
      text-align: left;
      padding: 1.25rem; }
      .info-request-block ul {
        display: block; }
        .info-request-block ul li {
          font-size: 0.875rem;
          display: block; }
          .info-request-block ul li:last-child {
            margin-bottom: 0; } }

.dynamic-dropdown {
  position: relative;
  background-color: #C95100;
  padding-left: 0;
  padding-right: 0;
  color: #FFFFFF;
  z-index: 20; }
  .dynamic-dropdown a {
    color: #FFFFFF; }
    .dynamic-dropdown a:hover, .dynamic-dropdown a:focus {
      color: #FFFFFF;
      text-decoration: none; }
  .dynamic-dropdown--title {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.75rem;
    font-size: 0.75rem;
    padding-bottom: 0.8125rem; }
    .dynamic-dropdown--title button {
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.05rem; }
    @media print, screen and (min-width: 40em) {
      .dynamic-dropdown--title {
        font-size: 0.875rem; } }
    @media print, screen and (min-width: 64em) {
      .dynamic-dropdown--title {
        padding-top: 0.625rem; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .dynamic-dropdown--title {
        padding-bottom: 0.6875rem; } }
    .dynamic-dropdown--title:after {
      display: block;
      width: 25px;
      height: 25px;
      border: inset 6px;
      content: url(../images/icons/dropdown-arrow-white.svg);
      border-bottom-width: 0;
      border-top-style: none;
      border-color: transparent;
      position: absolute;
      top: 0.75rem;
      margin-top: 0.0625rem;
      right: 1rem; }
      @media print, screen and (min-width: 64em) {
        .dynamic-dropdown--title:after {
          margin-top: -0.1875rem; } }
    .dynamic-dropdown--title.active:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 0.625rem; }
      @media screen and (max-width: 39.9375em) {
        .dynamic-dropdown--title.active:after {
          top: 0.375rem; } }
  .dynamic-dropdown--content {
    padding-top: 0.75rem;
    padding-bottom: 0.625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    z-index: 20;
    position: absolute;
    background-color: #C95100;
    width: 100%; }
  .dynamic-dropdown--general-subnav-top, .dynamic-dropdown--general-subnav-mobile {
    height: 2.75rem;
    padding-top: 0.125rem;
    overflow: visible; }
    .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content {
      background-color: #FFFFFF;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #FFFFFF;
      border: 1px solid #CCCCCC;
      -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
      box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
      .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content ul ul, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content ul ul {
        margin-top: 0.625rem;
        padding-left: 1.25rem; }
      .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content li a, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content li a {
        font-size: 0.75rem;
        color: #222222; }
        @media print, screen and (min-width: 40em) {
          .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content li a, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content li a {
            font-size: 0.875rem; } }
        .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content li a:hover, .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content li a:focus, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content li a:hover, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content li a:focus {
          color: #C95100; }
        .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content li a.is-active, .dynamic-dropdown--general-subnav-top .dynamic-dropdown--content li a.active, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content li a.is-active, .dynamic-dropdown--general-subnav-mobile .dynamic-dropdown--content li a.active {
          color: #C95100; }
  .dynamic-dropdown--general-subnav-mobile {
    margin-bottom: 1.25rem;
    max-width: 29.375rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.3125rem; }

@media screen and (max-width: 63.9375em) {
  .top-bar {
    padding: 0; } }

@media screen and (max-width: 63.9375em) {
  .top-bar li.megamenu {
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
    font-size: 1.125rem; }
    .top-bar li.megamenu > a {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: auto; }

.home h1 {
  font-size: 4rem;
  margin-top: 1.875rem; }
  @media screen and (max-width: 39.9375em) {
    .home h1 {
      font-size: 2.25rem;
      margin-top: 1.25rem; } }

.home h2 {
  font-size: 3rem;
  margin-bottom: 1.25rem; }
  .home h2.subtitle {
    font-size: 1.75rem; }
    @media screen and (max-width: 39.9375em) {
      .home h2.subtitle {
        font-size: 1.125rem; } }
    @media print, screen and (min-width: 64em) {
      .home h2.subtitle {
        margin-bottom: 2.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .home h2 {
      font-size: 1.75rem; } }
  @media print, screen and (min-width: 40em) {
    .home h2 {
      margin-bottom: 2.5rem; } }
  @media print, screen and (min-width: 64em) {
    .home h2 {
      margin-bottom: 1.875rem; } }

.home h3.subtitle {
  font-weight: 300;
  margin-bottom: 1.25rem;
  font-size: 1.5rem; }
  @media print, screen and (min-width: 40em) {
    .home h3.subtitle {
      margin-bottom: 1.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .home h3.subtitle {
      font-size: 1.125rem; } }

@media screen and (max-width: 39.9375em) {
  .home h3 {
    font-size: 1.125rem; } }

section.section-home-top {
  margin-bottom: 0; }
  @media screen and (max-width: 39.9375em) {
    section.section-home-top .section-home-top--intro {
      text-align: center;
      padding: 1.25rem;
      padding-left: 1.875rem;
      padding-right: 1.875rem;
      margin-bottom: 1.875rem; }
      section.section-home-top .section-home-top--intro h2 {
        margin-bottom: 0; } }

section.section-our-students {
  margin-top: 3.75rem; }
  @media print, screen and (min-width: 64em) {
    section.section-our-students {
      margin-top: 6.25rem; } }
  section.section-our-students h1 {
    margin-bottom: 1.25rem; }
    @media print, screen and (min-width: 64em) {
      section.section-our-students h1 {
        margin-bottom: 1.875rem; } }

section.section-join-us {
  padding-top: 1.875rem;
  min-height: 31.25rem; }
  @media print, screen and (min-width: 40em) {
    section.section-join-us {
      min-height: 37.5rem; } }
  @media print, screen and (min-width: 64em) {
    section.section-join-us {
      min-height: 42.5rem; } }
  section.section-join-us h3.subtitle {
    margin-bottom: 3.125rem; }

@media screen and (max-width: 39.9375em) {
  section.section-upcoming-events {
    margin-top: 2.5rem; } }

section.section-upcoming-events h2 {
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    section.section-upcoming-events h2 {
      margin-bottom: 1.875rem !important; } }

@media screen and (max-width: 39.9375em) {
  section.section-upcoming-events {
    text-align: center; } }

@media screen and (max-width: 39.9375em) {
  section.section-upcoming-events .section-upcoming-events--events .cell {
    border-bottom: 2px solid #CCCCCC;
    padding-bottom: 1.875rem;
    padding-top: 0.9375rem; }
    section.section-upcoming-events .section-upcoming-events--events .cell:first-child {
      padding-top: 0; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  section.section-upcoming-events .section-upcoming-events--around-campus {
    margin-top: 1.875rem; } }

section.section-upcoming-events .section-upcoming-events--athletics {
  background-color: #EFEFEF;
  padding: 1.875rem;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    section.section-upcoming-events .section-upcoming-events--athletics {
      margin-top: -1.875rem; } }

@media screen and (max-width: 39.9375em) {
  .section-recent-news h2 {
    text-align: center; }
  .section-recent-news .recent-news {
    text-align: center; }
  .section-recent-news .stay-connected .j-message {
    text-align: center !important; } }

.panel {
  position: relative; }
  @media screen and (max-width: 74.9375em) {
    .panel--image:nth-child(5n + 2), .panel--image:nth-child(5n + 1) {
      display: none; } }
  .panel--image .panel-text {
    display: none; }
  .panel--title .panel-content {
    background-color: #FFFFFF;
    opacity: 1; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .panel--title .panel-content .panel-text {
        padding: 1.25rem; }
        .panel--title .panel-content .panel-text h2 {
          font-size: 1.5rem;
          margin-bottom: 0.3125rem; } }
    @media print, screen and (min-width: 40em) {
      .panel--title .panel-content .panel-text {
        text-align: left; } }
  .panel-image img {
    width: 100%; }
  .panel-content {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #222222;
    opacity: .8; }
  .panel-text {
    padding: 2.5rem;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    opacity: 1;
    z-index: 2; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .panel-text {
        padding: 1.125rem; } }
    .panel-text p {
      font-size: 1.125rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .panel-text p {
          font-size: 1rem;
          line-height: 1.2; } }
      .panel-text p:last-child {
        margin-bottom: 0; }
    @media screen and (min-width: 90em) and (max-width: 99.9375em) {
      .panel-text h2 {
        font-size: 2.25rem; } }
    .panel-text h3 {
      color: #FFFFFF;
      text-transform: uppercase;
      letter-spacing: 0.05rem;
      font-size: 1.75rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .panel-text h3 {
          font-size: 1.25rem; } }
      @media print, screen and (min-width: 64em) {
        .panel-text h3 {
          font-size: 2rem; } }
  @media screen and (max-width: 39.9375em) {
    .panel-images {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .panel-images .panel {
        width: 33.33%; }
        .panel-images .panel--image {
          display: none; }
          .panel-images .panel--image.mobile {
            display: block; }
        .panel-images .panel-image {
          display: block; }
    .panel--title h2 {
      margin-bottom: 0.3125rem; }
    .panel--title .panel-image {
      display: none; }
    .panel--title .panel-content {
      text-align: center;
      position: relative; }
    .panel--title .panel-text {
      padding: 1.25rem 1.25rem 0; }
    .panel-wrapper .orbit-container {
      width: 100%; }
    .panel-wrapper .orbit-wrapper {
      position: relative; }
    .panel-wrapper .orbit-controls {
      z-index: 2;
      background-color: transparent;
      position: absolute;
      bottom: 3.75rem;
      left: 40%; }
      .panel-wrapper .orbit-controls img {
        width: 3rem;
        display: block; }
    .panel-wrapper .orbit-previous, .panel-wrapper .orbit-next {
      width: 3rem;
      height: 3rem;
      position: absolute;
      padding: 0; }
    .panel-wrapper .orbit-previous {
      right: 0;
      top: 0; }
      .panel-wrapper .orbit-previous img {
        border-right: 0.25px solid #CCCCCC; }
    .panel-wrapper .orbit-next {
      left: 3rem;
      top: 0; }
      .panel-wrapper .orbit-next img {
        border-left: 0.25px solid #CCCCCC; } }
  .panel-wrapper {
    max-width: 119.125rem;
    margin: 0 auto;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    overflow: hidden;
    position: relative; }
    @media print, screen and (min-width: 40em) {
      .panel-wrapper {
        margin-top: 2.5rem;
        margin-bottom: 2.5rem; } }
    @media print, screen and (min-width: 64em) {
      .panel-wrapper {
        margin-top: 6.25rem;
        margin-bottom: 6.25rem; } }
    @media screen and (min-width: 75em) {
      .panel-wrapper {
        width: 119.125rem;
        margin-left: calc(-953px + 50vw); } }
    @media screen and (min-width: 90em) {
      .panel-wrapper .grid-x {
        overflow: hidden; }
        .panel-wrapper .grid-x .cell:first-child, .panel-wrapper .grid-x .cell:nth-child(5n) {
          overflow: hidden;
          float: right; } }
    @media screen and (min-width: 96.6875em) {
      .panel-wrapper .grid-x {
        overflow: hidden; }
        .panel-wrapper .grid-x .cell:first-child, .panel-wrapper .grid-x .cell:nth-child(5n) {
          overflow: hidden;
          float: right; } }

.section-what-study--intro {
  position: relative;
  z-index: 100;
  background-color: #FFFFFF;
  margin-top: -12.5rem;
  padding: 1.5625rem; }
  @media print, screen and (min-width: 40em) {
    .section-what-study--intro {
      padding-left: 3.75rem;
      padding-right: 3.75rem; } }
  @media print, screen and (min-width: 64em) {
    .section-what-study--intro {
      margin-top: -15.625rem;
      padding-left: 5.9375rem;
      padding-right: 5.9375rem;
      padding-bottom: 0; } }

.section-what-study h3.subtitle a {
  color: #222222; }
  .section-what-study h3.subtitle a:hover, .section-what-study h3.subtitle a:focus {
    color: #C95100; }

.section-what-study .tabs-title {
  margin-bottom: 0;
  text-align: center; }
  .section-what-study .tabs-title:hover .home_tabs-icon, .section-what-study .tabs-title:focus .home_tabs-icon {
    fill: #C95100; }
    .section-what-study .tabs-title:hover .home_tabs-icon .cls-1, .section-what-study .tabs-title:focus .home_tabs-icon .cls-1 {
      fill: #C95100; }
  .section-what-study .tabs-title:hover .home_tabs-title, .section-what-study .tabs-title:focus .home_tabs-title {
    color: #C95100; }
  @media print, screen and (min-width: 40em) {
    .section-what-study .tabs-title {
      border-top: 2px solid transparent; } }
  @media screen and (max-width: 39.9375em) {
    .section-what-study .tabs-title {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 1.25rem;
      border-top: 2px solid #C95100; }
      .section-what-study .tabs-title:last-child {
        border-bottom: 2px solid #C95100; } }
  @media print, screen and (min-width: 40em) {
    .section-what-study .tabs-title.is-active {
      border-top: 2px solid #C95100; } }
  .section-what-study .tabs-title.is-active .home_tabs-icon {
    fill: #C95100; }
    .section-what-study .tabs-title.is-active .home_tabs-icon .cls-1 {
      fill: #C95100; }
  .section-what-study .tabs-title.is-active > a .home_tabs-title {
    color: #C95100; }
  .section-what-study .tabs-title > a:focus, .section-what-study .tabs-title > a[aria-selected='true'] {
    background-color: transparent; }
    @media screen and (max-width: 39.9375em) {
      .section-what-study .tabs-title > a:focus, .section-what-study .tabs-title > a[aria-selected='true'] {
        color: inherit; } }

.section-what-study a .home_tabs-title {
  color: #222222;
  text-decoration: none; }
  .section-what-study a .home_tabs-title:focus {
    color: #C95100;
    text-decoration: none; }

.section-what-study .tabs-titles {
  list-style-type: none; }

@media screen and (max-width: 39.9375em) {
  .section-what-study .home_tabs-icon {
    display: inline-block;
    margin-right: 1.25rem;
    width: 2.5rem; } }

.section-what-study .home_tabs-icon img {
  height: 2rem; }

.section-what-study .home_tabs-icon svg {
  height: 30px; }
  @media print, screen and (min-width: 40em) {
    .section-what-study .home_tabs-icon svg {
      max-width: 30px; } }
  @media screen and (min-width: 54.6875em) {
    .section-what-study .home_tabs-icon svg {
      max-width: 100%; } }

.section-what-study .home_tabs-icon .cls-1 {
  fill: #222222; }

.section-what-study .home_tabs-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  padding-top: 1.25rem; }
  .section-what-study .home_tabs-title a {
    color: #222222;
    text-decoration: none; }
    .section-what-study .home_tabs-title a:focus {
      text-decoration: none;
      color: #C95100; }
  @media screen and (max-width: 39.9375em) {
    .section-what-study .home_tabs-title {
      display: inline-block;
      position: relative; } }

@media screen and (max-width: 39.9375em) {
  .section-what-study .home_tabs {
    position: relative; }
    .section-what-study .home_tabs .tabs-title {
      display: block;
      width: 100%;
      padding: 0; }
      .section-what-study .home_tabs .tabs-title a {
        display: block;
        padding: 0.9375rem 0.75rem;
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .section-what-study .home_tabs .tabs-title .icon {
        position: absolute;
        right: 0; }
        .section-what-study .home_tabs .tabs-title .icon svg {
          width: 2.1875rem; }
          .section-what-study .home_tabs .tabs-title .icon svg polygon {
            fill: #222222; }
      .section-what-study .home_tabs .tabs-title .home_tabs-title {
        padding-top: 0; } }

@media print, screen and (min-width: 40em) {
  .section-what-study .home_tabs {
    margin-top: 2.375rem; }
    .section-what-study .home_tabs .tabs-titles {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .section-what-study .home_tabs .tabs-title {
      max-width: 8.125rem;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto; }
      .section-what-study .home_tabs .tabs-title > a {
        padding: 1.25rem 0 2.1875rem; } }

@media screen and (max-width: 39.9375em) {
  .section-what-study .home_tabs .tabs-content {
    overflow: hidden;
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 100%;
    background: transparent; }
    .section-what-study .home_tabs .tabs-content.is-active {
      left: 0;
      width: 100%; } }

.section-what-study .home_tabs .tabs-panel {
  clear: both;
  text-align: center;
  background: #EFEFEF;
  padding: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .section-what-study .home_tabs .tabs-panel {
      padding: 2.5rem; } }
  .section-what-study .home_tabs .tabs-panel h3 {
    text-align: center; }
  .section-what-study .home_tabs .tabs-panel select, .section-what-study .home_tabs .tabs-panel .ui-selectmenu-button {
    max-width: 33.125rem; }
  @media screen and (max-width: 39.9375em) {
    .section-what-study .home_tabs .tabs-panel {
      min-height: 100%;
      margin-top: 0;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: 0.3s opacity;
      transition: 0.3s opacity;
      display: block;
      opacity: 0;
      z-index: 1; }
      .section-what-study .home_tabs .tabs-panel-exit {
        border-bottom: 2px solid #CCCCCC;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 0.875rem;
        display: block;
        margin-bottom: 1.875rem;
        padding-bottom: 1.25rem; }
        .section-what-study .home_tabs .tabs-panel-exit .icon {
          display: inline-block; }
          .section-what-study .home_tabs .tabs-panel-exit .icon svg {
            margin-left: -20px;
            margin-bottom: -11px;
            margin-right: -5px;
            width: 40px;
            -webkit-transform: scaleX(-1);
            -ms-transform: scaleX(-1);
                transform: scaleX(-1);
            -webkit-filter: FlipH;
                    filter: FlipH;
            -ms-filter: "FlipH"; }
            .section-what-study .home_tabs .tabs-panel-exit .icon svg polygon {
              fill: #222222; }
            .section-what-study .home_tabs .tabs-panel-exit .icon svg rect {
              fill: transparent; }
      .section-what-study .home_tabs .tabs-panel.is-active {
        opacity: 1;
        z-index: 2; } }

.annotate {
  font-style: italic;
  color: #366ED4; }

.juicer-feed .referral {
  display: none !important; }

.juicer-feed .j-stacker {
  font-family: "Lato", sans-serif !important; }

.juicer-feed .j-image img {
  width: auto !important;
  max-height: 9.375rem; }

.juicer-feed .j-twitter-text:before {
  color: #C95100 !important; }

.juicer-feed .feed-item {
  border: none !important; }
  .juicer-feed .feed-item:nth-child(odd) {
    background-color: #EFEFEF !important; }

.juicer-feed .j-message {
  color: #222222 !important; }
  .juicer-feed .j-message p {
    font-weight: 400; }
  .juicer-feed .j-message a {
    font-weight: 400 !important;
    color: #C95100 !important; }
    
      .juicer-feed .j-message a:hover {
    font-weight: 400 !important;
    color: #C95100 !important; 
    text-decoration:underline !important;
      }

.juicer-feed .j-date {
  font-weight: 400 !important;
  color: #222222 !important; }

@media screen and (max-width: 39.9375em) {
  .degrees-programs--intro h1 {
    margin-bottom: 0.3125rem; } }

.degrees-programs--intro h2 {
  font-weight: 300;
  font-size: 1.125rem; }
  @media print, screen and (min-width: 64em) {
    .degrees-programs--intro h2 {
      font-size: 1.5rem; } }
  @media screen and (max-width: 39.9375em) {
    .degrees-programs--intro h2 {
      text-align: center;
      margin-top: 0.625rem; } }

@media print, screen and (min-width: 64em) {
  .degrees-programs--intro--right {
    margin-left: 3.125rem;
    margin-right: 3.125rem; } }

.degrees-programs--intro--right li {
  font-size: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .degrees-programs--intro--right li {
      font-size: 0.875rem; } }
  .degrees-programs--intro--right li a {
    text-decoration: none; }

.degrees-programs--explore {
  margin-top: 2.5rem; }
  .degrees-programs--explore--online {
    margin-top: 0.625rem;
    width: 10rem; }
    .degrees-programs--explore--online [type="checkbox"] {
      float: left;
      margin-bottom: 0; }
      .degrees-programs--explore--online [type="checkbox"] + label {
        vertical-align: middle;
        margin-top: 0;
        text-transform: uppercase; }
    .degrees-programs--explore--online label {
      line-height: 1;
      margin-bottom: 0;
      font-size: 0.75rem; }
      @media print, screen and (min-width: 40em) {
        .degrees-programs--explore--online label {
          margin-bottom: 0.375rem;
          font-size: 0.875rem; } }
  @media screen and (max-width: 39.9375em) {
    .degrees-programs--explore--search label {
      display: block !important;
      width: unset;
      height: unset;
      clip: unset;
      -webkit-clip-path: unset;
              clip-path: unset;
      position: relative !important;
      text-align: left; } }
  .degrees-programs--explore--filters {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-top: 2px solid #CCCCCC;
    border-bottom: 2px solid #CCCCCC;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05rem; }
    @media print, screen and (min-width: 40em) {
      .degrees-programs--explore--filters {
        font-size: 0.875rem; } }
    .degrees-programs--explore--filters input[type="checkbox"] {
      width: 1.25rem;
      height: 1.25rem; }
    .degrees-programs--explore--filters input[type="search"] {
      margin-bottom: 0.9375rem; }
      @media print, screen and (min-width: 40em) {
        .degrees-programs--explore--filters input[type="search"] {
          margin-bottom: 0; } }
  .degrees-programs--explore--results {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }
    @media print, screen and (min-width: 40em) {
      .degrees-programs--explore--results .accordion-content .cell:first-child {
        border-right: 1px solid #CCCCCC;
        padding-right: 0.625rem; } }
    @media screen and (max-width: 39.9375em) {
      .degrees-programs--explore--results .accordion-content .cell:last-child {
        border-top: 1px solid #CCCCCC;
        padding-top: 1.875rem; } }
  .degrees-programs--explore--header {
    margin-bottom: 0.625rem; }
    .degrees-programs--explore--header h2 {
      margin-bottom: 0;
      text-align: center;
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; }
  .degrees-programs--explore--categories button {
    width: 100%;
    border-top: 2px solid transparent;
    padding-top: 0.9375rem;
    margin-top: 1.25rem;
    text-transform: uppercase;
    font-size: 0.75rem; }
    @media screen and (max-width: 39.9375em) {
      .degrees-programs--explore--categories button {
        max-width: 9.375rem; } }
    .degrees-programs--explore--categories button:hover, .degrees-programs--explore--categories button.active {
      border-top: 2px solid #C95100;
      color: #C95100; }
    @media print, screen and (min-width: 40em) {
      .degrees-programs--explore--categories button {
        font-size: 0.875rem; } }

.content-module--who-to-ask {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem; }
  @media print, screen and (min-width: 40em) {
    .content-module--who-to-ask h3, .content-module--who-to-ask h4 {
      display: inline-block; }
    .content-module--who-to-ask h3 {
      margin-right: 3.125rem; } }

@media print, screen and (min-width: 40em) {
  .content-module--directory-results--name-title {
    padding-right: 1.875rem; } }

.content-module--directory-results--name-title h4 {
  margin-top: 0.9375rem;
  margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .content-module--directory-results--name-title h4 {
      margin-top: 0.9375rem; } }

.content-module--directory-results--results h3 {
  margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .content-module--directory-results--results h3 {
      margin-bottom: 0.9375rem; } }

.content-module--directory-results--results--wrapper {
  border-top: 2px solid #CCCCCC;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.content-module--directory-results--results-output {
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .content-module--directory-results--results-output {
      font-size: 1rem; } }
  .content-module--directory-results--results-output--image {
    text-align: left; }
    @media print, screen and (min-width: 40em) {
      .content-module--directory-results--results-output--image {
        text-align: right; } }

.content-module--directory-filters--wrapper {
  padding-top: 2.5rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem; }

.content-module--directory-filters--buttons .category {
  display: block; }
  @media print, screen and (min-width: 40em) {
    .content-module--directory-filters--buttons .category {
      display: inline-block;
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }

.content-module--directory-filters--buttons .button {
  width: 100%;
  font-size: 0.75rem; }
  .content-module--directory-filters--buttons .button.active {
    background-color: #C95100; }
  @media print, screen and (min-width: 40em) {
    .content-module--directory-filters--buttons .button {
      width: 15.125rem; } }
  @media print, screen and (min-width: 40em) {
    .content-module--directory-filters--buttons .button {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      font-size: 0.875rem; } }

.content-module--directory-filters--search {
  max-width: 61.25rem;
  margin: 0 auto;
  position: relative; }
  .content-module--directory-filters--search input[type="search"]:active, .content-module--directory-filters--search input[type="search"]:focus {
    border-color: #CCCCCC; }
  .content-module--directory-filters--search .button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1rem 1rem;
    height: 100%; }
    @media print, screen and (min-width: 40em) {
      .content-module--directory-filters--search .button {
        background-color: transparent; } }
    .content-module--directory-filters--search .button svg {
      width: 0.75rem; }
      .content-module--directory-filters--search .button svg g, .content-module--directory-filters--search .button svg path {
        fill: #FFFFFF; }
      @media print, screen and (min-width: 40em) {
        .content-module--directory-filters--search .button svg {
          width: 0.75rem; }
          .content-module--directory-filters--search .button svg g, .content-module--directory-filters--search .button svg path {
            fill: #C95100; } }

.content-module--directory-filters--letters .letter {
  display: inline-block;
  margin-right: 0.3125rem;
  font-size: 1rem;
  margin-bottom: 1.5625rem; }
  @media print, screen and (min-width: 64em) {
    .content-module--directory-filters--letters .letter {
      font-size: 1.125rem; } }
  .content-module--directory-filters--letters .letter:last-child {
    margin-right: 0; }
  .content-module--directory-filters--letters .letter button {
    padding: 0.3125rem 0.5rem; }
    .content-module--directory-filters--letters .letter button.active {
      background: #C95100;
      color: #FFFFFF;
      font-weight: bold; }
      .content-module--directory-filters--letters .letter button.active:focus {
        text-decoration: none; }
    .content-module--directory-filters--letters .letter button:focus, .content-module--directory-filters--letters .letter button:hover, .content-module--directory-filters--letters .letter button:focus {
      text-decoration: underline; }

.l-sidebar-content--calendar--categories a:focus, .l-sidebar-content--calendar--categories a:active {
  color: #222222; }

.calendar-title-container {
  margin-bottom: 1.25rem; }
  @media screen and (max-width: 39.9375em) {
    .calendar-title-container h1 {
      margin-bottom: 0; } }
  @media print, screen and (min-width: 40em) {
    .calendar-title-container {
      margin-bottom: 2.5rem; } }

@media screen and (max-width: 39.9375em) {
  .calendar-header-container {
    margin-bottom: 1.25rem; } }

@media screen and (max-width: 39.9375em) {
  .calendar-events-container .cell:first-child {
    margin-bottom: 0 !important; }
    .calendar-events-container .cell:first-child li:last-child {
      margin-bottom: 0 !important; }
      .calendar-events-container .cell:first-child li:last-child section {
        margin-bottom: 0.625rem; } }

.calendar-events-container .l-sidebar-content--module {
  margin-bottom: 2.5rem; }

.eventsList ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }
  @media screen and (max-width: 39.9375em) {
    .eventsList ul {
      margin-bottom: 1.875rem; } }

.eventsList section {
  margin-bottom: 1.875rem; }

.calendarListing {
  position: relative; }
  .calendarListing .event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .calendarListing .eventDate {
      background-color: #222222;
      width: 42px !important;
      height: 100%;
      min-height: 3.75rem;
      margin-right: 1.25rem;
      padding-top: 0.625rem;
      text-transform: uppercase;
      text-align: center;
      color: #FFFFFF;
      display: inline-block; }
      @media print, screen and (min-width: 40em) {
        .calendarListing .eventDate {
          width: 66px !important;
          min-height: 5.5rem !important;
          margin-right: 1.875rem;
          padding-top: 1.25rem; } }
      .calendarListing .eventDate .month {
        display: block !important;
        font-size: 0.75rem; }
        @media print, screen and (min-width: 40em) {
          .calendarListing .eventDate .month {
            font-size: 0.875rem; } }
      .calendarListing .eventDate .day {
        font-size: 1.125rem; }
        @media print, screen and (min-width: 40em) {
          .calendarListing .eventDate .day {
            font-size: 1.5rem; } }
    .calendarListing .eventText {
      display: inline-block;
      width: 100%;
      font-size: 1.125rem;
      position: relative;
      height: 100%; }
      @media print, screen and (min-width: 40em) {
        .calendarListing .eventText {
          font-size: 1.5rem; } }
  .calendarListing a {
    display: block;
    padding-left: 0.9375rem;
    border-left: 0.625rem solid #C95100; }
    @media print, screen and (min-width: 40em) {
      .calendarListing a {
        padding-left: 1.25rem; } }
  .calendarListing.cat01 a {
    border-left-color: #AD1212; }
  .calendarListing.cat02 a {
    border-left-color: #097C4B; }
  .calendarListing.cat03 a {
    border-left-color: #1D449B; }
  .calendarListing.cat04 a {
    border-left-color: #963588; }
  .calendarListing.cat05 a {
    border-left-color: #57A8DB; }
  .calendarListing.cat06 a {
    border-left-color: #C95100; }
  .calendarListing.cat07 a {
    border-left-color: #EB8BB0; }

#calendars li a {
  text-decoration: none;
  display: block; }
  #calendars li a.off {
    opacity: .5; }
  #calendars li a span {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    float: left;
    margin-right: 0.9375rem;
    background-color: #C95100; }
  #calendars li a.cat01 span {
    background-color: #AD1212; }
  #calendars li a.cat02 span {
    background-color: #097C4B; }
  #calendars li a.cat03 span {
    background-color: #1D449B; }
  #calendars li a.cat04 span {
    background-color: #963588; }
  #calendars li a.cat05 span {
    background-color: #57A8DB; }
  #calendars li a.cat06 span {
    background-color: #C95100; }
  #calendars li a.cat07 span {
    background-color: #EB8BB0; }

#calendar {
  margin-bottom: 3.4375rem;
  border-bottom: 1px solid #C95100;
  padding-bottom: 1.5625rem; }

.fc h2 {
  margin-bottom: 0; }

.fc-button-group {
  display: inline-block; }
  .fc-button-group .fc-button {
    display: inline-block; }

.fc-toolbar {
  text-align: center; }
  .fc-toolbar .fc-left {
    width: 30%;
    text-align: left;
    float: left; }
  .fc-toolbar .fc-center {
    text-align: center; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .fc-toolbar .fc-center {
        padding-top: 0.625rem; } }
  .fc-toolbar .fc-right {
    width: 30%;
    text-align: right;
    float: right;
    margin-top: 0.625rem; }
    @media print, screen and (min-width: 64em) {
      .fc-toolbar .fc-right {
        margin-top: 0.75rem; } }
    .fc-toolbar .fc-right button {
      border-right: 1px solid #222222;
      padding-left: 0.3125rem;
      padding-right: 0.3125rem; }
      @media print, screen and (min-width: 40em) {
        .fc-toolbar .fc-right button {
          padding-left: 0.1875rem;
          padding-right: 0.1875rem; } }
      @media screen and (min-width: 42em) {
        .fc-toolbar .fc-right button {
          padding-left: 0.3125rem;
          padding-right: 0.3125rem; } }
      @media print, screen and (min-width: 64em) {
        .fc-toolbar .fc-right button {
          padding-left: 0.625rem;
          padding-right: 0.625rem; } }
      @media screen and (min-width: 75em) {
        .fc-toolbar .fc-right button {
          padding-left: 1.25rem;
          padding-right: 1.25rem; } }
      .fc-toolbar .fc-right button:first-child {
        padding-left: 0; }
      .fc-toolbar .fc-right button:last-child {
        padding-right: 0;
        border-right: none; }
  .fc-toolbar .fc-month-button.fc-state-active, .fc-toolbar .fc-month-button:hover, .fc-toolbar .fc-agendaWeek-button.fc-state-active, .fc-toolbar .fc-agendaWeek-button:hover, .fc-toolbar .fc-agendaDay-button.fc-state-active, .fc-toolbar .fc-agendaDay-button:hover, .fc-toolbar .fc-listWeek-button.fc-state-active, .fc-toolbar .fc-listWeek-button:hover, .fc-toolbar .fc-today-button.fc-state-active, .fc-toolbar .fc-today-button:hover {
    color: #C95100; }
  .fc-toolbar .fc-month-button.fc-state-active:hover, .fc-toolbar .fc-agendaWeek-button.fc-state-active:hover, .fc-toolbar .fc-agendaDay-button.fc-state-active:hover, .fc-toolbar .fc-listWeek-button.fc-state-active:hover, .fc-toolbar .fc-today-button.fc-state-active:hover {
    color: #222222; }
  .fc-toolbar > * > :first-child {
    margin-left: 0; }

.fc button {
  text-transform: capitalize;
  text-decoration: underline;
  font-size: 1rem; }
  @media print, screen and (min-width: 64em) {
    .fc button {
      font-size: 1.125rem; } }
  .fc button.fc-today-button {
    color: #CCCCCC; }

.fc-next-button, .fc-prev-button {
  background-color: #EFEFEF;
  width: 3.375rem;
  height: 2.6875rem; }

.fc-next-button {
  margin-left: -0.1875rem; }

.fc-icon-left-single-arrow::after {
  content: url([system-asset]site://UTPB - Redesign/assets/images/icons/dropdown-arrow-white.svg[/system-asset]);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 1.125rem;
  display: block; }

.fc-icon-right-single-arrow::after {
  content: url("[system-asset]site://UTPB - Redesign/assets/images/icons/dropdown-arrow-white.svg[/system-asset]");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 1.125rem;
  display: block; }

.fc-today-button {
  margin-left: 1.25rem; }
  @media print, screen and (min-width: 64em) {
    .fc-today-button {
      margin-left: 2.5rem; } }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu li.ui-menu-item {
  cursor: pointer;
  text-transform: none;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .ui-menu li.ui-menu-item {
      font-size: 1rem; } }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Lato", sans-serif;
  color: #FFFFFF;
  text-transform: uppercase; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  color: #FFFFFF; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Lato", sans-serif;
  font-size: 0.75rem; }
  @media print, screen and (min-width: 40em) {
    .ui-widget {
      font-size: 0.875rem; } }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #CCCCCC;
  border-top: none; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #C95100;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ffffff;
  background: #C95100;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #ffffff;
  font-weight: normal;
  color: #333333; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #ffffff;
  background-color: #222222; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #222222;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_444444_256x240.png[/system-asset]"); }

.ui-widget-header .ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_444444_256x240.png[/system-asset]"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_555555_256x240.png[/system-asset]"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_ffffff_256x240.png[/system-asset]"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_777620_256x240.png[/system-asset]"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_cc0000_256x240.png[/system-asset]"); }

.ui-button .ui-icon {
  background-image: url("[system-asset]site://UTPB - Redesign/assets/images/ui-icons_777777_256x240.png[/system-asset]"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

.ui-selectmenu-button {
  padding: 0.9375rem; }
  .ui-selectmenu-button.ui-button .ui-icon {
    background-image: url(../images/icons/dropdown-arrow-white.svg); }
  .ui-selectmenu-button.ui-button .ui-icon-triangle-1-s {
    background-position: center center;
    width: 13px;
    height: 18px;
    height: 15px; }
  .ui-selectmenu-button:hover .ui-icon, .ui-selectmenu-button:focus .ui-icon {
    background-image: url(../images/icons/dropdown-arrow-white.svg); }
  .ui-selectmenu-button.ui-selectmenu-button-open .ui-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.ui-selectmenu-open li.ui-menu-item {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem; }
  .ui-selectmenu-open li.ui-menu-item:first-child {
    margin-top: 0.9375rem; }
  .ui-selectmenu-open li.ui-menu-item:last-child {
    margin-bottom: 1.25rem; }
  .ui-selectmenu-open li.ui-menu-item .ui-state-active {
    text-decoration: underline; }

.ui-selectmenu-open li.ui-state-disabled {
  text-decoration: none; }
  .ui-selectmenu-open li.ui-state-disabled.ui-menu-item {
    color: #222222; }
    .ui-selectmenu-open li.ui-state-disabled.ui-menu-item .ui-state-active {
      text-decoration: none;
      color: #222222; }
      .ui-selectmenu-open li.ui-state-disabled.ui-menu-item .ui-state-active:hover, .ui-selectmenu-open li.ui-state-disabled.ui-menu-item .ui-state-active:focus {
        text-decoration: none; }

.ui-selectmenu-open .ui-widget.ui-widget-content {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16); }
  
/*Forms*/
  label{display:block;margin:0;font-size:1rem;font-weight:normal;line-height:1.8;color:#222222;text-transform:none;font-size:0.875rem;margin-bottom:0.625rem;}
@media print,screen and (min-width:40em){
  label{font-size:1rem;}
}
[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color']{height:2.75rem;border-color:#CCCCCC;-webkit-box-shadow:none;box-shadow:none;-webkit-box-shdadow:none;}
[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:2.3125rem;margin:0 0 1rem;padding:0.5rem;border:1px solid #CCCCCC;border-radius:0;background-color:#FFFFFF;-webkit-box-shadow:inset 0 1px 2px rgba(34,34,34,0.1);box-shadow:inset 0 1px 2px rgba(34,34,34,0.1);font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.375;color:#222222;-webkit-transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;transition:box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;-webkit-appearance:none;-moz-appearance:none;appearance:none;}
[type='submit']{color:#FFFFFF;background-color:#222222;text-transform:uppercase;letter-spacing:0.05rem;font-size:0.75rem;text-decoration:none;padding:0.9375rem!important;margin-bottom:0.625rem;border:none;-webkit-transition:none;transition:none;height:auto;}
[type='submit']:hover,[type='submit']:focus{background-color:#C95100;}
@media print,screen and (min-width:40em){
  [type='submit']{font-size:0.875rem;padding:1.25rem 1.5625rem!important;}
}
[type="radio"],[type="checkbox"]{position:relative;margin-bottom:0.625rem;}
@media print,screen and (min-width:40em){
  [type='submit']{font-size:0.875rem;padding:1.25rem 1.5625rem;}
}
[type='submit'],[type='button']{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;}

form.form p.submit{margin:0;padding:0;}
form.form input.text{width:100%;clear:both;}
form.form p label{text-align:left;width:100%;clear:both;}
form.form p{clear:left;line-height:1.4em;margin:0;padding:3px 2px;}
select{height:2.3125rem;margin:0 0 1rem;padding:0.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #CCCCCC;border-radius:0;background-color:#FFFFFF;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.375;color:#000000;    /*background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.…points='0,0 32,0 16,24' style='fill: rgb%2868, 68, 68%29'></polygon></svg>);*/background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;-webkit-transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;transition:box-shadow 0.5s,border-color 0.25s ease-in-out,-webkit-box-shadow 0.5s;}
select{height:3.125rem;border:1px solid #CCCCCC;color:#000000;background-size:15px 15px;background-color:#C95100;text-transform:uppercase;letter-spacing:0.05rem;font-family:"Lato",sans-serif;background-image:url([system-asset]site://UTPB - Redesign/assets/images/icons/dropdown-arrow-white.svg[/system-asset]);background-repeat:no-repeat;background-position:right center;font-size:0.75rem;border-color:#C95100;padding-left:1.25rem;}
@media print,screen and (min-width:40em){
  select{font-size:0.875rem;}
}
form.form select{font-weight:normal;float:left;width:100%;clear:both;color:#000000;}
/*HH added for open template - START*/
.overlap-title{margin-top: -1.875rem;} 
.overlap-title img{width:100%} 
.home .content-module {margin-top: 3.75rem;}
@media print, screen and (min-width: 64em){
.home .content-module {margin-top: 6.25rem;}}
#sidebar-news-archive .sub-toggle ul {display: none;}
#sidebar-news-archive .sub-toggle.show ul {display: block;}
.content-overlay {z-index: 19;}
.accordions-section .degrees-programs--explore--results .accordion-content .cell:first-child {border-right: none;}
/*HH added for open template - END*/
/*HH added for March updates - START*/
.wysiwyg-content.embed-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.wysiwyg-content.embed-content.center {
    justify-content: center;
}
.content-module--icon-row  {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}
.grid-x .content-module--icon-row:first-of-type{
    border-top: 2px solid #C95100;
}
.grid-x .content-module--icon-row:last-of-type{
    border-bottom: 2px solid #C95100;
}
.grid-x .content-module--icon-row + .content-module--icon-row{
   border-top: 2px solid #CCCCCC;
   margin-top: -1.25rem;
}



@media print, screen and (min-width: 64em){
.content-module--icon-row  {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
}}
.content-module--icon-row .cell {
    display: flex;
    flex-direction: column;
    height: 100%;
    /*border-left: 2px solid #CCCCCC;*/
    margin-top:10px;
    margin-bottom:10px;
}
.content-module--icon-row .cell .img{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-end;
}
.content-module--icon-row .cell .img.no-text{
    justify-content:center;
}
.content-module--icon-row .cell .text{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-end;
    margin-top:20px;
    font-size:1.5rem;
    font-weight:300;
    text-align:center;
}
.content-module--icon-row .cell .text span{
    font-size:1rem;
    font-weight:400;
}
.content-module--icon-row .cell img {
    max-width:160px;
}

.content-module--icon-row .cell-divider.hide-for-small-only {
    height:100%;
    width:2px;
    background-color:#CCCCCC;
}

.content-module--icon-row .cell-divider.show-for-small-only {
    height:2px;
    width:100%;
    background-color:#CCCCCC;
    margin: 1rem 0;
}

.content-module--icon-row .cell-divider + .cell  {
    margin-left: calc(0.625rem - 1px);
    margin-right: calc(0.625rem - 1px);
}

@media print, screen and (min-width: 40em){
    .content-module--icon-row .cell {
        margin-top:0;
        margin-bottom:0;
    }
    .content-module--icon-row .cell-divider + .cell  {
        margin-left: calc(0.9375rem - 1px);
        margin-right: calc(0.9375rem - 1px);
    }
}
@media print, screen and (min-width: 64em){
    .content-module--icon-row .cell-divider + .cell  {
        margin-left: calc(1.75rem - 1px);
        margin-right: calc(1.75rem - 1px);
    }
}
/*HH added for March updates - END*/

/* HH added for home page updates */
 .section-home-top .orbit-slide h3 {
	 color: #FFFFFF;
}
 .section-home-top .orbit-slide a:after {
	 color: #FFFFFF;
	 background-position-x: -52px;
}
 .section-home-top .orbit-slide a, .section-home-top .orbit-slide a:hover {
	 text-decoration: none;
	 color: #FFFFFF;
}
 .section-home-top .orbit-slide a:hover h3 {
	 text-decoration: underline;
}

/* HH added for non-crisis alert banner */
.dk-bg {
    background-color: #222222;
}
.txt-white {
	color: #ffffff;
}
.banner-pd {
	padding: 30px 0;
}
.btn-center {
	margin: auto;
    position: relative;
    top: 30%;
    -ms-transform: translateY(-50%);
    transform: translateY(30%);
}
.btn-center .button:hover, .button:focus {
    background-color: #ffffff;
    color: #ab4500;
}
.banner-h2 {
	font-size: 3rem;
	font-weight: 300;
	line-height: 1.2;
    margin-bottom: 0.9375rem;
}
.banner-pd div {
	padding-right: 70px;
}

/*HH STICKY NAV*/
 .sticky-nav {
	 position: fixed;
	 left: 0;
	 padding: 0;
	 margin: 0;
	 right: auto;
	 z-index: 9999;
	 display: flex;
	 flex-direction: row;
	 width:48px;
	 height:166px;
}
 .sticky-nav.opened {
     width:auto;
     height:auto;
 }
 @media (max-width: 767px) {
	 .sticky-nav {
		 position: absolute;
		 overflow:hidden;
	}
}
 .sticky-nav .sticky-nav-button {
	 position: relative;
	 top: 29px;
	 margin-left: -59px;
}
 @media (max-width: 1023px) {
	 .sticky-nav .sticky-nav-button {
		 top: 58px;
	}
}
 .sticky-nav .sticky-nav-button button {
     display: block;
	 background-color: #000000;
	 color: #FFFFFF;
	 padding: 1rem 3rem 1rem 1rem;
	 transform: rotate(-270deg);
	 -webkit-transform: rotate(-270deg);
	 -moz-transform: rotate(-270deg);
	 -ms-transform: rotate(-270deg);
	 -o-transform: rotate(-270deg);
	 white-space: nowrap;
}
 .sticky-nav .sticky-nav-button button:after {
	 display: block;
	 width: 25px;
	 height: 25px;
	 border: inset 6px;
	 content: url(https://www.utpb.edu/assets/images/icons/dropdown-arrow-white.svg);
	 border-bottom-width: 0;
	 border-top-style: none;
	 border-color: transparent;
	 position: absolute;
	 top: 0.75rem;
	 margin-top: 0.0625rem;
	 right: 1rem;
	 transform: rotate(-180deg);
	 -webkit-transform: rotate(-180deg);
	 -moz-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 -o-transform: rotate(-180deg);
}
 .sticky-nav .sticky-nav-links {
	 padding: 1rem;
	 background-color: #FFFFFF;
	 top: -30px;
	 position: relative;
	 border: solid 2px #C95100;
	 width: 0;
	 min-height: 165.56px;
	 max-height: calc(100vh - 254px);
	 overflow-y:auto;
	 margin-left: -36px;
}
 @media (max-width: 1023px) {
    .sticky-nav .sticky-nav-links {
	    max-height: calc(100vh - 200px);
    }
 }
 .sticky-nav.opened .sticky-nav-links {
	 width: 350px;
}

 @media (max-width: 1023px) {
	 .sticky-nav .sticky-nav-links {
		 top: 0;
	}
}
 @media (max-width: 400px) {
 .sticky-nav.opened .sticky-nav-links {
	 width: calc(100vw - 50px);
}
 }


 .sticky-nav .sticky-nav-links ul {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
}
 .sticky-nav.opened .sticky-nav-links {
	 margin-left: -2px;
}
 .sticky-nav.opened .sticky-nav-button {
	 margin-left: -61px;
}
 .sticky-nav.opened .sticky-nav-button button:after {
	 transform: rotate(-0deg);
	 -webkit-transform: rotate(-0deg);
	 -moz-transform: rotate(-0deg);
	 -ms-transform: rotate(-0deg);
	 -o-transform: rotate(-0deg);
}

a.CatalogModule span.CatalogSR{
    /*clip:rect(1px, 1px, 1px, 1px);
    clip-path:inset(50%);*/
    height:1px;
    width:1px;
    font-size:0px;
    overflow:hidden;
    padding:0;
    /*position:absolute;*/
    /*text-wrap:wrap;*/
}

a.CatalogModule {
    color:#222222;
    text-decoration:underline;
    text-wrap:wrap !important;
}

a.CatalogModule:hover, a.CatalogModule:focus {
    color:#c95100 ;
    text-decoration:underline;
    /*word-break:break-all;*/
    word-wrap:normal;
    /*position:absolute;*/
    width:auto;
    height:auto;
    
}

a.CatalogModule:hover span.CatalogSR, a.CatalogModule:focus span.CatalogSR{
    /*clip:auto;
    clip-path:inset(0%);*/
   /* color:#c95100;*/
    text-decoration:underline;
    width:auto ;
    height:auto ;
    /*word-break:break-all;*/
    word-wrap:normal;
    padding:0;
    font-size:1rem;
    /*position:absolute;*/
}

/*
a span.CatalogSR{
    clip:rect(1px, 1px, 1px, 1px);
    clip-path:inset(50%);
    height:1px;
    width:1px;
    overflow:hidden !important;
    padding:0;
    position:absolute;
}*/

/*HH FEATURED IMAGE */
 .grid-container.featured-image {
	 margin-bottom: 80px;
	 margin-top: 80px;
}
 .grid-container.featured-image .lt-bg {
    background-color: #efefef;
}
 .grid-container.featured-image .hover-img{
	 height: 350px;
	 background-size:cover;
	 background-position: center;
}
  .grid-container.featured-image .img-hover-left .hover-img, 
  .grid-container.featured-image .img-hover-right .hover-img{
	 align-self:center;
	 z-index: 99;
}
  .grid-container.featured-image .img-hover-right .lt-bg, 
  .grid-container.featured-image .img-hover-left .lt-bg{
	 padding-top: 50px;
	 padding-bottom: 50px;
	 min-height: 450px;
	 justify-content: center;
	 display: flex;
	 flex-direction: column;
}
  .grid-container.featured-image .img-hover-right .lt-bg{
	 padding-right: 110px;
	 padding-left: 80px;
}
  .grid-container.featured-image .img-hover-left .lt-bg{
	 padding-left: 110px;
	 padding-right: 80px;
}
  .grid-container.featured-image .img-hover-left .button, 
  .grid-container.featured-image .img-hover-right .button{
	 display:inline-block;
	 width:fit-content;
}
 @media only screen and (min-width:768px){
	 .grid-container.featured-image .img-hover-right{
		 margin-right:-40px;
	}
	 .grid-container.featured-image .img-hover-left{
		 margin-right:-40px;
	}
	 .grid-container.featured-image .img-hover-left .hover-img{
		 margin-right:-20px;
	}
	 .grid-container.featured-image .img-hover-right .hover-img{
		 margin-left:-20px;
	}
}
/*COLUMNS - HH FB*/
@media print, screen and (min-width: 40em){
.columns-section .column-content {
    padding: 0 10px;
}}
/*PERSONAL CARDS - HH FB*/
.grid-x.persona-cards .switch {
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fefefe;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 2rem
}

.grid-x.persona-cards .switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.grid-x.persona-cards .switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #222222;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
}

.grid-x.persona-cards input+.switch-paddle {
    margin: 0
}

.grid-x.persona-cards .switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    content: "";
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.grid-x.persona-cards input:checked~.switch-paddle {
    background: #C95100;
}

.grid-x.persona-cards input:checked~.switch-paddle::after {
    left: 2.25rem
}

.grid-x.persona-cards input:disabled~.switch-paddle {
    cursor: not-allowed;
    opacity: .5
}

.grid-x.persona-cards [data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.grid-x.persona-cards .switch-active,
.grid-x.persona-cards .switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.grid-x.persona-cards .switch-active {
    left: 8%;
    display: none
}

.grid-x.persona-cards input:checked+label>.switch-active {
    display: block
}

.grid-x.persona-cards .switch-inactive {
    right: 15%
}

.grid-x.persona-cards input:checked+label>.switch-inactive {
    display: none
}

.grid-x.persona-cards .switch.tiny {
    height: 1.5rem
}

.grid-x.persona-cards .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.grid-x.persona-cards .switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.grid-x.persona-cards .switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.grid-x.persona-cards .switch.small {
    height: 1.75rem
}

.grid-x.persona-cards .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.grid-x.persona-cards .switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.grid-x.persona-cards .switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.grid-x.persona-cards .switch.large {
    height: 2.5rem
}

.grid-x.persona-cards .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.grid-x.persona-cards .switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.grid-x.persona-cards .switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

.grid-x.persona-cards {
    position: relative;
}

.grid-x.persona-cards .toggle-heading {
    display: flex;
    justify-content: center;
}

.grid-x.persona-cards .toggle-heading h3 {
    height: 2.5rem;
    line-height: 2.5rem;
    padding-right: 15px;
}

.grid-x.persona-cards .swiper {
    width: calc(100% - 70px);
}

.grid-x.persona-cards .swiper-button-next,
.grid-x.persona-cards .swiper-button-prev {
    width: 48px;
    height: 48px;
    background-color: #222222;
    color: #ffffff;
}

.grid-x.persona-cards .swiper-button-next:after,
.grid-x.persona-cards .swiper-button-prev:after {
    font-size: 15px;
}

.grid-x.persona-cards .swiper-button-prev,
.grid-x.persona-cards .swiper-rtl .swiper-button-next {
    left: 0;
}

.grid-x.persona-cards .swiper-button-next,
.grid-x.persona-cards .swiper-rtl .swiper-button-prev {
    right: 0;
    left: auto;
}

.grid-x.persona-cards .pcard {
    background-color: #EBF5F7;
    color: #000;
    height: auto;
    /* min-height: 420px; */
}

.grid-x.persona-cards .pcard .image {
    display: block;
    height: 44%;
}

.grid-x.persona-cards .pcard .image img {
    object-fit: cover;
    object-position: center;
}

.grid-x.persona-cards .pcard .text {
    display: flex;
    /* align-items: center; */
    /* height: 37%; */
    padding: 10px 20px;
}

.grid-x.persona-cards .pcard .text img {
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -65px;
    background-color: #ffffff;
}

.grid-x.persona-cards .pcard p {
    font-size: .8rem;
    font-weight: 400;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px !important;
}

.grid-x.persona-cards .pcard .footer p {
    margin: 0 !important;
    margin-bottom: 10px !important;
    line-height: 1;
}

.grid-x.persona-cards .pcard p:last-of-type {
    margin-bottom: 0px !important;
}

.grid-x.persona-cards .pcard .text .name {
    color: #025BA7;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 24px;
}

.grid-x.persona-cards .pcard .text img+.name {
    margin-top: 0px;
}

.grid-x.persona-cards .pcard .footer {
    display: block;
    min-height: 45px;
    background-color: #A6DBEB;
    padding: 7px 20px;
}

.grid-x.persona-cards .pcard .footer img {
    height: 18px;
    padding-right: 8px;
}

.grid-x.persona-cards .pcard .footer p {
    display: flex;
    align-items: center;
}

.grid-x.persona-cards .pcard .footer p span {
    color: #025BA7;
    font-weight: bold;
    padding-left: 4px;
}
/*DECISION TREE - HH FB*/

section.decisionTree {
    margin-top:80px;
    margin-bottom:80px;
}
.decisionTree .dtQ {
    display: none;
}

.decisionTree .dtQ h2,
.decisionTree .dtQ h3 {
    line-height: 1;
    margin-bottom: 30px;
}

.decisionTree .button-link-container .button,
.decisionTree .button-link-container .button:visited {
    width: auto;
    text-align: center;
    text-transform: none;
    font-size: 1.6rem;
    border: solid 2px #C95100;
    color: #000;
    background-color: #fff;
}

.decisionTree .button-link-container .button:hover,
.decisionTree .button-link-container .button:focus {
    width: auto;
    text-align: center;
    text-transform: none;
    font-size: 1.6rem;
    border: solid 2px #C95100;
    color: #fff;
    background-color: #C95100;
}

.decisionTree .dtNavContainer {
    display: none;
    text-align: right;
}

.decisionTree .dtNavContainer .dtNav {
    padding: 0.3rem !important;
}

.decisionTree .dtQActive {
    display: block !important;
}

/*SLIDER UPDATES - HH FB*/

 .section-home-top .orbit-slide h3 {
	 margin-bottom:0;
}
.section-home-top .slideshow-home-main--story {
    height:auto;
}

@media print, screen and (min-width: 64em) {
    .section-home-top .slideshow-home-main--story {
        background-color: rgba(34, 34, 34, .65);
    }
}

.content-module--slideshow .orbit-controls {
    position: absolute;
    height: 84px;
    display: flex;
    width: 47px;
    flex-direction: column;
    right: 1px;
    top: 436px;
    justify-content: space-evenly;
}

.content-module--slideshow.darkcaption .orbit-controls {
    height: 77px;
    top: auto !important;
    bottom:0;
    width: 48px;
}

.content-module--slideshow .orbit-controls img {
width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.content-module--slideshow .orbit-controls .orbit-next,
.content-module--slideshow .orbit-controls .orbit-previous {
    position:relative !important;
    height:37px !important;
    width:100% !important;
    top:auto;
    right:auto;
    left:auto;
    bottom:auto;
    transform: none !important;
    padding: 0;
    overflow: hidden;
    border:solid 2px #222;
}

.content-module--slideshow.darkcaption .orbit-controls .orbit-next,
.content-module--slideshow.darkcaption .orbit-controls .orbit-previous {
    border:solid 2px #F0F0F0;
}

.content-module--slideshow .orbit-controls .orbit-next:hover,
.content-module--slideshow .orbit-controls .orbit-next:focus,
.content-module--slideshow .orbit-controls .orbit-previous:hover,
.content-module--slideshow .orbit-controls .orbit-previous:focus{
    border:solid 2px #C95100;
}


.content-module--slideshow.darkcaption .orbit-caption--content-counter {
    display:none;
}

.content-module--slideshow.darkcaption .orbit-figure {
    position:relative;
}

.content-module--slideshow.darkcaption .orbit-caption {
    background-color: rgba(34, 34, 34, .65);
    color:#fff;
    position: absolute;
}
  .orange-wysiwyg {
    background-color: #C95100;
    padding: 1.5rem;
    color:#fff;
  }
  
.orange-wysiwyg h1, .orange-wysiwyg h2, .orange-wysiwyg h3, .orange-wysiwyg h4, .orange-wysiwyg h5, .orange-wysiwyg h6,.orange-wysiwyg a{
color:#fff;}

.orange-wysiwyg a:hover{
text-decoration:none;
}

/*ALERT UPDATES - HH FB*/

.banner-pd {
    padding: 30px;
}

@media print, screen and (max-width: 63.9375em) {
   .banner-pd div {
        padding-right: 30px;
    }
    .banner-pd .banner-h2 {
        display:block;
        font-size: 1.75rem;
        margin-bottom: .5rem;
    }
    .banner-pd p {
        margin-bottom: 0;
    }
}

  @media (min-width: 1024px) {
    .sticky-nav.sn-header,
    .sticky-nav-button.snbutton1{
	    display:none;
    }
 }    
 
  @media (max-width: 1023px) {
    .sticky-nav.sn-breadcrumbs,
    .sticky-nav-button.snbutton2{
	    display:none;
    }
    .sticky-nav.sn-header {
        position:relative;
        width: 100%;
        height: auto;
        display:block;
    }

    .sticky-nav.sn-header .sticky-nav-button {
        margin:0;
        top:0;
    }
    .sticky-nav.sn-header .sticky-nav-button button {
        transform:none;
        width: 100%;
    }
    
    
    .sticky-nav.sn-header .sticky-nav-button button:after {
            display: block;
    	 transform: rotate(-0deg);
    	 -webkit-transform: rotate(-0deg);
    	 -moz-transform: rotate(-0deg);
    	 -ms-transform: rotate(-0deg);
    	 -o-transform: rotate(-0deg);
    }
    
    .sticky-nav.sn-header.opened .sticky-nav-button button:after {
            display: block;
    	 transform: rotate(-180deg);
	 -webkit-transform: rotate(-180deg);
	 -moz-transform: rotate(-180deg);
	 -ms-transform: rotate(-180deg);
	 -o-transform: rotate(-180deg);
    }
    
    .sticky-nav.sn-header .sticky-nav-links {
        display:none;
        max-height: auto;
        min-height: auto;
        height: auto;
        margin:0;
        top:0;
        width:100%;
    }
    .sticky-nav.sn-header.opened .sticky-nav-links {
        display:block;
    }
 }
 

 /* Program Finder 2025-02 sskinner */
 .program-finder-wrapper {
  max-inline-size: 75rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}

.program-finder-heading {
  margin-block-end: 2rem;
}
.program-finder-heading p {
  margin: 0;
  line-height: 1.2;
}
@media (max-width: 63.99em) {
  .program-finder-heading p {
    margin-block-start: 0.5rem;
  }
}
@media (min-width: 64em) {
  .program-finder-wrapper {
    padding-inline: 1rem;
  }
  .program-finder-heading {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0.5rem;
    align-items: center;
    margin-block: 4rem 4.75rem;
  }
  .program-finder-heading h1 {
    border-block-end: 0;
    margin: 0;
    padding: 0;
    text-wrap: balance;
    line-height: 1;
  }
  .program-finder-heading p {
    border-inline-start: 2px solid #c95100;
    padding-inline-start: 3.125rem;
    text-wrap: balance;
  }
}

.program-finder-search {
  position: relative;
  color: #63666a;
}
.program-finder-search .search-input {
  height: unset;
  color: #c95100;
  font-size: 1.25rem;
  font-weight: 300;
  padding-inline: 0;
  margin-block-end: 0.5rem;
  border: 0;
  border-block-end: 2px solid #a7a8aa;
  box-shadow: none;
}
@media (min-width: 24em) {
  .program-finder-search .search-input {
    font-size: 1.5rem;
  }
}
@media (min-width: 64em) {
  .program-finder-search {
    margin-inline: 0.5rem;
  }
  .program-finder-search .search-input {
    font-size: 3rem;
  }
}
.program-finder-search .search-input::placeholder {
  color: #c95100;
}
.program-finder-search .search-submit {
  position: absolute;
  right: 0;
  top: 0.75rem;
  padding: 0 !important;
  margin: 0;
  border-radius: 100vw;
  border: 2px solid transparent;
  background-color: transparent;
}
@media (max-width: 63.99em) {
  .program-finder-search .search-submit img {
    width: 1.5rem;
  }
}
@media (min-width: 64em) {
  .program-finder-search .search-submit {
    right: 0.75rem;
    padding: 1rem !important;
  }
}
.program-finder-search .search-submit:where(:hover, :focus) {
  outline: 2px solid #c95100;
  outline-offset: 4px;
}
.program-finder-search p {
  margin-block-end: 2rem;
}
#mobile-sort-dropdown {
  display: flex;
  align-items: center;
  padding-block: 0.5rem;
  width: 100%;
  color: black;
}
#mobile-sort-dropdown:where(:hover, :focus) {
  text-decoration: underline;
}
#mobile-sort-dropdown::before {
  content: url("../images/program-finder/filter.png");
  margin-inline-end: 1rem;
  line-height: 0;
}
#mobile-sort-dropdown[aria-expanded="false"] + .program-finder-filters {
  display: none;
}
#mobile-sort-dropdown[aria-expanded="true"]::after {
  content: url("../images/program-finder/close-black.png");
  margin-inline-start: auto;
}

.program-finder-body {
  position: relative;
}
#result-count {
  color: #63666a;
  margin-block-start: 2rem;
}
@media (min-width: 64em) {
  .program-finder-body {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
    margin-block: 2.25rem;
  }
  #result-count {
    position: absolute;
    top: 0;
    left: 0.5rem;
    margin-block: 1rem 0;
  }
}

.program-finder-filters ul {
  list-style-type: none;
  margin-inline-start: 0;
}
@media (max-width: 63.99em) {
  .program-finder-filters ul {
    padding-block-start: 0.5rem;
  }
}
.filter-box-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  padding-block-start: 0.75rem;
  color: #c95100;
  font-size: 1.5rem;
}
@media (min-width: 64em) {
  .filter-box-control {
    padding: 1.75rem;
    padding-inline-start: 2.25rem;
  }
}
.filter-box-control:where(:hover, :focus-visible) {
  color: black;
}
.filter-box-control::after {
  line-height: 0;
}
.filter-box-control[aria-expanded="false"]::after {
  content: url("../images/program-finder/chevron-down.png");
}
.filter-box-control[aria-expanded="true"]::after {
  content: url("../images/program-finder/close-orange.png");
}
.filter-box-control[aria-expanded="false"] + .filter-box {
  display: none;
}
.filter-box {
  padding: 0 1.5rem 1rem 1.5rem;
}
@media (min-width: 64em) {
  .filter-box {
    padding: 0 1rem 1.5rem 1rem;
  }
}
.clear-filter button {
  display: flex;
  align-items: center;
  color: #63666a;
}
.clear-filter button:where(:hover, :focus-visible) {
  text-decoration: underline;
}
.clear-filter button::after {
  content: url("../images/program-finder/reset.png");
  margin-inline-start: 0.5rem;
  line-height: 0;
}
@media (max-width: 63.99em) {
  .clear-filter {
    margin-inline: 1.5rem;
  }
  .program-finder-view-controls {
      margin-block: 0.75rem 1.5rem;
  }
  .program-finder-filters {
    border: 1px solid #a7a8aa;
    margin-block-start: 0.5rem;
  }
  .program-finder-filters li:not(:last-child) {
    margin-block-end: 0;
  }
  .program-finder-filters li:not(:last-child)::after {
    content: "";
    position: absolute;
    width: calc(100% - 3rem);
    border-block-end: 1px solid #efefef;
    left: 50%;
    translate: -50%;
  }
}
@media (min-width: 64em) {
  .program-finder-filters {
    margin-block-start: 4.5rem;
    margin-inline: 0.5rem;
  }
  .program-finder-filters li {
    border: 1px solid #a7a8aa;
    margin-block-end: 1.25rem;
  }
  .program-finder-filters li:where(:hover, :focus-within) {
    border: 1px solid black;
  }
}

.filter-form {
    display: grid;
    gap: 0.75rem;
}
.form-group {
  position: relative;
}
@media (min-width: 64em) {
  .form-group {
    padding-block: 2px;
  }
}
.form-group [type="checkbox"] {
  position: absolute;
  width: initial;
  height: initial;
  padding: 0;
  margin-block-end: 0;
  opacity: 0;
  cursor: pointer;
}
.form-group label {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.form-group:where(:hover, :focus-within) label {
  text-decoration: underline;
}
.form-group label:before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  background-color: white;
  border: 1px solid black;
  cursor: pointer;
  -webkit-appearance: none;
}
.form-group [type="checkbox"]:checked + label:before {
  background-color: #a7a8aa;
}

.program-finder-view-controls {
  margin-inline: 0.5rem;
}
.program-finder-view-controls button {
  padding: 0.5rem 1rem;
  font-weight: 300;
  color: black;
}
.program-finder-view-controls button:where(:hover, :focus-visible) {
  text-decoration: underline;
}
.program-finder-view-controls [aria-pressed="true"] {
  font-weight: 500;
}
.program-finder-view-controls #az-view {
  border-inline-start: 1px solid #c95100;
}
@media (min-width: 64em) {
  .program-finder-view-controls {
    position: absolute;
    right: 0.75rem;
    top: 0;
    margin: 0;
    margin-block-start: 1rem;
  }
}

.department-title {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-block-end: 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  grid-column: 1 / -1;
}
.department-title a {
    color: #222222;
}
.department-title a:where(:hover,:focus) {
    color: #C95100;
}
@media (min-width: 64em) {
  .department-title {
    margin-block-end: 0.625rem;
    font-size: 2rem;
  }
}
.degree-card:not([style*="display: none"]) + .department-title {
  margin-block-start: 3.125rem;
}
.department-title:where(:hover, :focus-visible) {
  color: #c95100;
  text-underline-position: under;
}
.department-title a::after {
  content: url("../images/program-finder/chevron-right-orange.png");
  margin-inline-start: 1.25rem;
  line-height: 0;
}
.program-finder-results {
  display: grid;
  gap: 0.75rem;
  margin-block-end: 1rem;
  height: fit-content;
}
@media (min-width: 64em) {
    .program-finder-results {
        gap: 1rem;
    }
}

.degree-card {
  display: grid;
  position: relative;
  border: 1px solid #a7a8aa;
}
.program-finder-results .degree-card {
  margin: 0;
  opacity: 0;
  transition: opacity ease-in-out 200ms;
}
.degree-card.appear {
  opacity: 1;
}
.degree-card a {
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  text-decoration: none;
  color: black;
  z-index: 3;
}

.degree-image {
  display: grid;
  position: relative;
  min-width: 6.25rem;
  height: 100%;
}
.degree-image img {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity ease-in-out 200ms;
}
.degree-type {
  /*grid-area: 1 / 1;*/
  /*align-self: end;*/
  /*z-index: 2;*/
  display: flex;
  position: absolute;
  bottom: 6.25rem;
  left: 0;
}
.degree-type p {
  width: 4.5rem;
  margin: 0;
  padding-block: 0.125rem;
  color: white;
  background-color: #c95100;
  font-size: 0.875rem;
  text-align: center;
}
.degree-type p.minor {
  background-color: #a75d2c;
}
.degree-type p.masters {
  background-color: #ed8f5c;
  color: black;
}
.degree-type p.cert {
  background-color: #f4b99a;
  color: black;
}
@media (max-width: 63.99em) {
  .degree-card {
    grid-template-columns: 1fr 3fr;
  }
  .degree-card a {
      display: block;
    }

    .degree-card a::after {
      top: 0;
    }
    .degree-image {
      grid-row: 1 / 1;
    }
  .degree-type {
    bottom: 0;
    left: unset;
  }
  .degree-type p {
    font-size: 0.75rem;
    width: 3.875rem;
  }
}
.degree-hover-text {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  background-color: #efefef;
  display: grid;
  align-content: center;
}
.degree-hover-text > * {
  font-size: 1rem;
  line-height: 1.15;
  margin-block-end: 1rem;
}
@media (max-width: 63.99em) {
  .degree-card a::after {
    content: url("../images/program-finder/chevron-right-white.png");
    position: absolute;
    right: 0;
    height: 100%;
    width: 1rem;
    display: grid;
    place-items: center;
    background-color: #c95100;
  }
  .degree-card a:where(:hover, :focus-visible)::after {
    background-color: #63666a;
  }
}
@media (min-width: 64em) {
    .degree-card {
        grid-template-rows: auto 6.25rem;
    }
    .degree-card > * {
      grid-area: 1 / 1;
    }

  .degree-image::after {
    content: url("../images/program-finder/arrow-right-white.png");
    position: absolute;
    bottom: 0.125rem;
    right: 1rem;
  }
  .degree-card a {
      grid-row: 1 / 3;
  }
  .degree-card a:where(:hover, :focus-visible) + .degree-image::after {
    content: url("../images/program-finder/arrow-right-orange.png");
  }
}
.degree-title {
  padding: 1.125rem;
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  min-height: 6.25rem;
  line-height: 1.1;
}
.no-results {
  font-size: 1.125rem;
}

/*@media (max-width: 63.99em) {*/
/*  .degree-card a {*/
/*    display: grid;*/
/*    grid-template-columns: 1fr 3fr;*/
/*  }*/
/*}*/
@media (min-width: 64em) {
  .degree-title {
    padding-inline: 1.375rem;
    padding-block: 1.125rem;
    font-size: 1.25rem;
  }
  .no-results {
    font-size: 1.25rem;
  }
  .program-finder-results {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
  /*.program-finder-filters:has(#az-view[aria-pressed="true"]) ~ .program-finder-results {*/
  /*  margin-block-start: 4.625rem;*/
  /*}*/
  .degree-card a:where(:hover, :focus)+.degree-image>img {
    opacity: 0;
  }
}

.typeahead-container {
  border: 2px solid #a7a8aa;
}
.typeahead-item {
  display: block;
  text-decoration: none;
  font-size: 1.25rem;
  padding: 0.5rem;
  width: 100%;
  text-align: left;
}
.typeahead-item:where(:hover, :focus-visible) {
  background-color: #efefef;
  text-decoration: underline;
  color: #c95100;
}

/* Related Programs 2025-02 sskinner */
.related-programs {
  margin-block: 1.5rem;
}
.related-programs h2 {
  margin-block-end: 1.25rem;
  text-align: center;
  font-weight: bold;
}
@media (min-width: 64em) {
  .related-programs {
    margin-block: 2.5rem;
  }
  .related-programs h2 {
    margin-block-end: 2rem;
  }
}
.department-list {
  position: relative;
  margin-block-end: 1rem;
  padding-block-end: 5rem;
}
.department-list .degree-card {
  margin-inline: 0.625rem;
}

.department-list .slick-track {
    display: grid;
    grid-auto-flow: column;
}
.department-list .slick-slide {
    display: grid !important;
}
.department-list .slick-arrow {
  width: 3rem;
  height: 3rem;
  background-color: black;
  position: absolute;
  bottom: 0;
  translate: -50%;
}
.department-list .slick-arrow:not([aria-disabled="true"]):where(:hover, :focus-visible) {
  background-color: #63666a;
}
.department-list .slick-arrow[aria-disabled="true"] {
  opacity: 9%;
  cursor: default;
}
.department-list .slick-prev {
  left: calc(50% - 2rem);
}
.department-list .slick-next {
  right: calc(50% - 2rem);
  translate: 50%;
}
.department-list .slick-prev::before {
  content: url("../images/program-finder/chevron-left-white.png");
}
.department-list .slick-next::before {
  content: url("../images/program-finder/chevron-right-white.png");
}
@media (min-width:64em) {
    .department-list .slick-list {
        overflow: hidden;
    }
}

.cta-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    width: fit-content;
    margin-inline: auto;
}

.header-carousel {
    position: relative;
    overflow: hidden;
}
.header-carousel .slick-track {
    display: grid;
    grid-auto-flow: column;
}
.header-carousel .slick-slide img {
    height: 100%;
    object-fit: cover;
}
.header-carousel .slick-arrow {
  width: 1.5rem;
  height: 1.5rem;
  background-color: black;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.header-carousel .slick-arrow:not([aria-disabled="true"]):where(:hover, :focus-visible) {
  background-color: #63666a;
}
.header-carousel .slick-arrow[aria-disabled="true"] {
  opacity: 50%;
  cursor: default;
}
.header-carousel .slick-prev {
  left: 0;
}
.header-carousel .slick-next {
  right: 0;
}
@media (min-width:64em) {
    .header-carousel .slick-arrow {
      width: 3rem;
      height: 3rem;
    }
    .header-carousel .slick-prev {
      left: 2rem;
    }
    .header-carousel .slick-next {
      right: 2rem;
    }
}
.header-carousel .slick-prev::before {
  content: url("../images/program-finder/chevron-left-white.png");
}
.header-carousel .slick-next::before {
  content: url("../images/program-finder/chevron-right-white.png");
}

/*WYSIWYG with Background Image sskinner 2025-08-13*/
.wysiwyg-background-image {
    display: grid;
}
.wysiwyg-background-image > *{
    grid-area: stack;
}
.wysiwyg-background-image .wysiwyg-content {
    margin: 3rem;
}
.wysiwyg-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/****  \/ Added by Thomas 10/2/2025 to fix Slate forms \/  ****/
div.form_responses select
    { color: #ffffff !important; 
    background-color: #c95100 !important; 
    width: calc-size(calc-size(max-content, size), size + 20px) !important;
    padding-right: 10px !important;
    }
    
div.form_responses select option
    { padding: 1.25rem !important;
    background-color: white !important;
    color: black !important; }
    
div.form_action_submit button.form_button_submit:hover{
    background-color: #000000 !important;
    color: #ffffff !important;
}
    

/****  /\ Added by Thomas 10/2/2025 to fix Slate forms /\  ****/

/**** \/Added by Thomas to fix icons 10/21/2025\/ ****/
 .circ-gold img{
     height:auto;
     align-items: center;
     margin:auto;
}
 .circ-gold{
     border: 2px solid #C95100;
     width: fit-content;
     border-radius: 50%;
     width: 120px;
     height:120px;
     display:flex;
     margin: auto;}
.up-ctas{
     background-color:transparent;
}
.up-ctas .cta-btn{
     display: block;
     text-align: center;
}
 .up-ctas .cta-btn a{
     background-color: #FFFFFF;
     border-top: 2px solid #FFFFFF;
     justify-content: center;
     display: flex;
     flex-direction: column;
     height: 175px;
     transition:.3s all ease-in-out;
     box-shadow: 0px 5px 13px -3px #222;
}
 .up-ctas .cta-btn a:hover, .up-ctas .cta-btn a:focus{
     border-top: 2px solid #C95100;
     transform: scale(1.3);
     box-shadow: 0px 5px 13px 1px #222;
}
 .up-ctas img{
     display:block;
     height: 80px;
}
 .up-ctas span{
     display:block;
     margin: 20px 0 0;
}
 .up-ctas a{
     text-decoration: none;
}
 .up-ctas{
     max-width: 930px;
     margin-bottom:20px;
     margin-top:80px;
}

 .up-ctas .cta-btn{
     padding:5px;
}
 .up-ctas .cta-btn span{
     font-weight: 600;
}
 @media only screen and (max-width:767px){
     .up-ctas .cta-btn a, .up-ctas .cta-btn a{
         border-top: 2px solid #C95100;
         box-shadow: 0px 5px 13px 1px #efefef;
    }
}
 .up-ctas .cta-btn .noLink {
     background-color: #FFFFFF;
     border-top: 2px solid #FFFFFF;
     justify-content: center;
     display: flex;
     flex-direction: column;
     height: 175px;
     transition: .3s all ease-in-out;
     box-shadow: 0px 5px 13px -3px #222;
}
 .up-ctas .cta-btn .noLink {
     background-color: #FFFFFF;
     border-top: 2px solid #FFFFFF;
     justify-content: center;
     display: flex;
     flex-direction: column;
     height: 175px;
     transition: .3s all ease-in-out;
     box-shadow: 0px 5px 13px -3px #222;
}
 @media only screen and (min-width:768px){
     .hero-text h1{
         margin-bottom: 50px;
         border-bottom: 0;
    }
     .hero-row h1{
         font-size:3.7em;
    }
     .up-ctas{
         margin-top: -30px;
    }
    /* .img-hover-right{
         margin-left:-25px;
    }
     */
    /* .img-hover-left{
         margin-right:-25px;
    }
     */
     .img-hover-left .hover-img, .img-hover-right .lt-bg{
         margin-right:-20px;
    }
     .img-hover-right .hover-img, .img-hover-left .lt-bg{
         margin-left:-20px;
    }
     header .grid-x .medium-6:first-of-type{
         padding-left: 80px;
    }
     header .grid-x .medium-6:last-of-type{
         padding-right: 80px;
    }
     div[data-export="sys:first"], div[data-export="sys:last"]{
         width:50%;
         float:left;
         clear:none !important;
    }
     div[data-export="sys:first"]{
         padding-right:10px !important;
    }
     div[data-export="sys:last"]{
         padding-left:10px !important;
    }
     .slate-container select[aria-label="Month"], .slate-container select[aria-label="Day"], .slate-container select[aria-label="Year"], .slate-container select[aria-label="Month"] ~ span, .slate-container select[aria-label="Day"] ~ span, .slate-container select[aria-label="Year"] ~ span{
         width:33.3%;
         margin: 0 !important;
    }
     .slate-container div.city_container{
         width: 50%;
         float: left;
         padding-right:20px;
    }
     .slate-container div.state_container{
         width:25%;
         float: left;
         padding-right:20px;
    }
     .slate-container div.zip_container{
         width:25%;
         float: left;
    }
     .slate-container #form_question_305d57e9-bf84-4e6e-8724-af5d60f47e1b{
         width:50%;
         float:left;
         padding-right:20px;
         clear:none !important;
    }
     .slate-container #form_question_bd53bec9-d725-4ce7-b325-47347f1ec05e{
         width:50%;
         float:left;
         clear:none !important;
    }
    /* this is the only way to add "padding" to the birth date fields */
     .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d::before, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d-button::before, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y::before, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y-button::before{
         content: '';
         width: 20px;
         background: #FFFFFF;
         display: block;
         position: absolute;
         left: -1px;
         top: -1px;
         bottom: -1px;
         border-right: 1px solid #c5c5c5;
    }
     .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d-button, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y-button{
         padding-left: 40px;
    }
     .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d:hover::before, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d-button:hover::before, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y:hover::before, .slate-container #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y-button:hover::before{
         border-right:0 !important;
    }
     #form_24c5f16a-653a-49b6-be13-f68cc70840b3_d-menu, #form_24c5f16a-653a-49b6-be13-f68cc70840b3_y-menu{
         position: absolute;
         left:20px;
    }
}

 @media only screen and (max-width:767px){
     .hero-row{
         background-size: cover;
    }
     .hero-text{
         top: 280px;
    }
     .up-ctas {
        /*margin-top: 260px;
        */
    }
     .up-ctas .cta-btn .noLink {
         border-top: 2px solid #C95100;
         box-shadow: 0px 5px 13px 1px #efefef;
    }
}
 @media only screen and (max-width:481px){
     .hero-text{
         top: 330px;
    }
     .up-ctas {
        /*margin-top: 340px;
        */
    }
}



 .content-module--icon-row .cell .img{
     justify-content: flex-start;
}


/**** /\Added by Thomas to fix icons 10/21/2025/\ ****/

@media (width <= 64em) {
    .wysiwyg-background-image .wysiwyg-content {
        margin: 1rem;
    }
}