@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oxygen:wght@300;400;700&display=swap");
/* Normalize.css v6.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           */
/*    IE on Windows Phone and in iOS: em;                                     */
/* -------------------------------------------------------------------------- */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* -------------------------------------------------------------------------- */
/* Grouping content                                                           */
/* -------------------------------------------------------------------------- */
/* Add the correct display in IE 9-                                           */
/* -------------------------------------------------------------------------- */
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 */ }

/* 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 */
  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                                                                      */
/* -------------------------------------------------------------------------- */
/* Remove the margin in Firefox and Safari                                    */
/* -------------------------------------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

/* Remove the inheritance of text transform in Edge, Firefox, and IE. */
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; }

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

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* -------------------------------------------------------------------------- */
/* Base styles: opinionated defaults
/* -------------------------------------------------------------------------- */
html {
  color: #222;
  font-size: 62.5%;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/* Remove default fieldset styles */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/* Allow only vertical resizing of textareas */
textarea {
  resize: vertical; }

/* -------------------------------------------------------------------------- */
/* Browser Upgrade Prompt
/* -------------------------------------------------------------------------- */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* -------------------------------------------------------------------------- */
/*   Helper classes
/* -------------------------------------------------------------------------- */
/* Hide visually and from screen readers */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  clip-path: none;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

/* Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* -------------------------------------------------------------------------- */
/*  SCAFFOLDING                                                               */
/* -------------------------------------------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #7E7A75;
  line-height: 1.5;
  overflow-x: hidden;
  margin: 0;
  scroll-behavior: smooth; }
  @media screen and (max-width: 560px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

main {
  clear: both;
  margin: 0 auto;
  background: #FFFFFF;
  position: relative; }
  main:before {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 800px) {
    main {
      flex-direction: row-reverse; } }
  main.has-sidebar {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px; }
  main img {
    max-width: 100% !important;
    height: auto; }

table {
  width: auto;
  margin: 40px auto 0;
  text-align: center; }
  @media (max-width: 800px) {
    table {
      overflow-x: scroll; } }

thead {
  background: #EEEADF; }

td, th {
  padding: 10px;
  min-width: 140px; }

.has-sidebar article {
  width: 59.5%;
  display: flex;
  flex-direction: column;
  padding-right: 6%; }
  @media screen and (max-width: 800px) {
    .has-sidebar article {
      margin-top: 50px;
      width: 100%;
      padding: 0; } }

.has-sidebar aside {
  width: 40%;
  height: 90vh;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  padding-top: 30px;
  padding-bottom: 40px; }
  @media screen and (max-width: 800px) {
    .has-sidebar aside {
      width: 100%;
      position: static; } }
  .has-sidebar aside section + section {
    margin-top: 3em; }

hr {
  margin: -5px 0 25px; }

.content-wrap, .container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 1200px) {
    .content-wrap, .container {
      margin: 0 15px; } }

section {
  padding: 100px 0;
  position: relative; }
  section.padded {
    padding: 160px 0; }
  section.terra {
    background: #AA867A; }
    section.terra p, section.terra .eyebrow {
      color: #F8F6F3; }
  section.olive {
    background: #7A8076; }
    section.olive p, section.olive .eyebrow {
      color: #F8F6F3; }
  section.mocha {
    background: #9F9582;
    overflow: hidden; }
    section.mocha p, section.mocha .eyebrow {
      color: #F8F6F3; }
  section.grain {
    background-image: url("./assets/img/bg-grain.jpg");
    background-size: cover; }
  section.texture {
    background-image: url("./assets/img/bg-texture.png");
    background-size: cover; }
  section.florals:before {
    content: url("./assets/img/vector-floral.svg");
    position: absolute;
    top: 0;
    opacity: 0.2; }
  section.florals:after {
    content: url("./assets/img/vector-floral.svg");
    position: absolute;
    bottom: 0;
    right: 2%;
    transform: rotate(180deg);
    opacity: 0.2; }
  section.mountains {
    background-image: url("./assets/img/pic-quote.jpg");
    background-size: cover; }
    section.mountains p, section.mountains .caption {
      color: #FFFDFB !important; }

.content {
  width: 100%;
  /* full-width by default */
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  opacity: 0;
  transition: all 1.5s;
  transform: translateY(50px); }
  .content.center {
    text-align: center; }
  .content.left {
    text-align: left; }
  .content.full {
    max-width: 1000px; }
  .content.split {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .content.split .col {
      width: 50%; }
      .content.split .col:first-child {
        padding-right: 3em; }
    @media (max-width: 960px) {
      .content.split {
        flex-wrap: wrap; }
        .content.split .col {
          width: 100%;
          text-align: center; }
          .content.split .col:first-child {
            padding-right: 0;
            padding-bottom: 3em; } }
  .content.inverse {
    flex-direction: row-reverse; }
    .content.inverse .col:first-child {
      padding-left: 3em; }
    @media (max-width: 960px) {
      .content.inverse .col:first-child {
        padding-left: 0;
        padding-bottom: 3em; } }
  @media (max-width: 960px) {
    .content {
      width: 90%; } }
  .content.contained {
    max-width: 800px; }

.appear {
  opacity: 1;
  transform: translateY(0); }

.abs {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 47.5%; }
  @media (max-width: 960px) {
    .abs {
      width: 100%;
      position: static;
      height: 500px;
      margin-bottom: -100px; } }

img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.container {
  padding: 0;
  margin: 30px auto;
  width: 500px; }
  .container.no-padding {
    padding: 0 !important; }
  .container.padding {
    padding: 30px !important; }
  @media (max-width: 560px) {
    .container {
      width: 100%;
      margin: 0 auto;
      padding: 20px !important; } }

.page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-basis: 100%;
  align-items: baseline;
  border-bottom: 3px solid #424242;
  margin-top: 50px;
  margin-bottom: 30px;
  padding-bottom: 10px; }
  @media (max-width: 560px) {
    .page-header {
      flex-direction: column;
      padding-bottom: 15px; } }

img {
  max-width: 100%; }

/* -------------------------------------------------------------------------- */
/*  TYPOGRAPHY                                                                */
/* -------------------------------------------------------------------------- */
::marker {
  color: #AA867A; }

ul {
  margin: 15px 0 15px 45px;
  line-height: 1.75; }

a {
  color: #3DC6EE; }
  a:hover {
    color: #2587C8; }

.light {
  font-weight: 300 !important;
  font-style: unset !important; }

.regular {
  font-weight: 400 !important;
  font-style: unset !important; }

.medium {
  font-weight: 500 !important;
  font-style: unset !important; }

.semi-bold {
  font-weight: 600 !important;
  font-style: unset !important; }

.center {
  text-align: center; }

.center-block {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.title {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1;
  font-weight: 400;
  font-family: "Libre Caslon Display", serif;
  color: #423F37;
  text-transform: uppercase;
  letter-spacing: 2px; }
  @media (max-width: 560px) {
    .title {
      font-size: 40px;
      font-size: 4rem; } }

.alt-title {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Libre Caslon Display", serif;
  color: #423F37;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px; }

.subtitle {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  font-family: "Libre Caslon Display", serif;
  color: #423F37;
  text-transform: uppercase;
  letter-spacing: 23px;
  margin-bottom: 10px; }

.section-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  font-weight: 600;
  color: #423F37;
  margin-bottom: 20px;
  color: #423F37;
  letter-spacing: 2px; }

.subsection-title, .category, .eyebrow {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #AA867A;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px; }

.para-title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #7E7A75; }
  @media (max-width: 560px) {
    .para-title {
      font-size: 22px;
      font-size: 2.2rem; } }

.blurb {
  color: #423F37;
  font-size: 18px;
  line-height: 36px;
  font-family: "Libre Caslon Display", serif;
  font-weight: 400;
  text-align: center;
  margin: 50px 0; }
  @media (min-width: 1200px) {
    .blurb {
      font-size: 24px;
      line-height: 44px; } }

small {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 90%; }

.disclaimer {
  font-size: 11.5px;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 18px;
  font-style: italic;
  color: #808285; }

.uppercase {
  text-transform: uppercase; }

p + p {
  margin-bottom: 15px; }

p + .subtitle {
  margin-top: -15px; }

p {
  margin-top: 20px; }

p + .button, p + .button.inverse, p + .button-inverse {
  margin-top: 30px; }

p + .caption {
  margin-top: 20px;
  display: block; }

/* -------------------------------------------------------------------------- */
/*  HEADER                                                                    */
/* -------------------------------------------------------------------------- */
#site-header {
  background: #EEEADF;
  height: auto;
  padding: 80px 0 120px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center; }
  #site-header img {
    max-width: 100%; }
    @media (min-width: 800px) {
      #site-header img {
        max-width: 575px; } }
  #site-header .flex-group {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    justify-content: center;
    width: 100%;
    margin-top: 70px; }

@media (min-width: 960px) {
  .first-line {
    display: block; } }

/* -------------------------------------------------------------------------- */
/*  FOOTER                                                                    */
/* -------------------------------------------------------------------------- */
footer {
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 800px) {
    footer {
      height: auto; } }
  footer .footer-logo {
    width: 400px;
    padding: 60px 0; }
  footer .upper {
    background: #48443c; }
  footer .lower {
    padding: 5px 20px 20px;
    background: #423F37;
    color: #FFFFFF; }
    footer .lower a {
      color: #FFFFFF !important;
      text-decoration: none; }
      footer .lower a:hover {
        text-decoration: underline; }

/* -------------------------------------------------------------------------- */
/*  BUTTONS                                                                   */
/* -------------------------------------------------------------------------- */
button, .button, .button.inverse, .button-inverse {
  background: #423F37;
  border: 3px solid #423F37;
  color: #FFFFFF;
  padding: 10px 20px;
  text-transform: uppercase !important;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 95%;
  transition: all 300ms; }
  button:hover, .button:hover, .button-inverse:hover {
    background: #504c43;
    border-color: #504c43;
    color: #F8F6F3; }

.inverse.button, .inverse.button-inverse, .button-inverse {
  background: transparent !important;
  color: #423F37 !important; }
  .inverse.button:hover, .inverse.button-inverse:hover, .button-inverse:hover {
    background: #504c43;
    border-color: #504c43;
    color: #F8F6F3; }

.button-group {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  @media (max-width: 560px) {
    .button-group {
      flex-direction: column;
      margin-top: 10px; }
      .button-group a {
        margin-bottom: 30px; } }
  .button-group button, .button-group .button, .button-group .button-inverse, .button-group .button-alt, .button-group .button-inverse {
    margin-right: 15px !important; }

/* -------------------------------------------------------------------------- */
/*  FORMS + INPUTS                                                            */
/* -------------------------------------------------------------------------- */
input, select {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 15px;
  border: 1px solid #CCCCCC;
  width: 80%;
  font-family: "Montserrat", sans-serif; }
  @media (max-width: 560px) {
    input, select {
      width: 100%; } }

input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: text-bottom; }

input[type=file] {
  overflow: hidden;
  border: transparent;
  margin-left: -3px; }

label {
  font-family: "Libre Caslon Display", serif;
  font-weight: bold;
  color: #222222;
  text-transform: capitalize;
  vertical-align: text-bottom; }

label + input {
  display: block; }

main form {
  border: 1px solid #CCCCCC; }
  main form#login {
    padding: 30px; }
  main form > div {
    margin-bottom: 15px; }
    main form > div > span {
      vertical-align: text-bottom; }
  main form > small {
    margin: -10px 0 20px;
    display: block; }
  main form header {
    background: #1E6290;
    color: #FFFFFF;
    position: relative;
    padding: 20px; }
    main form header .alt-title {
      margin: 10px 0 -10px;
      color: #fff; }
    main form header .form-actions {
      position: absolute;
      top: 20px;
      right: 20px; }
      main form header .form-actions .video-tutorial {
        margin-right: 10px;
        text-decoration: none; }
  main form section {
    padding: 20px; }
    main form section.non-editable-fields {
      background: #eee;
      border-bottom: 1px solid #ccc;
      color: #676767; }
      main form section.non-editable-fields .personal-info {
        list-style: none;
        padding: 5px 0; }
      main form section.non-editable-fields .key {
        font-weight: bold;
        padding-right: 10px; }

.form-check-label {
  font-family: "Montserrat", sans-serif;
  color: #7E7A75;
  font-weight: normal; }

.form-group {
  border: none;
  font-size: unset;
  padding: 0;
  margin: 10px 0; }

.form-group + button,
.form-check + button {
  margin: 1em 0; }

.form-control {
  border: 1px solid #CCCCCC;
  padding: 10px;
  border-radius: 0;
  font-size: inherit;
  height: auto; }

.form-check-input {
  width: 1em !important;
  height: 1em; }

.profile-photo {
  display: inline-block;
  position: relative;
  width: 150px;
  height: auto;
  margin-left: 30px; }
  .profile-photo .remove-photo {
    position: absolute;
    top: -14px;
    right: -10px; }

/* -------------------------------------------------------------------------- */
/*  LINKS                                                                     */
/* -------------------------------------------------------------------------- */
main p a[target="_blank"] {
  color: #3DC6EE;
  text-decoration: underline; }
  main p a[target="_blank"]:hover {
    color: #2587C8; }
  main p a[target="_blank"]:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
    margin-left: 3px;
    vertical-align: middle;
    opacity: .6; }

/* -------------------------------------------------------------------------- */
/*  LISTS                                                                     */
/* -------------------------------------------------------------------------- */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0; }

nav li {
  margin: 0;
  padding: 0; }

.link-list {
  list-style: none;
  margin: 0;
  border: 1px solid #CCCCCC;
  padding: 20px; }
  .link-list li {
    margin-bottom: 10px; }

/* -------------------------------------------------------------------------- */
/*  TABLES                                                                    */
/* -------------------------------------------------------------------------- */
td {
  padding-right: 20px; }

/* -------------------------------------------------------------------------- */
/*  SIGNUP                                                                    */
/* -------------------------------------------------------------------------- */
#mc_embed_signup form {
  border: none; }

#mc_embed_signup .mc-field-group {
  width: 40%;
  padding: 0 15px; }
  @media (max-width: 960px) {
    #mc_embed_signup .mc-field-group {
      width: 85%;
      margin: 10px 0; } }
  #mc_embed_signup .mc-field-group label {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0; }
  #mc_embed_signup .mc-field-group input {
    border: 1px solid #AA867A;
    border-radius: 0;
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: "Montserrat", sans-serif;
    color: #7E7A75;
    line-height: 1.5;
    text-indent: 0; }

#mc_embed_signup .fields-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center; }
  @media (max-width: 960px) {
    #mc_embed_signup .fields-group {
      flex-wrap: wrap; } }

#mc_embed_signup .response {
  margin: 1em 0 0 !important; }

#mc_embed_signup #mce-responses {
  float: none !important;
  text-align: center; }

#mc_embed_signup #mce-success-response {
  color: #423F37 !important;
  font-weight: 400 !important; }

#mc_embed_signup .foot {
  display: flex;
  justify-content: center;
  margin-top: 30px; }

#mc_embed_signup *:focus {
  outline: none; }

#mc_embed_signup .button, #mc_embed_signup .button-inverse {
  background: #423F37;
  border: 3px solid #423F37;
  color: #FFFFFF;
  padding: 10px 20px;
  text-transform: uppercase !important;
  font-size: inherit;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 95%;
  border-radius: 0;
  height: auto; }
  #mc_embed_signup .button:hover, #mc_embed_signup .button-inverse:hover {
    background: #504c43;
    border-color: #504c43;
    color: #FFFFFF; }
