/* =================================================================================
  Project Information

  Theme Name: CIS 2020 ( Communities in Schools )
  Theme URI: http://www.mindgrub.com/
  Description: CIS Custom 2018 WordPress Theme
  Version: 1.0.0
  Author: Mindgrub Technologies
  Author URI: https://www.mindgrub.com/
  Tags: HTML5, CSS3, JavaScript, Bootstrap 4, PHP

================================================================================= */

/* CIS Header/Footer Styles */

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
/* ----  font-size: 100%; */
  list-style: none;
}
a,
abbr,
cite,
mark,
time,
span,
button,
input,
select,
textarea {
  font: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  text-transform: inherit;
  color: inherit;
}
a {
  text-decoration: none;
}
a,
button,
label {
  cursor: pointer;
}
hr {
  border: 0;
}
svg {
  display: block;
  fill: currentColor;
}
svg a {
  fill: currentColor;
}
span svg {
  display: inline-block;
  vertical-align: baseline;
}
address {
  font-style: normal;
}
form :focus {
  outline: 0;
}
form ::-moz-focus-inner {
  padding: 0;
  border: 0;
}
fieldset {
  border: 0;
}
input,
select,
textarea,
button {
  margin: 0;
  vertical-align: middle;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
}
:hover,
:focus,
:active {
  text-decoration: none;
  outline: 0;
}
[disabled],
:disabled,
.is-disabled {
  cursor: default;
}
[type="checkbox"],
[type="radio"] {
  position: static;
  width: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}
[o-base*="row--"],
[o-base*="col--"] {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
[o-base*="row--"] {
  flex-direction: row;
}
[o-base*="row--"] > * + * {
  margin-top: 0;
}
[o-base*="col--"] {
  flex-direction: column;
}
[o-base*="--xAuto"] {
  width: auto;
}
[o-base*="--yAuto"] {
  height: auto;
}
[o-base*="--xRev"] {
  flex-direction: row-reverse;
}
[o-base*="--yRev"] {
  flex-direction: column-reverse;
}
[o-base*="--pGrid"] {
  justify-content: space-between;
}
[o-base*="--pSpace"] {
  justify-content: space-around;
}
[o-base*="--pStart"] {
  justify-content: flex-start;
}
[o-base*="--pEnd"] {
  justify-content: flex-end;
}
[o-base*="--pMiddle"] {
  justify-content: center;
}
[o-base*="--sStart"] {
  align-items: flex-start;
}
[o-base*="--sEnd"] {
  align-items: flex-end;
}
[o-base*="--sMiddle"] {
  align-items: center;
}
[o-base*="--sFull"] {
  align-items: stretch;
}
[o-base*="--sBase"] {
  align-items: baseline;
}
[o-base*="matrix--"] {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
[o-base*="matrix--"]:empty {
  visibility: collapse;
  margin: 0;
}
[o-base*='mod--static'] {
  flex: 0 0 auto;
}
[o-base*='mod--balance'] {
  flex: 1 1 auto;
}
[o-base*='mod--fit'] {
  flex: 0 1 0%;
}
[o-base*='mod--fill'] {
  flex: 1 0;
}
[o-base*="--aAuto"] {
  -ms-grid-row-align: auto;
      align-self: auto;
}
[o-base*="--aStart"] {
  align-self: flex-start;
}
[o-base*="--aEnd"] {
  align-self: flex-end;
}
[o-base*="--aMiddle"] {
  -ms-grid-row-align: center;
      align-self: center;
}
[o-base*="--aFull"] {
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
[o-base*="--aBase"] {
  align-self: baseline;
}
[o-base~='dm--h5-r'] {
  min-height: 80px;
}
[o-base~='dm--h-m5'] {
  height: 5em;
}
[o-base~='dm--h75-v'] {
  min-height: 75vh;
}
[o-base~='dm--h16-vw'] {
  height: 16.666666666666664vw;
}
[o-base~='dm--w20'] {
  width: 20%;
  max-width: 20vw;
}
[o-base~='dm--w25'] {
  width: 25%;
  max-width: 25vw;
}
[o-base~='dm--w50'] {
  width: 50%;
  max-width: 50vw;
}
[o-base~='dm--wMin50'] {
  min-width: 50%;
}
[o-base~='dm--w60'] {
  width: 60%;
  max-width: 60vw;
}
[o-base~='dm--w300'] {
  max-width: 300px;
}
[o-base~='dm--w400'] {
  max-width: 400px;
}
[o-base~='dm--w600'] {
  max-width: 600px;
}
@supports (display: grid) {
  [class*='gx--'] {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}
@supports not (display: grid) {
  [class*='gx--'] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@supports (display: grid) {
  [o-base*='gx--'] {
    display: -ms-grid;
    display: grid;
    grid-gap: 16px;
    -ms-grid-rows: auto;
        grid-template-rows: auto;
  }
}
@supports not (display: grid) {
  [o-base*='gx--'] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
[o-base*='gx--duo'] {
  -ms-grid-columns: minmax(160px, 2fr) 1fr;
      grid-template-columns: minmax(160px, 2fr) 1fr;
  grid-template-areas: "a b" "c d";
}
@supports not (display: grid) {
  [o-base*='gx--duo'] .gxi--a,
  [o-base*='gx--duo'] .gxi--c {
    width: 66%;
  }
  [o-base*='gx--duo'] .gxi--b {
    width: calc(33% - 16px);
    margin-left: 16px;
  }
  [o-base*='gx--duo'] .gxi--c {
    margin-top: 16px;
  }
}
_:-ms-fullscreen .gxi--c,
:root [o-base*='gx--duo'] .gxi--c {
  margin-top: 16px;
}
[class*='gxi--a'] {
  grid-area: a;
}
@supports not (display: grid) {
  [class*='gxi--a'] {
    order: 1;
  }
}
[class*='gxi--b'] {
  grid-area: b;
}
@supports not (display: grid) {
  [class*='gxi--b'] {
    order: 2;
  }
}
[class*='gxi--c'] {
  grid-area: c;
}
@supports not (display: grid) {
  [class*='gxi--c'] {
    order: 3;
  }
}
.mtx-separator {
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  border: 0;
  background: rgba(128, 128, 128, .5);
}
.mtx-separator:last-child:not(:only-child) {
  display: none;
}
[o-base~='mtx--i2']:nth-child(n):nth-child(n) {
  width: calc( 50% - 0.5vw );
  flex: unset;
  margin: unset;
}
[o-base~='mtx--i2']:nth-child(n):not(:nth-child(-n+2)) {
  margin-top: 1vw;
}
[o-base~='mtx--i2']:not(:only-of-type) + .mtx-separator:nth-of-type(n) {
  height: auto;
  width: 1px;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
[o-base~='mtx--i2']:not(:only-of-type) + .mtx-separator:nth-of-type(2n) {
  height: 1px;
  width: 100%;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
  max-width: 100%;
}
[o-base~='mtx--i2-alt']:nth-of-type(n):nth-of-type(n) {
  width: calc( 50% - 8px );
  flex: unset;
  margin: unset;
}
[o-base~='mtx--i2-alt']:nth-of-type(n):not(:nth-of-type(-n + 2)) {
  margin-top: 16px;
}
[o-base~='mtx--i2-alt']:nth-of-type(n):not(:nth-of-type(2n + 1)) {
  margin-left: 16px;
}
[o-base~='rhy--xStart0'] > * + * {
  margin-left: 0;
}
[o-base~='rhy--xStart25'] > * + * {
  margin-left: 4px;
}
[o-base~='rhy--xStart50'] > * + * {
  margin-left: 8px;
}
[o-base~='rhy--xStart100'] > * + * {
  margin-left: 16px;
}
[o-base~='rhy--xStart200'] > * + * {
  margin-left: 32px;
}
[o-base~='rhy--xStart400'] > * + * {
  margin-left: 64px;
}
[o-base~='rhy--xEnd200'] > * + * {
  margin-right: 32px;
}
[o-base~='rhy--yStart0'] > * + * {
  margin-top: 0;
}
[o-base~='rhy--yStart25'] > * + * {
  margin-top: 4px;
}
[o-base~='rhy--yStart50'] > * + * {
  margin-top: 8px;
}
[o-base~='rhy--yStart75'] > * + * {
  margin-top: 12px;
}
[o-base~='rhy--yStart100'] > * + * {
  margin-top: 16px;
}
[o-base~='rhy--yStart200'] > * + * {
  margin-top: 32px;
}
[o-base~='rhy--yStart400'] > * + * {
  margin-top: 64px;
}
[o-base~='rhy--yEnd0'] > * + * {
  margin-bottom: 0;
}
[o-base~='rhy--yEnd50'] > * + * {
  margin-bottom: 8px;
}
[o-base~='rhy--yEnd100'] > * + * {
  margin-bottom: 16px;
}
[o-base~='pad--x0'] {
  padding-left: 0;
  padding-right: 0;
}
[o-base~='pad--x25'] {
  padding-left: 4px;
  padding-right: 4px;
}
[o-base~='pad--x50'] {
  padding-left: 8px;
  padding-right: 8px;
}
[o-base~='pad--x75'] {
  padding-left: 12px;
  padding-right: 12px;
}
[o-base~='pad--x100'] {
  padding-left: 16px;
  padding-right: 16px;
}
[o-base~='pad--x200'] {
  padding-left: 32px;
  padding-right: 32px;
}
[o-base~='pad--xStart0'] {
  padding-left: 16px;
}
[o-base~='pad--xStart25'] {
  padding-left: 4px;
}
[o-base~='pad--xStart50'] {
  padding-left: 8px;
}
[o-base~='pad--xStart75'] {
  padding-left: 12px;
}
[o-base~='pad--xStart100'] {
  padding-left: 16px;
}
[o-base~='pad--xStart200'] {
  padding-left: 32px;
}
[o-base~='pad--xEnd0'] {
  padding-right: 0;
}
[o-base~='pad--xEnd25'] {
  padding-right: 4px;
}
[o-base~='pad--xEnd50'] {
  padding-right: 8px;
}
[o-base~='pad--xEnd75'] {
  padding-right: 12px;
}
[o-base~='pad--xEnd100'] {
  padding-right: 16px;
}
[o-base~='pad--y0'] {
  padding-top: 0;
  padding-bottom: 0;
}
[o-base~='pad--y25'] {
  padding-top: 4px;
  padding-bottom: 4px;
}
[o-base~='pad--y50'] {
  padding-top: 8px;
  padding-bottom: 8px;
}
[o-base~='pad--y75'] {
  padding-top: 12px;
  padding-bottom: 12px;
}
[o-base~='pad--y100'] {
  padding-top: 16px;
  padding-bottom: 16px;
}
[o-base~='pad--y200'] {
  padding-top: 32px;
  padding-bottom: 32px;
}
[o-base~='pad--y250'] {
  padding-top: 40px;
  padding-bottom: 40px;
}
[o-base~='pad--yStart0'] {
  padding-top: 0;
}
[o-base~='pad--yStart25'] {
  padding-top: 4px;
}
[o-base~='pad--yStart50'] {
  padding-top: 8px;
}
[o-base~='pad--yStart75'] {
  padding-top: 12px;
}
[o-base~='pad--yStart100'] {
  padding-top: 16px;
}
[o-base~='pad--yStart200'] {
  padding-top: 32px;
}
[o-base~='pad--yEnd0'] {
  padding-bottom: 0;
}
[o-base~='pad--yEnd25'] {
  padding-bottom: 4px;
}
[o-base~='pad--yEnd50'] {
  padding-bottom: 8px;
}
[o-base~='pad--yEnd75'] {
  padding-bottom: 12px;
}
[o-base~='pad--yEnd100'] {
  padding-bottom: 16px;
}
[o-base~='pad--yEnd200'] {
  padding-bottom: 32px;
}
[o-base~='pad--yEnd400'] {
  padding-bottom: 64px;
}
[o-base~='pad--xy50'] {
  padding: 8px;
}
[o-base~='pad--xy75'] {
  padding: 12px;
}
[o-base~='pad--xy100'] {
  padding: 16px;
}
[o-base~='pad--xy-sm'] {
  padding: 8px 12px;
}
[o-base~='iso--xA'] {
  margin-left: auto;
  margin-right: auto;
}
[o-base~='iso--x100'] {
  margin-left: 16px;
  margin-right: 16px;
}
[o-base~='iso--xStart25'] {
  margin-left: 4px;
}
[o-base~='iso--xStart50'] {
  margin-left: 8px;
}
[o-base~='iso--xStart100'] {
  margin-left: 16px;
}
[o-base~='iso--xStart200'] {
  margin-left: 32px;
}
[o-base~='iso--xEnd0'] {
  margin-right: 0;
}
[o-base~='iso--xEnd50'] {
  margin-right: 8px;
}
[o-base~='iso--xEnd100'] {
  margin-right: 16px;
}
[o-base~='iso--xEnd200'] {
  margin-right: 32px;
}
[o-base~='iso--y100'] {
  margin-top: 16px;
  margin-bottom: 16px;
}
[o-base~='iso--y150'] {
  margin-top: 24px;
  margin-bottom: 24px;
}
[o-base~='iso--y200'] {
  margin-top: 32px;
  margin-bottom: 32px;
}
[o-base~='iso--y400'] {
  margin-top: 64px;
  margin-bottom: 64px;
}
[o-base~='iso--yStart50'] {
  margin-top: 8px;
}
[o-base~='iso--yStart100'] {
  margin-top: 16px;
}
[o-base~='iso--yStart200'] {
  margin-top: 32px;
}
[o-base~='iso--yStart400'] {
  margin-top: 64px;
}
[o-base~='iso--yEnd0'] {
  margin-bottom: 0;
}
[o-base~='iso--yEnd50'] {
  margin-bottom: 8px;
}
[o-base~='iso--yEnd100'] {
  margin-bottom: 16px;
}
[o-base~='iso--yEnd150'] {
  margin-bottom: 24px;
}
[o-base~='iso--yEnd200'] {
  margin-bottom: 32px;
}
[o-base~='iso--yEnd300'] {
  margin-bottom: 48px;
}
[o-base~='iso--yEnd400'] {
  margin-bottom: 64px;
}
[class*='embed--'] {
  position: relative;
  overflow: hidden;
  padding: 0;
}
[class*='embed--']::after {
  content: '';
  display: block;
  height: 0;
}
[o-base*='embed--'] {
  position: relative;
  overflow: hidden;
  padding: 0;
}
[o-base*='embed--']::after {
  content: '';
  display: block;
  height: 0;
}
.embed--img > img {
  object-fit: cover;
}
.embed--map {
  max-height: 465px;
}
[o-base~='embed--16x9']::after {
  padding-bottom: 56.25%;
}
.embed-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
[v-cloak] {
  display: none !important;
}
.vx--a11y {
  position: absolute !important;
  left: -100vw;
  width: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
[o-base~='vx--a11y'] {
  position: absolute !important;
  left: -100vw;
  width: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
[o-base~='vx--hidden'] {
  visibility: hidden;
  display: none;
}
[o-base~='vx--shown'] {
  visibility: visible;
  display: flex;
}
[o-base~='pos--rel'] {
  position: relative;
}
[o-base*='pos--abs'] {
  position: absolute;
}
[o-base~='pos--abs-yStart-x'] {
  top: 0;
  left: 0;
  right: 0;
}
[o-base~='pos--fix'] {
  position: fixed;
}
[o-base~='pos--nil'] {
  position: static;
  float: none;
}
[o-base~='pos--xStart'] {
  float: left;
}
[o-base~='pos--v-rl'] {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
[o-base~='ord--init'] {
  order: -1;
}
[o-base~='ord--flow'] {
  order: initial;
}
[o-base~='ord--start'] {
  order: 0;
}
[o-base~='ord--next'] {
  order: 1;
}
[o-base~='ord--end'] {
  order: 100;
}
[o-base~='z--back'] {
  z-index: -1;
}
[o-base~='z--above'] {
  z-index: 100;
}
[o-base~='z--masthead'] {
  z-index: 300;
}
[o-base~='z--modal'] {
  z-index: 600;
}
[class*="typ--broadside"] {
  font-size: 36px;
  line-height: 41.6px;
}
[class*="typ--display"] {
  font-size: 31.738px;
  line-height: 36.4px;
}
[class*="typ--hed"] {
  font-size: 25.391px;
  line-height: 31.2px;
}
[class*="typ--subhed"] {
  font-size: 20.313px;
  line-height: 26px;
}
[class*="typ--maj"] {
  font-size: 16.25px;
  line-height: 26px;
}
[class*="typ--base"] {
  font-size: 13px;
  line-height: 20.8px;
}
[class*="typ--min"] {
  letter-spacing: 0.035em;
  font-size: 12px;
  line-height: 20.8px;
}
[class*="typ--caption"] {
  font-size: 10.4px;
  line-height: 20.8px;
}
[class*="typ--chrome"] {
  font-size: 12px;
  line-height: 20.8px;
}
[class*='--aa'] {
  -webkit-font-smoothing: antialiased;
}
[class*='--trnc'] {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
[class*='--cU'] {
  text-transform: uppercase;
}
[class*='--aC'] {
  text-align: center;
}
[class*='--taEnd'] {
  text-align: right;
}
[class*='--tdU'] {
  text-decoration: underline;
}
[class*='--100'] {
  font-weight: 100;
}
[class*='--700'] {
  font-weight: 700;
}
[class*='--f1'] {
  font-family: Oswald, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
}
[class*='--f2'] {
  font-family: the_serif, Georgia, Palatino, Palatino Linotype, Times New Roman, Times, serif;
}
[class*='--f3'] {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}
.co--pri {
  color: #00539e;
}
.co--pri.fx--shift:hover,
.co--pri.is-reacting {
  color: #f68e1e;
}
.co--pri.fx--shift:active,
.co--pri.is-active {
  color: #181411;
}
.co--pri-min {
  color: rgba(0, 83, 158, .12);
}
.co--ctrl {
  color: #f68e1e;
}
.co--ctrl.fx--shift:hover,
.co--ctrl.is-reacting {
  color: #808284;
}
.co--ctrl.fx--shift:active,
.co--ctrl.is-active {
  color: #181411;
}
.co--minor,
.co--neu {
  color: #808284;
}
.co--neu-tint {
  color: #a7a9ab;
}
.co--copy {
  color: #333;
}
.co--tw {
  color: #55acee;
}
.co--tw:hover {
  color: #80c1f2;
}
.co--tw:focus,
.co--tw:active {
  color: #1687dc;
}
.co--fb {
  color: #3b5998;
}
.co--fb:hover {
  color: #5d7dc0;
}
.co--fb:focus,
.co--fb:active {
  color: #1687dc;
}
.co--yt {
  color: #cd201f;
}
.co--yt:hover {
  color: #e44d4c;
}
.co--yt:focus,
.co--yt:active {
  color: #9a1817;
}
.co--ig {
  color: #3f729b;
}
.co--ig:hover {
  color: #6397c0;
}
.co--ig:focus,
.co--ig:active {
  color: #2f5574;
}
.hl--x {
  border-left: 1px solid rgba(128, 128, 128, .5);
  border-right: 1px solid rgba(128, 128, 128, .5);
}
.hl--x-c {
  border-left: 1px solid currentColor;
  border-right: 1px solid currentColor;
}
[class*='hl--xStart'] {
  border-left: 1px solid rgba(128, 128, 128, .5);
}
[class*='hl--xStartc'] {
  border-left-color: currentColor;
}
.hl--xStart-c {
  border-left-color: currentColor;
}
[class*='hl--xStart6-c'] {
  border-left-width: 6px;
  border-left-color: currentColor;
}
[class*='hl--xStarti'] {
  border-left-color: inherit;
}
[class*='hl--xEnd'] {
  border-right: 1px solid rgba(128, 128, 128, .5);
}
[class*='hl--yStart'] {
  border-top: 1px solid rgba(128, 128, 128, .5);
}
[o-base*='hl--yStart'] {
  border-top: 1px solid rgba(128, 128, 128, .5);
}
[class*='hl--yStart-c'] {
  border-top-color: currentColor;
}
[class*='hl--yStart-c6'] {
  border-top: 6px solid currentColor;
}
[o-base*='hl--yStart-c6'] {
  border-top: 6px solid currentColor;
}
[class*='hl--yStart6-c'] {
  border-top: 1px 6px currentColor;
  border-top: 6px currentColor;
}
[o-base*='hl--yStart6-c'] {
  border-top: 1px 6px currentColor;
  border-top: 6px currentColor;
}
[class*='hl--yStartc'] {
  border-top-color: currentColor;
}
[class*='hl--yStarti'] {
  border-top-color: rgba(128, 128, 128, .5);
}
[class*='hl--yStart-i'] {
  border-top-color: inherit;
}
[class*='hl--yEnd'] {
  border-bottom: 1px solid rgba(128, 128, 128, .5);
}
[class*='hl--yEndc'] {
  border-bottom-color: currentColor;
}
[class*='hl--yEndi'] {
  border-bottom-color: rgba(128, 128, 128, .5);
}
[class*='hl--xy'] {
  border: 1px solid rgba(128, 128, 128, .5);
}
[class*='rxn--cicada'] > .rxn-output {
  color: #00539e;
  background-position: bottom right;
  background-size: cover;
}
[class*='rxn--cicada'] > .rxn-output[class*="fx--"]:hover,
[class*='rxn--cicada'] > .rxn-output[class*="fx--"].is-reacting {
  color: #f68e1e;
}
[class*='rxn--cicada']:nth-of-type(3n+1) > .rxn-output {
  color: #fff;
  background-color: #243867;
  background-image: url("../res/tx.primary.png");
}
[class*='rxn--cicada']:nth-of-type(3n+3) > .rxn-output {
  color: #00539e;
  background-color: #fff;
  background-image: url("../res/tx.light.png");
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
}
[class*='rxn--cicada']:nth-of-type(3n+2) > .rxn-output {
  color: #333;
  background-color: #fff;
  background-image: url("../res/tx.neutral.png");
}
[class*='rxn--cicada']:nth-of-type(3n+2) > .rxn-output[class*="fx--"]:hover,
[class*='rxn--cicada']:nth-of-type(3n+2) > .rxn-output[class*="fx--"].is-reacting {
  color: #333;
}
[class*='rxn--ctrl'] {
  color: #fff;
}
[class*='rxn--ctrl'][class*="fx--"]:hover,
[class*='rxn--ctrl'][class*="fx--"].is-reacting {
  background: #808284;
}
[class*='rxn--ctrl']:focus,
[class*='rxn--ctrl']:active,
[class*='rxn--ctrl'].is-active {
  background: #808284;
}
.rxn--ctrl-action {
  background: #00539e;
}
.rxn--ctrl-impt {
  background: #f68e1e;
}
.rxn--ctrl-impt:focus,
.rxn--ctrl-impt:active,
.rxn--ctrl-impt.is-active {
  background: #4e8abe;
}
.rxn--ctrl-asset {
  background: #3d735c;
}
.rxn--neutral {
  color: #00539e;
  background: #edf3f8;
}
.rxn--neutral[class*="fx--"]:hover,
.rxn--neutral[class*="fx--"].is-reacting {
  color: #fff;
  background: #4e8abe;
}
.rxn--neutral:focus,
.rxn--neutral:active,
.rxn--neutral.is-active {
  color: #181411;
  background: rgba(78, 138, 190, .1);
}
.rxn--dark {
  background: #243867;
  color: #fff;
  border-color: #4e8abe;
}
[class*='mtf--block'] {
  color: #fff;
  background: #243867;
  -webkit-font-smoothing: antialiased;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
[class*='mtf--block'].fx--shift:hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.25" /><feFuncG type="linear" slope="1.25" /><feFuncB type="linear" slope="1.25" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}
.mtf--block-inverse {
  color: #00539e;
  background: #fff;
}
.mtf--block-pri {
  background: #00539e;
}
.mtf--block-sec {
  background: #f68e1e;
}
.mtf--block-positive {
  background: #008751;
}
.mtf--block-neut {
  color: #58585b;
  background: #a7a9ab;
}
[class*='fx--'] {
  transition-property: none;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
}
.fx--shift {
  transition-property: background, color, opacity, -webkit-filter;
  transition-property: background, color, filter, opacity;
  transition-property: background, color, filter, opacity, -webkit-filter;
}
.fx--ico-fade .ico {
  opacity: 1;
  transition: opacity 0.4s ease-in;
}
.fx--ico-fade:hover .ico {
  opacity: 0.5;
}
.fx--desat:hover > *:not(.fx--xdesat) {
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.4s;
  transition-timing-function: linear;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.40975 0.53625 0.05399999999999999 0 0 0.15975 0.78875 0.05399999999999999 0 0 0.15975 0.53625 0.304 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.85" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(0.25) opacity(0.85);
          filter: saturate(0.25) opacity(0.85);
}
.fx--desat:hover > *:not(.fx--xdesat):hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(1) opacity(1);
          filter: saturate(1) opacity(1);
}
.fx--desat-all:hover > *:not(.fx--xdesat) {
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2917 0.6435 0.0648 0 0 0.19169999999999998 0.7444999999999999 0.0648 0 0 0.19169999999999998 0.6435 0.1648 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 0.5" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(0.1) opacity(0.5);
          filter: saturate(0.1) opacity(0.5);
}
.fx--desat-all:hover > *:not(.fx--xdesat):hover {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncA type="table" tableValues="0 1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: saturate(1) opacity(1);
          filter: saturate(1) opacity(1);
}
.fx--icoShift:hover > .ico:last-child {
  animation: softShift;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.fx--backdrop {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.fx--raise {
  position: relative;
  z-index: 1;
}
.fx--raise::after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  top: 25%;
  right: 4px;
  bottom: 0;
  left: 4px;
  background: #fff;
  border-radius: 10% 10% 0 0/200px 200px 0 0;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="0" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
          filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
  mix-blend-mode: screen;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
}
.fx--raise:hover::after {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="4" /><feOffset dx="1" dy="4" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0 3px 4px #000);
          filter: drop-shadow(0 3px 4px #000);
}
.anx--indicateMore {
  animation: softBounce, hardBounce;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 5s, 13s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
@keyframes softBounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(6px);
  }
}
@keyframes hardBounce {
  from {
    transform: scale(1) translateY(0px);
  }
  to {
    transform: scale(1.5) translateY(6px);
  }
}
@keyframes softShift {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(4px);
  }
}
[class*='thm--light'] {
  background: #fff;
  color: #333;
  border-color: rgba(0, 83, 158, .12);
}
[class*='thm--light'].hl--xy {
  border-color: #fff;
}
[class*='thm--light'] .co--pri-tint {
  color: #808080;
}
[class*='thm--light'] > .co--pri {
  color: #00539e;
}
[class*='thm--light'] > .co--pri.fx--shift:hover,
[class*='thm--light'] > .co--pri.is-reacting {
  color: #f68e1e;
}
[class*='thm--light'] > .co--pri.fx--shift:active,
[class*='thm--light'] > .co--pri.is-active {
  color: #181411;
}
[class*='thm--light'] > .co--pri-min {
  color: rgba(0, 83, 158, .12);
}
[class*='thm--light'] > .co--ctrl {
  color: #f68e1e;
}
[class*='thm--light'] > .co--ctrl.fx--shift:hover,
[class*='thm--light'] > .co--ctrl.is-reacting {
  color: #808284;
}
[class*='thm--light'] > .co--ctrl.fx--shift:active,
[class*='thm--light'] > .co--ctrl.is-active {
  color: #181411;
}
[class*='thm--light'] > .co--minor,
[class*='thm--light'] > .co--neu {
  color: #808284;
}
[class*='thm--light'] > .co--neu-tint {
  color: #a7a9ab;
}
[class*='thm--light'] > .co--copy {
  color: #333;
}
[class*='thm--light'] > .co--tw {
  color: #55acee;
}
[class*='thm--light'] > .co--tw:hover {
  color: #80c1f2;
}
[class*='thm--light'] > .co--tw:focus,
[class*='thm--light'] > .co--tw:active {
  color: #1687dc;
}
[class*='thm--light'] > .co--fb {
  color: #3b5998;
}
[class*='thm--light'] > .co--fb:hover {
  color: #5d7dc0;
}
[class*='thm--light'] > .co--fb:focus,
[class*='thm--light'] > .co--fb:active {
  color: #1687dc;
}
[class*='thm--light'] > .co--yt {
  color: #cd201f;
}
[class*='thm--light'] > .co--yt:hover {
  color: #e44d4c;
}
[class*='thm--light'] > .co--yt:focus,
[class*='thm--light'] > .co--yt:active {
  color: #9a1817;
}
[class*='thm--light'] > .co--ig {
  color: #3f729b;
}
[class*='thm--light'] > .co--ig:hover {
  color: #6397c0;
}
[class*='thm--light'] > .co--ig:focus,
[class*='thm--light'] > .co--ig:active {
  color: #2f5574;
}
[class*='thm--light'] input,
[class*='thm--light'] textarea,
[class*='thm--light'] select {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
}
[class*='thm--light'] input:hover,
[class*='thm--light'] input:focus,
[class*='thm--light'] input:active,
[class*='thm--light'] textarea:hover,
[class*='thm--light'] textarea:focus,
[class*='thm--light'] textarea:active,
[class*='thm--light'] select:hover,
[class*='thm--light'] select:focus,
[class*='thm--light'] select:active {
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
}
.thm--light-alt {
  background: #f7f9f9;
  border-color: rgba(0, 83, 158, .12);
}
.thm--light-luc {
  background: rgba(247, 249, 249, .75);
}
.thm--light-luc:hover {
  background: rgba(255, 255, 255, .9);
}
.thm--light-tx {
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("../res/tx.light.png");
}
[class*='thm--dark'] {
  background: #00539e;
  color: #fff;
}
[class*='thm--dark'] .co--ctrl,
[class*='thm--dark'] .co--pri {
  color: currentColor;
}
[class*='thm--dark'] .co--pri[class*="fx--"]:hover,
[class*='thm--dark'] .co--ctrl:hover,
[class*='thm--dark'] .co--pri[class*="fx--"].is-reacting,
[class*='thm--dark'] .co--ctrl.is-reacting {
  color: #f8aa56;
}
[class*='thm--dark'] .co--pri[class*="fx--"]:active,
[class*='thm--dark'] .co--ctrl:active,
[class*='thm--dark'] .co--pri[class*="fx--"].is-active,
[class*='thm--dark'] .co--ctrl.is-active {
  color: #7aa7ce;
}
[class*='thm--dark'] .co--ico {
  color: rgba(255, 255, 255, .8);
}
[class*='thm--dark'] .co--ico:hover,
[class*='thm--dark'] .co--ico.is-reacting {
  color: #a6c4df;
}
[class*='thm--dark'] .co--ico:active,
[class*='thm--dark'] .co--ico.is-active {
  color: #fff;
}
[class*='thm--dark'] .rxn--neutral {
  color: #fff;
}
[class*='thm--dark'] label {
  color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
}
[class*='thm--dark'] label::after {
  color: #a7a9ab;
}
[class*='thm--dark'] input,
[class*='thm--dark'] textarea,
[class*='thm--dark'] select {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
}
[class*='thm--dark'] input:hover,
[class*='thm--dark'] input:focus,
[class*='thm--dark'] input:active,
[class*='thm--dark'] textarea:hover,
[class*='thm--dark'] textarea:focus,
[class*='thm--dark'] textarea:active,
[class*='thm--dark'] select:hover,
[class*='thm--dark'] select:focus,
[class*='thm--dark'] select:active {
  background: rgba(24, 20, 17, .12);
}
[o-base*='thm--dark'] {
  background: #00539e;
  color: #fff;
}
[o-base*='thm--dark'] .co--ctrl,
[o-base*='thm--dark'] .co--pri {
  color: currentColor;
}
[o-base*='thm--dark'] .co--pri[class*="fx--"]:hover,
[o-base*='thm--dark'] .co--ctrl:hover,
[o-base*='thm--dark'] .co--pri[class*="fx--"].is-reacting,
[o-base*='thm--dark'] .co--ctrl.is-reacting {
  color: #f8aa56;
}
[o-base*='thm--dark'] .co--pri[class*="fx--"]:active,
[o-base*='thm--dark'] .co--ctrl:active,
[o-base*='thm--dark'] .co--pri[class*="fx--"].is-active,
[o-base*='thm--dark'] .co--ctrl.is-active {
  color: #7aa7ce;
}
[o-base*='thm--dark'] .co--ico {
  color: rgba(255, 255, 255, .8);
}
[o-base*='thm--dark'] .co--ico:hover,
[o-base*='thm--dark'] .co--ico.is-reacting {
  color: #a6c4df;
}
[o-base*='thm--dark'] .co--ico:active,
[o-base*='thm--dark'] .co--ico.is-active {
  color: #fff;
}
[o-base*='thm--dark'] .rxn--neutral {
  color: #fff;
}
[o-base*='thm--dark'] label {
  color: #fcfcfc;
  -webkit-font-smoothing: antialiased;
}
[o-base*='thm--dark'] label::after {
  color: #a7a9ab;
}
[o-base*='thm--dark'] input,
[o-base*='thm--dark'] textarea,
[o-base*='thm--dark'] select {
  background: none;
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
}
[o-base*='thm--dark'] input:hover,
[o-base*='thm--dark'] input:focus,
[o-base*='thm--dark'] input:active,
[o-base*='thm--dark'] textarea:hover,
[o-base*='thm--dark'] textarea:focus,
[o-base*='thm--dark'] textarea:active,
[o-base*='thm--dark'] select:hover,
[o-base*='thm--dark'] select:focus,
[o-base*='thm--dark'] select:active {
  background: rgba(24, 20, 17, .12);
}
.thm--dark-grd {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000);
}
[class*='thm--texture'] {
  color: #fff;
  background-color: #243867;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
[class*='thm--texture'] .co--pri-tint {
  color: #4e8abe;
}
[class*='thm--texture'] .co--ico {
  color: rgba(191, 191, 191, .8);
}
[class*='thm--texture'] .co--ico:hover,
[class*='thm--texture'] .co--ico.is-reacting {
  color: #fff;
}
[class*='thm--texture'] .co--ico:focus,
[class*='thm--texture'] .co--ico:active,
[class*='thm--texture'] .co--ico.is-active {
  color: #4e8abe;
}
[class*='thm--texture'] label {
  color: #fcfcfc;
}
[class*='thm--texture'] label::after {
  color: #4e8abe;
}
[class*='thm--texture'] input {
  background: none;
  border: 1px solid rgba(128, 128, 128, .5);
}
[class*='thm--texture'] input:hover,
[class*='thm--texture'] input:focus,
[class*='thm--texture'] input:active {
  border-color: transparent;
  background: rgba(0, 83, 158, .75);
}
.thm--texture {
  background-image: url("../res/tx.primary.png");
}
.thm--texture .mtf--block-pri {
  background: #4e8abe;
}
.thm--texture-pri {
  background-color: #00539e;
  background-image: url("../res/tx.brand-pri.png");
}
.thm--texture-neut {
  color: #58585b;
  background-color: #fff;
  background-image: url("../res/tx.neutral.png");
  background-position: top;
}
.thm--texture-neut .mtf--block-pri {
  background: #4e8abe;
}
.thm--texture-neut .co--pri {
  color: #243867;
}
.thm--texture-neut .co--ico {
  color: #00539e;
}
.thm--texture-neut .co--ico:hover,
.thm--texture-neut .co--ico.is-reacting {
  color: #243867;
}
.thm--texture-neut .co--ico:focus,
.thm--texture-neut .co--ico:active,
.thm--texture-neut .co--ico.is-active {
  color: #4e8abe;
}
.thm--texture-alt {
  background-image: url("../res/blue_lockers.cnd.jpg");
  background-color: #28abe3;
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: contain;
  color: #fff;
}
html {
  background: #fff;
  height: 100%;
  text-size-adjust: 100%;
}
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #333;
  font-family: the_serif, Georgia, Palatino, Palatino Linotype, Times New Roman, Times, serif;
  font-size: 13px;
  line-height: 20.8px;
}
[class*='ico--'] {
  height: 1em;
  width: 1em;
}
[o-base~='ico--xy125'] > .ico {
  height: 20px;
  width: 20px;
}
[o-base~='ico--xy125'] > .ico--ig {
  height: 19px;
  width: 19px;
  margin-top: 1px;
}
[o-base~='ico--xy150'] > .ico {
  height: 24px;
  width: 24px;
}
[o-base~='ico--xy150'].co--ig > .ico {
  height: 21px;
  width: 21px;
  margin-top: 1px;
}
[o-base~='ico--med'] > .ico {
  height: 32px;
  width: 32px;
}
[o-base~='ico--xy-l'] > .ico {
  height: 36px;
  width: 36px;
}
[o-base~='ico--xy-xl'] > .ico {
  height: 60px;
  width: 60px;
}
[o-base~='ico--xy-xxl'] > .ico {
  height: 112px;
  width: 112px;
}
[o-base~='ico--xy-30pct'] > .ico {
  height: 30%;
  width: 30%;
}
[o-base~='ico--xy-30%'] > .ico {
  height: 30%;
  width: 30%;
}
[o-base~='ico--xy-60pct'] > .ico {
  height: 60%;
  width: 60%;
}
.ico--burger {
  position: relative;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 5px;
}
.ico--burger,
.ico--burger::before,
.ico--burger::after {
  display: block;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  border-radius: 0;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}
.ico--burger::before,
.ico--burger::after {
  position: absolute;
  content: "";
}
.ico--burger::before {
  top: -4px;
}
.ico--burger::after {
  top: 4px;
}
.is-active .ico--burger, .menu-is-active .ico--burger {
  background-color: transparent;
}
.is-active .ico--burger::before, .menu-is-active .ico--burger::before {
  transform: translateY(4px) rotate(45deg);
  background: currentColor;
}
.is-active .ico--burger::after, .menu-is-active .ico--burger::after {
  transform: translateY(-4px) rotate(-45deg);
  background: currentColor;
}
.ico--model {
  height: 208px;
  width: 208px;
  margin-top: 32px;
}
.masthead--poster {
  height: 36vmax;
  min-height: 200px;
  max-height: 340px;
}
.masthead--poster:not(:root:root) {
  flex: 1 0;
}
.masthead--condensed {
  background: #fff;
}
.masthead--condensed .masthead-home {
  margin-top: -4px;
}
.masthead-nav-menu {
  top: 32px;
  right: 12px;
}
.masthead-nav--actions {
  padding-right: 0 !important;
}
.masthead-nav-ctrl--dd {
  font-size: 18px;
  line-height: 1;
  position: absolute;
}
.media-loader-img {
  object-fit: cover;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}
[class*='poster--'] {
  position: relative;
  height: 36vw;
  min-height: 200px;
  overflow: hidden;
}
[class*='poster--']:not(:root:root) {
  flex: 1 0;
}
.poster--cnd {
  height: 100px;
  min-height: 100px;
}
.poster--text {
  min-height: 10vw;
  height: auto;
  max-height: none;
  overflow: visible;
}
.poster--strata {
  min-height: 192px;
  height: 24vw;
  max-height: 320px;
}
.ctrl--link-impt [class*="ico"] {
  height: 2vmax;
  width: 2vmax;
  min-width: 8px;
  min-height: 8px;
  max-width: 20px;
  max-height: 20px;
}
.ctrl--link-impt [class*="ico--play--alt"] {
  margin-top: -4px;
}
.ctrl--modal-close {
  top: 0;
  right: 0;
}
.ctrl--modal-more {
  bottom: 0;
}
.ctrl--modal-more span {
  transform: rotate(90deg);
}
.poster--text .hdr-hed,
.poster--text .hdr-lede {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  align-self: flex-start;
}
blockquote cite {
  align-self: flex-end;
}
.copy a:not([class*="ctrl--"]),
.copy--flow a:not([class*="ctrl--"]) {
  font-weight: 700;
  color: #00539e;
  text-decoration: underline;
  transition: all 0.25s ease-in;
}
.copy a:not([class*="ctrl--"]):hover,
.copy--flow a:not([class*="ctrl--"]):hover {
  color: #808284;
}
.copy a:not([class*="ctrl--"]):active,
.copy--flow a:not([class*="ctrl--"]):active {
  color: #003e76;
}
.copy a:not([class*="ctrl--"]):focus,
.copy--flow a:not([class*="ctrl--"]):focus {
  color: #f68e1e;
}
.copy h1,
.copy--flow h1,
.copy h2,
.copy--flow h2,
.copy h3,
.copy--flow h3 {
  font-family: Oswald, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-weight: 400;
  text-transform: none;
  color: #808080;
}
.copy h1,
.copy--flow h1 {
  font-size: 25.391px;
  line-height: 31.2px;
}
.copy h2,
.copy--flow h2 {
  font-size: 20.313px;
  line-height: 26px;
  color: #00539e;
}
.copy h3 + *,
.copy--flow h3 + * {
  margin-top: 0;
}
.copy p:empty,
.copy--flow p:empty {
  display: none;
}
.copy p:empty:first-child + *,
.copy--flow p:empty:first-child + * {
  margin-top: 0;
}
.copy p + h2,
.copy--flow p + h2 {
  margin-top: 32px;
}
.copy ul li::before,
.copy--flow ul li::before {
  content: "";
  display: block;
  height: 0.333em;
  width: 0.333em;
  margin-top: 0.6em;
  background: #00539e;
}
.copy li,
.copy--flow li {
  position: relative;
  padding-left: 0.75em;
}
.copy li:nth-child(n + 2),
.copy--flow li:nth-child(n + 2) {
  margin-top: 4px;
}
.copy li::before,
.copy--flow li::before {
  position: absolute;
  left: 0;
}
.copy--flow h2 + * {
  margin-top: 8px;
}
.copy--flow * + h2 {
  margin-top: 32px;
}
.copyright {
  margin-top: 8px;
}
.site-logo {
  width: 216px;
}
.content-callout .wysiwyg img {
  border: none;
}
[class*='strata--'] {
  position: relative;
}
[class*='strata--']:not([class*="thm--"]):nth-of-type(even) {
  border-top: 1px solid rgba(128, 128, 128, .5);
  background: #f7f9f9;
}
[class*='strata--']:not([class*="thm--"]):nth-of-type(even):not(:last-of-type) {
  border-bottom: 1px solid rgba(128, 128, 128, .5);
}
.strata--full > div > .hdr:first-of-type {
  margin-top: 16px;
  margin-bottom: 16px;
}
.strata--screen {
  overflow: hidden;
}
.strata--m2 .strata-suppl {
  order: 1;
}
.strata--m2 .strata-main {
  order: 2;
}
.strata--prefooter .card--icon {
  margin-left: auto;
  margin-right: auto;
}
.card-hdr img + figure {
  box-shadow: inset 0 0 100px 5px #000;
}
.card-hdr img + figure > .ico {
  mix-blend-mode: overlay;
}
@supports not (mix-blend-mode: overlay) {
  .card-hdr img + figure > .ico {
    opacity: 0.5;
  }
}
.fm-search--inline {
  position: relative;
  min-height: 32px;
}
.fm-search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 32px;
  box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
}
.fm-search-ctrl {
  width: 44px;
}
[class*='fm--'] input:not([type="checkbox"]),
[class*='fm--'] select,
[class*='fm--'] textarea {
  padding: 8px 12px;
  margin-bottom: 16px;
}
[class*='fm--'] select {
  height: 40px;
}
[class*='fm--'] .preField {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}
:not(.thm--dark)[class*='fm--'] .preField {
  font-weight: 900;
}
[class*='fm--'] .postField + .preField {
  margin-top: 16px;
}
[class*='fm--'] .reqMark::after {
  content: "[required]";
  margin-left: 8px;
  font-size: 12px;
  line-height: 20.8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 100;
}
:not(.thm--dark)[class*='fm--'] .reqMark::after {
  color: #f68e1e;
}
.fm--embed:only-child {
  margin: 0 auto;
  width: 100%;
}
.fm--embed form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.fm--embed > * + * {
  margin-top: 4px;
}
.fm--embed b {
  margin-top: 16px;
  margin-bottom: 8px;
}
.fm--embed input + .postField,
.fm--embed textarea + .postField {
  flex: 0 1 96%;
  flex-basis: calc(100% - 24px);
  -ms-grid-row-align: center;
      align-self: center;
  margin-right: auto;
}
.fm--embed input[type='checkbox'] {
  flex: 0 0 24px;
  -ms-grid-row-align: center;
      align-self: center;
  box-shadow: 0 0 0 #000;
}
.fm--embed input:not([type='checkbox']):not([type='radio']):not([type='submit']) {
  width: 100%;
}
.fm--embed div,
.fm--embed textarea,
.fm--embed select {
  width: 100%;
}
.fm--embed .primaryAction {
  flex: 0 0 auto;
  padding: 8px 12px;
  margin-top: 16px;
  margin-left: auto;
  width: auto;
  font-family: Oswald, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  background: #f68e1e;
  border: 0;
  box-shadow: none;
  transition-property: background, color, opacity, -webkit-filter;
  transition-property: background, color, filter, opacity;
  transition-property: background, color, filter, opacity, -webkit-filter;
  transition-duration: 0.25s;
  transition-timing-function: ease-in;
}
.fm--embed .primaryAction:hover,
.fm--embed .primaryAction:focus,
.fm--embed .primaryAction:active {
  background: #808284;
}
.nav-primary-ctrl {
  font-size: 18px;
  line-height: 1;
}
.nav-actions-ctrl {
  letter-spacing: 1px;
}
.nav-suppl-item:only-child {
  border: 0;
}
.nav-loc-item:last-child {
  border-bottom: 0;
}
.nav-loc-menu-label {
  line-height: 1.5;
  cursor: pointer;
}
.nav-loc-viz ~ .nav-loc-section {
  display: none;
}
.nav-loc-viz ~ .nav-loc-menu-label .ico--menu {
  display: block;
}
.nav-loc-viz ~ .nav-loc-menu-label .ico--menu-close {
  display: none;
}
.nav-loc-viz:checked ~ .nav-loc-section {
  display: block;
}
.nav-loc-viz:checked ~ .nav-loc-menu-label .ico--menu {
  display: none;
}
.nav-loc-viz:checked ~ .nav-loc-menu-label .ico--menu-close {
  display: block;
}
.takeover--img {
  height: 16.3vw;
}
.takeover--form {
  min-height: 150px;
}
.diagram-svg-container {
  padding-top: 75vw;
  width: 100vw;
  max-width: 100%;
}
.diagram-svg-images {
  display: none;
}
.diagram-svg-text {
  font-family: Oswald, Impact, Haettenschweiler, Arial Narrow Bold, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.diagram-steps {
  counter-reset: model-step-counter model-pre-step-counter;
}
.diagram-step-hed {
  z-index: 5;
  position: relative;
}
.diagram-step-hed::before {
  margin-right: 8px;
}
.diagram-step-hed[model-type="pre-step"]::before {
  content: counter(model-pre-step-counter, lower-alpha);
  counter-increment: model-pre-step-counter;
}
.diagram-step-hed[model-type="step"]::before,
.diagram-step-hed[model-type="post-step"]::before {
  content: counter(model-step-counter);
  counter-increment: model-step-counter;
}
.diagram-step-svg {
  height: 120px;
  width: 120px;
}
.colophon {
  letter-spacing: 0.05em;
}
.colophon-brand {
  pointer-events: auto;
}
.colophon-network {
  max-width: 200px;
  position: relative;
}
.footer-tm {
  font-size: 2em;
  line-height: 1;
  transform: translateX(100%);
  padding: 0 0 0 1em;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 0px) {
  .embed--map {
    height: 465px;
  }
  [class*="typ--broadside"] {
    font-size: 46px;
    font-size: calc( 1.326vw + 36px);
    line-height: calc( 1.9vw + 41.6px);
  }
  .card--icon + .card--icon {
    margin-top: 16px;
  }
}
@media only screen and (orientation: portrait) and (min-width: 0px) {
  .takeover--img {
    height: 36.2vw;
  }
  .takeover--form {
    height: 36.2vw;
  }
  .takeover--form.fm--interact {
    height: auto;
  }
}
@media only screen and (min-width: 480px) {
  [o-compressed*="row--"],
  [o-compressed*="col--"] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  [o-compressed*="row--"] {
    flex-direction: row;
  }
  [o-compressed*="row--"] > * + * {
    margin-top: 0;
  }
  [o-compressed*="col--"] {
    flex-direction: column;
  }
  [o-compressed*="--xAuto"] {
    width: auto;
  }
  [o-compressed*="--yAuto"] {
    height: auto;
  }
  [o-compressed*="--xRev"] {
    flex-direction: row-reverse;
  }
  [o-compressed*="--yRev"] {
    flex-direction: column-reverse;
  }
  [o-compressed*="--pGrid"] {
    justify-content: space-between;
  }
  [o-compressed*="--pSpace"] {
    justify-content: space-around;
  }
  [o-compressed*="--pStart"] {
    justify-content: flex-start;
  }
  [o-compressed*="--pEnd"] {
    justify-content: flex-end;
  }
  [o-compressed*="--pMiddle"] {
    justify-content: center;
  }
  [o-compressed*="--sStart"] {
    align-items: flex-start;
  }
  [o-compressed*="--sEnd"] {
    align-items: flex-end;
  }
  [o-compressed*="--sMiddle"] {
    align-items: center;
  }
  [o-compressed*="--sFull"] {
    align-items: stretch;
  }
  [o-compressed*="--sBase"] {
    align-items: baseline;
  }
  [o-compressed*="matrix--"] {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  [o-compressed*="matrix--"]:empty {
    visibility: collapse;
    margin: 0;
  }
  [o-compressed*='mod--static'] {
    flex: 0 0 auto;
  }
  [o-compressed*='mod--balance'] {
    flex: 1 1 auto;
  }
  [o-compressed*='mod--fit'] {
    flex: 0 1 0%;
  }
  [o-compressed*='mod--fill'] {
    flex: 1 0;
  }
  [o-compressed*="--aAuto"] {
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  [o-compressed*="--aStart"] {
    align-self: flex-start;
  }
  [o-compressed*="--aEnd"] {
    align-self: flex-end;
  }
  [o-compressed*="--aMiddle"] {
    -ms-grid-row-align: center;
    align-self: center;
  }
  [o-compressed*="--aFull"] {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  [o-compressed*="--aBase"] {
    align-self: baseline;
  }
  [o-compressed~='dm--h10'] {
    min-height: 10vmax;
  }
  [o-compressed~='dm--wAuto'] {
    width: auto;
    min-width: 0;
    max-width: none;
  }
  [o-compressed~='dm--w12'] {
    width: 12.5%;
    max-width: 12.5vw;
  }
  [o-compressed~='dm--w50'] {
    width: 50%;
    max-width: 50vw;
  }
  [o-compressed~='dm--w60'] {
    width: 60%;
    max-width: 60vw;
  }
  [o-compressed~='dm--wMax60'] {
    max-width: 60vw;
  }
  [o-compressed*='gr--'] {
    max-width: none;
  }
  [o-compressed~='gr--g1-m1']:not(:only-child) {
    width: calc(50% - 16px);
  }
  [o-compressed~='mtx--i2']:nth-child(n):nth-child(n) {
    width: calc( 50% - 0.5vw );
    flex: unset;
    margin: unset;
  }
  [o-compressed~='mtx--i2']:nth-child(n):not(:nth-child(-n+2)) {
    margin-top: 1vw;
  }
  [o-compressed~='mtx--i2']:not(:only-of-type) + .mtx-separator:nth-of-type(n) {
    height: auto;
    width: 1px;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  [o-compressed~='mtx--i2']:not(:only-of-type) + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    max-width: 100%;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(n):nth-of-type(n) {
    width: calc( 50% - 4px );
    margin: 0;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(n):not(:nth-of-type(-n+2)) {
    margin-top: 8px;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(2n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(2n):not(:only-child) {
    margin-left: 0;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(n):not(:nth-of-type(2n+1)) {
    margin-left: 4px;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(n):not(:nth-of-type(2n)) {
    margin-right: 4px;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(2n+1):nth-last-of-type(-n+2),
  [o-compressed~='mtx--i2-cnd']:nth-of-type(2n+1):nth-last-of-type(-n+2) ~ [o-compressed~='mtx--i2-cnd'] {
    flex: 1 1 auto;
    margin-left: 0;
    margin-right: 0;
  }
  [o-compressed~='mtx--i2-cnd']:nth-of-type(2n+1):nth-last-of-type(-n+2):only-of-type,
  [o-compressed~='mtx--i2-cnd']:nth-of-type(2n+1):nth-last-of-type(-n+2) ~ [o-compressed~='mtx--i2-cnd']:only-of-type {
    flex: 0 0 auto;
  }
  [o-compressed~='rhy--xStart0'] > * + * {
    margin-left: 0;
  }
  [o-compressed~='rhy--xStart25'] > * + * {
    margin-left: 4px;
  }
  [o-compressed~='rhy--xStart50'] > * + * {
    margin-left: 8px;
  }
  [o-compressed~='rhy--xStart100'] > * + * {
    margin-left: 16px;
  }
  [o-compressed~='rhy--xStart200'] > * + * {
    margin-left: 32px;
  }
  [o-compressed~='rhy--xStart400'] > * + * {
    margin-left: 64px;
  }
  [o-compressed~='rhy--xEnd200'] > * + * {
    margin-right: 32px;
  }
  [o-compressed~='rhy--yStart0'] > * + * {
    margin-top: 0;
  }
  [o-compressed~='rhy--yStart25'] > * + * {
    margin-top: 4px;
  }
  [o-compressed~='rhy--yStart50'] > * + * {
    margin-top: 8px;
  }
  [o-compressed~='rhy--yStart75'] > * + * {
    margin-top: 12px;
  }
  [o-compressed~='rhy--yStart100'] > * + * {
    margin-top: 16px;
  }
  [o-compressed~='rhy--yStart200'] > * + * {
    margin-top: 32px;
  }
  [o-compressed~='rhy--yStart400'] > * + * {
    margin-top: 64px;
  }
  [o-compressed~='rhy--yEnd0'] > * + * {
    margin-bottom: 0;
  }
  [o-compressed~='rhy--yEnd50'] > * + * {
    margin-bottom: 8px;
  }
  [o-compressed~='rhy--yEnd100'] > * + * {
    margin-bottom: 16px;
  }
  [o-compressed~='pad--x0'] {
    padding-left: 0;
    padding-right: 0;
  }
  [o-compressed~='pad--x25'] {
    padding-left: 4px;
    padding-right: 4px;
  }
  [o-compressed~='pad--x50'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  [o-compressed~='pad--x75'] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [o-compressed~='pad--x100'] {
    padding-left: 16px;
    padding-right: 16px;
  }
  [o-compressed~='pad--x200'] {
    padding-left: 32px;
    padding-right: 32px;
  }
  [o-compressed~='pad--xStart0'] {
    padding-left: 16px;
  }
  [o-compressed~='pad--xStart25'] {
    padding-left: 4px;
  }
  [o-compressed~='pad--xStart50'] {
    padding-left: 8px;
  }
  [o-compressed~='pad--xStart75'] {
    padding-left: 12px;
  }
  [o-compressed~='pad--xStart100'] {
    padding-left: 16px;
  }
  [o-compressed~='pad--xStart200'] {
    padding-left: 32px;
  }
  [o-compressed~='pad--xEnd0'] {
    padding-right: 0;
  }
  [o-compressed~='pad--xEnd25'] {
    padding-right: 4px;
  }
  [o-compressed~='pad--xEnd50'] {
    padding-right: 8px;
  }
  [o-compressed~='pad--xEnd75'] {
    padding-right: 12px;
  }
  [o-compressed~='pad--xEnd100'] {
    padding-right: 16px;
  }
  [o-compressed~='pad--y0'] {
    padding-top: 0;
    padding-bottom: 0;
  }
  [o-compressed~='pad--y25'] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  [o-compressed~='pad--y50'] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  [o-compressed~='pad--y75'] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  [o-compressed~='pad--y100'] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  [o-compressed~='pad--y200'] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  [o-compressed~='pad--y250'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [o-compressed~='pad--yStart0'] {
    padding-top: 0;
  }
  [o-compressed~='pad--yStart25'] {
    padding-top: 4px;
  }
  [o-compressed~='pad--yStart50'] {
    padding-top: 8px;
  }
  [o-compressed~='pad--yStart75'] {
    padding-top: 12px;
  }
  [o-compressed~='pad--yStart100'] {
    padding-top: 16px;
  }
  [o-compressed~='pad--yStart200'] {
    padding-top: 32px;
  }
  [o-compressed~='pad--yEnd0'] {
    padding-bottom: 0;
  }
  [o-compressed~='pad--yEnd25'] {
    padding-bottom: 4px;
  }
  [o-compressed~='pad--yEnd50'] {
    padding-bottom: 8px;
  }
  [o-compressed~='pad--yEnd75'] {
    padding-bottom: 12px;
  }
  [o-compressed~='pad--yEnd100'] {
    padding-bottom: 16px;
  }
  [o-compressed~='pad--yEnd200'] {
    padding-bottom: 32px;
  }
  [o-compressed~='pad--yEnd400'] {
    padding-bottom: 64px;
  }
  [o-compressed~='pad--xy50'] {
    padding: 8px;
  }
  [o-compressed~='pad--xy75'] {
    padding: 12px;
  }
  [o-compressed~='pad--xy100'] {
    padding: 16px;
  }
  [o-compressed~='pad--xy-sm'] {
    padding: 8px 12px;
  }
  [o-compressed~='iso--xA'] {
    margin-left: auto;
    margin-right: auto;
  }
  [o-compressed~='iso--x100'] {
    margin-left: 16px;
    margin-right: 16px;
  }
  [o-compressed~='iso--xStart25'] {
    margin-left: 4px;
  }
  [o-compressed~='iso--xStart50'] {
    margin-left: 8px;
  }
  [o-compressed~='iso--xStart100'] {
    margin-left: 16px;
  }
  [o-compressed~='iso--xStart200'] {
    margin-left: 32px;
  }
  [o-compressed~='iso--xEnd0'] {
    margin-right: 0;
  }
  [o-compressed~='iso--xEnd50'] {
    margin-right: 8px;
  }
  [o-compressed~='iso--xEnd100'] {
    margin-right: 16px;
  }
  [o-compressed~='iso--xEnd200'] {
    margin-right: 32px;
  }
  [o-compressed~='iso--y100'] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  [o-compressed~='iso--y150'] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  [o-compressed~='iso--y200'] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  [o-compressed~='iso--y400'] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  [o-compressed~='iso--yStart50'] {
    margin-top: 8px;
  }
  [o-compressed~='iso--yStart100'] {
    margin-top: 16px;
  }
  [o-compressed~='iso--yStart200'] {
    margin-top: 32px;
  }
  [o-compressed~='iso--yStart400'] {
    margin-top: 64px;
  }
  [o-compressed~='iso--yEnd0'] {
    margin-bottom: 0;
  }
  [o-compressed~='iso--yEnd50'] {
    margin-bottom: 8px;
  }
  [o-compressed~='iso--yEnd100'] {
    margin-bottom: 16px;
  }
  [o-compressed~='iso--yEnd150'] {
    margin-bottom: 24px;
  }
  [o-compressed~='iso--yEnd200'] {
    margin-bottom: 32px;
  }
  [o-compressed~='iso--yEnd300'] {
    margin-bottom: 48px;
  }
  [o-compressed~='iso--yEnd400'] {
    margin-bottom: 64px;
  }
  [o-compressed~='vx--a11y'] {
    position: absolute !important;
    left: -100vw;
    width: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  [o-compressed~='vx--hidden'] {
    visibility: hidden;
    display: none;
  }
  [o-compressed~='vx--shown'] {
    visibility: visible;
    display: flex;
  }
  [o-compressed~='pos--rel'] {
    position: relative;
  }
  [o-compressed*='pos--abs'] {
    position: absolute;
  }
  [o-compressed~='pos--abs-yStart-x'] {
    top: 0;
    left: 0;
    right: 0;
  }
  [o-compressed~='pos--fix'] {
    position: fixed;
  }
  [o-compressed~='pos--nil'] {
    position: static;
    float: none;
  }
  [o-compressed~='pos--xStart'] {
    float: left;
  }
  [o-compressed~='pos--v-rl'] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  [o-compressed~='ord--init'] {
    order: -1;
  }
  [o-compressed~='ord--flow'] {
    order: initial;
  }
  [o-compressed~='ord--start'] {
    order: 0;
  }
  [o-compressed~='ord--next'] {
    order: 1;
  }
  [o-compressed~='ord--end'] {
    order: 100;
  }
  [o-compressed~='z--back'] {
    z-index: -1;
  }
  [o-compressed~='z--above'] {
    z-index: 100;
  }
  [o-compressed~='z--masthead'] {
    z-index: 300;
  }
  [o-compressed*='hl--xy0'] {
    border: 0;
  }
  .ico--model {
    height: 120px;
    width: 120px;
    margin-top: 0;
    transform: translateY(-16px);
  }
}
@media only screen and (min-width: 660px) {
  [o-condensed*="row--"],
  [o-condensed*="col--"] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  [o-condensed*="row--"] {
    flex-direction: row;
  }
  [o-condensed*="row--"] > * + * {
    margin-top: 0;
  }
  [o-condensed*="col--"] {
    flex-direction: column;
  }
  [o-condensed*="--xAuto"] {
    width: auto;
  }
  [o-condensed*="--yAuto"] {
    height: auto;
  }
  [o-condensed*="--xRev"] {
    flex-direction: row-reverse;
  }
  [o-condensed*="--yRev"] {
    flex-direction: column-reverse;
  }
  [o-condensed*="--pGrid"] {
    justify-content: space-between;
  }
  [o-condensed*="--pSpace"] {
    justify-content: space-around;
  }
  [o-condensed*="--pStart"] {
    justify-content: flex-start;
  }
  [o-condensed*="--pEnd"] {
    justify-content: flex-end;
  }
  [o-condensed*="--pMiddle"] {
    justify-content: center;
  }
  [o-condensed*="--sStart"] {
    align-items: flex-start;
  }
  [o-condensed*="--sEnd"] {
    align-items: flex-end;
  }
  [o-condensed*="--sMiddle"] {
    align-items: center;
  }
  [o-condensed*="--sFull"] {
    align-items: stretch;
  }
  [o-condensed*="--sBase"] {
    align-items: baseline;
  }
  [o-condensed*="matrix--"] {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  [o-condensed*="matrix--"]:empty {
    visibility: collapse;
    margin: 0;
  }
  [o-condensed*='mod--static'] {
    flex: 0 0 auto;
  }
  [o-condensed*='mod--balance'] {
    flex: 1 1 auto;
  }
  [o-condensed*='mod--fit'] {
    flex: 0 1 0%;
  }
  [o-condensed*='mod--fill'] {
    flex: 1 0;
  }
  [o-condensed*="--aAuto"] {
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  [o-condensed*="--aStart"] {
    align-self: flex-start;
  }
  [o-condensed*="--aEnd"] {
    align-self: flex-end;
  }
  [o-condensed*="--aMiddle"] {
    -ms-grid-row-align: center;
    align-self: center;
  }
  [o-condensed*="--aFull"] {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  [o-condensed*="--aBase"] {
    align-self: baseline;
  }
  [o-condensed~='dm--h-m5'] {
    height: 5em;
  }
  [o-condensed~='dm--hSet12'] {
    height: 192px;
  }
  [o-condensed~='dm--wAuto'] {
    width: auto;
    min-width: 0;
    max-width: none;
  }
  [o-condensed~='dm--w25'] {
    width: 25%;
    max-width: 25vw;
  }
  [o-condensed~='dm--w33'] {
    width: 33.33%;
    max-width: 33.33vw;
  }
  [o-condensed~='dm--w60'] {
    width: 60%;
    max-width: 60vw;
  }
  [o-condensed~='dm--wMax60'] {
    max-width: 60vw;
  }
  [o-condensed~='dm--w75'] {
    width: 75%;
    max-width: 75vw;
  }
  [o-condensed~='dm--w100'] {
    width: 100%;
    max-width: 100vw;
  }
  @supports (display: grid) {
    [o-condensed*='gx--'] {
      display: -ms-grid;
      display: grid;
      grid-gap: 16px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  }
  @supports not (display: grid) {
    [o-condensed*='gx--'] {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  [o-condensed*='gx--duo'] {
    -ms-grid-columns: minmax(160px, 2fr) 1fr;
    grid-template-columns: minmax(160px, 2fr) 1fr;
    grid-template-areas: "a b" "c d";
  }
  @supports not (display: grid) {
    [o-condensed*='gx--duo'] .gxi--a,
    [o-condensed*='gx--duo'] .gxi--c {
      width: 66%;
    }
    [o-condensed*='gx--duo'] .gxi--b {
      width: calc(33% - 16px);
      margin-left: 16px;
    }
    [o-condensed*='gx--duo'] .gxi--c {
      margin-top: 16px;
    }
  }
  _:-ms-fullscreen .gxi--c,
  :root [o-condensed*='gx--duo'] .gxi--c {
    margin-top: 16px;
  }
  [o-condensed*='gr--'] {
    max-width: none;
  }
  [o-condensed~='gr--g1-m1']:not(:only-child) {
    width: calc(50% - 16px);
  }
  [o-condensed~='gr--g2-m1']:not(:only-child) {
    width: calc(33.33333333333333% - 10px);
  }
  [o-condensed~='gr--g2-m2']:not(:only-child) {
    width: calc(66.66666666666666% - 21px);
  }
  [o-condensed~='gr--g5-m1']:not(:only-child) {
    width: calc(50% - 0.5px);
  }
  [o-condensed~='mtx--auto']:nth-child(n):nth-child(n) {
    width: unset;
    flex: unset;
    margin: unset;
  }
  [o-condensed~='mtx--i0']:nth-child(n):nth-child(n) {
    width: 100%;
    flex: unset;
    margin: unset;
  }
  [o-condensed~='mtx--i0'] + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
  }
  [o-condensed~='mtx--i2-hl']:nth-of-type(n):nth-of-type(n) {
    width: calc( 50% - 0.5px );
    flex: unset;
    margin: unset;
  }
  [o-condensed~='mtx--i2-hl']:nth-of-type(n):not(:nth-of-type(-n + 2)) {
    margin-top: 1px;
  }
  [o-condensed~='mtx--i2-hl']:nth-of-type(n):not(:nth-of-type(2n + 1)) {
    margin-left: 1px;
  }
  [o-condensed~='mtx--i2']:nth-child(n):nth-child(n) {
    width: calc( 50% - 0.5vw );
    flex: unset;
    margin: unset;
  }
  [o-condensed~='mtx--i2']:nth-child(n):not(:nth-child(-n+2)) {
    margin-top: 1vw;
  }
  [o-condensed~='mtx--i2']:not(:only-of-type) + .mtx-separator:nth-of-type(n) {
    height: auto;
    width: 1px;
    margin-top: 1vw;
    margin-bottom: 1vw;
  }
  [o-condensed~='mtx--i2']:not(:only-of-type) + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    max-width: 100%;
  }
  [o-condensed~='mtx--i2-alt']:nth-of-type(n):nth-of-type(n) {
    width: calc( 50% - 8px );
    flex: unset;
    margin: unset;
  }
  [o-condensed~='mtx--i2-alt']:nth-of-type(n):not(:nth-of-type(-n + 2)) {
    margin-top: 16px;
  }
  [o-condensed~='mtx--i2-alt']:nth-of-type(n):not(:nth-of-type(2n + 1)) {
    margin-left: 16px;
  }
  [o-condensed~='mtx--i3']:nth-of-type(n):nth-of-type(n) {
    width: calc( 33.333333333333336% - 2vw );
    margin: 0;
  }
  [o-condensed~='mtx--i3']:nth-of-type(n):not(:nth-of-type(-n+3)) {
    margin-top: 3vw;
  }
  [o-condensed~='mtx--i3']:nth-of-type(3n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-condensed~='mtx--i3']:nth-of-type(3n):not(:only-child) {
    margin-left: 0;
  }
  [o-condensed~='mtx--i3']:nth-of-type(n):not(:nth-of-type(3n+1)) {
    margin-left: 1.5vw;
  }
  [o-condensed~='mtx--i3']:nth-of-type(n):not(:nth-of-type(3n)) {
    margin-right: 1.5vw;
  }
  [o-condensed~='mtx--i3']:nth-of-type(1n+1):nth-last-of-type(-n+1),
  [o-condensed~='mtx--i3']:nth-of-type(1n+1):nth-last-of-type(-n+1) ~ [o-condensed~='mtx--i3'] {
    margin-right: 0;
  }
  [o-condensed~='mtx--i3'] + .mtx-separator:nth-of-type(n) {
    height: auto;
    width: 1px;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
  }
  [o-condensed~='mtx--i3'] + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
    height: 1px;
    width: 100%;
    max-width: 100%;
    margin-left: inherit;
    margin-right: inherit;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(n):nth-of-type(n) {
    width: calc( 33.333333333333336% - 10.666666666666666px );
    margin: 0;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(n):not(:nth-of-type(-n+3)) {
    margin-top: 16px;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n):not(:only-child) {
    margin-left: 0;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(n):not(:nth-of-type(3n+1)) {
    margin-left: 8px;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(n):not(:nth-of-type(3n)) {
    margin-right: 8px;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):nth-last-of-type(-n+3),
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):nth-last-of-type(-n+3) ~ [o-condensed~='mtx--i3-cnd'] {
    flex: 1 1 auto;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):nth-last-of-type(-n+3):only-of-type,
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):nth-last-of-type(-n+3) ~ [o-condensed~='mtx--i3-cnd']:only-of-type {
    flex: 0 0 auto;
  }
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):nth-last-of-type(-n+3):last-of-type,
  [o-condensed~='mtx--i3-cnd']:nth-of-type(3n+1):nth-last-of-type(-n+3) ~ [o-condensed~='mtx--i3-cnd']:last-of-type {
    margin-right: 0;
    margin-left: 8px !important;
  }
  [o-condensed~='rhy--xStart0'] > * + * {
    margin-left: 0;
  }
  [o-condensed~='rhy--xStart25'] > * + * {
    margin-left: 4px;
  }
  [o-condensed~='rhy--xStart50'] > * + * {
    margin-left: 8px;
  }
  [o-condensed~='rhy--xStart100'] > * + * {
    margin-left: 16px;
  }
  [o-condensed~='rhy--xStart200'] > * + * {
    margin-left: 32px;
  }
  [o-condensed~='rhy--xStart400'] > * + * {
    margin-left: 64px;
  }
  [o-condensed~='rhy--xEnd200'] > * + * {
    margin-right: 32px;
  }
  [o-condensed~='rhy--yStart0'] > * + * {
    margin-top: 0;
  }
  [o-condensed~='rhy--yStart25'] > * + * {
    margin-top: 4px;
  }
  [o-condensed~='rhy--yStart50'] > * + * {
    margin-top: 8px;
  }
  [o-condensed~='rhy--yStart75'] > * + * {
    margin-top: 12px;
  }
  [o-condensed~='rhy--yStart100'] > * + * {
    margin-top: 16px;
  }
  [o-condensed~='rhy--yStart200'] > * + * {
    margin-top: 32px;
  }
  [o-condensed~='rhy--yStart400'] > * + * {
    margin-top: 64px;
  }
  [o-condensed~='rhy--yEnd0'] > * + * {
    margin-bottom: 0;
  }
  [o-condensed~='rhy--yEnd50'] > * + * {
    margin-bottom: 8px;
  }
  [o-condensed~='rhy--yEnd100'] > * + * {
    margin-bottom: 16px;
  }
  [o-condensed~='pad--x0'] {
    padding-left: 0;
    padding-right: 0;
  }
  [o-condensed~='pad--x25'] {
    padding-left: 4px;
    padding-right: 4px;
  }
  [o-condensed~='pad--x50'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  [o-condensed~='pad--x75'] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [o-condensed~='pad--x100'] {
    padding-left: 16px;
    padding-right: 16px;
  }
  [o-condensed~='pad--x200'] {
    padding-left: 32px;
    padding-right: 32px;
  }
  [o-condensed~='pad--xStart0'] {
    padding-left: 16px;
  }
  [o-condensed~='pad--xStart25'] {
    padding-left: 4px;
  }
  [o-condensed~='pad--xStart50'] {
    padding-left: 8px;
  }
  [o-condensed~='pad--xStart75'] {
    padding-left: 12px;
  }
  [o-condensed~='pad--xStart100'] {
    padding-left: 16px;
  }
  [o-condensed~='pad--xStart200'] {
    padding-left: 32px;
  }
  [o-condensed~='pad--xEnd0'] {
    padding-right: 0;
  }
  [o-condensed~='pad--xEnd25'] {
    padding-right: 4px;
  }
  [o-condensed~='pad--xEnd50'] {
    padding-right: 8px;
  }
  [o-condensed~='pad--xEnd75'] {
    padding-right: 12px;
  }
  [o-condensed~='pad--xEnd100'] {
    padding-right: 16px;
  }
  [o-condensed~='pad--y0'] {
    padding-top: 0;
    padding-bottom: 0;
  }
  [o-condensed~='pad--y25'] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  [o-condensed~='pad--y50'] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  [o-condensed~='pad--y75'] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  [o-condensed~='pad--y100'] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  [o-condensed~='pad--y200'] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  [o-condensed~='pad--y250'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [o-condensed~='pad--yStart0'] {
    padding-top: 0;
  }
  [o-condensed~='pad--yStart25'] {
    padding-top: 4px;
  }
  [o-condensed~='pad--yStart50'] {
    padding-top: 8px;
  }
  [o-condensed~='pad--yStart75'] {
    padding-top: 12px;
  }
  [o-condensed~='pad--yStart100'] {
    padding-top: 16px;
  }
  [o-condensed~='pad--yStart200'] {
    padding-top: 32px;
  }
  [o-condensed~='pad--yEnd0'] {
    padding-bottom: 0;
  }
  [o-condensed~='pad--yEnd25'] {
    padding-bottom: 4px;
  }
  [o-condensed~='pad--yEnd50'] {
    padding-bottom: 8px;
  }
  [o-condensed~='pad--yEnd75'] {
    padding-bottom: 12px;
  }
  [o-condensed~='pad--yEnd100'] {
    padding-bottom: 16px;
  }
  [o-condensed~='pad--yEnd200'] {
    padding-bottom: 32px;
  }
  [o-condensed~='pad--yEnd400'] {
    padding-bottom: 64px;
  }
  [o-condensed~='pad--xy50'] {
    padding: 8px;
  }
  [o-condensed~='pad--xy75'] {
    padding: 12px;
  }
  [o-condensed~='pad--xy100'] {
    padding: 16px;
  }
  [o-condensed~='pad--xy-sm'] {
    padding: 8px 12px;
  }
  [o-condensed~='iso--xA'] {
    margin-left: auto;
    margin-right: auto;
  }
  [o-condensed~='iso--x100'] {
    margin-left: 16px;
    margin-right: 16px;
  }
  [o-condensed~='iso--xStart25'] {
    margin-left: 4px;
  }
  [o-condensed~='iso--xStart50'] {
    margin-left: 8px;
  }
  [o-condensed~='iso--xStart100'] {
    margin-left: 16px;
  }
  [o-condensed~='iso--xStart200'] {
    margin-left: 32px;
  }
  [o-condensed~='iso--xEnd0'] {
    margin-right: 0;
  }
  [o-condensed~='iso--xEnd50'] {
    margin-right: 8px;
  }
  [o-condensed~='iso--xEnd100'] {
    margin-right: 16px;
  }
  [o-condensed~='iso--xEnd200'] {
    margin-right: 32px;
  }
  [o-condensed~='iso--xCaps200']:first-child {
    margin-left: 0;
    margin-right: 32px;
  }
  [o-condensed~='iso--xCaps200']:last-child {
    margin-left: 32px;
    margin-right: 0;
  }
  [o-condensed~='iso--y100'] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  [o-condensed~='iso--y150'] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  [o-condensed~='iso--y200'] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  [o-condensed~='iso--y400'] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  [o-condensed~='iso--yStart50'] {
    margin-top: 8px;
  }
  [o-condensed~='iso--yStart100'] {
    margin-top: 16px;
  }
  [o-condensed~='iso--yStart200'] {
    margin-top: 32px;
  }
  [o-condensed~='iso--yStart400'] {
    margin-top: 64px;
  }
  [o-condensed~='iso--yEnd0'] {
    margin-bottom: 0;
  }
  [o-condensed~='iso--yEnd50'] {
    margin-bottom: 8px;
  }
  [o-condensed~='iso--yEnd100'] {
    margin-bottom: 16px;
  }
  [o-condensed~='iso--yEnd150'] {
    margin-bottom: 24px;
  }
  [o-condensed~='iso--yEnd200'] {
    margin-bottom: 32px;
  }
  [o-condensed~='iso--yEnd300'] {
    margin-bottom: 48px;
  }
  [o-condensed~='iso--yEnd400'] {
    margin-bottom: 64px;
  }
  [o-condensed*='embed--'] {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  [o-condensed*='embed--']::after {
    content: '';
    display: block;
    height: 0;
  }
  [o-condensed~='vx--a11y'] {
    position: absolute !important;
    left: -100vw;
    width: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  [o-condensed~='vx--hidden'] {
    visibility: hidden;
    display: none;
  }
  [o-condensed~='vx--shown'] {
    visibility: visible;
    display: flex;
  }
  [o-condensed~='pos--rel'] {
    position: relative;
  }
  [o-condensed*='pos--abs'] {
    position: absolute;
  }
  [o-condensed~='pos--abs-yStart-x'] {
    top: 0;
    left: 0;
    right: 0;
  }
  [o-condensed~='pos--fix'] {
    position: fixed;
  }
  [o-condensed~='pos--nil'] {
    position: static;
    float: none;
  }
  [o-condensed~='pos--xStart'] {
    float: left;
  }
  [o-condensed~='pos--v-rl'] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  [o-condensed~='ord--init'] {
    order: -1;
  }
  [o-condensed~='ord--flow'] {
    order: initial;
  }
  [o-condensed~='ord--start'] {
    order: 0;
  }
  [o-condensed~='ord--next'] {
    order: 1;
  }
  [o-condensed~='ord--end'] {
    order: 100;
  }
  [o-condensed~='z--back'] {
    z-index: -1;
  }
  [o-condensed~='z--above'] {
    z-index: 100;
  }
  [o-condensed~='z--masthead'] {
    z-index: 300;
  }
  [class*="typ--display"] {
    font-size: 38px;
    font-size: calc( 4.679vw + 0.854399999999991px);
    line-height: calc( 6.533vw + -6.720000000000006px);
  }
  [class*="typ--hed"] {
    font-size: 31px;
    font-size: calc( 3.743vw + 0.684999999999988px);
    line-height: calc( 2.933vw + 11.839999999999996px);
  }
  [class*="typ--subhed"] {
    font-size: 21px;
    font-size: calc( 1.042vw + 13.437999999999999px);
    line-height: calc( 2vw + 12.799999999999999px);
  }
  [class*="typ--maj"] {
    font-size: 17px;
    font-size: calc( 0.833vw + 10.75px);
    line-height: calc( 0.667vw + 21.6px);
  }
  [class*="typ--base"] {
    font-size: 14px;
    font-size: calc( 1vw + 6.399999999999999px);
    line-height: calc( 1.067vw + 13.760000000000002px);
  }
  [class*="typ--min"] {
    font-size: 12px;
    font-size: calc( 0.333vw + 9.8px);
    line-height: calc( 1.067vw + 13.760000000000002px);
  }
  [class*="typ--caption"] {
    font-size: 11px;
    font-size: calc( 0.533vw + 6.880000000000001px);
    line-height: calc( -0.933vw + 26.96px);
  }
  [class*="typ--chrome"] {
    font-size: 12px;
    font-size: calc( 0vw + 12px);
    line-height: calc( -0.933vw + 26.96px);
  }
  [o-condensed~='hl--x'] {
    border-left: 1px solid rgba(128, 128, 128, .5);
    border-right: 1px solid rgba(128, 128, 128, .5);
  }
  [o-condensed*='hl--xStart'] {
    border-left: 1px solid rgba(128, 128, 128, .5);
  }
  [o-condensed*='hl--xEnd'] {
    border-right: 1px solid rgba(128, 128, 128, .5);
  }
  [o-condensed*='hl--xy0'] {
    border: 0;
  }
  [o-condensed~='rxn--neutral'] {
    color: #00539e;
    background: #edf3f8;
  }
  [o-condensed~='rxn--neutral'][class*="fx--"]:hover,
  [o-condensed~='rxn--neutral'][class*="fx--"].is-reacting {
    color: #fff;
    background: #4e8abe;
  }
  [o-condensed~='rxn--neutral']:focus,
  [o-condensed~='rxn--neutral']:active,
  [o-condensed~='rxn--neutral'].is-active {
    color: #181411;
    background: rgba(78, 138, 190, .1);
  }
  [o-condensed*='thm--light'] {
    background: #fff;
    color: #333;
    border-color: rgba(0, 83, 158, .12);
  }
  [o-condensed*='thm--light'].hl--xy {
    border-color: #fff;
  }
  [o-condensed*='thm--light'] .co--pri-tint {
    color: #808080;
  }
  [o-condensed*='thm--light'] > .co--pri {
    color: #00539e;
  }
  [o-condensed*='thm--light'] > .co--pri.fx--shift:hover,
  [o-condensed*='thm--light'] > .co--pri.is-reacting {
    color: #f68e1e;
  }
  [o-condensed*='thm--light'] > .co--pri.fx--shift:active,
  [o-condensed*='thm--light'] > .co--pri.is-active {
    color: #181411;
  }
  [o-condensed*='thm--light'] > .co--pri-min {
    color: rgba(0, 83, 158, .12);
  }
  [o-condensed*='thm--light'] > .co--ctrl {
    color: #f68e1e;
  }
  [o-condensed*='thm--light'] > .co--ctrl.fx--shift:hover,
  [o-condensed*='thm--light'] > .co--ctrl.is-reacting {
    color: #808284;
  }
  [o-condensed*='thm--light'] > .co--ctrl.fx--shift:active,
  [o-condensed*='thm--light'] > .co--ctrl.is-active {
    color: #181411;
  }
  [o-condensed*='thm--light'] > .co--minor,
  [o-condensed*='thm--light'] > .co--neu {
    color: #808284;
  }
  [o-condensed*='thm--light'] > .co--neu-tint {
    color: #a7a9ab;
  }
  [o-condensed*='thm--light'] > .co--copy {
    color: #333;
  }
  [o-condensed*='thm--light'] > .co--tw {
    color: #55acee;
  }
  [o-condensed*='thm--light'] > .co--tw:hover {
    color: #80c1f2;
  }
  [o-condensed*='thm--light'] > .co--tw:focus,
  [o-condensed*='thm--light'] > .co--tw:active {
    color: #1687dc;
  }
  [o-condensed*='thm--light'] > .co--fb {
    color: #3b5998;
  }
  [o-condensed*='thm--light'] > .co--fb:hover {
    color: #5d7dc0;
  }
  [o-condensed*='thm--light'] > .co--fb:focus,
  [o-condensed*='thm--light'] > .co--fb:active {
    color: #1687dc;
  }
  [o-condensed*='thm--light'] > .co--yt {
    color: #cd201f;
  }
  [o-condensed*='thm--light'] > .co--yt:hover {
    color: #e44d4c;
  }
  [o-condensed*='thm--light'] > .co--yt:focus,
  [o-condensed*='thm--light'] > .co--yt:active {
    color: #9a1817;
  }
  [o-condensed*='thm--light'] > .co--ig {
    color: #3f729b;
  }
  [o-condensed*='thm--light'] > .co--ig:hover {
    color: #6397c0;
  }
  [o-condensed*='thm--light'] > .co--ig:focus,
  [o-condensed*='thm--light'] > .co--ig:active {
    color: #2f5574;
  }
  [o-condensed*='thm--light'] input,
  [o-condensed*='thm--light'] textarea,
  [o-condensed*='thm--light'] select {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
  }
  [o-condensed*='thm--light'] input:hover,
  [o-condensed*='thm--light'] input:focus,
  [o-condensed*='thm--light'] input:active,
  [o-condensed*='thm--light'] textarea:hover,
  [o-condensed*='thm--light'] textarea:focus,
  [o-condensed*='thm--light'] textarea:active,
  [o-condensed*='thm--light'] select:hover,
  [o-condensed*='thm--light'] select:focus,
  [o-condensed*='thm--light'] select:active {
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(128, 128, 128, .5);
  }
  .thm--texture-alt {
    background-image: url("../res/blue_lockers.std.jpg");
    background-position: center 85%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body {
    font-size: 14px;
    font-size: calc( 1vw + 6.399999999999999px);
    line-height: calc( 1.067vw + 13.760000000000002px);
  }
  .copy blockquote {
    width: 40%;
    margin-bottom: 24px;
    max-width: 360px;
  }
  .copy blockquote:nth-child(2) + * {
    margin-top: 0;
  }
  .copy blockquote.pullRight,
  .copy blockquote.pull-right {
    float: right;
    margin-left: 24px;
    padding-left: 24px;
  }
  .copy blockquote.pullLeft,
  .copy blockquote.pull-left {
    float: left;
    margin-top: 20px;
    margin-right: 24px;
    padding-right: 24px;
  }
  .copy h1,
  .copy--flow h1 {
    font-size: 31px;
    font-size: calc( 3.743vw + 0.684999999999988px);
    line-height: calc( 2.933vw + 11.839999999999996px);
  }
  .copy h2,
  .copy--flow h2 {
    font-size: 21px;
    font-size: calc( 1.042vw + 13.437999999999999px);
    line-height: calc( 2vw + 12.799999999999999px);
  }
  .strata--full > div > .hdr:first-of-type {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  .strata--m2 .strata-suppl {
    width: 16.666666666666664%;
  }
  .strata--m2 .strata-main {
    width: calc(83.33333333333334% - 8px);
  }
  .strata--prefooter .card--icon:nth-child(n):nth-child(n) {
    width: calc( 33.333333333333336% - 0.666666666666667vw );
    flex: unset;
    margin: unset;
  }
  .strata--prefooter .card--icon:nth-child(n):not(:nth-child(-n+3)) {
    margin-top: 1vw;
  }
  .strata--prefooter .card--icon:nth-child(n):not(:nth-child(3n + 1)) {
    margin-left: 1vw;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child,
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ * {
    max-width: 36vw;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):nth-child(n),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):nth-child(n) {
    width: calc( 50% - 1.5vw );
    flex: unset;
    margin: unset;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):not(:nth-child(-n+2)),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):not(:nth-child(-n+2)) {
    margin-top: 3vw;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):not(:nth-child(2n + 1)),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):not(:nth-child(2n + 1)) {
    margin-left: 3vw;
  }
  .fm-search--inline {
    width: auto;
  }
  [class*='fm--'] .reqMark::after {
    font-size: 12px;
    font-size: calc( 0vw + 12px);
    line-height: calc( -0.933vw + 26.96px);
  }
  .nav-actions-ctrl {
    letter-spacing: 0;
  }
  .nav-loc-viz ~ .nav-loc-section {
    display: block;
  }
  .diagram-svg-images {
    display: block;
  }
  .diagram-step-linkgrid {
    width: calc(100vw - 10px);
    margin-top: 8px;
    margin-left: calc(-50vw + 4px);
    background: #f2f2f2;
    border-radius: 2px;
    border: 1px solid #c0c0c0;
    position: relative;
    z-index: 1;
  }
  .diagram-step-linkgrid::before,
  .diagram-step-linkgrid::after {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    transform: rotate(0.01deg);
    top: -25px;
    right: calc(25vw - 35px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 25px 30px;
    border-color: transparent transparent #f2f2f2 transparent;
  }
  .diagram-step-linkgrid:before {
    top: -26px;
    border-color: transparent transparent #a0a0a0 transparent;
  }
}
@media only screen and (min-width: 768px) {
  [o-standard*="row--"],
  [o-standard*="col--"] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  [o-standard*="row--"] {
    flex-direction: row;
  }
  [o-standard*="row--"] > * + * {
    margin-top: 0;
  }
  [o-standard*="col--"] {
    flex-direction: column;
  }
  [o-standard*="--xAuto"] {
    width: auto;
  }
  [o-standard*="--yAuto"] {
    height: auto;
  }
  [o-standard*="--xRev"] {
    flex-direction: row-reverse;
  }
  [o-standard*="--yRev"] {
    flex-direction: column-reverse;
  }
  [o-standard*="--pGrid"] {
    justify-content: space-between;
  }
  [o-standard*="--pSpace"] {
    justify-content: space-around;
  }
  [o-standard*="--pStart"] {
    justify-content: flex-start;
  }
  [o-standard*="--pEnd"] {
    justify-content: flex-end;
  }
  [o-standard*="--pMiddle"] {
    justify-content: center;
  }
  [o-standard*="--sStart"] {
    align-items: flex-start;
  }
  [o-standard*="--sEnd"] {
    align-items: flex-end;
  }
  [o-standard*="--sMiddle"] {
    align-items: center;
  }
  [o-standard*="--sFull"] {
    align-items: stretch;
  }
  [o-standard*="--sBase"] {
    align-items: baseline;
  }
  [o-standard*="matrix--"] {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  [o-standard*="matrix--"]:empty {
    visibility: collapse;
    margin: 0;
  }
  [o-standard*='mod--static'] {
    flex: 0 0 auto;
  }
  [o-standard*='mod--balance'] {
    flex: 1 1 auto;
  }
  [o-standard*='mod--fit'] {
    flex: 0 1 0%;
  }
  [o-standard*='mod--fill'] {
    flex: 1 0;
  }
  [o-standard*="--aAuto"] {
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  [o-standard*="--aStart"] {
    align-self: flex-start;
  }
  [o-standard*="--aEnd"] {
    align-self: flex-end;
  }
  [o-standard*="--aMiddle"] {
    -ms-grid-row-align: center;
    align-self: center;
  }
  [o-standard*="--aFull"] {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  [o-standard*="--aBase"] {
    align-self: baseline;
  }
  [o-standard~='dm--hSet12'] {
    height: 192px;
  }
  [o-standard~='dm--hSet25'] {
    height: 400px;
  }
  [o-standard~='dm--h16-vw'] {
    height: 16.666666666666664vw;
  }
  [o-standard~='dm--w12'] {
    width: 12.5%;
    max-width: 12.5vw;
  }
  [o-standard~='dm--w16'] {
    width: 16.666666666666664%;
    max-width: 16.666666666666664vw;
  }
  [o-standard~='dm--w25'] {
    width: 25%;
    max-width: 25vw;
  }
  [o-standard~='dm--w33'] {
    width: 33.33%;
    max-width: 33.33vw;
  }
  [o-standard~='dm--w40'] {
    width: 40%;
    max-width: 40vw;
  }
  [o-standard~='dm--w48'] {
    width: 48%;
    max-width: 48vw;
  }
  [o-standard~='dm--w50'] {
    width: 50%;
    max-width: 50vw;
  }
  [o-standard~='dm--w60'] {
    width: 60%;
    max-width: 60vw;
  }
  [o-standard~='dm--w75'] {
    width: 75%;
    max-width: 75vw;
  }
  [o-standard~='dm--w100'] {
    width: 100%;
    max-width: 100vw;
  }
  [o-standard~='dm--w300'] {
    max-width: 300px;
  }
  [o-standard~='dm--w400'] {
    max-width: 400px;
  }
  [o-standard~='dm--w600'] {
    max-width: 600px;
  }
  @supports (display: grid) {
    [o-standard*='gx--'] {
      display: -ms-grid;
      display: grid;
      grid-gap: 16px;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
    }
  }
  @supports not (display: grid) {
    [o-standard*='gx--'] {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
    }
  }
  [o-standard*='gx--duo'] {
    -ms-grid-columns: minmax(160px, 2fr) 1fr;
    grid-template-columns: minmax(160px, 2fr) 1fr;
    grid-template-areas: "a b" "c d";
  }
  @supports not (display: grid) {
    [o-standard*='gx--duo'] .gxi--a,
    [o-standard*='gx--duo'] .gxi--c {
      width: 66%;
    }
    [o-standard*='gx--duo'] .gxi--b {
      width: calc(33% - 16px);
      margin-left: 16px;
    }
    [o-standard*='gx--duo'] .gxi--c {
      margin-top: 16px;
    }
  }
  _:-ms-fullscreen .gxi--c,
  :root [o-standard*='gx--duo'] .gxi--c {
    margin-top: 16px;
  }
  [o-standard*='gr--'] {
    max-width: none;
  }
  [o-standard~='gr--g1-m1']:not(:only-child) {
    width: calc(50% - 16px);
  }
  [o-standard~='gr--g4-m1']:not(:only-child) {
    width: calc(16.666666666666664% - 5px);
  }
  [o-standard~='gr--g4-m2']:not(:only-child) {
    width: calc(83.33333333333334% - 26px);
  }
  [o-standard~='mtx--i0']:nth-child(n):nth-child(n) {
    width: 100%;
    flex: unset;
    margin: unset;
  }
  [o-standard~='mtx--i0'] + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
  }
  [o-standard~='mtx--i2-alt']:nth-of-type(n):nth-of-type(n) {
    width: calc( 50% - 8px );
    flex: unset;
    margin: unset;
  }
  [o-standard~='mtx--i2-alt']:nth-of-type(n):not(:nth-of-type(-n + 2)) {
    margin-top: 16px;
  }
  [o-standard~='mtx--i2-alt']:nth-of-type(n):not(:nth-of-type(2n + 1)) {
    margin-left: 16px;
  }
  [o-standard~='mtx--i2-v3']:nth-of-type(n):nth-of-type(n) {
    width: calc( 50% - 3vw );
    flex: unset;
    margin: unset;
  }
  [o-standard~='mtx--i2-v3']:nth-of-type(n):not(:nth-of-type(-n + 2)) {
    margin-top: 6vw;
  }
  [o-standard~='mtx--i2-v3']:nth-of-type(n):not(:nth-of-type(2n + 1)) {
    margin-left: 6vw;
  }
  [o-standard~='mtx--i3']:nth-of-type(n):nth-of-type(n) {
    width: calc( 33.333333333333336% - 2vw );
    margin: 0;
  }
  [o-standard~='mtx--i3']:nth-of-type(n):not(:nth-of-type(-n+3)) {
    margin-top: 3vw;
  }
  [o-standard~='mtx--i3']:nth-of-type(3n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-standard~='mtx--i3']:nth-of-type(3n):not(:only-child) {
    margin-left: 0;
  }
  [o-standard~='mtx--i3']:nth-of-type(n):not(:nth-of-type(3n+1)) {
    margin-left: 1.5vw;
  }
  [o-standard~='mtx--i3']:nth-of-type(n):not(:nth-of-type(3n)) {
    margin-right: 1.5vw;
  }
  [o-standard~='mtx--i3']:nth-of-type(1n+1):nth-last-of-type(-n+1),
  [o-standard~='mtx--i3']:nth-of-type(1n+1):nth-last-of-type(-n+1) ~ [o-standard~='mtx--i3'] {
    margin-right: 0;
  }
  [o-standard~='mtx--i3'] + .mtx-separator:nth-of-type(n) {
    height: auto;
    width: 1px;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
  }
  [o-standard~='mtx--i3'] + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
    height: 1px;
    width: 100%;
    max-width: 100%;
    margin-left: inherit;
    margin-right: inherit;
  }
  [o-standard~='mtx--i3-hl']:nth-child(n):nth-child(n) {
    width: calc( 33.333333333333336% - 0.666666666666667px );
    flex: unset;
    margin: unset;
  }
  [o-standard~='mtx--i3-hl']:nth-child(n):not(:nth-child(-n+3)) {
    margin-top: 1px;
  }
  [o-standard~='mtx--i3-hl']:nth-child(n):not(:nth-child(3n + 1)) {
    margin-left: 1px;
  }
  [o-standard~='rhy--xStart0'] > * + * {
    margin-left: 0;
  }
  [o-standard~='rhy--xStart25'] > * + * {
    margin-left: 4px;
  }
  [o-standard~='rhy--xStart50'] > * + * {
    margin-left: 8px;
  }
  [o-standard~='rhy--xStart100'] > * + * {
    margin-left: 16px;
  }
  [o-standard~='rhy--xStart200'] > * + * {
    margin-left: 32px;
  }
  [o-standard~='rhy--xStart400'] > * + * {
    margin-left: 64px;
  }
  [o-standard~='rhy--xEnd200'] > * + * {
    margin-right: 32px;
  }
  [o-standard~='rhy--yStart0'] > * + * {
    margin-top: 0;
  }
  [o-standard~='rhy--yStart25'] > * + * {
    margin-top: 4px;
  }
  [o-standard~='rhy--yStart50'] > * + * {
    margin-top: 8px;
  }
  [o-standard~='rhy--yStart75'] > * + * {
    margin-top: 12px;
  }
  [o-standard~='rhy--yStart100'] > * + * {
    margin-top: 16px;
  }
  [o-standard~='rhy--yStart200'] > * + * {
    margin-top: 32px;
  }
  [o-standard~='rhy--yStart400'] > * + * {
    margin-top: 64px;
  }
  [o-standard~='rhy--yEnd0'] > * + * {
    margin-bottom: 0;
  }
  [o-standard~='rhy--yEnd50'] > * + * {
    margin-bottom: 8px;
  }
  [o-standard~='rhy--yEnd100'] > * + * {
    margin-bottom: 16px;
  }
  [o-standard~='pad--x0'] {
    padding-left: 0;
    padding-right: 0;
  }
  [o-standard~='pad--x25'] {
    padding-left: 4px;
    padding-right: 4px;
  }
  [o-standard~='pad--x50'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  [o-standard~='pad--x75'] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [o-standard~='pad--x100'] {
    padding-left: 16px;
    padding-right: 16px;
  }
  [o-standard~='pad--x200'] {
    padding-left: 32px;
    padding-right: 32px;
  }
  [o-standard~='pad--xStart0'] {
    padding-left: 16px;
  }
  [o-standard~='pad--xStart25'] {
    padding-left: 4px;
  }
  [o-standard~='pad--xStart50'] {
    padding-left: 8px;
  }
  [o-standard~='pad--xStart75'] {
    padding-left: 12px;
  }
  [o-standard~='pad--xStart100'] {
    padding-left: 16px;
  }
  [o-standard~='pad--xStart200'] {
    padding-left: 32px;
  }
  [o-standard~='pad--xEnd0'] {
    padding-right: 0;
  }
  [o-standard~='pad--xEnd25'] {
    padding-right: 4px;
  }
  [o-standard~='pad--xEnd50'] {
    padding-right: 8px;
  }
  [o-standard~='pad--xEnd75'] {
    padding-right: 12px;
  }
  [o-standard~='pad--xEnd100'] {
    padding-right: 16px;
  }
  [o-standard~='pad--y0'] {
    padding-top: 0;
    padding-bottom: 0;
  }
  [o-standard~='pad--y25'] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  [o-standard~='pad--y50'] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  [o-standard~='pad--y75'] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  [o-standard~='pad--y100'] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  [o-standard~='pad--y200'] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  [o-standard~='pad--y250'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [o-standard~='pad--yStart0'] {
    padding-top: 0;
  }
  [o-standard~='pad--yStart25'] {
    padding-top: 4px;
  }
  [o-standard~='pad--yStart50'] {
    padding-top: 8px;
  }
  [o-standard~='pad--yStart75'] {
    padding-top: 12px;
  }
  [o-standard~='pad--yStart100'] {
    padding-top: 16px;
  }
  [o-standard~='pad--yStart200'] {
    padding-top: 32px;
  }
  [o-standard~='pad--yEnd0'] {
    padding-bottom: 0;
  }
  [o-standard~='pad--yEnd25'] {
    padding-bottom: 4px;
  }
  [o-standard~='pad--yEnd50'] {
    padding-bottom: 8px;
  }
  [o-standard~='pad--yEnd75'] {
    padding-bottom: 12px;
  }
  [o-standard~='pad--yEnd100'] {
    padding-bottom: 16px;
  }
  [o-standard~='pad--yEnd200'] {
    padding-bottom: 32px;
  }
  [o-standard~='pad--yEnd400'] {
    padding-bottom: 64px;
  }
  [o-standard~='pad--xy50'] {
    padding: 8px;
  }
  [o-standard~='pad--xy75'] {
    padding: 12px;
  }
  [o-standard~='pad--xy100'] {
    padding: 16px;
  }
  [o-standard~='pad--xy-sm'] {
    padding: 8px 12px;
  }
  [o-standard~='iso--xA'] {
    margin-left: auto;
    margin-right: auto;
  }
  [o-standard~='iso--x100'] {
    margin-left: 16px;
    margin-right: 16px;
  }
  [o-standard~='iso--xStart25'] {
    margin-left: 4px;
  }
  [o-standard~='iso--xStart50'] {
    margin-left: 8px;
  }
  [o-standard~='iso--xStart100'] {
    margin-left: 16px;
  }
  [o-standard~='iso--xStart200'] {
    margin-left: 32px;
  }
  [o-standard~='iso--xEnd0'] {
    margin-right: 0;
  }
  [o-standard~='iso--xEnd50'] {
    margin-right: 8px;
  }
  [o-standard~='iso--xEnd100'] {
    margin-right: 16px;
  }
  [o-standard~='iso--xEnd200'] {
    margin-right: 32px;
  }
  [o-standard~='iso--xCaps200']:first-child {
    margin-left: 0;
    margin-right: 32px;
  }
  [o-standard~='iso--xCaps200']:last-child {
    margin-left: 32px;
    margin-right: 0;
  }
  [o-standard~='iso--y100'] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  [o-standard~='iso--y150'] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  [o-standard~='iso--y200'] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  [o-standard~='iso--y400'] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  [o-standard~='iso--yStart50'] {
    margin-top: 8px;
  }
  [o-standard~='iso--yStart100'] {
    margin-top: 16px;
  }
  [o-standard~='iso--yStart200'] {
    margin-top: 32px;
  }
  [o-standard~='iso--yStart400'] {
    margin-top: 64px;
  }
  [o-standard~='iso--yEnd0'] {
    margin-bottom: 0;
  }
  [o-standard~='iso--yEnd50'] {
    margin-bottom: 8px;
  }
  [o-standard~='iso--yEnd100'] {
    margin-bottom: 16px;
  }
  [o-standard~='iso--yEnd150'] {
    margin-bottom: 24px;
  }
  [o-standard~='iso--yEnd200'] {
    margin-bottom: 32px;
  }
  [o-standard~='iso--yEnd300'] {
    margin-bottom: 48px;
  }
  [o-standard~='iso--yEnd400'] {
    margin-bottom: 64px;
  }
  [o-standard~='vx--a11y'] {
    position: absolute !important;
    left: -100vw;
    width: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  [o-standard~='vx--hidden'] {
    visibility: hidden;
    display: none;
  }
  [o-standard~='vx--shown'] {
    visibility: visible;
    display: flex;
  }
  [o-standard~='pos--rel'] {
    position: relative;
  }
  [o-standard*='pos--abs'] {
    position: absolute;
  }
  [o-standard~='pos--abs-yStart-x'] {
    top: 0;
    left: 0;
    right: 0;
  }
  [o-standard~='pos--fix'] {
    position: fixed;
  }
  [o-standard~='pos--nil'] {
    position: static;
    float: none;
  }
  [o-standard~='pos--xStart'] {
    float: left;
  }
  [o-standard~='pos--v-rl'] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  [o-standard~='ord--init'] {
    order: -1;
  }
  [o-standard~='ord--flow'] {
    order: initial;
  }
  [o-standard~='ord--start'] {
    order: 0;
  }
  [o-standard~='ord--next'] {
    order: 1;
  }
  [o-standard~='ord--end'] {
    order: 100;
  }
  [o-standard~='z--back'] {
    z-index: -1;
  }
  [o-standard~='z--above'] {
    z-index: 100;
  }
  [o-standard~='z--masthead'] {
    z-index: 300;
  }
  [o-standard*='--cU'] {
    text-transform: uppercase;
  }
  [o-standard*='--aC'] {
    text-align: center;
  }
  [o-standard*='--taEnd'] {
    text-align: right;
  }
  [o-standard*='--100'] {
    font-weight: 100;
  }
  [o-standard*='--700'] {
    font-weight: 700;
  }
  [o-standard~='hl--x'] {
    border-left: 1px solid rgba(128, 128, 128, .5);
    border-right: 1px solid rgba(128, 128, 128, .5);
  }
  [o-standard*='hl--xStart'] {
    border-left: 1px solid rgba(128, 128, 128, .5);
  }
  [o-standard*='hl--xy0'] {
    border: 0;
  }
  [o-standard*='mtf--block'] {
    color: #fff;
    background: #243867;
    -webkit-font-smoothing: antialiased;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  [o-standard*='mtf--block'].fx--shift:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.25" /><feFuncG type="linear" slope="1.25" /><feFuncB type="linear" slope="1.25" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
  }
  [o-standard~='mtf--block-pri'] {
    background: #00539e;
  }
  [o-base~='ico--med'] > .ico {
    height: 36px;
    width: 36px;
  }
  [o-base~='ico--xy-l'] > .ico {
    height: 48px;
    width: 48px;
  }
  [o-base~='ico--xy-xl'] > .ico {
    height: 80px;
    width: 80px;
  }
  [o-standard~='ico--xy-60pct'] > .ico {
    height: 60%;
    width: 60%;
  }
  [o-standard~='ico--xy-60%'] > .ico {
    height: 60%;
    width: 60%;
  }
  .masthead--nav {
/*	  
    position: -webkit-sticky;
    position: sticky;
*/    
    top: 0;
  }
  .masthead-nav-ctrl--dd {
    font-size: 25px;
    font-size: calc( 1.683vw + 5.076923076923077px);
  }
  .poster--cnd {
    height: 13vw;
    max-height: 188px;
  }
  .strata--m2 .strata-main {
    width: calc(83.33333333333334% - 32px);
  }
  .strata--prefooter .card--icon:nth-child(n):nth-child(n) {
    width: calc( 33.333333333333336% - 2vw );
    flex: unset;
    margin: unset;
  }
  .strata--prefooter .card--icon:nth-child(n):not(:nth-child(-n+3)) {
    margin-top: 3vw;
  }
  .strata--prefooter .card--icon:nth-child(n):not(:nth-child(3n + 1)) {
    margin-left: 3vw;
  }
  .fm-search-input {
    width: 100%;
  }
  .fm--embed:only-child {
    max-width: 50vw;
  }
  .fm--embed textarea {
    height: 10em;
  }
  .nav-primary-ctrl {
    font-size: 25px;
    font-size: calc( 1.683vw + 5.076923076923077px);
  }
  .takeover {
    height: 100vh;
    width: 100vw;
    top: 0;
    background: rgba(0, 0, 0, .8);
  }
  .takeover-modal {
    width: 80vw;
    max-width: 768px;
  }
  .takeover--img {
    height: 53.28vw !important;
    max-height: 512px;
  }
  .diagram-svg-container {
    padding-top: 75%;
  }
  .diagram-step-linkgrid {
    width: 300%;
    margin-top: 16px;
    margin-left: -200%;
  }
  .diagram-step-linkgrid::before,
  .diagram-step-linkgrid::after {
    right: calc(16.66666666% - 17px);
  }
  .colophon-site {
    max-width: 640px;
  }
}
@media only screen and (min-width: 832px) {
  .takeover {
    padding-left: calc( (100vw - 768px)/2 );
    padding-right: calc( (100vw - 768px)/2 );
  }
}
@media only screen and (min-width: 960px) {
  [o-enhanced*="row--"],
  [o-enhanced*="col--"] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  [o-enhanced*="row--"] {
    flex-direction: row;
  }
  [o-enhanced*="row--"] > * + * {
    margin-top: 0;
  }
  [o-enhanced*="col--"] {
    flex-direction: column;
  }
  [o-enhanced*="--xAuto"] {
    width: auto;
  }
  [o-enhanced*="--yAuto"] {
    height: auto;
  }
  [o-enhanced*="--xRev"] {
    flex-direction: row-reverse;
  }
  [o-enhanced*="--yRev"] {
    flex-direction: column-reverse;
  }
  [o-enhanced*="--pGrid"] {
    justify-content: space-between;
  }
  [o-enhanced*="--pSpace"] {
    justify-content: space-around;
  }
  [o-enhanced*="--pStart"] {
    justify-content: flex-start;
  }
  [o-enhanced*="--pEnd"] {
    justify-content: flex-end;
  }
  [o-enhanced*="--pMiddle"] {
    justify-content: center;
  }
  [o-enhanced*="--sStart"] {
    align-items: flex-start;
  }
  [o-enhanced*="--sEnd"] {
    align-items: flex-end;
  }
  [o-enhanced*="--sMiddle"] {
    align-items: center;
  }
  [o-enhanced*="--sFull"] {
    align-items: stretch;
  }
  [o-enhanced*="--sBase"] {
    align-items: baseline;
  }
  [o-enhanced*="--tEnd"] {
    text-align: right;
  }

  [o-enhanced*="matrix--"] {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  [o-enhanced*="matrix--"]:empty {
    visibility: collapse;
    margin: 0;
  }
  [o-enhanced*='mod--static'] {
    flex: 0 0 auto;
  }
  [o-enhanced*='mod--balance'] {
    flex: 1 1 auto;
  }
  [o-enhanced*='mod--fit'] {
    flex: 0 1 0%;
  }
  [o-enhanced*='mod--fill'] {
    flex: 1 0;
  }
  [o-enhanced*="--aAuto"] {
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  [o-enhanced*="--aStart"] {
    align-self: flex-start;
  }
  [o-enhanced*="--aEnd"] {
    align-self: flex-end;
  }
  [o-enhanced*="--aMiddle"] {
    -ms-grid-row-align: center;
    align-self: center;
  }
  [o-enhanced*="--aFull"] {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  [o-enhanced*="--aBase"] {
    align-self: baseline;
  }
  [o-enhanced~='dm--w60'] {
    width: 60%;
    max-width: 60vw;
  }
  [o-enhanced*='gr--'] {
    max-width: none;
  }
  [o-enhanced~='gr--g2-m1']:not(:only-child) {
    width: calc(33.33333333333333% - 10px);
  }
  [o-enhanced~='gr--g2-m2']:not(:only-child) {
    width: calc(66.66666666666666% - 21px);
  }
  [o-enhanced~='gr--g3-m1']:not(:only-child) {
    width: calc(25% - 8px);
  }
  [o-enhanced~='gr--g3-m2']:not(:only-child) {
    width: calc(75% - 24px);
  }
  [o-enhanced~='mtx--i0']:nth-child(n):nth-child(n) {
    width: 100%;
    flex: unset;
    margin: unset;
  }
  [o-enhanced~='mtx--i0'] + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
  }
  [o-enhanced~='mtx--i3-alt']:nth-of-type(n):nth-of-type(n) {
    width: calc( 33.333333333333336% - 2vw );
    flex: unset;
    margin: unset;
  }
  [o-enhanced~='mtx--i3-alt']:nth-of-type(n):not(:nth-of-type(-n + 3)) {
    margin-top: 3vw;
  }
  [o-enhanced~='mtx--i3-alt']:nth-of-type(n):not(:nth-of-type(3n + 1)) {
    margin-left: 3vw;
  }
  [o-enhanced~='mtx--i4']:nth-of-type(n):nth-of-type(n) {
    width: calc( 25% - 0.75px );
    flex: unset;
    margin: unset;
  }
  [o-enhanced~='mtx--i4']:nth-of-type(n):not(:nth-of-type(-n + 4)) {
    margin-top: 1px;
  }
  [o-enhanced~='mtx--i4']:not(:only-of-type) + .mtx-separator:nth-of-type(n) {
    height: auto;
    width: 1px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  [o-enhanced~='mtx--i4-v2']:nth-of-type(n):nth-of-type(n) {
    width: calc( 25% - 2.25vw );
    flex: unset;
    margin: unset;
  }
  [o-enhanced~='mtx--i4-v2']:nth-of-type(n):not(:nth-of-type(-n + 4)) {
    margin-top: 3vw;
  }
  [o-enhanced~='mtx--i4-v2']:nth-of-type(n):not(:nth-of-type(4n + 1)) {
    margin-left: 3vw;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(n):nth-of-type(n) {
    width: calc( 20% - 12.8px );
    margin: 0;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(n):not(:nth-of-type(-n+5)) {
    margin-top: 16px;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n):not(:only-child) {
    margin-left: 0;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(n):not(:nth-of-type(5n+1)) {
    margin-left: 8px;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(n):not(:nth-of-type(5n)) {
    margin-right: 8px;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5),
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ [o-enhanced~='mtx--i5-cnd'] {
    flex: 1 1 auto;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5):nth-of-type(5n+1):last-of-type,
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):last-of-type {
    flex: 0 0 auto;
  }
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(2),
  [o-enhanced~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(2) + [o-enhanced~='mtx--i5-cnd'] {
    flex: 0 0 auto;
  }
  [o-enhanced~='rhy--xStart0'] > * + * {
    margin-left: 0;
  }
  [o-enhanced~='rhy--xStart25'] > * + * {
    margin-left: 4px;
  }
  [o-enhanced~='rhy--xStart50'] > * + * {
    margin-left: 8px;
  }
  [o-enhanced~='rhy--xStart100'] > * + * {
    margin-left: 16px;
  }
  [o-enhanced~='rhy--xStart200'] > * + * {
    margin-left: 32px;
  }
  [o-enhanced~='rhy--xStart400'] > * + * {
    margin-left: 64px;
  }
  [o-enhanced~='rhy--xEnd200'] > * + * {
    margin-right: 32px;
  }
  [o-enhanced~='rhy--yStart0'] > * + * {
    margin-top: 0;
  }
  [o-enhanced~='rhy--yStart25'] > * + * {
    margin-top: 4px;
  }
  [o-enhanced~='rhy--yStart50'] > * + * {
    margin-top: 8px;
  }
  [o-enhanced~='rhy--yStart75'] > * + * {
    margin-top: 12px;
  }
  [o-enhanced~='rhy--yStart100'] > * + * {
    margin-top: 16px;
  }
  [o-enhanced~='rhy--yStart200'] > * + * {
    margin-top: 32px;
  }
  [o-enhanced~='rhy--yStart400'] > * + * {
    margin-top: 64px;
  }
  [o-enhanced~='rhy--yEnd0'] > * + * {
    margin-bottom: 0;
  }
  [o-enhanced~='rhy--yEnd50'] > * + * {
    margin-bottom: 8px;
  }
  [o-enhanced~='rhy--yEnd100'] > * + * {
    margin-bottom: 16px;
  }
  [o-enhanced~='pad--x0'] {
    padding-left: 0;
    padding-right: 0;
  }
  [o-enhanced~='pad--x25'] {
    padding-left: 4px;
    padding-right: 4px;
  }
  [o-enhanced~='pad--x25-intr']:not(:first-child) {
    padding-left: 4px;
  }
  [o-enhanced~='pad--x25-intr']:not(:last-child) {
    padding-right: 4px;
  }
  [o-enhanced~='pad--x50'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  [o-enhanced~='pad--x75'] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [o-enhanced~='pad--x100'] {
    padding-left: 16px;
    padding-right: 16px;
  }
  [o-enhanced~='pad--x200'] {
    padding-left: 32px;
    padding-right: 32px;
  }
  [o-enhanced~='pad--xStart0'] {
    padding-left: 16px;
  }
  [o-enhanced~='pad--xStart25'] {
    padding-left: 4px;
  }
  [o-enhanced~='pad--xStart50'] {
    padding-left: 8px;
  }
  [o-enhanced~='pad--xStart75'] {
    padding-left: 12px;
  }
  [o-enhanced~='pad--xStart100'] {
    padding-left: 16px;
  }
  [o-enhanced~='pad--xStart200'] {
    padding-left: 32px;
  }
  [o-enhanced~='pad--xEnd0'] {
    padding-right: 0;
  }
  [o-enhanced~='pad--xEnd25'] {
    padding-right: 4px;
  }
  [o-enhanced~='pad--xEnd50'] {
    padding-right: 8px;
  }
  [o-enhanced~='pad--xEnd75'] {
    padding-right: 12px;
  }
  [o-enhanced~='pad--xEnd100'] {
    padding-right: 16px;
  }
  [o-enhanced~='pad--y0'] {
    padding-top: 0;
    padding-bottom: 0;
  }
  [o-enhanced~='pad--y25'] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  [o-enhanced~='pad--y50'] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  [o-enhanced~='pad--y75'] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  [o-enhanced~='pad--y100'] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  [o-enhanced~='pad--y200'] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  [o-enhanced~='pad--y250'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [o-enhanced~='pad--yStart0'] {
    padding-top: 0;
  }
  [o-enhanced~='pad--yStart25'] {
    padding-top: 4px;
  }
  [o-enhanced~='pad--yStart50'] {
    padding-top: 8px;
  }
  [o-enhanced~='pad--yStart75'] {
    padding-top: 12px;
  }
  [o-enhanced~='pad--yStart100'] {
    padding-top: 16px;
  }
  [o-enhanced~='pad--yStart200'] {
    padding-top: 32px;
  }
  [o-enhanced~='pad--yStart300'] {
    padding-top: 48px;
  }
  [o-enhanced~='pad--yEnd0'] {
    padding-bottom: 0;
  }
  [o-enhanced~='pad--yEnd25'] {
    padding-bottom: 4px;
  }
  [o-enhanced~='pad--yEnd50'] {
    padding-bottom: 8px;
  }
  [o-enhanced~='pad--yEnd75'] {
    padding-bottom: 12px;
  }
  [o-enhanced~='pad--yEnd100'] {
    padding-bottom: 16px;
  }
  [o-enhanced~='pad--yEnd200'] {
    padding-bottom: 32px;
  }
  [o-enhanced~='pad--yEnd400'] {
    padding-bottom: 64px;
  }
  [o-enhanced~='pad--xy50'] {
    padding: 8px;
  }
  [o-enhanced~='pad--xy75'] {
    padding: 12px;
  }
  [o-enhanced~='pad--xy100'] {
    padding: 16px;
  }
  [o-enhanced~='pad--xy-sm'] {
    padding: 8px 12px;
  }
  [o-enhanced~='iso--xA'] {
    margin-left: auto;
    margin-right: auto;
  }
  [o-enhanced~='iso--x100'] {
    margin-left: 16px;
    margin-right: 16px;
  }
  [o-enhanced~='iso--xStart25'] {
    margin-left: 4px;
  }
  [o-enhanced~='iso--xStart50'] {
    margin-left: 8px;
  }
  [o-enhanced~='iso--xStart100'] {
    margin-left: 16px;
  }
  [o-enhanced~='iso--xStart200'] {
    margin-left: 32px;
  }
  [o-enhanced~='iso--xEnd0'] {
    margin-right: 0;
  }
  [o-enhanced~='iso--xEnd50'] {
    margin-right: 8px;
  }
  [o-enhanced~='iso--xEnd100'] {
    margin-right: 16px;
  }
  [o-enhanced~='iso--xEnd200'] {
    margin-right: 32px;
  }
  [o-enhanced~='iso--xCaps200']:first-child {
    margin-left: 0;
    margin-right: 32px;
  }
  [o-enhanced~='iso--xCaps200']:last-child {
    margin-left: 32px;
    margin-right: 0;
  }
  [o-enhanced~='iso--y100'] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  [o-enhanced~='iso--y150'] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  [o-enhanced~='iso--y200'] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  [o-enhanced~='iso--y400'] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  [o-enhanced~='iso--yStart50'] {
    margin-top: 8px;
  }
  [o-enhanced~='iso--yStart100'] {
    margin-top: 16px;
  }
  [o-enhanced~='iso--yStart200'] {
    margin-top: 32px;
  }
  [o-enhanced~='iso--yStart400'] {
    margin-top: 64px;
  }
  [o-enhanced~='iso--yEnd0'] {
    margin-bottom: 0;
  }
  [o-enhanced~='iso--yEnd50'] {
    margin-bottom: 8px;
  }
  [o-enhanced~='iso--yEnd100'] {
    margin-bottom: 16px;
  }
  [o-enhanced~='iso--yEnd150'] {
    margin-bottom: 24px;
  }
  [o-enhanced~='iso--yEnd200'] {
    margin-bottom: 32px;
  }
  [o-enhanced~='iso--yEnd300'] {
    margin-bottom: 48px;
  }
  [o-enhanced~='iso--yEnd400'] {
    margin-bottom: 64px;
  }
  [o-enhanced~='vx--a11y'] {
    position: absolute !important;
    left: -100vw;
    width: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  [o-enhanced~='vx--hidden'] {
    visibility: hidden;
    display: none;
  }
  [o-enhanced~='vx--shown'] {
    visibility: visible;
    display: flex;
  }
  [o-enhanced~='pos--rel'] {
    position: relative;
  }
  [o-enhanced*='pos--abs'] {
    position: absolute;
  }
  [o-enhanced~='pos--abs-yStart-x'] {
    top: 0;
    left: 0;
    right: 0;
  }
  [o-enhanced~='pos--fix'] {
    position: fixed;
  }
  [o-enhanced~='pos--nil'] {
    position: static;
    float: none;
  }
  [o-enhanced~='pos--xStart'] {
    float: left;
  }
  [o-enhanced~='pos--v-rl'] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  [o-enhanced~='ord--init'] {
    order: -1;
  }
  [o-enhanced~='ord--flow'] {
    order: initial;
  }
  [o-enhanced~='ord--start'] {
    order: 0;
  }
  [o-enhanced~='ord--next'] {
    order: 1;
  }
  [o-enhanced~='ord--end'] {
    order: 100;
  }
  [o-enhanced~='z--back'] {
    z-index: -1;
  }
  [o-enhanced~='z--above'] {
    z-index: 100;
  }
  [o-enhanced~='z--masthead'] {
    z-index: 300;
  }
  [class*="typ--display"] {
    font-size: 45.776px;
    line-height: 56px;
  }
  [class*="typ--hed"] {
    font-size: 36.621px;
    line-height: 40px;
  }
  [class*="typ--subhed"] {
    font-size: 23.438px;
    line-height: 32px;
  }
  [class*="typ--maj"] {
    font-size: 18.75px;
    line-height: 28px;
  }
  [class*="typ--base"] {
    font-size: 16px;
    line-height: 24px;
  }
  [class*="typ--min"] {
    font-size: 13px;
    line-height: 24px;
  }
  [class*="typ--caption"] {
    font-size: 12px;
    line-height: 18px;
  }
  [class*="typ--chrome"] {
    font-size: 12px;
    line-height: 18px;
  }
  [o-enhanced~='hl--x'] {
    border-left: 1px solid rgba(128, 128, 128, .5);
    border-right: 1px solid rgba(128, 128, 128, .5);
  }
  [o-enhanced*='hl--xStart'] {
    border-left: 1px solid rgba(128, 128, 128, .5);
  }
  [o-enhanced*='hl--xEnd'] {
    border-right: 1px solid rgba(128, 128, 128, .5);
  }
  [o-enhanced*='hl--xy0'] {
    border: 0;
  }
  .thm--light-tx {
    background-image: url("../res/tx.light@2x.png");
  }
  .thm--texture {
    background-image: url("../res/tx.primary@2x.png");
  }
  .thm--texture-pri {
    background-image: url("../res/tx.brand-pri@2x.png");
  }
  .thm--texture-neut {
    background-image: url("../res/tx.neutral@2x.png");
  }
  body {
    font-size: 16px;
    line-height: 24px;
  }
  [o-enhanced~='ico--xy-20pct'] > .ico {
    height: 20%;
    width: 20%;
  }
  [o-enhanced~='ico--xy-20%'] > .ico {
    height: 20%;
    width: 20%;
  }
  .ico--model {
    transform: translateY(-8px);
    height: 14vw;
    width: 14vw;
    max-height: 230px;
  }
  .copy h1,
  .copy--flow h1 {
    font-size: 36.621px;
    line-height: 40px;
  }
  .copy h2,
  .copy--flow h2 {
    font-size: 23.438px;
    line-height: 32px;
  }
  .fm-search--inline {
    width: 16.666666666666664%;
  }
  .fm-search-input {
    position: absolute;
    width: calc(100% - 44px);
    right: 44px;
    line-height: 2.4;
    transition: width 0.5s ease-in-out;
  }
  .fm-search-input:focus {
    width: calc(25vw - 44px);
  }
  [class*='fm--'] .reqMark::after {
    font-size: 12px;
    line-height: 18px;
  }
  .nav-suppl-item {
    width: auto;
    line-height: 1;
  }
  .nav-suppl-item:first-child {
    border: 0;
  }
}
@media only screen and (min-width: 1200px) {
  [o-extended*="row--"],
  [o-extended*="col--"] {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
  }
  [o-extended*="row--"] {
    flex-direction: row;
  }
  [o-extended*="row--"] > * + * {
    margin-top: 0;
  }
  [o-extended*="col--"] {
    flex-direction: column;
  }
  [o-extended*="--xAuto"] {
    width: auto;
  }
  [o-extended*="--yAuto"] {
    height: auto;
  }
  [o-extended*="--xRev"] {
    flex-direction: row-reverse;
  }
  [o-extended*="--yRev"] {
    flex-direction: column-reverse;
  }
  [o-extended*="--pGrid"] {
    justify-content: space-between;
  }
  [o-extended*="--pSpace"] {
    justify-content: space-around;
  }
  [o-extended*="--pStart"] {
    justify-content: flex-start;
  }
  [o-extended*="--pEnd"] {
    justify-content: flex-end;
  }
  [o-extended*="--pMiddle"] {
    justify-content: center;
  }
  [o-extended*="--sStart"] {
    align-items: flex-start;
  }
  [o-extended*="--sEnd"] {
    align-items: flex-end;
  }
  [o-extended*="--sMiddle"] {
    align-items: center;
  }
  [o-extended*="--sFull"] {
    align-items: stretch;
  }
  [o-extended*="--sBase"] {
    align-items: baseline;
  }
  [o-extended*="matrix--"] {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
  }
  [o-extended*="matrix--"]:empty {
    visibility: collapse;
    margin: 0;
  }
  [o-extended*='mod--static'] {
    flex: 0 0 auto;
  }
  [o-extended*='mod--balance'] {
    flex: 1 1 auto;
  }
  [o-extended*='mod--fit'] {
    flex: 0 1 0%;
  }
  [o-extended*='mod--fill'] {
    flex: 1 0;
  }
  [o-extended*="--aAuto"] {
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  [o-extended*="--aStart"] {
    align-self: flex-start;
  }
  [o-extended*="--aEnd"] {
    align-self: flex-end;
  }
  [o-extended*="--aMiddle"] {
    -ms-grid-row-align: center;
    align-self: center;
  }
  [o-extended*="--aFull"] {
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  [o-extended*="--aBase"] {
    align-self: baseline;
  }
  [o-extended~='dm--h16-vw'] {
    height: 16.666666666666664vw;
  }
  [o-extended~='dm--wAuto'] {
    width: auto;
    min-width: 0;
    max-width: none;
  }
  [o-extended~='dm--w16'] {
    width: 16.666666666666664%;
    max-width: 16.666666666666664vw;
  }
  [o-extended~='dm--w25'] {
    width: 25%;
    max-width: 25vw;
  }
  [o-extended~='dm--w33'] {
    width: 33.33%;
    max-width: 33.33vw;
  }
  [o-extended~='dm--w40'] {
    width: 40%;
    max-width: 40vw;
  }
  [o-extended~='dm--w48'] {
    width: 48%;
    max-width: 48vw;
  }
  [o-extended~='dm--w50'] {
    width: 50%;
    max-width: 50vw;
  }
  [o-extended~='dm--w60'] {
    width: 60%;
    max-width: 60vw;
  }
  [o-extended~='dm--wMax60'] {
    max-width: 60vw;
  }
  [o-extended*='gr--'] {
    max-width: none;
  }
  [o-extended~='gr--g2-m1']:not(:only-child) {
    width: calc(33.33333333333333% - 26px);
  }
  [o-extended~='gr--g2-m2']:not(:only-child) {
    width: calc(66.66666666666666% - 53px);
  }
  [o-extended~='mtx--i0']:nth-child(n):nth-child(n) {
    width: 100%;
    flex: unset;
    margin: unset;
  }
  [o-extended~='mtx--i0'] + .mtx-separator:nth-of-type(2n) {
    height: 1px;
    width: 100%;
  }
  [o-extended~='mtx--i5']:nth-of-type(n):nth-of-type(n) {
    width: calc( 20% - 2.4vw );
    margin: 0;
  }
  [o-extended~='mtx--i5']:nth-of-type(n):not(:nth-of-type(-n+5)) {
    margin-top: 3vw;
  }
  [o-extended~='mtx--i5']:nth-of-type(5n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-extended~='mtx--i5']:nth-of-type(5n):not(:only-child) {
    margin-left: 0;
  }
  [o-extended~='mtx--i5']:nth-of-type(n):not(:nth-of-type(5n+1)) {
    margin-left: 1.5vw;
  }
  [o-extended~='mtx--i5']:nth-of-type(n):not(:nth-of-type(5n)) {
    margin-right: 1.5vw;
  }
  [o-extended~='mtx--i5']:nth-of-type(1n+1):nth-last-of-type(-n+1),
  [o-extended~='mtx--i5']:nth-of-type(1n+1):nth-last-of-type(-n+1) ~ [o-extended~='mtx--i5'] {
    margin-right: 0;
  }
  [o-extended~='mtx--i5']:nth-of-type(5n+1):nth-last-of-type(-n+5) + .mtx-separator,
  [o-extended~='mtx--i5']:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ [o-extended~='mtx--i5'] + .mtx-separator {
    margin-left: 0;
    margin-right: 0;
  }
  [o-extended~='mtx--i5'] + .mtx-separator:nth-of-type(n) {
    height: auto;
    width: 1px;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    margin-left: -1.5vw;
    margin-right: -1.5vw;
  }
  [o-extended~='mtx--i5'] + .mtx-separator:nth-of-type(5n) {
    height: 1px;
    width: 100%;
    display: none;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(n):nth-of-type(n) {
    width: calc( 20% - 12.8px );
    margin: 0;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(n):not(:nth-of-type(-n+5)) {
    margin-top: 16px;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):not(:only-child) {
    margin-right: 0;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n):not(:only-child) {
    margin-left: 0;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(n):not(:nth-of-type(5n+1)) {
    margin-left: 8px;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(n):not(:nth-of-type(5n)) {
    margin-right: 8px;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5),
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ [o-extended~='mtx--i5-cnd'] {
    flex: 1 1 auto;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5):nth-of-type(5n+1):last-of-type,
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(-n+5) ~ [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):last-of-type {
    flex: 0 0 auto;
  }
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(2),
  [o-extended~='mtx--i5-cnd']:nth-of-type(5n+1):nth-last-of-type(2) + [o-extended~='mtx--i5-cnd'] {
    flex: 0 0 auto;
  }
  [o-extended~='mtx--i6'] {
    min-height: 15.833336667000001vw;
  }
  [o-extended~='mtx--i6']:nth-child(n):nth-child(n) {
    width: calc( 16.666666666666668% - 0.833333333333333vw );
    flex: unset;
    margin: unset;
  }
  [o-extended~='mtx--i6']:nth-child(n):not(:nth-child(-n+6)) {
    margin-top: 1vw;
  }
  [o-extended~='mtx--i6']:nth-child(n):not(:nth-child(6n + 1)) {
    margin-left: 1vw;
  }
  [o-extended~='mtx--i6']:nth-child(n):nth-child(1) {
    width: calc(33.333333333333336% - 0.666666666666667vw);
  }
  [o-extended~='mtx--i6']:nth-child(n):nth-child(n+1) {
    margin: unset;
  }
  [o-extended~='mtx--i6']:nth-child(n + 2):not(:nth-child(6n + 6)) {
    margin-left: 1vw;
  }
  [o-extended~='mtx--i6']:nth-child(n + 1):not(:nth-child(-n + 5)) {
    margin-top: 1vw;
  }
  [o-extended~='rhy--xStart0'] > * + * {
    margin-left: 0;
  }
  [o-extended~='rhy--xStart25'] > * + * {
    margin-left: 4px;
  }
  [o-extended~='rhy--xStart50'] > * + * {
    margin-left: 8px;
  }
  [o-extended~='rhy--xStart100'] > * + * {
    margin-left: 16px;
  }
  [o-extended~='rhy--xStart200'] > * + * {
    margin-left: 32px;
  }
  [o-extended~='rhy--xStart400'] > * + * {
    margin-left: 64px;
  }
  [o-extended~='rhy--xEnd200'] > * + * {
    margin-right: 32px;
  }
  [o-extended~='rhy--yStart0'] > * + * {
    margin-top: 0;
  }
  [o-extended~='rhy--yStart25'] > * + * {
    margin-top: 4px;
  }
  [o-extended~='rhy--yStart50'] > * + * {
    margin-top: 8px;
  }
  [o-extended~='rhy--yStart75'] > * + * {
    margin-top: 12px;
  }
  [o-extended~='rhy--yStart100'] > * + * {
    margin-top: 16px;
  }
  [o-extended~='rhy--yStart200'] > * + * {
    margin-top: 32px;
  }
  [o-extended~='rhy--yStart400'] > * + * {
    margin-top: 64px;
  }
  [o-extended~='rhy--yEnd0'] > * + * {
    margin-bottom: 0;
  }
  [o-extended~='rhy--yEnd50'] > * + * {
    margin-bottom: 8px;
  }
  [o-extended~='rhy--yEnd100'] > * + * {
    margin-bottom: 16px;
  }
  [o-extended~='pad--x0'] {
    padding-left: 0;
    padding-right: 0;
  }
  [o-extended~='pad--x25'] {
    padding-left: 4px;
    padding-right: 4px;
  }
  [o-extended~='pad--x50'] {
    padding-left: 8px;
    padding-right: 8px;
  }
  [o-extended~='pad--x75'] {
    padding-left: 12px;
    padding-right: 12px;
  }
  [o-extended~='pad--x100'] {
    padding-left: 16px;
    padding-right: 16px;
  }
  [o-extended~='pad--x200'] {
    padding-left: 32px;
    padding-right: 32px;
  }
  [o-extended~='pad--xStart0'] {
    padding-left: 16px;
  }
  [o-extended~='pad--xStart25'] {
    padding-left: 4px;
  }
  [o-extended~='pad--xStart50'] {
    padding-left: 8px;
  }
  [o-extended~='pad--xStart75'] {
    padding-left: 12px;
  }
  [o-extended~='pad--xStart100'] {
    padding-left: 16px;
  }
  [o-extended~='pad--xStart200'] {
    padding-left: 32px;
  }
  [o-extended~='pad--xEnd0'] {
    padding-right: 0;
  }
  [o-extended~='pad--xEnd25'] {
    padding-right: 4px;
  }
  [o-extended~='pad--xEnd50'] {
    padding-right: 8px;
  }
  [o-extended~='pad--xEnd75'] {
    padding-right: 12px;
  }
  [o-extended~='pad--xEnd100'] {
    padding-right: 16px;
  }
  [o-extended~='pad--y0'] {
    padding-top: 0;
    padding-bottom: 0;
  }
  [o-extended~='pad--y25'] {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  [o-extended~='pad--y50'] {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  [o-extended~='pad--y75'] {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  [o-extended~='pad--y100'] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  [o-extended~='pad--y200'] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  [o-extended~='pad--y250'] {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  [o-extended~='pad--y400'] {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  [o-extended~='pad--y6w'] {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  [o-extended~='pad--yStart0'] {
    padding-top: 0;
  }
  [o-extended~='pad--yStart25'] {
    padding-top: 4px;
  }
  [o-extended~='pad--yStart50'] {
    padding-top: 8px;
  }
  [o-extended~='pad--yStart75'] {
    padding-top: 12px;
  }
  [o-extended~='pad--yStart100'] {
    padding-top: 16px;
  }
  [o-extended~='pad--yStart200'] {
    padding-top: 32px;
  }
  [o-extended~='pad--yStart300'] {
    padding-top: 48px;
  }
  [o-extended~='pad--yEnd0'] {
    padding-bottom: 0;
  }
  [o-extended~='pad--yEnd25'] {
    padding-bottom: 4px;
  }
  [o-extended~='pad--yEnd50'] {
    padding-bottom: 8px;
  }
  [o-extended~='pad--yEnd75'] {
    padding-bottom: 12px;
  }
  [o-extended~='pad--yEnd100'] {
    padding-bottom: 16px;
  }
  [o-extended~='pad--yEnd200'] {
    padding-bottom: 32px;
  }
  [o-extended~='pad--yEnd400'] {
    padding-bottom: 64px;
  }
  [o-extended~='pad--xy50'] {
    padding: 8px;
  }
  [o-extended~='pad--xy75'] {
    padding: 12px;
  }
  [o-extended~='pad--xy100'] {
    padding: 16px;
  }
  [o-extended~='pad--xy-sm'] {
    padding: 8px 12px;
  }
  [o-extended~='iso--xA'] {
    margin-left: auto;
    margin-right: auto;
  }
  [o-extended~='iso--x100'] {
    margin-left: 16px;
    margin-right: 16px;
  }
  [o-extended~='iso--xStart25'] {
    margin-left: 4px;
  }
  [o-extended~='iso--xStart50'] {
    margin-left: 8px;
  }
  [o-extended~='iso--xStart100'] {
    margin-left: 16px;
  }
  [o-extended~='iso--xStart200'] {
    margin-left: 32px;
  }
  [o-extended~='iso--xEnd0'] {
    margin-right: 0;
  }
  [o-extended~='iso--xEnd50'] {
    margin-right: 8px;
  }
  [o-extended~='iso--xEnd100'] {
    margin-right: 16px;
  }
  [o-extended~='iso--xEnd200'] {
    margin-right: 32px;
  }
  [o-extended~='iso--xCaps200']:first-child {
    margin-left: 0;
    margin-right: 32px;
  }
  [o-extended~='iso--xCaps200']:last-child {
    margin-left: 32px;
    margin-right: 0;
  }
  [o-extended~='iso--y100'] {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  [o-extended~='iso--y150'] {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  [o-extended~='iso--y200'] {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  [o-extended~='iso--y400'] {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  [o-extended~='iso--yStart50'] {
    margin-top: 8px;
  }
  [o-extended~='iso--yStart100'] {
    margin-top: 16px;
  }
  [o-extended~='iso--yStart200'] {
    margin-top: 32px;
  }
  [o-extended~='iso--yStart400'] {
    margin-top: 64px;
  }
  [o-extended~='iso--yEnd0'] {
    margin-bottom: 0;
  }
  [o-extended~='iso--yEnd50'] {
    margin-bottom: 8px;
  }
  [o-extended~='iso--yEnd100'] {
    margin-bottom: 16px;
  }
  [o-extended~='iso--yEnd150'] {
    margin-bottom: 24px;
  }
  [o-extended~='iso--yEnd200'] {
    margin-bottom: 32px;
  }
  [o-extended~='iso--yEnd300'] {
    margin-bottom: 48px;
  }
  [o-extended~='iso--yEnd400'] {
    margin-bottom: 64px;
  }
  [o-extended~='vx--a11y'] {
    position: absolute !important;
    left: -100vw;
    width: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
  }
  [o-extended~='vx--hidden'] {
    visibility: hidden;
    display: none;
  }
  [o-extended~='vx--shown'] {
    visibility: visible;
    display: flex;
  }
  [o-extended~='pos--rel'] {
    position: relative;
  }
  [o-extended*='pos--abs'] {
    position: absolute;
  }
  [o-extended~='pos--abs-yStart-x'] {
    top: 0;
    left: 0;
    right: 0;
  }
  [o-extended~='pos--fix'] {
    position: fixed;
  }
  [o-extended~='pos--nil'] {
    position: static;
    float: none;
  }
  [o-extended~='pos--xStart'] {
    float: left;
  }
  [o-extended~='pos--v-rl'] {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  [o-extended~='ord--init'] {
    order: -1;
  }
  [o-extended~='ord--flow'] {
    order: initial;
  }
  [o-extended~='ord--start'] {
    order: 0;
  }
  [o-extended~='ord--next'] {
    order: 1;
  }
  [o-extended~='ord--end'] {
    order: 100;
  }
  [o-extended~='z--back'] {
    z-index: -1;
  }
  [o-extended~='z--above'] {
    z-index: 100;
  }
  [o-extended~='z--masthead'] {
    z-index: 300;
  }
  .thm--texture-alt {
    background-image: url("../res/blue_lockers.ext.jpg");
  }
  .site-logo {
    width: 216px;
  }
  .copy blockquote.pullRight,
  .copy blockquote.pull-right {
    margin-left: 72px;
    padding-left: 24px;
  }
  .copy blockquote.pullLeft,
  .copy blockquote.pull-left {
    margin-right: 72px;
    padding-right: 48px;
  }
  .strata--m2 .strata-main {
    width: calc(83.33333333333334% - 64px);
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):nth-child(n),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):nth-child(n) {
    width: calc( 25% - 1.5vw );
    flex: unset;
    margin: unset;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):not(:nth-child(-n+4)),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):not(:nth-child(-n+4)) {
    margin-top: 2vw;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):not(:nth-child(4n + 1)),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):not(:nth-child(4n + 1)) {
    margin-left: 2vw;
  }
}
@media only screen and (min-width: 1512px) {
  [class*='poster--'] {
    padding-left: calc( (100vw - 1480px)/2 );
    padding-right: calc( (100vw - 1480px)/2 );
  }
}
@media only screen and (min-width: 1544px) {
  [o-base~='dm--xFull'] {
    padding-left: calc( (100vw - 1480px)/2 );
    padding-right: calc( (100vw - 1480px)/2 );
  }
}
@media only screen and (min-width: 1600px) {
  [o-full~='dm--w12'] {
    width: 12.5%;
    max-width: 12.5vw;
  }
  [o-full~='dm--w50'] {
    width: 50%;
    max-width: 50vw;
  }
  [o-full~='dm--w60'] {
    width: 60%;
    max-width: 60vw;
  }
  [o-full~='dm--wMax60'] {
    max-width: 60vw;
  }
  [o-full*='gr--'] {
    max-width: none;
  }
  [o-full~='gr--g3-m1']:not(:only-child) {
    width: calc(25% - 8px);
  }
  [o-full~='gr--g3-m2']:not(:only-child) {
    width: calc(75% - 24px);
  }
  [o-full~='gr--g4-m1']:not(:only-child) {
    width: calc(16.666666666666664% - 16px);
  }
  [o-full~='gr--g4-m2']:not(:only-child) {
    width: calc(83.33333333333334% - 48px);
  }
  [o-full~='pad--x0'] {
    padding-left: 0;
    padding-right: 0;
  }
  [o-full~='pad--yEnd100'] {
    padding-bottom: 16px;
  }
  [class*="typ--broadside"] {
    font-size: 57.22px;
    line-height: 72px;
  }
  /* .site-logo {
    width: 400px;
  } */
  .masthead-nav--actions .nav-primary-item:first-child .nav-primary-ctrl {
    padding-left: 0;
  }
  .masthead-nav--actions .nav-primary-item:last-child .nav-primary-ctrl {
    padding-right: calc( (100vw - 1480px)/2 );
  }
  .masthead-nav-ctrl--dd {
    font-size: 32px;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):nth-child(n),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):nth-child(n) {
    width: calc( 25% - 2.25vw );
    flex: unset;
    margin: unset;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):not(:nth-child(-n+4)),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):not(:nth-child(-n+4)) {
    margin-top: 3vw;
  }
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child:nth-child(n):not(:nth-child(4n + 1)),
  .strata--prefooter .card--icon:nth-last-child(n+4):nth-last-child(-n+4):first-child ~ *:nth-child(n):not(:nth-child(4n + 1)) {
    margin-left: 3vw;
  }
  .fm--embed:only-child {
    max-width: 30vw;
  }
  .fm--embed textarea {
    height: 16em;
  }
  .nav-primary-ctrl {
    font-size: 32px;
  }
  .diagram-svg-container {
    margin: 0;
    padding-top: 700px;
    max-width: 50vw;
  }
}
@media only screen and (max-width: 479px) {
  .diagram-svg {
    left: 3%;
    transform: scale(1.25) translateY(-24px);
  }
  .diagram-svg-text {
    visibility: hidden;
  }
}
@media only screen and (min-width: 768px) {
  .masthead-nav-ctrl--dd {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  blockquote {
    background: rgba(128, 128, 128, .25);
    border: 0;
  }
  .copy blockquote {
    padding: 16px;
  }
  body:not(.menu-is-active) .show_menu_is_active {
    display: none;
  }
  .masthead-nav--actions {
    min-height: 48px;
  }
}
@media only screen and (orientation: portrait) and (max-width: 540px) {
  .masthead--poster {
    height: 125vw;
  }
  [class*='poster--'] {
    height: 125vw;
  }
  .poster--cnd {
    height: 100px;
  }
  .poster--text {
    height: auto;
  }
}

