/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

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

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
     * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

/**
 * Font Size calculation : ems
 * Returns an em value according to the target.
 * $target: font-size to return
 * $context: By default it uses the default font-size. You can also pass it a context to avoid problems of compound font sizes.
 * $unitless: If you want to remove the em from the result.
 * Examples
 * Example 1: em(20)
 * return: 1.25em depending on a root font-size of 16px
 * Example 2: em(20, 24)
 * return: 0.8333333em depending on a context font-size of 24px
 * Example 3: em(20, $unitless: false)
 * returns 0.8333333
 *
 * See CSS tricks article: https://css-tricks.com/snippets/sass/px-to-em-functions/
 */
@-webkit-keyframes chevron-rollover {
  0% {
    left: 0px;
  }
  100% {
    left: 3px;
  }
}
@keyframes chevron-rollover {
  0% {
    left: 0px;
  }
  100% {
    left: 3px;
  }
}

@-webkit-keyframes chevron-rollover-right {
  0% {
    right: 0px;
  }
  100% {
    right: 3px;
  }
}

@keyframes chevron-rollover-right {
  0% {
    right: 0px;
  }
  100% {
    right: 3px;
  }
}

html {
  height: 100%;
}

html body {
  font-family: "aileron", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #696969;
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* Not needed: Nothing scales about 1180px */
}

@media screen and (max-width: 1900px), (max-height: 1068px) {
  html body {
    font-size: 13px;
  }
}

@media screen and (max-width: 1668px), (max-height: 938px) {
  html body {
    font-size: 12px;
  }
}

@media screen and (max-width: 1524px), (max-height: 857px) {
  html body {
    font-size: 11px;
  }
}

@media screen and (max-width: 1424px), (max-height: 750px) {
  html body {
    font-size: 10px;
  }
}

@media screen and (max-width: 1354px), (max-height: 721px) {
  html body {
    font-size: 9px;
  }
}

@media screen and (max-width: 1100px), (max-height: 625px) {
  html body {
    font-size: 8px;
  }
}

@media screen and (max-width: 985px), (max-height: 556px) {
  html body {
    font-size: 7px;
  }
}

@media screen and (max-width: 865px), (max-height: 556px) {
  html body {
    font-size: 6px;
  }
}

html body .size-warning {
  position: absolute;
  background-color: #000000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: block;
}

html body .size-warning p {
  color: white;
  font-size: 2.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20em;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 820px) and (min-height: 490px) {
  html body .size-warning {
    display: none;
  }
}

a, a:hover, a:active {
  text-decoration: none;
}

.hidden {
  display: none;
}

.container {
  position: absolute;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: black;
  width: 100%;
  height: 100%;
}

.logo {
  cursor: pointer;
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 1.927%;
  background-image: url(../images/logo.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  width: 22.5%;
  height: 7.5926%;
}

.overlay {
  position: absolute;
  right: 0;
  width: 32%;
  height: 100%;
  background: rgba(51, 51, 51, 0.8);
}

.background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background-image: url(../images/intro-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.background .image {
  position: absolute;
}

.browser-nav {
  position: absolute;
  bottom: 1.875em;
  right: 0.9375em;
}

.browser-nav .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

sub {
  font-size: 65%;
}

.button {
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 3.25em;
  height: 3.25em;
  margin: 0;
}

.category-btn {
  margin-right: 1.875em;
  background-image: url(../images/icon-back-grey.svg);
}

.category-btn.white {
  background-image: url(../images/icon-back-white.svg);
}

.category-btn.white:hover {
  background-image: url(../images/icon-back-blue.svg);
}

.category-btn:hover {
  background-image: url(../images/icon-back-green.svg);
}

.home-btn {
  margin-right: 0.9375em;
  background-image: url(../images/icon-home-grey.svg);
}

.home-btn.white {
  background-image: url(../images/icon-home-white.svg);
}

.home-btn.white:hover {
  background-image: url(../images/icon-home-blue.svg);
}

.home-btn:hover {
  background-image: url(../images/icon-home-blue.svg);
}

.wide-button {
  cursor: pointer;
  margin-left: 5em;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  min-height: 3.75em;
  width: 26.25em;
  border: solid 1px #4c4c4c;
  background-color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wide-button .label {
  margin-left: 1.25em;
}

.wide-button .label p {
  text-transform: uppercase;
  font-size: 1.375em;
  font-weight: 700;
}

.wide-button .icon {
  background-image: url(../images/arrow-button-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 2.5em;
  height: 2.5em;
  min-width: 2.5em;
  min-height: 2.5em;
  margin-left: 0px;
  position: relative;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.wide-button.active {
  background-color: #0F3CFF;
  border: solid 1px #0F3CFF;
  color: #ffffff;
}

.wide-button.active .icon {
  background-image: url(../images/arrow-button-white.svg);
}

.wide-button.active:hover {
  color: #4c4c4c;
}

.wide-button.active:hover .icon {
  background-image: url(../images/arrow-button-gray.svg);
}

.wide-button:hover {
  background-color: #c4ced1;
  border: solid 1px #4c4c4c;
}

.wide-button:hover .icon {
  -webkit-animation-name: chevron-rollover;
          animation-name: chevron-rollover;
}

.bullets {
  margin-bottom: 3rem;
}

.bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125em;
  font-weight: 400;
}

.bullet .icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2.375em;
  height: 2.375em;
  min-width: 2.375em;
  min-height: 2.375em;
  max-width: 2.375em;
  max-height: 2.375em;
  right: 0px;
  left: unset;
}

.bullet .label {
  padding-left: 1.25em;
  font-size: 1.25em;
}

.filters-container {
  cursor: pointer;
}

.filters-container p {
  font-size: 1.625em;
}

.filters-container .filter-button {
  cursor: pointer;
  margin-left: 3em;
  margin-top: 1.875em;
  margin-bottom: 1.875em;
  height: 3.75em;
  width: 23.75rem;
  border: solid 1px #4c4c4c;
  background-color: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filters-container .filter-button .label {
  margin-left: 1.25em;
}

.filters-container .filter-button .label p {
  font-size: 1.375em;
  font-weight: 700;
}

.filters-container .filter-button .icon {
  background-image: url(../images/arrow-button-gray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 2.5em;
  height: 2.5em;
  min-width: 2.5em;
  min-height: 2.5em;
  margin-left: 0px;
  position: relative;
  -webkit-animation-duration: 0.25s;
          animation-duration: 0.25s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.filters-container .filter-button.active {
  background-color: #0F3CFF;
  border: solid 1px #0F3CFF;
  color: #ffffff;
}

.filters-container .filter-button.active .icon {
  background-image: url(../images/arrow-button-white.svg);
}

.filters-container .filter-button.active:hover {
  color: #4c4c4c;
}

.filters-container .filter-button.active:hover .icon {
  background-image: url(../images/arrow-button-gray.svg);
}

.filters-container .filter-button:hover {
  background-color: #c4ced1;
  border: solid 1px #4c4c4c;
}

.filters-container .filter-button:hover .icon {
  -webkit-animation-name: chevron-rollover;
          animation-name: chevron-rollover;
}

@keyframes chevron-rollover {
  0% {
    left: 0px;
  }
  100% {
    left: 3px;
  }
}

.hotspot {
  cursor: pointer;
  position: absolute;
  margin: 0.3125em;
}

.hotspot:hover .label {
  display: block;
}

.hotspot:hover .label.blue {
  background-color: white;
}

.hotspot:hover .label.blue p {
  color: #4c4c4c;
}

.hotspot .label {
  display: none;
  text-transform: uppercase;
  position: absolute;
  z-index: 3000;
  background-color: white;
  white-space: nowrap;
}

.hotspot .label.top-right {
  bottom: 0.625em;
  left: 0.5em;
}

.hotspot .label.top-left {
  bottom: 0.625em;
  right: 0;
}

.hotspot .label.bottom-left {
  top: 0;
  right: 0;
}

.hotspot .label.bottom-right {
  top: 0;
  left: 0.5em;
}

.hotspot .label.bottom-center {
  top: 1.875em;
  left: -5.25em;
}

.hotspot .label.top-center {
  bottom: 2em;
  left: -5.25em;
}

.hotspot .label p {
  font-weight: 700;
  color: #4c4c4c;
  font-size: 1em;
  padding: 0.625em 1em 0.625em 1em;
  margin: 0;
}

.hotspot .label.blue {
  background-color: #0F3CFF;
}

.hotspot .label.blue p {
  color: white;
}

.hotspot .button {
  position: absolute;
  top: -2.3125em;
  left: -2.3125em;
  width: 4.625em;
  height: 4.625em;
  padding: 0;
}

.hotspot .button .icon {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 4.625em;
  height: 4.625em;
  z-index: 100;
}

.hotspot .hotspot-background {
  position: absolute;
  top: -2.3125em;
  left: -2.3125em;
  background-color: white;
  border-radius: 50%;
  width: 4.625em;
  height: 4.625em;
  z-index: 1;
}

.main-menu {
  background-image: url(../images/main-menu-background.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.main-menu .architecture {
  cursor: default;
  background-color: #0F3CFF;
  color: white;
  border: solid 1px #0F3CFF;
}

.main-menu .architecture .icon {
  background-image: url(../images/arrow-button-white.svg);
}

.main-menu .architecture:hover {
  cursor: pointer;
  background-color: #0F3CFF;
  color: white;
  border: solid 1px #0F3CFF;
}

.main-menu .architecture:hover .icon {
  -webkit-animation-name: none;
          animation-name: none;
}

.main-menu .sidebar {
  background: white;
  height: 100%;
  position: absolute;
  left: 68%;
  padding-left: 3.75em;
  padding-right: 3.75em;
}

.main-menu .sidebar .header h1 {
  margin-top: 1.8125em;
  font-size: 2.8125em;
  font-weight: 400;
}

@media screen and (max-width: 1124px) {
  .main-menu .sidebar .header h1 {
    font-size: 3.125em;
  }
}

.main-menu .sidebar .header p {
  font-size: 1.125em;
  line-height: 1.4375em;
}

.main-menu .sidebar .content p {
  font-size: 1.25em;
}

.main-menu .sidebar .filters-container {
  cursor: default;
  position: absolute;
  bottom: 15%;
}

.base-page .sidebar {
  color: white;
  height: 100%;
  position: absolute;
  width: 32%;
  left: 68%;
  overflow: auto;
}

.base-page .sidebar .overlay {
  z-index: -1;
  opacity: 1;
}

.base-page .sidebar .header h1 {
  font-size: 2.8125em;
  font-weight: 400;
}

@media screen and (max-width: 1124px) {
  .base-page .sidebar .header h1 {
    font-size: 3.125em;
  }
}

.base-page .background {
  position: absolute;
  top: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.base-page .copy-container {
  position: absolute;
  top: 4.25em;
  left: 5em;
  font-weight: 400;
  width: 82%;
}

.base-page .copy-container .title {
  font-size: 3em;
}

.base-page .copy-container .title p {
  margin-top: 0;
}

.base-page .copy-container .subtitle {
  font-size: 1.5em;
  line-height: 1.4;
}

.base-page .copy-container .copy {
  font-size: 1.25em;
  line-height: 1.5625em;
  margin-bottom: 3em;
}

.base-page .bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.3125em;
  font-weight: 700;
}

.base-page .bullet .icon {
  background-image: url(../images/arrow-button-active.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2.375em;
  height: 2.375em;
  min-width: 2.375em;
  min-height: 2.375em;
  max-width: 2.375em;
  max-height: 2.375em;
  right: 0px;
  left: unset;
}

.base-page .bullet .title {
  padding-left: 1.25em;
  font-size: 1.25em;
}

.base-page .wide-button {
  border: solid 1px white;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.base-page .wide-button .icon {
  background-image: url(../images/arrow-button-white.svg);
}

.base-page .wide-button:hover {
  background-color: #0F3CFF;
  border: solid 1px #0F3CFF;
}

.base-page .wide-button:hover .icon {
  -webkit-animation-name: chevron-rollover;
          animation-name: chevron-rollover;
}

.category-page .wide-button {
  margin-left: 0;
}

.subcategory-page .wide-button {
  margin-left: 0;
}

.product-page .learn-more {
  background-color: #0F3CFF;
  border-color: #0F3CFF;
  margin-left: 0;
  width: 31.25em;
}

.architecture-page .copy-container .header h1 {
  margin-top: 0;
}

.architecture-page .copy-container .title {
  font-size: 1.25rem;
}

.architecture-page .copy-container .copy {
  font-size: 0.875rem;
}

.architecture-page .wide-button {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-left: 0;
}

.architecture-page .wide-button.selected {
  background-color: #0F3CFF;
  border: solid 1px #0F3CFF;
}

.architecture-page .wide-button p {
  margin-left: 0.25rem;
}

.architecture-page .wide-button p.label {
  margin-bottom: 0;
  font-size: 1.0625em;
}

.architecture-page .wide-button p.sublabel {
  margin-top: 0;
  font-size: 0.8125em;
}
