@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
 * Client fonts.
 */
@font-face {
  font-family: 'chevin-thin';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin/chevin-thin.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin/chevin-thin.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin/chevin-thin.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin/chevin-thin.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'chevin-thin';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin-italic/chevin-thin-italic.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin-italic/chevin-thin-italic.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin-italic/chevin-thin-italic.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-thin-italic/chevin-thin-italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'chevin-light';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light/chevin-light.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light/chevin-light.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light/chevin-light.woff") format("woff"), url("../fonts/chevin/chevin-light/chevin-light.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'chevin-light';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light-italic/chevin-light-italic.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light-italic/chevin-light-italic.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light-italic/chevin-light-italic.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-light-italic/chevin-light-italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'chevin-medium';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium/chevin-medium.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium/chevin-medium.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium/chevin-medium.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin-medium/chevin-medium.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'chevin-medium';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium-italic/chevin-medium-italic.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium-italic/chevin-medium-italic.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium-italic/chevin-medium-italic.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-medium-italic/chevin-medium-italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'chevin-demi-bold';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold/chevin-demibold.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold/chevin-demibold.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold/chevin-demibold.woff") format("woff"), url("../fonts/chevin-demibold/chevin-demibold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'chevin-demi-bold';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold-italic/chevin-demibold-italic.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold-italic/chevin-demibold-italic.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold-italic/chevin-demibold-italic.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-demibold-italic/chevin-demibold-italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'chevin-bold';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-bold/chevin-bold.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-bold/chevin-bold.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-bold/chevin-bold.woff") format("woff"), url("../fonts/chevin/chevin-bold/chevin-bold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'chevin-bold';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-bold-italic/chevin-bold-italic.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-bold-italic/chevin-bold-italic.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-bold-italic/chevin-bold-italic.woff") format("woff"), url("../fonts/chevin/chevin-bold-italic/chevin-bold-italic.ttf") format("truetype");
  font-style: italic; }

@font-face {
  font-family: 'chevin-extra-bold';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold/chevin-extrabold.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold/chevin-extrabold.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold/chevin-extrabold.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold/chevin-extrabold.ttf") format("truetype");
  font-style: normal; }

@font-face {
  font-family: 'chevin-extra-bold';
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold-italic/chevin-extrabold-italic.eot");
  src: url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold-italic/chevin-extrabold-italic.eot?#iefix") format("embedded-opentype"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold-italic/chevin-extrabold-italic.woff") format("woff"), url("https://www.royalmail.com/business/profiles/b2bprofile/themes/b2b/fonts/chevin/chevin-extrabold-italic/chevin-extrabold-italic.ttf") format("truetype");
  font-style: italic; }

/* Variables
--------------------------------------------- */
/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Icon Position
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Screenreader only – accessible hiding
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
@media (min-width: 900px) {
  .nowrap {
    white-space: nowrap; } }

/* Global
--------------------------------------------- */
body {
  font-size: 1rem;
  font-family: "chevin-light", sans-serif;
  color: #404044; }
  @media (min-width: 900px) {
    body {
      font-size: 1.0625rem; } }
  @media (min-width: 1200px) {
    body {
      font-size: 1.125rem; } }
a {
  color: inherit;
  font-family: "chevin-demi-bold", sans-serif; }

.button {
  transition: all 0.4s ease-in-out; }

/* Components
--------------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  z-index: 20; }
  .header__logo {
    background: url("https://www.royalmail.com/business/sites/default/files/yearoftracked-20-cruciform@2x.png") no-repeat left center;
    background-size: contain;
    display: block;
    width: 83px;
    height: 57px;
    margin-top: -1rem;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    z-index: 10; }
    @media (min-width: 900px) {
      .header__logo {
        width: 85.6px;
        height: 56.8px;
        margin: 1rem 0; } }
    @media (min-width: 1200px) {
      .header__logo {
        width: 107px;
        height: 71px;
        margin-left: -50px; } }
.footer {
  background-color: #252525;
  color: #fff;
  text-align: center;
  font-size: 1em; }
  @media (min-width: 900px) {
    .footer {
      text-align: left;
      font-size: .8em; } }
  .footer__logo {
    width: 90px;
    height: auto;
    margin-bottom: 2em; }
    @media (min-width: 1300px) {
      .footer__logo {
        width: 108px; } }
  .footer a {
    font-family: inherit; }
  .footer ul li {
    margin: .5em 0; }
    @media (min-width: 900px) {
      .footer ul li {
        display: inline-block;
        border-left: 1px solid #fff; }
        .footer ul li:first-child {
          border: none; }
          .footer ul li:first-child a {
            padding-left: 0; }
        .footer ul li a {
          display: block;
          padding: 0 1em; } }
  .footer p {
    margin: 2em 0; }
    .footer p a {
      text-decoration: underline; }

/* Container
--------------------------------------------- */
.container, .container--narrow {
  margin: 0 auto;
  padding: 3rem 1rem;
  position: relative;
  box-sizing: border-box; }
  @media (min-width: 900px) {
    .container, .container--narrow {
      padding: 3rem 2rem; } }
  @media (min-width: 1200px) {
    .container, .container--narrow {
      max-width: 1170px; } }
  @media (min-width: 900px) {
    .container--narrow {
      max-width: 970px; } }
/* Headings
--------------------------------------------- */
.heading-1,
.heading-2,
.heading-3,
.heading-4 {
  color: inherit;
  font-family: "chevin-demi-bold", sans-serif;
  font-weight: normal;
  line-height: 1.1em; }

.heading-1 {
  font-family: "chevin-light", sans-serif;
  font-size: 1.875rem;
  line-height: 1.2em; }

.heading-2 {
  margin: 0 0 .25em 0;
  font-size: 1.5rem; }

.heading-3 {
  display: block;
  font-size: 1.3125rem;
  margin: .2em 0; }

.heading-4 {
  font-size: 1.25rem; }

/* Sections
--------------------------------------------- */
.section__heading-image {
  margin-bottom: 1rem; }

/* Blocks
--------------------------------------------- */
.block-intro {
  background: url("https://www.royalmail.com/business/sites/default/files/ioss-21-header-bg-small@2x.png") no-repeat left top;
  background-size: cover;
  text-align: center;
  padding: 70px 0 0 0; }
  @media (min-width: 900px) {
    .block-intro {
      background-image: url("https://www.royalmail.com/business/sites/default/files/ioss-21-header-bg@2x.jpg");
      background-position: center center;
      padding: 200px 0 50px 0; } }
  @media (min-width: 1200px) {
    .block-intro {
      padding: 200px 0 100px 0; } }
  .block-intro__overlay {
    background-color: #d30817;
    color: white;
    padding: 40px; }
  .block-intro__heading-1 {
    margin-top: 0; }

.block-overview {
  background-color: rgba(232, 231, 231, 0.5);
  text-align: center; }
  .block-overview__lead-in {
    display: inline-block;
    max-width: 900px;
    margin-bottom: 2em; }

.block-how-to-register {
  text-align: center; }
  .block-how-to-register .container, .block-how-to-register .container--narrow {
    max-width: 1000px; }

.block-no-action {
  background-color: rgba(170, 218, 234, 0.2);
  text-align: center; }
  .block-no-action .container, .block-no-action .container--narrow {
    max-width: 930px; }

.block-options {
  text-align: center; }
  .block-options__lead-in {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }
  .block-options .container, .block-options .container--narrow {
    padding-bottom: 0; }
  .block-options .feature-box {
    background-color: rgba(170, 218, 234, 0.3);
    margin-bottom: 0; }
  .block-options .text-media {
    margin: 2em 0; }
  .block-options p {
    margin-top: .5em; }

.block-explainer {
  text-align: center; }
  @media (min-width: 900px) {
    .block-explainer {
      text-align: left; } }
/* Grid
--------------------------------------------- */
.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto; }
  .grid--wide {
    max-width: 100%; }
  .grid__item {
    flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 900px) {
      .grid__item {
        width: calc(33% - 2rem);
        padding: 0 1rem; } }
/* Card
--------------------------------------------- */
.card {
  margin: 1rem 0; }
  .card__header {
    height: 140px;
    margin-bottom: 1rem; }
    .card__header--icon {
      height: 70px; }
  .card__image {
    max-width: 100%;
    max-height: 100%;
    height: auto; }

/* List
--------------------------------------------- */
.list {
  list-style: none;
  padding: 0;
  margin: 0; }
  .list__item {
    padding: 0;
    margin: .25em 0; }
    .list__item:before {
      content: "•";
      margin-right: .4em; }
    .list__item--green:before {
      color: #62a531; }
    .list__item--red:before {
      color: #d30817; }

/* Separator
--------------------------------------------- */
.separator {
  margin: 2rem 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #A0A0A0; }

/* Tabs
--------------------------------------------- */
.tabs__list {
  list-style: none;
  padding: 0;
  margin-bottom: 3rem; }
  @media (max-width: 899px) {
    .tabs__list {
      display: none; } }
  @media (min-width: 900px) {
    .tabs__list {
      display: flex; } }
.tabs__item {
  background: #DBDBDB;
  flex: 0 0 50%;
  text-align: center;
  font-family: "chevin-demi-bold", sans-serif;
  font-size: 1.1em; }
  .tabs__item--active {
    background: #d30817;
    color: white; }

.tabs__link {
  display: block;
  text-decoration: none;
  padding: 1rem; }

.tabs__section {
  position: relative; }
  @media (min-width: 900px) {
    .tabs__section {
      display: none; } }
  .tabs__section--active {
    display: block; }
    .tabs__section--active:after {
      transform: rotate(90deg); }
  @media (max-width: 899px) {
    .tabs__section:before {
      color: #d30817;
      font-size: 1.4em;
      display: block;
      content: attr(data-title);
      cursor: pointer;
      background-color: white;
      padding: 1rem 60px 1rem 0;
      border-top: 2px solid #c1c6c8;
      text-align: left; }
    .tabs__section:after {
      content: '';
      cursor: pointer;
      display: block;
      background: #A0A0A0 url("https://www.royalmail.com/business/sites/default/files/yearoftracked-20-btn-arrow@2x.png") no-repeat center center;
      background-size: 65%;
      position: absolute;
      right: 15px;
      top: 15px;
      width: 35px;
      height: 35px;
      border-radius: 50%; } }
@media (max-width: 899px) {
  .tabs__body {
    display: none; } }

@media (max-width: 899px) {
  .tabs__body--active {
    display: block; } }

/* ==========================================================================
   Text media component
   ========================================================================== */
.text-media {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  align-items: flex-start;
  margin: 1rem 0;
  text-align: center;
  /* Text media icon variant
    ========================================================================== */ }
  @media (min-width: 900px) {
    .text-media {
      flex-direction: row;
      text-align: left; } }
  @media (max-width: 899px) {
    .text-media--media-left {
      flex-direction: column; } }
  @media (min-width: 900px) {
    .text-media__text {
      flex: 1 0 75%;
      margin-right: 5%; } }
  @media (min-width: 900px) {
    .text-media__text--wide {
      flex-basis: 83%; } }
  @media (min-width: 900px) {
    .text-media__text--align-right {
      margin-left: 3%;
      margin-right: 0; } }
  .text-media__media {
    flex: 0 1 auto;
    margin-bottom: 1rem; }
    @media (max-width: 899px) {
      .text-media__media {
        width: 100%; } }
  .text-media__image {
    max-width: 80%;
    height: auto; }
    @media (min-width: 380px) {
      .text-media__image {
        max-width: 40%; } }
    @media (min-width: 900px) {
      .text-media__image {
        max-width: 100%;
        max-height: 380px; } }
  @media (max-width: 899px) {
    .text-media--icon {
      text-align: center; } }
  @media (min-width: 900px) {
    .text-media--icon {
      align-items: center; } }
  .text-media--icon .text-media__media {
    flex: 0 1 auto;
    margin-bottom: 1rem; }
    @media (max-width: 899px) {
      .text-media--icon .text-media__media {
        width: 100%; } }
    @media (min-width: 900px) {
      .text-media--icon .text-media__media {
        flex: 0 1 150px; } }
  .text-media--icon .text-media__image {
    display: block;
    margin: 0 auto; }

/* Feature box
--------------------------------------------- */
.feature-box {
  background-color: rgba(8, 133, 120, 0.15);
  padding: 2rem 3rem;
  margin: 3rem 0; }
  .feature-box__header {
    text-align: center;
    padding: 1rem; }
  .feature-box .heading-2 {
    margin-bottom: 1em; }
  .feature-box .heading-3 {
    margin: 1em 0 2em 0; }
  .feature-box .heading-4 {
    margin: 0 0 -.5em 0; }

/* Button
--------------------------------------------- */
.button {
  padding: 1rem;
  color: #fff;
  display: inline-block;
  margin: 1rem 0 2.5rem 0;
  font-family: inherit;
  text-decoration: none; }
  .button--primary {
    background-color: #d30817; }
    .button--primary:hover {
      background-color: #ac0713; }
  .button--secondary {
    background-color: #088578; }
    .button--secondary:hover {
      background-color: #065f55; }

/* Utilities
--------------------------------------------- */
.bold {
  font-family: "chevin-demi-bold", sans-serif;
  font-style: normal; }

.sup {
  font-weight: 300; }

.highlight {
  color: #d30817;
  font-family: "chevin-demi-bold", sans-serif; }

.footnote {
  display: block;
  font-size: .85em;
  margin-top: .5em; }

@media (min-width: 1200px) {
  .mobile {
    display: none !important; } }

@media (max-width: 899px) {
  .desktop {
    display: none !important; } }

.colour-red {
  color: #d30817; }

.colour-green {
  color: #62a531; }

.colour-teal {
  color: #088578; }

/*# sourceMappingURL=ioss-21-1.css.map */