.container {
  width: 100%;
  position: relative; }
  .container .no-padding {
    padding: 0; }
  .container .row {
    width: 100%;
    max-width: 1440px;
    display: block;
    padding: 8rem 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto; }
    .container .row:before, .container .row:after {
      content: ' ';
      display: block;
      width: 100%;
      clear: both; }
    .container .row.fullwidth {
      max-width: 100%; }
    .container .row.rtl .col {
      float: right; }
    .container .row .col {
      display: block;
      float: left;
      padding: 0 1rem;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center; }
      .container .row .col.col-1 {
        width: 25%; }
      .container .row .col.col-2 {
        width: 50%; }
      .container .row .col.col-3 {
        width: 75%; }
      .container .row .col.col-4 {
        width: 100%; }

@media (max-width: 480px) {
  .hide-sm {
    display: none; } }

.show-sm {
  display: none; }
  @media (max-width: 480px) {
    .show-sm {
      display: block; } }

/* IPAD */
@media (max-width: 768px) {
  .container .row {
    padding: 4rem 1rem; }
    .container .row .col {
      padding: 0 2rem; }
      .container .row .col.col-1, .container .row .col.col-2, .container .row .col.col-3, .container .row .col.col-4 {
        width: 100%; } }
@keyframes marquee {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
@keyframes marquees {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(-100%, 0); } }
body .site-main {
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.5, 0, 0.175, 1); }
body.is-preload .site-main {
  opacity: 0; }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mcd .container.diamond-origin, .mcd .container.first-cut {
  background-color: #eee; }
.mcd .container.the-lab .row {
  padding: 0; }
  .mcd .container.the-lab .row .col-img {
    padding: 0;
    line-height: 0; }
.mcd .container:nth-child(odd) .row {
  padding: 0; }
  .mcd .container:nth-child(odd) .row > .col-img {
    padding: 0;
    line-height: 0; }
  .mcd .container:nth-child(odd) .row > .col-copy {
    right: 0; }
.mcd .container:nth-child(even) {
  padding: 0; }
  @media (max-width: 768px) {
    .mcd .container:nth-child(even) {
      padding: 0rem 0; } }
.mcd .container .row {
  position: relative; }
  .mcd .container .row .col img {
    width: 100%; }
  .mcd .container .row .col .content {
    top: 45%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 560px;
    padding: 4rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }
  .mcd .container .row .col-copy {
    position: absolute;
    height: 100%;
    top: 0; }
    @media (max-width: 768px) {
      .mcd .container .row .col-copy {
        position: relative;
        height: auto; } }

.the-diamond.hide {
  display: none; }

.lookup {
  overflow-x: hidden; }

.content {
  max-width: 480px;
  text-align: center;
  margin: 0 auto;
  padding: 5rem 4rem 4rem; }
  .content.filled {
    background-color: #F9F9F9; }

.block__enter {
  width: 100%;
  height: 100vh; }
  .block__enter .valign {
    top: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 480px) {
      .block__enter .valign {
        top: 55%; } }

.diamond-cut .row .col-img {
  margin-top: 6rem; }
  @media (max-width: 768px) {
    .diamond-cut .row .col-img {
      margin-top: 0;
      margin-bottom: 6rem; } }
.diamond-cut .row .col-copy .content {
  padding-bottom: 6rem; }
.diamond-cut div img {
  max-width: 320px; }

.block__conclusion {
  background-position: right bottom;
  background-size: cover; }
  .block__conclusion .row {
    padding-top: 0; }
  .block__conclusion .logo {
    width: 140px;
    height: auto;
    display: block;
    margin: 5rem auto 0; }

.the-scales .row {
  padding-bottom: 0; }
  .the-scales .row .col-img {
    width: 40%; }
    .the-scales .row .col-img img {
      width: 100%; }
  .the-scales .row .col-scales {
    width: 60%;
    padding-top: 10rem;
    padding-bottom: 0rem; }

@media (max-width: 768px) {
  .mcd .container .row .col .content {
    left: 0;
    position: relative;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    padding: 1rem 0 8rem; }

  .block__enter .valign .content {
    padding: 0;
    max-width: 100%; }

  .intro .row,
  .the-lab .row {
    padding: 0; }
    .intro .row .col-img,
    .the-lab .row .col-img {
      padding: 0; }
      .intro .row .col-img img,
      .the-lab .row .col-img img {
        width: 100%; } }
@media (max-width: 480px) {
  .intro .row {
    padding: 0; }
    .intro .row .col-img {
      padding: 0; }
      .intro .row .col-img img {
        height: 50vh;
        width: auto; }

  .content {
    padding: 5rem 2rem 4rem; }

  .first-cut div img {
    max-width: 100%; }

  .diamond-cut .row .col-img img {
    max-width: 200px; }

  .the-lab .row .col-copy .content {
    padding-bottom: 0 !important; }

  .the-scales .row .col-img {
    padding-bottom: 4rem; }
  .the-scales .row .col-scales {
    padding: 0; }

  .block__conclusion {
    padding-bottom: 4rem; }
    .block__conclusion .row {
      padding: 0; }
      .block__conclusion .row .col .content {
        padding: 0 0 16rem; } }
form {
  padding: 4rem; }

input[type="text"] {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 1rem 2rem;
  outline: none;
  text-align: center;
  width: 80%;
  background: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  @media (max-width: 768px) {
    input[type="text"] {
      width: 100%; } }

input[type="submit"] {
  padding: 2rem 3rem;
  border: 1px solid #ccc;
  margin-top: 6rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 1rem;
  background: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #666;
  outline: none; }
  input[type="submit"]:focus {
    outline: none; }
  input[type="submit"]:hover {
    background-color: #eee;
    border-color: #eee; }

.aos-init .scale:before {
  left: 0%;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -ms-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out; }
.aos-init.aos-animate .scale.scale__color--D:before {
  left: 3%; }
.aos-init.aos-animate .scale.scale__color--E:before {
  left: 8%; }
.aos-init.aos-animate .scale.scale__color--F:before {
  left: 13%; }
.aos-init.aos-animate .scale.scale__color--G:before {
  left: 25%; }
.aos-init.aos-animate .scale.scale__color--H:before {
  left: 31.25%; }
.aos-init.aos-animate .scale.scale__color--H-I:before {
  left: 34.375%; }
.aos-init.aos-animate .scale.scale__color--I:before {
  left: 37.5%; }
.aos-init.aos-animate .scale.scale__color--J:before {
  left: 43.75%; }
.aos-init.aos-animate .scale.scale__color--K:before {
  left: 50%; }
.aos-init.aos-animate .scale.scale__color--L:before {
  left: 56.25%; }
.aos-init.aos-animate .scale.scale__color--M:before {
  left: 62.5%; }
.aos-init.aos-animate .scale.scale__color--N:before {
  left: 68.75%; }
.aos-init.aos-animate .scale.scale__color--O:before {
  left: 75%; }
.aos-init.aos-animate .scale.scale__color--P:before {
  left: 81.25%; }
.aos-init.aos-animate .scale.scale__color--Q:before {
  left: 87.5%; }
.aos-init.aos-animate .scale.scale__color--R:before {
  left: 93.75%; }
.aos-init.aos-animate .scale.scale__color--S:before {
  left: 100%; }
.aos-init.aos-animate .scale.scale__clarity--FL:before {
  left: 7.0909090909%; }
.aos-init.aos-animate .scale.scale__clarity--IF:before {
  left: 18.1818181818%; }
.aos-init.aos-animate .scale.scale__clarity--VVS1:before {
  left: 27.2727272727%; }
.aos-init.aos-animate .scale.scale__clarity--VVS2:before {
  left: 36.3636363636%; }
.aos-init.aos-animate .scale.scale__clarity--VS1:before {
  left: 45.4545454545%; }
.aos-init.aos-animate .scale.scale__clarity--VS2:before {
  left: 54.5454545455%; }
.aos-init.aos-animate .scale.scale__clarity--SI1:before {
  left: 63.6363636364%; }
.aos-init.aos-animate .scale.scale__clarity--SI2:before {
  left: 72.7272727273%; }
.aos-init.aos-animate .scale.scale__clarity--I1:before {
  left: 81.8181818182%; }
.aos-init.aos-animate .scale.scale__clarity--I2:before {
  left: 90.9090909091%; }
.aos-init.aos-animate .scale.scale__clarity--I3:before {
  left: 100%; }
.aos-init.aos-animate .scale.scale__clarity--I1-I2:before {
  left: 86.3636363636%; }

.scale {
  width: 100%;
  border-top: 1px solid #eee;
  margin: 3rem 0 8rem;
  position: relative; }
  @media (max-width: 480px) {
    .scale {
      margin-top: 2rem;
      margin-bottom: 2rem; } }
  .scale:after {
    content: " ";
    display: block;
    clear: both; }
  .scale div {
    display: block;
    float: left;
    border-left: 1px solid #eee;
    padding: 2rem 0 0rem;
    font-size: 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.04em;
    color: #666;
    line-height: 1.5em; }
    @media (max-width: 480px) {
      .scale div {
        font-size: 6px; } }
  .scale:before {
    content: " ";
    width: 12px;
    height: 12px;
    display: block;
    background-color: #868686;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0%; }
  .scale.scale__color div {
    padding: 2rem 1rem; }
    .scale.scale__color div:first-child {
      width: 15%;
      border-left: 0; }
    .scale.scale__color div:nth-child(2) {
      width: 25%; }
    .scale.scale__color div:nth-child(3) {
      width: 10%; }
    .scale.scale__color div:nth-child(4) {
      width: 20%; }
    .scale.scale__color div:last-child {
      width: 30%; }
  .scale.scale__clarity div {
    padding: 2rem 1rem; }
    .scale.scale__clarity div:first-child {
      width: 19%;
      border-left: 0; }
    .scale.scale__clarity div:nth-child(2) {
      width: 19%; }
    .scale.scale__clarity div:nth-child(3) {
      width: 19%; }
    .scale.scale__clarity div:nth-child(4) {
      width: 19%; }
    .scale.scale__clarity div:last-child {
      width: 24%; }

.block__diamond-color,
.block__diamond-clarity {
  text-align: center;
  margin-bottom: 5rem; }
  .block__diamond-color .element__grade,
  .block__diamond-clarity .element__grade {
    font-size: 2rem;
    font-weight: 300;
    padding: 2rem;
    border: 1px solid #eee;
    display: inline-block;
    margin: 2rem auto; }
  @media (max-width: 480px) {
    .block__diamond-color,
    .block__diamond-clarity {
      margin-bottom: 8rem; }
      .block__diamond-color .element__grade,
      .block__diamond-clarity .element__grade {
        font-size: 1.4rem;
        margin: 2rem 0 0;
        padding: 1rem; } }

.print.more-info.text--Diavik .diavik {
  display: block; }
.print.more-info.text--Ekati .ekati {
  display: block; }
.print.more-info.text--Gahcho-Kue .gahcho-kue {
  display: block; }
.print.more-info.text--Snap-Lake .snap-lake {
  display: block; }
.print.more-info.text--Victor .victor {
  display: block; }

.more-info .text {
  visibility: visible;
  z-index: -2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  opacity: 0; }
  .more-info .text p,
  .more-info .text .btn__close {
    display: none; }
.more-info.clicked .text {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 100;
  /* Safari 1.x */
  -khtml-opacity: 100;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100001;
  top: 0;
  right: 0;
  text-align: center;
  background-color: rgba(103, 103, 103, 0.98);
  color: #ffffff; }
  .more-info.clicked .text .the-copy {
    top: 50%;
    position: relative;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .more-info.clicked .text p {
    max-width: 600px;
    margin: 0 auto;
    padding: 4rem; }
  .more-info.clicked .text .btn__close {
    display: block; }
  .more-info.clicked .text.text--reeds .reeds {
    display: block; }
  .more-info.clicked .text.text--Diavik .diavik {
    display: block; }
  .more-info.clicked .text.text--Ekati .ekati {
    display: block; }
  .more-info.clicked .text.text--Gahcho-Kue .gahcho-kue {
    display: block; }
  .more-info.clicked .text.text--Snap-Lake .snap-lake {
    display: block; }
  .more-info.clicked .text.text--Victor .victor {
    display: block; }

.btn__more-info {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(68, 68, 68, 0.1);
  margin: 2rem auto 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding-top: 0.7rem; }
  .btn__more-info:link, .btn__more-info:visited, .btn__more-info:active {
    color: #989898;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn__more-info:hover {
    color: #868686;
    border: 1px solid rgba(68, 68, 68, 0.4); }

.btn__close {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.6rem; }
  .btn__close:link, .btn__close:visited, .btn__close:active {
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
  .btn__close:hover {
    color: white; }

.switch__cut-image .img-02 {
  display: none; }
.switch__cut-image.cut-image--Victor .img-01, .switch__cut-image.cut-image--Ekati .img-01 {
  display: none; }
.switch__cut-image.cut-image--Victor .img-02, .switch__cut-image.cut-image--Ekati .img-02 {
  display: inline-block; }

.switch__first-cut-image .img-sudbury,
.switch__first-cut-image .img-vancouver,
.switch__first-cut-image .img-vietnam {
  display: none; }
.switch__first-cut-image.first-cut-image--Diavik .img-default {
  display: none; }
.switch__first-cut-image.first-cut-image--Diavik .img-vancouver {
  display: block; }
.switch__first-cut-image.first-cut-image--Victor .img-default {
  display: none; }
.switch__first-cut-image.first-cut-image--Victor .img-vietnam {
  display: block; }

.switch__first-cut-text p {
  display: none; }
.switch__first-cut-text.first-cut-text--Diavik p.text--yellowknife, .switch__first-cut-text.first-cut-text--Ekati p.text--yellowknife {
  display: block; }
.switch__first-cut-text.first-cut-text--Victor p.text--sudbury {
  display: block !important; }
.switch__first-cut-text.first-cut-text--reeds p.text--reeds {
  display: block !important; }

.switch__origin p {
  display: none; }
.switch__origin.switch__origin--reeds .reeds {
  display: block; }
.switch__origin.switch__origin--Diavik .diavik {
  display: block; }
.switch__origin.switch__origin--Ekati .ekati {
  display: block; }
.switch__origin.switch__origin--Gahcho-Kue .gahcho-kue {
  display: block; }
.switch__origin.switch__origin--Snap-Lake .snap-lake {
  display: block; }
.switch__origin.switch__origin--Victor .victor {
  display: block; }

.mobile-swap .img-xs {
  display: none; }
.mobile-swap .img-md {
  display: inline-block; }
@media (max-width: 480px) {
  .mobile-swap .img-xs {
    display: inline-block; }
  .mobile-swap .img-md {
    display: none; } }

.shareit {
  width: 100%;
  height: 60px; }
  .shareit:before, .shareit:after {
    content: ' ';
    clear: both;
    display: block; }
  .shareit > div {
    width: 50%;
    float: left; }
    .shareit > div:first-child {
      text-align: right; }
    .shareit > div:last-child {
      text-align: left; }
    .shareit > div a, .shareit > div .share-btn {
      display: inline-block;
      padding: 1rem 2rem;
      margin: 0rem;
      -webkit-transition: all 0.4s cubic-bezier(0.5, 0, 0.175, 1);
      -moz-transition: all 0.4s cubic-bezier(0.5, 0, 0.175, 1);
      -o-transition: all 0.4s cubic-bezier(0.5, 0, 0.175, 1);
      transition: all 0.4s cubic-bezier(0.5, 0, 0.175, 1); }
      .shareit > div a span, .shareit > div .share-btn span {
        font-size: 2rem;
        position: relative;
        left: -5px;
        top: 5px; }
      .shareit > div a:link, .shareit > div a:active, .shareit > div a:visited, .shareit > div .share-btn:link, .shareit > div .share-btn:active, .shareit > div .share-btn:visited {
        color: #868686; }
      .shareit > div a:hover, .shareit > div .share-btn:hover {
        color: #444; }
      .shareit > div a i, .shareit > div .share-btn i {
        font-style: normal; }

.shareit__more {
  display: inline-block; }
  .shareit__more li {
    display: inline-block; }
    .shareit__more li a {
      padding: 1rem;
      text-align: center;
      left: 0;
      padding-top: 0;
      position: relative;
      top: -2px; }
      .shareit__more li a span {
        font-size: 1.6rem !important; }
      @media (max-width: 768px) {
        .shareit__more li a {
          padding: 2rem;
          top: 0; }
          .shareit__more li a span {
            top: 0;
            left: 0;
            font-size: 1.8rem; } }

.share-btn {
  width: 200px; }
  .share-btn .share-expand {
    display: none; }
  .share-btn > a:link, .share-btn > a:active, .share-btn > a:visited {
    padding: 0; }
  .share-btn:hover > a {
    display: none; }
  .share-btn:hover .share-expand {
    display: block; }
    .share-btn:hover .share-expand .icon-close {
      display: none; }

@media (max-width: 768px) {
  .shareit__more {
    width: 100%;
    text-align: center; }

  .share-btn:hover > a {
    display: block; }
  .share-btn:hover .share-expand {
    display: none; }
    .share-btn:hover .share-expand .icon-close {
      display: block; }
  .share-btn .share-expand {
    display: none; }
    .share-btn .share-expand.pop {
      display: block;
      width: 100%;
      height: 100vh;
      position: fixed;
      background: rgba(255, 255, 255, 0.9);
      top: 0;
      left: 0;
      z-index: 100; }
      .share-btn .share-expand.pop .shareit__more {
        position: fixed;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .share-btn .share-expand.pop .icon-add {
        display: none; }
      .share-btn .share-expand.pop .icon-close {
        position: absolute;
        top: 2rem;
        right: 2rem;
        left: auto;
        font-size: 1.6rem; } }
body {
  color: #323232 !important; }

.block__enter {
  background: #000;
  background-image: url("../img/reeds-bg.jpg");
  background-size: cover;
  background-position: center bottom; }
  .block__enter .content {
    color: #fff; }
  .block__enter input[type="text"] {
    color: #fff;
    font-weight: 600; }
  .block__enter input[type="submit"] {
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 2rem 4rem; }
    .block__enter input[type="submit"]:hover {
      background-color: #0b1620;
      border: 1px solid #0b1620; }
  .block__enter h1 {
    display: inline-block;
    width: 352px;
    height: 152px;
    margin-bottom: 2rem;
    background-image: url("../img/reeds-logo.png");
    background-size: cover;
    font-size: 0; }
    @media (max-width: 480px) {
      .block__enter h1 {
        width: 220px;
        height: 94px; } }

.logo {
  display: block;
  width: 140px;
  height: 140px;
  background: red;
  margin: 0 auto;
  background: url("../img/reeds-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4rem; }

.block__conclusion {
  background-size: contain; }
  .block__conclusion .logo {
    background-image: url("../img/reeds-logo-black.png");
    opacity: 0.8;
    width: 220px;
    height: auto; }
    @media (max-width: 480px) {
      .block__conclusion .logo {
        width: 140px;
        margin-bottom: 6rem; } }
  .block__conclusion p {
    font-family: 'Cormorant Garamond';
    font-size: 2rem;
    line-height: 1.4em;
    color: #274b5b; }
  .block__conclusion .row {
    padding-bottom: 0 !important; }
    .block__conclusion .row .col-copy {
      position: relative !important; }
      .block__conclusion .row .col-copy .content {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        padding-bottom: 0 !important;
        -webkit-transform: translate(0, 0) !important;
        -moz-transform: translate(0, 0) !important;
        -os-transform: translate(0, 0) !important;
        transform: translate(0, 0) !important; }
        @media (max-width: 480px) {
          .block__conclusion .row .col-copy .content {
            font-size: 1.8rem !important;
            padding: 0 4rem !important; } }
        .block__conclusion .row .col-copy .content .vertical-line {
          margin-top: 0 !important; }
          @media (max-width: 480px) {
            .block__conclusion .row .col-copy .content .vertical-line {
              height: 10rem;
              margin-bottom: 4rem; } }

.cover {
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  z-index: 1000;
  position: fixed;
  display: none; }

h2, .the-title, .the-title {
  color: #274b5b; }

h2:before, .the-title:before,
.vertical-line,
.the-title:before {
  background-color: #274b5b !important; }

.module__share {
  display: none !important; }

.page-title {
  background-image: url("../img/mountain-full.jpg");
  background-size: cover;
  background-position: center; }
  .page-title .the-title {
    margin: 4rem 0 4rem;
    padding: 0 20% 0rem;
    text-transform: none;
    font-size: 6rem; }
    @media (max-width: 480px) {
      .page-title .the-title {
        font-size: 4.4rem;
        padding: 0 1rem; } }
    .page-title .the-title:after {
      display: none !important; }
  .page-title p {
    max-width: 680px;
    margin: 0 auto; }
    .page-title p:after {
      content: ' ';
      display: block;
      width: 1px;
      height: 15rem;
      background-color: #274b5b;
      margin: 4rem auto 0; }
      @media (max-width: 480px) {
        .page-title p:after {
          height: 10rem; } }

.block__diamond-color {
  margin-bottom: 6rem !important; }

.block__diamond-clarity {
  margin-bottom: 2rem !important; }

.diamond-origin .col-copy {
  background-image: url("../img/reeds-mountain.jpg");
  background-size: cover; }

.first-cut .col-copy {
  background-image: url("../img/first-cut-bg.jpg");
  background-size: cover; }

.more-info.clicked .text {
  background-color: rgba(11, 22, 32, 0.95); }

.footer-cap {
  line-height: 0; }
  .footer-cap img {
    width: 100%;
    height: auto; }

/* style sheet for "letter" printing */
@page {
  size: letter;
  margin: 0.25in; }
@media print {
  .scale.scale__color--D:before {
    left: 2%; }
  .scale.scale__color--E:before {
    left: 12.5%; }
  .scale.scale__color--F:before {
    left: 18.75%; }
  .scale.scale__color--G:before {
    left: 25%; }
  .scale.scale__color--H:before {
    left: 31.25%; }
  .scale.scale__color--H-I:before {
    left: 34.375%; }
  .scale.scale__color--I:before {
    left: 37.5%; }
  .scale.scale__color--J:before {
    left: 43.75%; }
  .scale.scale__color--K:before {
    left: 50%; }
  .scale.scale__color--L:before {
    left: 56.25%; }
  .scale.scale__color--M:before {
    left: 62.5%; }
  .scale.scale__color--N:before {
    left: 68.75%; }
  .scale.scale__color--O:before {
    left: 75%; }
  .scale.scale__color--P:before {
    left: 81.25%; }
  .scale.scale__color--Q:before {
    left: 87.5%; }
  .scale.scale__color--R:before {
    left: 93.75%; }
  .scale.scale__color--S:before {
    left: 100%; }
  .scale.scale__clarity--FL:before {
    left: 7.0909090909%; }
  .scale.scale__clarity--IF:before {
    left: 18.1818181818%; }
  .scale.scale__clarity--VVS1:before {
    left: 27.2727272727%; }
  .scale.scale__clarity--VVS2:before {
    left: 36.3636363636%; }
  .scale.scale__clarity--VS1:before {
    left: 45.4545454545%; }
  .scale.scale__clarity--VS2:before {
    left: 54.5454545455%; }
  .scale.scale__clarity--SI1:before {
    left: 63.6363636364%; }
  .scale.scale__clarity--SI2:before {
    left: 72.7272727273%; }
  .scale.scale__clarity--I1:before {
    left: 81.8181818182%; }
  .scale.scale__clarity--I2:before {
    left: 90.9090909091%; }
  .scale.scale__clarity--I3:before {
    left: 100%; }
  .scale.scale__clarity--I1-I2:before {
    left: 86.3636363636%; }

  .hide-on-print {
    display: none; }

  .mcd,
  .page-title,
  .the-scales,
  .block__conclusion {
    display: none; }

  /* fix print fromt jumping */
  .switch__cut-image .small-text {
    margin-bottom: 4rem; }

  .scale {
    margin: 0; }
    .scale div {
      line-height: 1.8em !important; }
    .scale.scale__color div {
      padding: 1rem;
      font-size: 0.6rem;
      line-height: 1.2em;
      width: 20% !important; }
    .scale.scale__clarity div {
      font-size: 0.6rem;
      padding: 1rem;
      line-height: 1.2em;
      width: 20% !important; }

  .block__diamond-color .element__grade,
  .block__diamond-clarity .element__grade {
    font-size: 0.6rem;
    padding: 1rem;
    margin: 0rem auto 1rem; }

  .block__diamond-color,
  .block__diamond-clarity {
    margin-bottom: 2rem; }

  .block__diamond-color {
    margin-top: 4rem; }

  .block__diamond-clarity {
    margin-bottom: 4rem; } }
.print-more-info .more-info .text {
  position: relative; }
  .print-more-info .more-info .text .the-copy {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
    .print-more-info .more-info .text .the-copy p {
      width: 480px; }

@media screen {
  .print-only {
    display: none; } }
.print-only {
  font-size: 1rem;
  line-height: 1.4em; }
  .print-only h1 {
    font-size: 4rem; }
  .print-only h2, .print-only .the-title {
    font-size: 2.2rem;
    margin-bottom: 1.4rem;
    padding: 0 5%; }
    .print-only h2:before, .print-only .the-title:before {
      width: 2rem;
      margin: 0 auto 1.2rem; }
  .print-only img {
    max-width: 100%; }
  .print-only .small-text {
    font-size: 0.8rem; }
  .print-only .content {
    padding: 2rem 4rem; }

* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  font-size: 62.5%; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7em;
  color: #868686; }
  @media (max-width: 480px) {
    body {
      font-size: 1.2rem; } }

h1, h2, .the-title, h3, h4, h5 {
  line-height: 1em;
  font-weight: 400;
  text-align: center; }

h1 {
  font-family: 'Cormorant Garamond';
  font-size: 5rem; }
  @media (max-width: 480px) {
    h1 {
      font-size: 3.6rem; } }

h2, .the-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 4.4rem;
  margin-bottom: 3rem; }
  h2:before, .the-title:before {
    content: ' ';
    display: block;
    width: 3rem;
    height: 1px;
    background-color: #868686;
    margin: 4rem auto;
    opacity: 0.5; }
  @media (max-width: 480px) {
    h2, .the-title {
      font-size: 3.4rem; } }

h3 {
  letter-spacing: 0.1em;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1rem; }

a:link, a:visited, a:active {
  color: #868686;
  text-decoration: none; }

span.u {
  border-bottom: 1px solid #868686; }

.small-text {
  font-size: 1.1rem;
  line-height: 1.5em;
  margin-top: 1rem; }

.the-title {
  font-size: 8rem;
  margin: 4rem 0 12rem;
  padding: 0 20% 16rem;
  text-transform: none; }
  .the-title:before {
    display: none; }
  .the-title:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 0rem;
    background-color: rgba(103, 103, 103, 0.2);
    margin: 4rem auto;
    -webkit-transition: all 1s cubic-bezier(0.5, 0, 0.175, 1) 0.2s; }
  @media (max-width: 768px) {
    .the-title {
      font-size: 8rem;
      margin-bottom: 8rem; } }
  @media (max-width: 480px) {
    .the-title {
      font-size: 6rem;
      margin-bottom: 4rem;
      padding: 0 0 16rem; } }

.aos-animate .the-title:after {
  height: 16rem; }

.vertical-line {
  display: block;
  left: 50%;
  width: 1px;
  height: 16rem;
  background-color: rgba(103, 103, 103, 0.2);
  margin: 4rem auto 8rem;
  -webkit-transition: all 1s cubic-bezier(0.5, 0, 0.175, 1) 0.2s; }

.cursive {
  font-family: "Mrs Saint Delafield", cursive;
  margin-top: 4rem; }

.error {
  color: red;
  padding: 4rem 4rem 12rem; }

.vertical-divider {
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #eeeeee;
  margin: 4rem auto; }

/*# sourceMappingURL=hra.css.map */
