/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 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 */
  -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; }

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 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"] {
  -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 OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

/*$gold: $yellow;*/
html {
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #202020; }

body {
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.15em;
  text-transform: uppercase;
  font-weight: 700;
  /*letter-spacing: 1px;*/ }

h1 {
  font-size: 2.5rem; }
  @media screen and (min-width: 64.0625em) {
    h1 {
      font-size: 3.4375rem; } }

h2 {
  font-size: 1.5rem; }
  @media screen and (min-width: 64.0625em) {
    h2 {
      font-size: 2.25rem; } }

h3 {
  font-size: 1.25rem; }
  @media screen and (min-width: 64.0625em) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1rem; }
  @media screen and (min-width: 64.0625em) {
    h4 {
      font-size: 1.125rem; } }

h5, h6 {
  font-size: 1rem;
  font-weight: 600;
  font-style: italic;
  text-transform: none; }
  @media screen and (min-width: 64.0625em) {
    h5, h6 {
      font-size: 1.125rem; } }

ul {
  padding: 0;
  margin: 0; }

p, li {
  padding: 0;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3em;
  font-weight: 400;
  /*letter-spacing: 1px;*/ }
  @media screen and (min-width: 47.875em) {
    p, li {
      font-size: 1rem; } }

li {
  /*padding-left: 30px;*/
  list-style: none; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

strong {
  font-weight: 600; }

.cta-button {
  -webkit-transition: color, 0.2s;
  transition: color, 0.2s;
  display: inline-block;
  padding: 8px 14px;
  background: rgba(0, 0, 0, 0.4);
  border: 4px solid #fff;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4), inset 0 0 20px 0 rgba(0, 0, 0, 0.4);
  /*&:hover {
    color: rgba(#fff, .6);
  }*/ }

.section-container {
  max-width: 93.125rem;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid blue;*/ }
  .section-container::after {
    clear: both;
    content: "";
    display: block; }

.content-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  /*border: 1px solid red;*/
  padding: 0 20px; }
  .content-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 47.875em) {
    .content-container {
      padding: 0 40px; } }
  @media screen and (min-width: 64.0625em) {
    .content-container {
      padding: 0 20px; } }
  @media screen and (min-width: 83.125em) {
    .content-container {
      padding: 0; } }

.small-container {
  max-width: 610px;
  margin: 0 auto; }

.site-footer {
  padding: 35px 0;
  background: #9b7d39;
  color: #fdfbf3; }
  @media screen and (min-width: 47.875em) {
    .site-footer .content-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.site-footer-logo {
  width: 208px;
  height: 47px; }

.site-footer-copyright {
  margin-left: auto;
  margin-top: 20px; }
  @media screen and (min-width: 47.875em) {
    .site-footer-copyright {
      margin-top: 0; } }

.site-header {
  position: relative;
  padding: 15px 0;
  background: #fdfbf3;
  z-index: 1; }
  @media screen and (min-width: 55em) {
    .site-header {
      height: 50px;
      padding: 0;
      background: transparent; } }
  @media screen and (min-width: 64.0625em) {
    .site-header {
      height: 80px; } }
  .site-header .content-container {
    position: relative; }
    @media screen and (min-width: 55em) {
      .site-header .content-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 100%; } }
  .site-header .site-header-logo {
    display: inline-block;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.9+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse closest-side at center, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    @media screen and (min-width: 55em) {
      .site-header .site-header-logo {
        position: absolute;
        top: 20px;
        left: 50%;
        width: 18vw;
        height: 19.5vw;
        margin-left: -9vw;
        z-index: 100; } }
    @media screen and (min-width: 64.0625em) {
      .site-header .site-header-logo {
        top: 30px; } }
    @media screen and (min-width: 83.125em) {
      .site-header .site-header-logo {
        top: 40px;
        width: 15rem;
        height: 16.25rem;
        margin-left: -7.5rem; } }
  .site-header .conference-logo {
    display: none; }
    @media screen and (min-width: 55em) {
      .site-header .conference-logo {
        display: block; } }
  .site-header .conference-logo-text-mobile {
    width: 140px;
    vertical-align: top; }
    @media screen and (min-width: 55em) {
      .site-header .conference-logo-text-mobile {
        display: none; } }

.site-nav {
  width: 100%; }
  @media screen and (min-width: 55em) {
    .site-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

.site-nav-mobile-icon {
  position: absolute;
  top: -10px;
  right: 20px;
  font-size: 2.5rem;
  line-height: 1em;
  color: #9b7d39; }
  @media screen and (min-width: 47.875em) {
    .site-nav-mobile-icon {
      right: 40px; } }
  @media screen and (min-width: 55em) {
    .site-nav-mobile-icon {
      display: none; } }

.site-nav-links {
  display: none;
  padding: 0; }
  @media screen and (min-width: 55em) {
    .site-nav-links {
      display: block; } }
  @media screen and (min-width: 55em) {
    .site-nav-links li {
      display: inline-block; } }
  @media screen and (min-width: 55em) {
    .site-nav-links li + li {
      margin-left: 1.75rem; } }
  @media screen and (min-width: 64.0625em) {
    .site-nav-links li + li {
      margin-left: 2.5rem; } }
  .site-nav-links a {
    padding: 15px 0;
    display: inline-block;
    color: #166a68;
    font-weight: 600;
    font-size: 0.8125rem;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    @media screen and (min-width: 55em) {
      .site-nav-links a {
        display: inline;
        padding: 0;
        color: #202020; } }
    @media screen and (min-width: 64.0625em) {
      .site-nav-links a {
        font-size: 0.9375rem; } }
    .site-nav-links a:hover {
      opacity: .6; }

.page-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 33vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
  text-align: center; }
  @media screen and (min-width: 47.875em) {
    .page-intro {
      height: 43vw;
      padding: 0; } }
  @media screen and (min-width: 55em) {
    .page-intro {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 9vw;
      margin-top: -50px; } }
  @media screen and (min-width: 64.0625em) {
    .page-intro {
      margin-top: -80px; } }
  @media screen and (min-width: 83.125em) {
    .page-intro {
      max-height: 580px;
      min-height: 0;
      padding-bottom: 134px; } }
  .page-intro.home-intro {
    position: relative; }
    @media screen and (min-width: 47.875em) {
      .page-intro.home-intro {
        height: 56vw; } }
    @media screen and (min-width: 83.125em) {
      .page-intro.home-intro {
        height: 744px;
        max-height: 744px; } }
  .page-intro h1,
  .page-intro h2 {
    text-transform: none; }
  .page-intro h1 {
    font-size: 9vw; }
    @media screen and (min-width: 55em) {
      .page-intro h1 {
        font-size: 7vw; } }
    @media screen and (min-width: 83.125em) {
      .page-intro h1 {
        font-size: 6.25rem; } }
  .page-intro .tile-mark {
    width: 100px;
    margin-bottom: 25px; }

.page-intro-text {
  position: relative;
  color: #fdfbf3;
  text-shadow: 0 0 10px rgba(32, 32, 32, 0.95);
  z-index: 10; }
  .page-intro-text * + * {
    margin-top: 20px; }

@media screen and (min-width: 47.875em) {
  .page-intro__headline {
    font-size: 3rem; } }
@media screen and (min-width: 64.0625em) {
  .page-intro__headline {
    font-size: 4rem; } }

@media screen and (min-width: 47.875em) {
  .photo-pods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
.photo-pods .photo-pod {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 29vw;
  max-height: 436px;
  min-height: 150px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .photo-pods .photo-pod.photo-pod--photo-only {
    height: 80vw; }
    @media screen and (min-width: 47.875em) {
      .photo-pods .photo-pod.photo-pod--photo-only {
        height: 29vw; } }
    .photo-pods .photo-pod.photo-pod--photo-only:nth-child(2), .photo-pods .photo-pod.photo-pod--photo-only:nth-child(3) {
      display: none; }
      @media screen and (min-width: 47.875em) {
        .photo-pods .photo-pod.photo-pod--photo-only:nth-child(2), .photo-pods .photo-pod.photo-pod--photo-only:nth-child(3) {
          display: block; } }
.photo-pods .photo-pod-wide {
  height: 44vw;
  max-height: 650px; }
  .photo-pods .photo-pod-wide.photo-pod-tall {
    height: 60vw;
    max-height: 900px; }

.linked-pod:hover .linked-pod-hover {
  background: rgba(75, 69, 64, 0.5); }
.linked-pod:hover .linked-pod-text {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }

.linked-pod-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  text-align: center;
  color: #fdfbf3;
  z-index: 2;
  text-shadow: 0 0 10px rgba(32, 32, 32, 0.5);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  .linked-pod-text h2 {
    text-transform: none; }

.linked-pod-link,
.linked-pod-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.linked-pod-link {
  z-index: 3; }

.linked-pod-hover {
  background: rgba(75, 69, 64, 0.01);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear; }

.tiled-section {
  position: relative;
  padding: 40px 0;
  background: #fdfbf3;
  color: #878683; }
  @media screen and (min-width: 47.875em) {
    .tiled-section {
      padding: 75px 0; } }
  .tiled-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/swirl.png) no-repeat 100% center;
    background-size: 95%; }
  .tiled-section .content-container {
    position: relative; }
  @media screen and (min-width: 64.0625em) {
    .tiled-section .text-block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 82.94039%;
      margin-left: 8.5298%; }
      .tiled-section .text-block:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 83.125em) {
    .tiled-section .text-block {
      /*@include span-columns(8);
      @include shift(2);*/
      max-width: 67%;
      margin: 0 auto;
      float: none;
      margin-right: auto !important; } }
  .tiled-section .text-block p {
    font-size: 1rem;
    font-weight: 400; }
    @media screen and (min-width: 47.875em) {
      .tiled-section .text-block p {
        font-size: 1.25rem; } }
    .tiled-section .text-block p.quotation {
      font-style: italic; }
    .tiled-section .text-block p.registration-form-error {
      color: #770001;
      font-size: 1em; }
  .tiled-section .text-block .text-block-headline {
    margin-bottom: 1em;
    text-transform: none;
    font-size: 1.25rem; }
    @media screen and (min-width: 64.0625em) {
      .tiled-section .text-block .text-block-headline {
        font-size: 1.5rem; } }
  @media screen and (min-width: 47.875em) {
    .tiled-section .text-block.text-block--sm p {
      font-size: 1rem; } }
  .tiled-section.tiled-section--inversed {
    background: #166a68;
    color: #fdfbf3; }
  .tiled-section.tiled-section--green {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008485+0,006869+100 */
    background: #008485;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#008485), to(#006869));
    background: linear-gradient(to bottom, #008485 0%, #006869 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008485', endColorstr='#006869',GradientType=0 );
    /* IE6-9 */
    color: #fdfbf3; }
  .tiled-section.tiled-section--purple {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a154f+0,54113e+100 */
    background: #6a154f;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#6a154f), to(#54113e));
    background: linear-gradient(to bottom, #6a154f 0%, #54113e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a154f', endColorstr='#54113e',GradientType=0 );
    /* IE6-9 */
    color: #fdfbf3; }
  .tiled-section.tiled-section--blue {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c66+0,003c51+100 */
    background: #004c66;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#004c66), to(#003c51));
    background: linear-gradient(to bottom, #004c66 0%, #003c51 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c66', endColorstr='#003c51',GradientType=0 );
    /* IE6-9 */
    color: #fdfbf3; }
    .tiled-section.tiled-section--blue a {
      color: #fdfbf3; }
  .tiled-section.tiled-section--burgandy {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#841517+0,681112+100 */
    background: #841517;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#841517), to(#681112));
    background: linear-gradient(to bottom, #841517 0%, #681112 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841517', endColorstr='#681112',GradientType=0 );
    /* IE6-9 */
    color: #fdfbf3; }
  .tiled-section.tiled-section--tomato {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ad1e23+0,88181c+100 */
    background: #ad1e23;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#ad1e23), to(#88181c));
    background: linear-gradient(to bottom, #ad1e23 0%, #88181c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad1e23', endColorstr='#88181c',GradientType=0 );
    /* IE6-9 */
    color: #fdfbf3; }
  .tiled-section.tiled-section--reversed-swirl:before {
    background-position: -300% center; }
  .tiled-section.tiled-section--no-swirl:before {
    content: none; }

.registration-form {
  margin-top: 1em; }

.registration-form-error {
  display: none; }

.tile-divider {
  width: 100%;
  height: 18px;
  background: url(../images/tiles-pattern.png) repeat-x;
  background-size: 149px; }

.text-block {
  text-align: center; }
  .text-block p {
    line-height: 1.5em; }
    .text-block p + p {
      margin-top: 1em; }
  .text-block .two-col-text + p {
    margin-top: 1em; }
  .text-block a {
    color: #878683;
    font-weight: 400; }
  .text-block .section-headline {
    text-transform: none;
    font-size: 1.25rem; }
    @media screen and (min-width: 64.0625em) {
      .text-block .section-headline {
        font-size: 1.5rem; } }
  .text-block p + .section-headline {
    margin-top: 2rem; }
  .text-block .section-subhead {
    line-height: 1.75em; }

.two-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.two-col-text__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.alternating-pods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.alternating-pod {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 30px 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media screen and (min-width: 47.875em) {
    .alternating-pod {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      max-width: 50%;
      padding: 40px; } }
  @media screen and (min-width: 64.0625em) {
    .alternating-pod {
      padding: 60px 20px; } }
  @media screen and (min-width: 83.125em) {
    .alternating-pod {
      padding: 60px 0; } }
  .alternating-pod:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/swirl.png) no-repeat left center;
    background-size: 190%; }
  .alternating-pod.photo-pod {
    height: 65vw; }
    @media screen and (min-width: 47.875em) {
      .alternating-pod.photo-pod {
        height: auto; } }
  .alternating-pod .text-block {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
    color: #fdfbf3; }
    .alternating-pod .text-block + .text-block {
      margin-top: 2rem; }
      @media screen and (min-width: 47.875em) {
        .alternating-pod .text-block + .text-block {
          margin-top: 3rem; } }
  .alternating-pod .text-block-headline {
    margin-bottom: 1em;
    text-transform: none; }
  .alternating-pod .date-headline {
    font-size: 1.25rem; }
    @media screen and (min-width: 64.0625em) {
      .alternating-pod .date-headline {
        font-size: 1.5rem; } }
  .alternating-pod p + h5,
  .alternating-pod p + h4,
  .alternating-pod h4 + h4 {
    margin-top: 1em; }
  .alternating-pod h4 + h5,
  .alternating-pod h4 + p,
  .alternating-pod h5 + p {
    margin-top: .25em; }
  .alternating-pod h4 {
    text-transform: none; }

/*.alternating-pod-blue {
  background-color: $teal;

  a {
    color: $white;
    text-decoration: underline;
    font-weight: 600;
  }
}*/
.alternating-pod-white {
  background-color: #fdfbf3; }
  .alternating-pod-white:before {
    content: none; }
  .alternating-pod-white * {
    color: #202020; }
  .alternating-pod-white a {
    color: #202020;
    text-decoration: underline;
    font-weight: 600; }

.alternating-pod-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#008485+0,006869+100 */
  background: #008485;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#008485), to(#006869));
  background: linear-gradient(to bottom, #008485 0%, #006869 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008485', endColorstr='#006869',GradientType=0 );
  /* IE6-9 */ }

.alternating-pod-blue {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004c66+0,003c51+100 */
  background: #004c66;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#004c66), to(#003c51));
  background: linear-gradient(to bottom, #004c66 0%, #003c51 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004c66', endColorstr='#003c51',GradientType=0 );
  /* IE6-9 */ }

.alternating-pod-burgandy {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#841517+0,681112+100 */
  background: #841517;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#841517), to(#681112));
  background: linear-gradient(to bottom, #841517 0%, #681112 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#841517', endColorstr='#681112',GradientType=0 );
  /* IE6-9 */ }

.alternating-pod-purple {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#6a154f+0,54113e+100 */
  background: #6a154f;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#6a154f), to(#54113e));
  background: linear-gradient(to bottom, #6a154f 0%, #54113e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a154f', endColorstr='#54113e',GradientType=0 );
  /* IE6-9 */ }

.alternating-pod-purple a,
.alternating-pod-burgandy a,
.alternating-pod-green a,
.alternating-pod-blue a {
  color: #fdfbf3;
  text-decoration: underline;
  font-weight: 600; }

.alternating-pod--bgimg {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: calc(30px + 58vw); }
  @media screen and (min-width: 47.875em) {
    .alternating-pod--bgimg {
      padding-bottom: calc(40px + 29vw); } }
  @media screen and (min-width: 64.0625em) {
    .alternating-pod--bgimg {
      padding-bottom: calc(60px + 29vw); } }

.home-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc; }

.home-slideshow-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .home-slideshow-image.home-slideshow-image-1 {
    background-image: url(../images/page-intro-home.jpg); }
  .home-slideshow-image.home-slideshow-image-2 {
    background-image: url(../images/page-intro-home.jpg); }

@-webkit-keyframes slideshowFade {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes slideshowFade {
  0% {
    opacity: 1; }
  25% {
    opacity: 1; }
  50% {
    opacity: 0; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.slideshowFade {
  -webkit-animation: slideshowFade 12s infinite both;
  animation: slideshowFade 12s infinite both; }

@media screen and (min-width: 1290px) {
  .video-section {
    padding: 40px 0;
    background: url(../images/bg-texture.jpg); } }

.video-section-container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto; }
  .video-section-container::after {
    clear: both;
    content: "";
    display: block; }

.video-section-content {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .video-section-content iframe,
  .video-section-content object,
  .video-section-content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.color-chip {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  margin: 1rem auto 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.color-chip__teal {
  background: #006b62; }

.color-chip__orange {
  background: #ed9829; }

.color-chip__green {
  background: #166a68; }

.color-chip__gold {
  background: #9b7d39; }

.color-chip__tomato {
  background: #ab0000; }

.color-chip__blue {
  background: #004c66; }

.primary-button {
  display: inline-block;
  padding: .75rem 1rem;
  background: #9b7d39;
  color: #fdfbf3;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  text-shadow: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  @media screen and (min-width: 55em) {
    .primary-button {
      padding: 1.125rem 1.5rem;
      font-size: 1.375rem; } }
  .primary-button:active, .primary-button:hover, .primary-button:focus {
    background: #166a68; }

body {
  background: #fff; }
