@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */
@import url("http://hello.myfonts.net/count/2918a7");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ul, menu, dir {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.hidden {
  display: none;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@media screen and (max-width: 319px) {
  .hidden-below-handheld {
    display: none !important; } }

@media screen and (min-width: 320px) {
  .hidden-handheld-and-up {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .hidden-below-tablet {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .hidden-tablet-and-up {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hidden-below-desk {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .hidden-desk-and-up {
    display: none !important; } }

/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
* {
  margin: 0;
  padding: 0; }

/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* @license
 * MyFonts Webfont Build ID 2693287, 2013-11-21T14:10:57-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed ../fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Hurme Geometric Sans 1 Black by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-black/
 *
 * Webfont: Hurme Geometric Sans1 Black Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-black-oblique/
 *
 * Webfont: Hurme Geometric Sans 1 Bold Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-bold-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Black by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-black/
 *
 * Webfont: Hurme Geometric Sans 2 Bold Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-bold-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Black Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-black-oblique-126145/
 *
 * Webfont: Hurme Geometric Sans 1 Bold by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-bold/
 *
 * Webfont: Hurme Geometric Sans 1 Hairline by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-hairline/
 *
 * Webfont: Hurme Geometric Sans 2 Bold by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-bold/
 *
 * Webfont: Hurme Geometric Sans 2 Hairline by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-hairline/
 *
 * Webfont: Hurme Geometric Sans 1 Thin by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-thin/
 *
 * Webfont: Hurme Geometric Sans 1 Hairline Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-hairline-oblique/
 *
 * Webfont: Hurme Geometric Sans 1 Light by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/light/
 *
 * Webfont: Hurme Geometric Sans 2 Hairline Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-hairline-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Light by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/light/
 *
 * Webfont: Hurme Geometric Sans 1 by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1/
 *
 * Webfont: Hurme Geometric Sans 1 Semi Bold by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-semi-bold/
 *
 * Webfont: Hurme Geometric Sans 1 Thin Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-thin-oblique/
 *
 * Webfont: Hurme Geometric Sans 1 Light Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-light-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Light Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-light-oblique/
 *
 * Webfont: Hurme Geometric Sans 1 Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-oblique/
 *
 * Webfont: Hurme Geometric Sans 1 Semi Bold Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans/1-semi-bold-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Thin by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-thin/
 *
 * Webfont: Hurme Geometric Sans 2 by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-regular/
 *
 * Webfont: Hurme Geometric Sans 2 Semi Bold by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-semi-bold/
 *
 * Webfont: Hurme Geometric Sans 2 Thin Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-thin-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-regular-oblique/
 *
 * Webfont: Hurme Geometric Sans 2 Semi Bold Oblique by Hurme Design
 * URL: http://www.myfonts.com/fonts/hurme-design/hurme-geometric-sans-2/2-semi-bold-oblique/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2693287
 * Licensed pageviews: 250,000
 * ../fonts copyright: Copyright (c) 2012 by Toni Hurme. All rights reserved.
 *
 * © 2013 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'HurmeGeometricSans1-SemiBold';
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_10_0.eot");
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_10_0.eot?#iefix") format("embedded-opentype"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_10_0.woff") format("woff"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_10_0.ttf") format("truetype"); }

@font-face {
  font-family: 'HurmeGeometricSans2-Regular';
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_17_0.eot");
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_17_0.eot?#iefix") format("embedded-opentype"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_17_0.woff") format("woff"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/2918A7_17_0.ttf") format("truetype"); }

@font-face {
  font-family: 'loc-round';
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/loc-round/loc-round.eot");
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/loc-round/loc-round.eot?#iefix") format("embedded-opentype"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/loc-round/loc-round.ttf") format("truetype"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/loc-round/loc-round.woff") format("woff"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/loc-round/loc-round.svg") format("svg"); }

/* BEGIN icomoon styles */
@font-face {
  font-family: 'icomoon';
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/icomoon/icomoon.eot?ez7h1r");
  src: url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/icomoon/icomoon.eot?ez7h1r#iefix") format("embedded-opentype"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/icomoon/icomoon.ttf?ez7h1r") format("truetype"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/icomoon/icomoon.woff?ez7h1r") format("woff"), url("https://www.cambriausa.com/legend-of-cambria/assets/fonts/icomoon/icomoon.svg?ez7h1r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-dragon:before {
  content: "\e900"; }

.icon-close-button:before {
  content: "\e907"; }

.icon-open-button:before {
  content: "\e908"; }

.icon-social-tumblr:before {
  content: "\e904"; }

.icon-social-facebook:before {
  content: "\e905"; }

.icon-social-twitter:before {
  content: "\e906"; }

.icon-map-button:before {
  content: "\e909"; }

.icon-land-cambria:before {
  content: "\e90a"; }

.icon-land-brittanicca:before {
  content: "\e90b"; }

.icon-land-galloway:before {
  content: "\e90c"; }

.icon-creature-rock-giant:before {
  content: "\e90d"; }

.icon-creature-kelpie:before {
  content: "\e90e"; }

.icon-creature-ddraig-goch:before {
  content: "\e90f"; }

.icon-character-bloudewedde:before {
  content: "\e910"; }

.icon-character-ruger:before {
  content: "\e911"; }

.icon-character-locrinus:before {
  content: "\e912"; }

.icon-character-albanactus:before {
  content: "\e913"; }

.icon-character-aneira:before {
  content: "\e914"; }

.icon-character-brutus:before {
  content: "\e915"; }

.icon-character-aeres:before {
  content: "\e916"; }

.icon-sword-and-flower:before {
  content: "\e917"; }

.icon-character-camber:before {
  content: "\e901"; }

.icon-play-hero-button:before {
  content: "\e902"; }

.icon-volume-full:before {
  content: "\e918"; }

.icon-volume-muted:before {
  content: "\e91c"; }

.icon-volume-icon:before {
  content: "\e919"; }

.icon-volume-bar:before {
  content: "\e91a"; }

.icon-play-button:before {
  content: "\e91b"; }

.icon-pause-button:before {
  content: "\e91d"; }

.icon-button-fullscreen:before {
  content: "\e903"; }

/* END icomoon styles */
.view {
  width: 100%;
  height: 100%;
  overflow: hidden;
  min-height: 100vh;
  pointer-events: none;
  position: absolute;
  visibility: hidden; }
  .view.js-view-active {
    pointer-events: auto;
    visibility: visible; }
    .view.js-view-active .view-content h1 {
      letter-spacing: 7px; }
  .view .view-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .view .view-background.view-background-with-video {
      background-image: none !important; }
    .view .view-background video {
      display: none; }
  .view .view-content {
    position: fixed;
    width: 100%;
    padding: 0 8%;
    bottom: 125px; }
    .view .view-content h2 {
      font-weight: bold;
      font-size: 20px; }
    .view .view-content h1 {
      text-transform: lowercase;
      font-family: "loc-round", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 30px;
      line-height: 40px;
      padding: 6px 0;
      letter-spacing: 8px;
      transition: letter-spacing 1s ease-out; }
    .view .view-content .view-menu {
      text-align: left;
      margin-top: 2rem; }
      .view .view-content .view-menu li {
        position: relative;
        list-style-type: none; }
        .view .view-content .view-menu li .view-menu-splitter {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 1rem;
          height: 1px;
          background-color: white;
          transition: background-color 0.250s linear; }
          .view .view-content .view-menu li .view-menu-splitter.active, .view .view-content .view-menu li .view-menu-splitter.sticky {
            background-color: #cc903c; }
        .view .view-content .view-menu li a {
          display: inline-block;
          color: white;
          text-decoration: none;
          padding: 1.33rem 0;
          outline: 0;
          cursor: pointer;
          transition: color 0.250s linear;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 2px; }
          .view .view-content .view-menu li a:visited {
            color: white; }
          .view .view-content .view-menu li a:hover, .view .view-content .view-menu li a:active {
            color: white !important; }
          .view .view-content .view-menu li a.active, .view .view-content .view-menu li a.sticky {
            color: #cc903c !important; }
        .view .view-content .view-menu li .share-list {
          position: relative;
          display: inline-block;
          left: 10px;
          height: 22px;
          overflow: hidden;
          padding: 4px;
          top: 2px; }
          .view .view-content .view-menu li .share-list li {
            display: inline-block;
            margin-right: 5px; }
            .view .view-content .view-menu li .share-list li a {
              padding: 0; }
              .view .view-content .view-menu li .share-list li a .icon {
                font-size: 0.9rem; }
    .view .view-content.view-content-with-caption p {
      text-align: center;
      width: 90%;
      margin: 13px auto 0 auto; }
  .view .legend-extra {
    display: none; }

@media screen and (min-width: 768px) {
  .view .view-content {
    bottom: inherit;
    padding: inherit;
    left: 20%;
    bottom: 15%;
    width: 40%; }
    .view .view-content h2 {
      font-size: 25px;
      margin-bottom: 15px; }
    .view .view-content h1 {
      text-align: left;
      font-size: 35px;
      line-height: 60px;
      padding: 20px 0; }
    .view .view-content p {
      text-align: left;
      line-height: 2rem; }
    .view .view-content.view-content-with-caption p {
      width: 75%;
      margin: 28px auto 0 auto; } }

@media screen and (min-width: 1025px) {
  .view {
    filter: grayscale(100%);
    opacity: 0.0;
    transition: opacity 0.5s ease-out, filter 1.0s ease-in; }
    .view.js-view-active {
      filter: initial;
      opacity: 1.0; }
      .view.js-view-active .view-content {
        filter: initial; }
    .view .view-background video {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 100%;
      transform: translate(-50%, -50%); }
    .view .view-content {
      left: 190px;
      top: calc(50% - 215px);
      bottom: initial;
      width: 450px;
      filter: blur(5px);
      transition: filter 1.0s ease-out; }
      .view .view-content h1 {
        letter-spacing: 11px;
        font-size: 45px;
        line-height: 75px; }
      .view .view-content .view-menu li a:hover, .view .view-content .view-menu li a:active {
        color: #cc903c !important; }
      .view .view-content.view-content-with-caption p {
        width: 50%;
        max-width: 600px; }
    .view .legend-extra {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.0;
      transition: all 0.250s linear;
      filter: blur(5px);
      pointer-events: none;
      visibility: hidden; }
      .view .legend-extra.legend-extra-open {
        opacity: 1.0;
        pointer-events: auto;
        filter: initial;
        visibility: visible; }
        .view .legend-extra.legend-extra-open .legend-box .icon-close-button {
          left: -60px; }
        .view .legend-extra.legend-extra-open img {
          transform: translateX(0px) scale(1); }
      .view .legend-extra .legend-box {
        position: relative;
        background-color: #9b772d;
        padding: 1.33rem 100px 1.33rem 1.33rem;
        text-align: left;
        width: 375px; }
        .view .legend-extra .legend-box .icon-close-button {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          padding: 20px;
          cursor: pointer;
          font-size: 20px;
          transition: all 0.250s linear; }
          .view .legend-extra .legend-box .icon-close-button:hover {
            color: #ca9530; }
        .view .legend-extra .legend-box h3 {
          font-family: "HurmeGeometricSans1-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
          font-size: 16px;
          text-transform: uppercase;
          letter-spacing: 3px;
          margin-bottom: 3px; }
        .view .legend-extra .legend-box p {
          text-transform: uppercase;
          font-size: 10px;
          line-height: 22px;
          letter-spacing: 1px; }
      .view .legend-extra img {
        position: absolute;
        left: 50%;
        transform: translateX(30px) scale(0.9);
        pointer-events: none;
        transition: all 0.250s ease-out; } }

.ie11 .view {
  filter: initial !important;
  opacity: 1.0 !important;
  transition: none !important; }
  .ie11 .view .view-background video {
    display: none !important; }
  .ie11 .view .view-content {
    filter: initial !important;
    transition: none !important; }
  .ie11 .view .legend-extra {
    opacity: initial !important;
    transition: none !important;
    filter: initial !important; }
    .ie11 .view .legend-extra.legend-extra-open {
      opacity: initial !important;
      filter: initial !important; }
  .ie11 .view.js-view-active {
    filter: initial !important;
    opacity: initial !important; }
    .ie11 .view.js-view-active .view-content {
      filter: initial !important; }

.video-player-view .playlist-control {
  position: fixed;
  bottom: -2px;
  left: 0;
  z-index: 2;
  width: 100%; }

.video-player-view-overlay {
  position: fixed;
  background-color: black;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  .video-player-view-overlay .video-player-view-overlay-close {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.66rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: color 0.250s linear; }
    .video-player-view-overlay .video-player-view-overlay-close svg {
      vertical-align: top;
      margin-right: 8px; }
    .video-player-view-overlay .video-player-view-overlay-close:hover {
      color: #ca9530; }
  .video-player-view-overlay .bitdash-player-container {
    position: absolute;
    left: 0;
    top: 0; }

@media screen and (min-width: 1025px) {
  .video-player-view .playlist-control {
    width: 90%;
    left: 5%; } }

.video-player-view-overlay .bitdash-player-container .bitdash-vc {
  overflow: visible !important; }
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl-w .bitdash-settings-i {
    height: auto;
    padding: 4px 0; }
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl-w .bitdash-settings-i:first-child {
    padding-top: 2px; }
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl-w .bitdash-settings-i:last-child {
    padding-bottom: 2px; }
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl-w .bitdash-settings-i > * {
    font-size: 11px; }
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl-w .bitdash-settings select {
    background-color: #111;
    color: white; }
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl {
    position: fixed;
    bottom: 0;
    padding-bottom: 110px;
    box-sizing: initial;
    transition: bottom 0.250s linear;
    transform: translateZ(0);
    height: 30px; }
    .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl button {
      height: 24px; }
    .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-prog {
      height: 30px; }
      .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-prog .bitdash-prog-bar {
        height: 4px; }
      .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-prog .bitdash-prog-bar-play {
        margin-top: -4px; }
    .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-time {
      position: absolute;
      left: 109px;
      top: -3px;
      text-decoration: underline;
      color: #ca9530; }
      .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-time .bitdash-time-val {
        display: none; }
      .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-time .loc-time-display {
        position: relative;
        left: -5px;
        top: -10px; }
    .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-cast {
      display: none !important; }
    .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display {
      position: relative;
      text-transform: uppercase;
      width: auto;
      cursor: pointer;
      top: -3px; }
      .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display ul {
        position: absolute;
        top: 0;
        right: 0;
        width: 200%;
        height: 0;
        overflow: hidden;
        transition: all 0.250s linear; }
        .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display ul.open {
          height: 30px;
          top: -30px; }
        .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display ul li {
          float: right;
          margin-left: 15px; }
          .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display ul li .icon {
            color: white;
            font-size: 16px;
            transition: all 0.250s linear; }
          .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display ul li:hover .icon {
            color: #ca9530; }

.video-player-view-overlay .bitdash-player-container .bitdash-vc[data-fullscreen='true'] .bitdash-ctrl {
  padding-bottom: 10px !important; }

@media screen and (min-width: 1025px) {
  .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl {
    padding-bottom: 75px; }
  .ie11 {
    /*
      I despise you IE with the burning hatred of a million raging suns.

      ________________$$$$
      ______________$$____$$
      ______________$$____$$
      ______________$$____$$
      ______________$$____$$
      ______________$$____$$
      __________$$$$$$____$$$$$$
      ________$$____$$____$$____$$$$
      ________$$____$$____$$____$$__$$
      $$$$$$__$$____$$____$$____$$____$$
      $$____$$$$________________$$____$$
      $$______$$______________________$$
      __$$____$$______________________$$
      ___$$$__$$______________________$$
      ____$$__________________________$$
      _____$$$________________________$$
      ______$$______________________$$$
      _______$$$____________________$$
      ________$$____________________$$
      _________$$$________________$$$
      __________$$________________$$
      __________$$$$$$$$$$$$$$$$$$$$
    */ }
    .ie11 .video-player-view-overlay .bitdash-player-container.js-video-player-fullscreen {
      width: 100% !important;
      height: 100% !important; }
    .ie11 .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl {
      padding-bottom: 110px; }
      .ie11 .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .loc-share-display {
        height: 24px; }
      .ie11 .video-player-view-overlay .bitdash-player-container .bitdash-vc .bitdash-ctrl .bitdash-prog {
        width: calc(100% - 150px); } }

.playlist-control .playlist-control-list {
  height: 98px; }
  .playlist-control .playlist-control-list .playlist-control-spacer {
    width: 20px;
    height: 100px;
    float: left; }
  .playlist-control .playlist-control-list .playlist-control-item {
    border: 1px solid white;
    width: 125px;
    height: 100px;
    margin: 0 2px;
    padding: 16px 5px;
    transition: all 0.250s linear; }
    .playlist-control .playlist-control-list .playlist-control-item.active, .playlist-control .playlist-control-list .playlist-control-item:hover {
      border: 1px solid #ca9530;
      color: #ca9530; }
    .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-title,
    .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-caption {
      text-transform: uppercase;
      letter-spacing: 2px; }
    .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-caption {
      font-weight: bold;
      font-size: 14px;
      margin-bottom: 10px; }
    .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-title {
      line-height: 1.5em;
      font-size: 12px; }
    .playlist-control .playlist-control-list .playlist-control-item:first-child {
      margin-left: 20px; }
    .playlist-control .playlist-control-list .playlist-control-item:last-child {
      margin-right: 20px; }

@media screen and (min-width: 1025px) {
  .playlist-control .playlist-control-list {
    height: 66px;
    margin: 0 auto;
    display: inline-block; }
    .playlist-control .playlist-control-list .playlist-control-spacer {
      display: none; }
    .playlist-control .playlist-control-list .playlist-control-item {
      width: 130px;
      height: 70px;
      padding: 0.5em 1em;
      float: left;
      cursor: pointer; }
      .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-caption {
        font-size: 11px;
        margin-bottom: 4px; }
      .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-title {
        font-size: 10px; } }

.main-menu {
  position: fixed;
  text-align: right;
  top: 0;
  left: 100%;
  width: 75%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 3; }
  .main-menu .main-menu-close-button {
    padding: 20px;
    display: block; }
    .main-menu .main-menu-close-button:hover {
      color: #ca9530; }
  .main-menu > ul {
    margin-right: 1rem; }
    .main-menu > ul > li {
      position: relative;
      list-style-type: none; }
      .main-menu > ul > li .main-menu-splitter {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 30px;
        height: 2px;
        background-color: white;
        transition: background-color 0.250s linear; }
        .main-menu > ul > li .main-menu-splitter.active, .main-menu > ul > li .main-menu-splitter.sticky {
          background-color: #cc903c; }
      .main-menu > ul > li > a {
        display: inline-block;
        color: white;
        text-decoration: none;
        padding: 16px 0 10px;
        outline: 0;
        cursor: pointer;
        transition: color 0.250s linear;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 2px; }
        .main-menu > ul > li > a:visited {
          color: white; }
        .main-menu > ul > li > a:hover, .main-menu > ul > li > a:active, .main-menu > ul > li > a:focus, .main-menu > ul > li > a.active, .main-menu > ul > li > a.sticky {
          color: #cc903c; }
      .main-menu > ul > li.main-menu-social-share-links a {
        margin-right: 10px; }
  .main-menu .main-menu-cambria-link {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    text-transform: uppercase;
    font-family: "HurmeGeometricSans1-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    transition: color linear 0.250s; }
    .main-menu .main-menu-cambria-link .icon {
      font-size: 1.25rem; }
    .main-menu .main-menu-cambria-link .cambria-link-text {
      display: inline-block;
      position: relative;
      top: -0.2rem;
      margin-left: 0.5rem; }
    .main-menu .main-menu-cambria-link:hover {
      color: #ca9530; }

.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }
  .mobile-header .mobile-menu-home-button .icon {
    position: absolute;
    left: 1rem;
    top: 1rem;
    font-size: 3rem; }
  .mobile-header h2 {
    color: #cc903c;
    font-size: 1.25rem;
    margin-top: 1.5rem; }
  .mobile-header .mobile-menu-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.5rem; }
    .mobile-header .mobile-menu-hamburger .hamburger {
      position: relative;
      width: 1.25rem;
      height: 1.5rem; }
      .mobile-header .mobile-menu-hamburger .hamburger .hamburger-top-bun,
      .mobile-header .mobile-menu-hamburger .hamburger .hamburger-meat,
      .mobile-header .mobile-menu-hamburger .hamburger .hamburger-bottom-bun {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: white;
        transition: all 0.250s linear; }
      .mobile-header .mobile-menu-hamburger .hamburger .hamburger-top-bun {
        top: 0; }
      .mobile-header .mobile-menu-hamburger .hamburger .hamburger-meat {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%); }
      .mobile-header .mobile-menu-hamburger .hamburger .hamburger-bottom-bun {
        bottom: 0; }
    .mobile-header .mobile-menu-hamburger:hover .hamburger .hamburger-top-bun,
    .mobile-header .mobile-menu-hamburger:hover .hamburger .hamburger-meat,
    .mobile-header .mobile-menu-hamburger:hover .hamburger .hamburger-bottom-bun {
      background-color: #cc903c; }

@media screen and (min-width: 1025px) {
  .main-menu {
    right: 1.33rem;
    top: 0;
    left: inherit;
    width: inherit;
    height: inherit;
    background-color: transparent;
    z-index: inherit; }
    .main-menu ul {
      margin-right: 0;
      margin-top: 0; }
      .main-menu ul li .main-menu-splitter {
        width: 18px;
        height: 1px; }
        .main-menu ul li .main-menu-splitter a {
          font-size: 11px; } }

.sub-menu {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  padding: 0 0.5rem; }
  .sub-menu .flickity-viewport {
    overflow: visible; }
  .sub-menu ul {
    height: 80px; }
    .sub-menu ul .sub-menu__item {
      position: relative;
      list-style-type: none;
      cursor: pointer;
      background-color: rgba(1, 0, 0, 0);
      border: 1px solid white;
      width: 6rem;
      height: 5rem;
      margin-left: 4px;
      color: white;
      display: inline-block; }
      .sub-menu ul .sub-menu__item .upper-left, .sub-menu ul .sub-menu__item .upper-right, .sub-menu ul .sub-menu__item .lower-left, .sub-menu ul .sub-menu__item .lower-right {
        display: none; }
      .sub-menu ul .sub-menu__item .icon {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        transition: all 0.250s linear;
        font-size: 50px; }
      .sub-menu ul .sub-menu__item.active {
        border: 1px solid #cc903c;
        color: #cc903c; }
  .sub-menu.sub-menu-left {
    left: 0;
    top: 50%;
    bottom: inherit;
    width: auto; }
    .sub-menu.sub-menu-left ul {
      height: auto; }
      .sub-menu.sub-menu-left ul .sub-menu__item {
        float: inherit;
        border: inherit;
        margin-left: inherit;
        margin-bottom: 0.66rem;
        width: 83px;
        height: 83px;
        display: block; }
        .sub-menu.sub-menu-left ul .sub-menu__item:first-child {
          margin-left: inherit; }
        .sub-menu.sub-menu-left ul .sub-menu__item:last-child {
          margin-right: inherit; }
        .sub-menu.sub-menu-left ul .sub-menu__item .upper-left, .sub-menu.sub-menu-left ul .sub-menu__item .upper-right, .sub-menu.sub-menu-left ul .sub-menu__item .lower-left, .sub-menu.sub-menu-left ul .sub-menu__item .lower-right {
          display: block;
          position: absolute;
          background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/plus-sprite.png");
          width: 8px;
          height: 8px;
          transition: top .25s ease-out, bottom .25s ease-out, left .25s ease-out, right .25s ease-out; }
        .sub-menu.sub-menu-left ul .sub-menu__item .upper-left {
          background-position: -11px -11px;
          top: 46px;
          left: 45px; }
        .sub-menu.sub-menu-left ul .sub-menu__item .upper-right {
          background-position: 0px -11px;
          top: 46px;
          right: 43px; }
        .sub-menu.sub-menu-left ul .sub-menu__item .lower-left {
          background-position: -11px 0px;
          bottom: 42px;
          left: 45px; }
        .sub-menu.sub-menu-left ul .sub-menu__item .lower-right {
          background-position: 0px 0px;
          bottom: 42px;
          right: 43px; }
        .sub-menu.sub-menu-left ul .sub-menu__item .icon {
          transform: translate(-50%, -50%) rotateZ(45deg);
          opacity: 0.0; }
        .sub-menu.sub-menu-left ul .sub-menu__item.active {
          border: inherit; }
          .sub-menu.sub-menu-left ul .sub-menu__item.active .icon {
            transform: translate(-50%, -50%);
            opacity: 1.0; }
          .sub-menu.sub-menu-left ul .sub-menu__item.active .upper-left {
            background-position: -11px -30px;
            top: 0;
            left: 0; }
          .sub-menu.sub-menu-left ul .sub-menu__item.active .upper-right {
            background-position: 0px -30px;
            top: 0;
            right: 0; }
          .sub-menu.sub-menu-left ul .sub-menu__item.active .lower-left {
            background-position: -11px -19px;
            bottom: 0;
            left: 0; }
          .sub-menu.sub-menu-left ul .sub-menu__item.active .lower-right {
            background-position: 0px -19px;
            bottom: 0;
            right: 0; }

.social-menu {
  position: fixed;
  right: 1rem;
  bottom: 1rem; }
  .social-menu li {
    list-style-type: none;
    text-align: center; }
    .social-menu li .social-channel {
      display: inline-block;
      padding: 0.5rem; }
      .social-menu li .social-channel .icon-social-facebook {
        font-size: 1.25rem; }
      .social-menu li .social-channel .icon-social-tumblr {
        font-size: 1.1rem; }

.hero-play-button {
  position: relative;
  cursor: pointer;
  height: 40px;
  display: table;
  margin: 0 auto; }
  .hero-play-button .left-wing, .hero-play-button .right-wing {
    display: table-cell;
    position: relative;
    height: 8px;
    vertical-align: middle; }
    .hero-play-button .left-wing .wing-top-bar, .hero-play-button .left-wing .wing-bottom-bar, .hero-play-button .right-wing .wing-top-bar, .hero-play-button .right-wing .wing-bottom-bar {
      height: 1px;
      background-color: white;
      transition: background-color linear 0.250s; }
    .hero-play-button .left-wing .wing-top-bar, .hero-play-button .right-wing .wing-top-bar {
      margin-bottom: 3px; }
  .hero-play-button .left-wing {
    right: 10px; }
    .hero-play-button .left-wing .wing-bottom-bar {
      position: absolute;
      right: 0px; }
  .hero-play-button .right-wing {
    left: 10px; }
  .hero-play-button .icon-play-hero-button {
    display: table-cell;
    font-size: 55px;
    transition: color linear 0.250s; }
  .hero-play-button.active .icon-play-hero-button {
    color: #ca9530; }
  .hero-play-button.active .wing-top-bar, .hero-play-button.active .wing-bottom-bar {
    background-color: #ca9530; }

@media screen and (min-width: 375px) {
  .hero-play-button {
    height: 70px; }
    .hero-play-button .icon-play-hero-button {
      font-size: 70px; } }

.outlined-button {
  position: relative;
  display: inline-block;
  overflow: visible;
  text-transform: uppercase;
  padding: 10px 20px;
  color: white;
  transition: all 0.250s linear;
  margin-top: 30px;
  background: none;
  border: none; }
  .outlined-button .box-outline-1,
  .outlined-button .box-outline-2 {
    border: 1px solid white;
    position: absolute;
    display: block;
    transition: all 0.250s linear;
    pointer-events: none; }
  .outlined-button .box-outline-1 {
    top: 4px;
    left: -4px;
    right: -4px;
    bottom: 4px; }
  .outlined-button .box-outline-2 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .outlined-button:hover {
    color: #ca9530; }
    .outlined-button:hover .box-outline-1,
    .outlined-button:hover .box-outline-2 {
      border: 1px solid #ca9530; }

.close-button {
  position: relative;
  width: 17px;
  height: 17px;
  cursor: pointer;
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/close-button.png"); }
  .close-button:hover, .close-button.active {
    background-position: 0 -17px; }

.map-button-container {
  display: none; }

@media screen and (min-width: 1025px) {
  .map-button-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: all 0.250s linear;
    transition-delay: 0;
    position: absolute;
    top: 15px;
    left: 15px; }
    .map-button-container .icon {
      position: absolute; }
    .map-button-container .icon-map-button {
      top: 0;
      left: 0;
      font-size: 80px; }
    .map-button-container .icon-open-button {
      top: 32px;
      left: 35px; }
    .map-button-container:hover, .map-button-container.active {
      color: #ca9530; } }

.map-experience {
  display: none; }

@media screen and (min-width: 1025px) {
  .map-experience {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1; }
    .map-experience.js-map-experience-performance-testing {
      display: none !important; }
    .map-experience .intro {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .map-experience .icon-close-button {
      position: absolute;
      padding: 1.66rem;
      right: 0;
      top: 0;
      cursor: pointer;
      transition: color 0.250s linear; }
      .map-experience .icon-close-button:hover {
        color: #ca9530; }
    .map-experience .map-chapter-popup {
      position: absolute;
      width: 457px;
      height: 457px;
      display: none; }
      .map-experience .map-chapter-popup .map-chapter-popup-ring {
        position: absolute;
        top: 0;
        left: 0; }
      .map-experience .map-chapter-popup h3 {
        font-family: "HurmeGeometricSans1-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        margin-top: 50px; }
      .map-experience .map-chapter-popup h2 {
        font-family: "HurmeGeometricSans1-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 26px;
        margin-top: 30px;
        text-transform: uppercase; }
      .map-experience .map-chapter-popup hr {
        width: 50px;
        margin: 20px auto; }
      .map-experience .map-chapter-popup p {
        width: 80%;
        margin: 0 auto;
        line-height: 2em; }
      .map-experience .map-chapter-popup .icon-play-hero-button {
        display: inline-block;
        padding: 20px;
        font-size: 67px;
        cursor: pointer; } }

.dragon {
  position: fixed;
  top: 0;
  right: 0; }
  .dragon .dragon__link-text {
    position: absolute;
    top: 14px;
    left: 0;
    width: 0;
    overflow: hidden;
    opacity: 0;
    padding: 10px;
    text-transform: uppercase;
    font-size: 13px;
    transition: all 0.250s linear;
    text-decoration: underline;
    color: white; }
    .dragon .dragon__link-text:hover {
      color: #ca9530; }
  .dragon .icon-dragon {
    padding: 20px 20px 20px 0;
    display: inline-block;
    font-size: 1.5rem;
    color: white !important; }
  .dragon .icon-dragon {
    color: white !important; }
  .dragon .dragon__link-text {
    left: -150px;
    opacity: 1.0;
    display: inline-block;
    width: 150px; }

.view-the-film .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/homepage-background-mobile.jpg"); }

.view-the-film .view-content {
  width: inherit;
  padding: inherit;
  bottom: inherit;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .view-the-film .view-content h1 {
    text-align: center;
    font-size: 23px;
    line-height: 48px; }
  .view-the-film .view-content .hero-play-button {
    margin-top: -5px; }

.view-the-film .map-button-container {
  position: absolute;
  top: 15px;
  left: 15px; }

.view-the-film .hero-play-film-buttons button {
  margin: 10px; }

@media screen and (min-width: 375px) {
  .view-the-film .view-content {
    top: 45%; }
    .view-the-film .view-content h1 {
      font-size: 24px;
      line-height: 50px; }
    .view-the-film .view-content .hero-play-button {
      margin-top: -5px; } }

@media screen and (min-width: 412px) {
  .view-the-film .view-content h1 {
    font-size: 24px;
    line-height: 60px; } }

@media screen and (min-width: 768px) {
  .view-the-film .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/homepage-background-tablet.jpg"); }
  .view-the-film .view-content .hero-play-button {
    margin-top: inherit; }
  .view-the-film .view-content h1 {
    padding: 10px 0; }
  .view-the-film .view-content p {
    line-height: 1.5rem; }
  .view-the-film .view-content.view-content-with-caption p {
    margin-top: 0; } }

@media screen and (min-width: 1025px) {
  .view-the-film .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/homepage-background.jpg"); }
  .view-the-film .view-content {
    top: 50%; }
    .view-the-film .view-content h1 {
      font-size: 39px; } }

.view-characters-camber .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/camber-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-characters-camber .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/camber-background.jpg"); }
  .view-characters-camber .legend-extra .legend-box {
    left: -150px;
    top: 0; }
  .view-characters-camber .legend-extra img {
    left: 114px;
    top: -160px; } }

.view-characters-aeres .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/aeres-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-characters-aeres .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/aeres-background.jpg"); }
  .view-characters-aeres .legend-extra .legend-box {
    left: -150px;
    top: 75px; }
  .view-characters-aeres .legend-extra img {
    left: -75px;
    top: -200px; } }

.view-characters-brutus .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/brutus-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-characters-brutus .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/brutus-background.jpg"); }
  .view-characters-brutus .legend-extra .legend-box {
    left: -100px;
    top: 0; }
  .view-characters-brutus .legend-extra img {
    left: 115px;
    top: -215px; } }

.view-characters-aneira .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/aneira-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-characters-aneira .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/aneira-background.jpg"); }
  .view-characters-aneira .legend-extra .legend-box {
    left: -100px;
    top: 0; }
  .view-characters-aneira .legend-extra img {
    left: 100px;
    top: -215px; } }

.view-characters-albanactus .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/albanactus-background-mobile.jpg"); }

.view-characters-albanactus .view-content h1 {
  font-size: 16px; }

@media screen and (min-width: 375px) {
  .view-characters-albanactus .view-content h1 {
    font-size: 19px; } }

@media screen and (min-width: 412px) {
  .view-characters-albanactus .view-content h1 {
    font-size: 22px; } }

@media screen and (min-width: 768px) {
  .view-characters-albanactus .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .view-characters-albanactus .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/albanactus-background.jpg"); }
  .view-characters-albanactus .view-content h1 {
    font-size: 45px; }
  .view-characters-albanactus .legend-extra .legend-box {
    left: -100px;
    top: 0; }
  .view-characters-albanactus .legend-extra img {
    left: 75px;
    top: -150px; } }

.view-characters-locrinus .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/locrinus-background-mobile.jpg"); }

.view-characters-locrinus .view-content h1 {
  font-size: 24px; }

@media screen and (min-width: 375px) {
  .view-characters-locrinus .view-content h1 {
    font-size: 28px; } }

@media screen and (min-width: 412px) {
  .view-characters-locrinus .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 768px) {
  .view-characters-locrinus .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .view-characters-locrinus .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/locrinus-background.jpg"); }
  .view-characters-locrinus .view-content h1 {
    font-size: 45px; }
  .view-characters-locrinus .legend-extra .legend-box {
    left: -100px;
    top: 0; }
  .view-characters-locrinus .legend-extra img {
    left: 90px;
    top: -150px; } }

.view-characters-ruger .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/ruger-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-characters-ruger .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/ruger-background.jpg"); }
  .view-characters-ruger .legend-extra .legend-box {
    left: -100px;
    top: 0; }
  .view-characters-ruger .legend-extra img {
    left: 130px;
    top: -200px; } }

.view-characters-bloudewedde .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/bloudewedde-background-mobile.jpg"); }

.view-characters-bloudewedde .view-content h1 {
  font-size: 14px; }

@media screen and (min-width: 375px) {
  .view-characters-bloudewedde .view-content h1 {
    font-size: 17px; } }

@media screen and (min-width: 412px) {
  .view-characters-bloudewedde .view-content h1 {
    font-size: 19px; } }

@media screen and (min-width: 768px) {
  .view-characters-bloudewedde .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .view-characters-bloudewedde .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/characters/bloudewedde-background.jpg"); }
  .view-characters-bloudewedde .view-content h1 {
    font-size: 45px; }
  .view-characters-bloudewedde .legend-extra .legend-box {
    left: -100px;
    top: 0; }
  .view-characters-bloudewedde .legend-extra img {
    left: 115px;
    top: -200px; } }

.view-creatures-kelpie .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/creatures/kelpie-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-creatures-kelpie .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/creatures/kelpie-background.jpg"); }
  .view-creatures-kelpie .legend-extra .legend-box {
    padding-bottom: 1.33rem;
    transition: all 0.250s linear; }
    .view-creatures-kelpie .legend-extra .legend-box .icon-close-button {
      left: 50% !important;
      transform: translateX(-50%); }
  .view-creatures-kelpie .legend-extra img {
    top: 110px;
    left: -50%; }
  .view-creatures-kelpie .legend-extra.legend-extra-open .legend-box {
    padding-bottom: 140px;
    padding-right: 1.33rem; }
    .view-creatures-kelpie .legend-extra.legend-extra-open .legend-box .icon-close-button {
      top: -60px; }
  .view-creatures-kelpie .legend-extra.legend-extra-open img {
    left: -50%; } }

.view-creatures-ddraig-goch .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/creatures/ddraig-goch-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-creatures-ddraig-goch .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/creatures/ddraig-goch-background.jpg"); }
  .view-creatures-ddraig-goch .legend-extra .legend-box {
    height: 242px;
    left: -150px;
    top: 100px; }
  .view-creatures-ddraig-goch .legend-extra img {
    left: -177px;
    top: -118px; } }

.view-creatures-rock-giants .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/creatures/rock-giants-background-mobile.jpg"); }

@media screen and (min-width: 1025px) {
  .view-creatures-rock-giants .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/creatures/rock-giants-background.jpg"); }
  .view-creatures-rock-giants .legend-extra .legend-box {
    height: 200px;
    left: -150px;
    top: 0; }
  .view-creatures-rock-giants .legend-extra img {
    left: 125px;
    top: -160px; } }

.view-the-land-galloway .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-land/galloway-background-mobile.jpg"); }

.view-the-land-galloway .view-content h1 {
  font-size: 20px; }

@media screen and (min-width: 375px) {
  .view-the-land-galloway .view-content h1 {
    font-size: 24px; } }

@media screen and (min-width: 412px) {
  .view-the-land-galloway .view-content h1 {
    font-size: 27px; } }

@media screen and (min-width: 768px) {
  .view-the-land-galloway .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .view-the-land-galloway .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-land/galloway-background.jpg"); }
  .view-the-land-galloway .view-content h1 {
    font-size: 45px; } }

.view-the-land-brittanicca .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-land/brittanicca-background-mobile.jpg"); }

.view-the-land-brittanicca .view-content h1 {
  font-size: 16px; }

@media screen and (min-width: 375px) {
  .view-the-land-brittanicca .view-content h1 {
    font-size: 19px; } }

@media screen and (min-width: 412px) {
  .view-the-land-brittanicca .view-content h1 {
    font-size: 22px; } }

@media screen and (min-width: 768px) {
  .view-the-land-brittanicca .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .view-the-land-brittanicca .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-land/brittanicca-background.jpg"); }
  .view-the-land-brittanicca .view-content h1 {
    font-size: 45px; } }

.view-the-land-cambria .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-land/cambria-background-mobile.jpg"); }

.view-the-land-cambria .view-content h1 {
  font-size: 26px; }

@media screen and (min-width: 375px) {
  .view-the-land-cambria .view-content h1 {
    font-size: 30px; } }

@media screen and (min-width: 1025px) {
  .view-the-land-cambria .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-land/cambria-background.jpg"); }
  .view-the-land-cambria .view-content h1 {
    font-size: 45px; } }

.view-the-making-of .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-making-of/background-mobile.jpg"); }

.view-the-making-of .view-content {
  width: inherit;
  bottom: inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .view-the-making-of .view-content h1 {
    text-align: center;
    font-size: 19px;
    line-height: 50px; }

.view-the-making-of .playlist-control .playlist-control-list {
  height: 68px; }
  .view-the-making-of .playlist-control .playlist-control-list .playlist-control-spacer {
    height: 70px; }
  .view-the-making-of .playlist-control .playlist-control-list .playlist-control-item {
    height: 70px;
    padding: 6px 0; }

@media screen and (min-width: 375px) {
  .view-the-making-of .view-content h1 {
    font-size: 24px;
    line-height: 60px; } }

@media screen and (min-width: 412px) {
  .view-the-making-of .view-content h1 {
    font-size: 27px; } }

@media screen and (min-width: 1025px) {
  .view-the-making-of .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/the-making-of/background.jpg"); }
  .view-the-making-of .view-content h1 {
    font-size: 39px; }
  .view-the-making-of .video-player-controls .video-player-controls-scrubber {
    width: 625px; }
  .view-the-making-of .playlist-control .playlist-control-list {
    height: 42px; }
    .view-the-making-of .playlist-control .playlist-control-list .playlist-control-item {
      width: 200px;
      height: 46px;
      padding: 1em; }
      .view-the-making-of .playlist-control .playlist-control-list .playlist-control-item .playlist-control-item-caption {
        display: none; } }

.view-from-the-makers .view-background {
  background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/from-the-makers/background-mobile.jpg"); }

.view-from-the-makers .view-content {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial; }
  .view-from-the-makers .view-content h1 {
    font-size: 23px;
    line-height: 48px; }
  .view-from-the-makers .view-content p {
    text-align: center; }

@media screen and (min-width: 375px) {
  .view-from-the-makers .view-content h1 {
    font-size: 29px;
    line-height: 60px; } }

@media screen and (min-width: 412px) {
  .view-from-the-makers .view-content h1 {
    font-size: 30px;
    line-height: 60px; } }

@media screen and (min-width: 768px) {
  .view-from-the-makers .view-content {
    width: 75%;
    top: 50%;
    bottom: inherit;
    left: 50%;
    right: inherit;
    transform: translate(-50%, -50%); }
    .view-from-the-makers .view-content h1 {
      text-align: center;
      line-height: 80px;
      font-size: 35px; }
    .view-from-the-makers .view-content a {
      margin-top: 40px; } }

@media screen and (min-width: 1025px) {
  .view-from-the-makers .view-background {
    background-image: url("https://www.cambriausa.com/legend-of-cambria/assets/images/from-the-makers/background.jpg"); }
  .view-from-the-makers .view-content h1 {
    font-size: 39px;
    width: 650px;
    margin: 0 auto; }
  .view-from-the-makers .view-content p {
    width: 75%;
    margin: 0 auto; } }

footer {
  position: fixed;
  right: 10px;
  bottom: 80px;
  font-size: 0.3rem;
  line-height: 1.7;
  text-align: right;
  z-index: 1; }
  @media screen and (min-width: 1025px) {
    footer {
      right: 20px;
      bottom: 12px; } }
  footer.footer--mobile {
    position: relative;
    top: 12px;
    right: 0px;
    bottom: 0px; }
  footer a:hover {
    color: white !important;
    text-decoration: underline; }

.unsupported-browser-banner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  padding-bottom: 5px;
  background: #cc903c; }
  .ie11 .unsupported-browser-banner {
    display: block; }
  .unsupported-browser-banner a {
    text-decoration: underline; }
  .unsupported-browser-banner .the-close-button {
    background: none;
    border: none;
    color: white;
    font-size: 3rem;
    line-height: 1;
    margin-top: 5px; }
  .unsupported-browser-banner[hidden] {
    display: none; }

body {
  background: black;
  text-align: center;
  font-family: "HurmeGeometricSans2-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: white;
  overflow: hidden;
  letter-spacing: 1px; }

.offscreen {
  position: absolute;
  left: 100%;
  top: 0; }

.hidden {
  display: none; }

.center-vh {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.center-v {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%); }

.no-scroll {
  overflow: hidden; }

a {
  text-decoration: none;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  transition: all 0.250s linear; }
  a:visited {
    color: white; }
  a:hover {
    color: #ca9530 !important; }

h2 {
  font-family: "HurmeGeometricSans1-SemiBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase; }

i {
  font-style: italic; }

sup.rball {
  top: 0.2rem;
  font-size: 1.6rem;
  left: -0.05rem; }
 /*! Flickity v1.2.1
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .flickity-slider {
    overflow-y: hidden;
  }
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
} 