@charset "UTF-8";
body {
  overflow-x: hidden; }

img {
  width: 100%;
  height: auto; }

body {
  font-family: "Belgrano", serif;
  font-size: 14px;
  color: #211e5d;
  background: #fffded; }
  @media (max-width: 480px) {
    body {
      font-size: 13px; } }
  @media print {
    body {
      font-size: 9pt; } }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

em {
  font-style: italic; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  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 {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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.
 * 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; }

/**
 * 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 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 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 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 */ }

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

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

/* 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; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

header {
  background-color: #211e5d;
  margin-bottom: 200px;
  position: relative; }
  @media (max-width: 768px) {
    header {
      margin-bottom: 150px; } }
  @media (max-width: 480px) {
    header {
      margin-bottom: 100px; } }
  header .slick-slider {
    width: 100%;
    height: 66vh; }
    header .slick-slider div {
      height: 100%;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat; }
  header #logo {
    background: #211e5d;
    height: 80px;
    position: absolute;
    bottom: -80px;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0; }
    @media (max-width: 768px) {
      header #logo {
        height: 60px;
        bottom: -60px; } }
    @media (max-width: 480px) {
      header #logo {
        height: 50px;
        bottom: -50px; } }
    header #logo #diamond {
      height: 400px;
      position: relative;
      top: -200px;
      background: url("../images/diamond.svg") no-repeat center; }
      @media (max-width: 768px) {
        header #logo #diamond {
          height: 300px;
          top: -150px; } }
      @media (max-width: 480px) {
        header #logo #diamond {
          height: 200px;
          top: -100px; } }
      header #logo #diamond .moxie {
        height: 133.333333333px;
        margin-top: 95.2380952381px; }
        @media (max-width: 768px) {
          header #logo #diamond .moxie {
            height: 100px;
            margin-top: 71.4285714286px; } }
        @media (max-width: 480px) {
          header #logo #diamond .moxie {
            height: 66.6666666667px;
            margin-top: 47.619047619px; } }
      header #logo #diamond .hendricks h2 {
        color: #fdf8bf;
        text-transform: uppercase;
        letter-spacing: 1em;
        font-size: 0.6em; }
      header #logo #diamond .hendricks .logo {
        height: 26.6666666667px; }
        @media (max-width: 768px) {
          header #logo #diamond .hendricks .logo {
            height: 20px; } }
        @media (max-width: 480px) {
          header #logo #diamond .hendricks .logo {
            height: 13.3333333333px; } }

main #content {
  padding: 4em 2em 2em; }
  main #content::after {
    clear: both;
    content: "";
    display: block; }
  @media (max-width: 768px) {
    main #content {
      padding-top: 2em; } }
  main #content #lady {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
    transform: translateX(6em); }
    @media (max-width: 1350px) {
      main #content #lady {
        transform: translateX(4em); } }
    @media (max-width: 1200px) {
      main #content #lady {
        transform: translateX(2em); } }
    @media (max-width: 1024px) {
      main #content #lady {
        transform: translateX(0); } }
    @media (max-width: 768px) {
      main #content #lady {
        transform: translateX(0);
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        margin-left: calc(25% - 25px + 40px); } }
    @media (max-width: 480px) {
      main #content #lady {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px);
        padding: 0; } }
  main #content #intro {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px;
    margin-top: 1.5em; }
    @media (max-width: 1350px) {
      main #content #intro {
        margin-top: 0; } }
    @media (max-width: 1200px) {
      main #content #intro {
        margin-top: 1em;
        width: calc(50% - 30px);
        float: left;
        margin-left: 20px;
        padding-right: 3em; } }
    @media (max-width: 1024px) {
      main #content #intro {
        margin-top: 1.5em; } }
    @media (max-width: 768px) {
      main #content #intro {
        margin-top: 0;
        width: calc(83.3333333333% - 36.6666666667px);
        float: left;
        margin-left: 20px;
        margin-left: calc(8.3333333333% - 21.6666666667px + 40px); } }
    @media (max-width: 480px) {
      main #content #intro {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px);
        padding-right: 0; } }
    main #content #intro .intro {
      font-size: 1.35em;
      line-height: 1.4em;
      margin-bottom: 1.5em; }
      @media (max-width: 768px) {
        main #content #intro .intro {
          font-size: 1.2em; } }
    main #content #intro .location {
      padding: 1.5em 0;
      border-top: solid 2px #211e5d;
      border-bottom: solid 2px #211e5d;
      text-transform: uppercase;
      letter-spacing: 0.03em;
      line-height: 1.7em; }
      @media (max-width: 1350px) {
        main #content #intro .location {
          font-size: 0.95em; } }
      @media (max-width: 768px) {
        main #content #intro .location {
          font-size: 0.9em; } }
      @media (max-width: 480px) {
        main #content #intro .location {
          font-size: 0.8em;
          text-align: center;
          padding: 1.5em; } }
      main #content #intro .location .pin {
        float: left;
        width: 2em;
        margin-right: 1em; }
        @media (max-width: 480px) {
          main #content #intro .location .pin {
            width: 2.5em;
            float: none;
            clear: both;
            display: block;
            margin: 0 auto 1em; } }

main #social {
  padding: 1em 2em;
  text-align: center; }
  main #social::after {
    clear: both;
    content: "";
    display: block; }
  main #social .follow {
    display: inline-block;
    margin-bottom: 4em; }
    main #social .follow h2 {
      font-size: 1em;
      text-transform: uppercase;
      letter-spacing: 0.25em; }
      @media (max-width: 768px) {
        main #social .follow h2 {
          font-size: 0.8em; } }
    main #social .follow h3 {
      font-size: 3em;
      border-top: 2px solid #211e5d;
      border-bottom: 2px solid #211e5d;
      padding: 0.25em 0;
      margin: 0; }
      @media (max-width: 768px) {
        main #social .follow h3 {
          font-size: 2.5em; } }
    main #social .follow .icons {
      list-style: none;
      margin: 1.5em 0;
      padding: 0;
      text-align: center; }
      main #social .follow .icons li {
        margin: 0 1.25em;
        display: inline-block; }
        main #social .follow .icons li a {
          text-decoration: none; }
          main #social .follow .icons li a:hover img {
            opacity: 0.5; }
        main #social .follow .icons li img {
          height: 2.25em;
          width: auto;
          transition: 220ms ease; }
  main #social .juicer-feed {
    overflow: visible;
    font-family: "Belgrano", serif; }
    main #social .juicer-feed .feed-item {
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); }
    main #social .juicer-feed .j-poster-meta {
      letter-spacing: 0.05em; }
    main #social .juicer-feed .j-message {
      line-height: 1.5em;
      text-align: left;
      font-size: 0.75em;
      padding: 0 1em; }
    main #social .juicer-feed .j-meta a {
      font-size: 0.8em; }

footer {
  background: #211e5d url("../images/footer-bg.svg") no-repeat top;
  background-size: 10em;
  color: #fdf8bf;
  text-align: center;
  padding: 4em 2em 1.5em;
  position: relative;
  text-transform: uppercase;
  margin-top: 4em; }
  footer .logo {
    position: absolute;
    width: 4em;
    top: -1.2em;
    margin-left: -1.5em; }
  footer a {
    color: #fdf8bf;
    text-decoration: none; }
  footer p {
    font-size: 0.85em;
    letter-spacing: 0.02em;
    line-height: 1.75em; }
    footer p.small {
      font-size: 0.66em;
      opacity: 0.5;
      letter-spacing: 0.1em; }
  footer #hw {
    width: 200px;
    margin-top: 3em; }

body, input, textarea, select {
  font-family: "Belgrano", serif;
  color: #211e5d;
  padding: 0;
  margin: 0; }
  @media (max-width: 768px) {
    body, input, textarea, select {
      font-size: 14px; } }
  @media (max-width: 480px) {
    body, input, textarea, select {
      font-size: 14px; } }
  @media print {
    body, input, textarea, select {
      font-size: 9pt; } }

h3 {
  font-size: 1.2em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

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