.row {
  display: block;
  /*width: calc(100% + 10px);*/
  margin: 0 -5px;
  position: relative;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .row {
    /*width: calc(100% + 20px);*/
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .row {
    /*width: calc(100% + 30px);*/
    margin: 0 -15px;
  }
}
@media (min-width: 1280px) {
  .row {
    /*width: calc(100% + 40px);*/
    margin: 0 -20px;
  }
}

#footer-esrb-container a {
  border: solid 1px white !important;
}

.col-mobi-1-1, .col-mobi-1-2,
.col-mobi-1-3, .col-mobi-2-3,
.col-mobi-1-4, .col-mobi-3-4,
.col-mobi-1-5, .col-mobi-2-5, .col-mobi-3-5, .col-mobi-4-5,
.col-mobi-1-6, .col-mobi-5-6,
.col-mobi-1-8, .col-mobi-3-8, .col-mobi-5-8, .col-mobi-7-8,
.col-mobi-1-12, .col-mobi-5-12, .col-mobi-7-12, .col-mobi-11-12 {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.col-mobi-1-1 {
  width: 100%;
}

.col-mobi-1-2 {
  width: 50%;
}

.col-mobi-1-3 {
  width: 33.33333%;
}

.col-mobi-2-3 {
  width: 66.66667%;
}

.col-mobi-1-4 {
  width: 25%;
}

.col-mobi-3-4 {
  width: 75%;
}

.col-mobi-1-5 {
  width: 20%;
}

.col-mobi-2-5 {
  width: 40%;
}

.col-mobi-3-5 {
  width: 60%;
}

.col-mobi-4-5 {
  width: 80%;
}

.col-mobi-1-6 {
  width: 16.66667%;
}

.col-mobi-5-6 {
  width: 83.33333%;
}

.col-mobi-1-8 {
  width: 12.5%;
}

.col-mobi-3-8 {
  width: 37.5%;
}

.col-mobi-5-8 {
  width: 62.5%;
}

.col-mobi-7-8 {
  width: 87.5%;
}

.col-mobi-1-12 {
  width: 8.33333%;
}

.col-mobi-5-12 {
  width: 41.66667%;
}

.col-mobi-7-12 {
  width: 58.33333%;
}

.col-mobi-11-12 {
  width: 91.66667%;
}

@media (min-width: 768px) {
  .col-tabt-1-1, .col-tabt-1-2,
  .col-tabt-1-3, .col-tabt-2-3,
  .col-tabt-1-4, .col-tabt-3-4,
  .col-tabt-1-5, .col-tabt-2-5, .col-tabt-3-5, .col-tabt-4-5,
  .col-tabt-1-6, .col-tabt-5-6,
  .col-tabt-1-8, .col-tabt-3-8, .col-tabt-5-8, .col-tabt-7-8,
  .col-tabt-1-12, .col-tabt-5-12, .col-tabt-7-12, .col-tabt-11-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .col-tabt-1-1 {
    width: 100%;
  }

  .col-tabt-1-2 {
    width: 50%;
  }

  .col-tabt-1-3 {
    width: 33.33333%;
  }

  .col-tabt-2-3 {
    width: 66.66667%;
  }

  .col-tabt-1-4 {
    width: 25%;
  }

  .col-tabt-3-4 {
    width: 75%;
  }

  .col-tabt-1-5 {
    width: 20%;
  }

  .col-tabt-2-5 {
    width: 40%;
  }

  .col-tabt-3-5 {
    width: 60%;
  }

  .col-tabt-4-5 {
    width: 80%;
  }

  .col-tabt-1-6 {
    width: 16.66667%;
  }

  .col-tabt-5-6 {
    width: 83.33333%;
  }

  .col-tabt-1-8 {
    width: 12.5%;
  }

  .col-tabt-3-8 {
    width: 37.5%;
  }

  .col-tabt-5-8 {
    width: 62.5%;
  }

  .col-tabt-7-8 {
    width: 87.5%;
  }

  .col-tabt-1-12 {
    width: 8.33333%;
  }

  .col-tabt-5-12 {
    width: 41.66667%;
  }

  .col-tabt-7-12 {
    width: 58.33333%;
  }

  .col-tabt-11-12 {
    width: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-desk-1-1, .col-desk-1-2,
  .col-desk-1-3, .col-desk-2-3,
  .col-desk-1-4, .col-desk-3-4,
  .col-desk-1-5, .col-desk-2-5, .col-desk-3-5, .col-desk-4-5,
  .col-desk-1-6, .col-desk-5-6,
  .col-desk-1-8, .col-desk-3-8, .col-desk-5-8, .col-desk-7-8,
  .col-desk-1-12, .col-desk-5-12, .col-desk-7-12, .col-desk-11-12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .col-desk-1-1 {
    width: 100%;
  }

  .col-desk-1-2 {
    width: 50%;
  }

  .col-desk-1-3 {
    width: 33.33333%;
  }

  .col-desk-2-3 {
    width: 66.66667%;
  }

  .col-desk-1-4 {
    width: 25%;
  }

  .col-desk-3-4 {
    width: 75%;
  }

  .col-desk-1-5 {
    width: 20%;
  }

  .col-desk-2-5 {
    width: 40%;
  }

  .col-desk-3-5 {
    width: 60%;
  }

  .col-desk-4-5 {
    width: 80%;
  }

  .col-desk-1-6 {
    width: 16.66667%;
  }

  .col-desk-5-6 {
    width: 83.33333%;
  }

  .col-desk-1-8 {
    width: 12.5%;
  }

  .col-desk-3-8 {
    width: 37.5%;
  }

  .col-desk-5-8 {
    width: 62.5%;
  }

  .col-desk-7-8 {
    width: 87.5%;
  }

  .col-desk-1-12 {
    width: 8.33333%;
  }

  .col-desk-5-12 {
    width: 41.66667%;
  }

  .col-desk-7-12 {
    width: 58.33333%;
  }

  .col-desk-11-12 {
    width: 91.66667%;
  }
}
.grid-row {
  display: block;
  /*width: calc(100% + 10px);*/
  margin: 0 -5px;
  position: relative;
}
.grid-row:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  .grid-row {
    /*width: calc(100% + 20px);*/
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  .grid-row {
    /*width: calc(100% + 30px);*/
    margin: 0 -15px;
  }
}
@media (min-width: 1280px) {
  .grid-row {
    /*width: calc(100% + 40px);*/
    margin: 0 -20px;
  }
}

.grid-mobi-1-1 .grid-cell, .grid-mobi-1-2 .grid-cell,
.grid-mobi-1-3 .grid-cell, .grid-mobi-2-3 .grid-cell,
.grid-mobi-1-4 .grid-cell, .grid-mobi-3-4 .grid-cell,
.grid-mobi-1-5 .grid-cell, .grid-mobi-2-5 .grid-cell, .grid-mobi-3-5 .grid-cell, .grid-mobi-4-5 .grid-cell,
.grid-mobi-1-6 .grid-cell, .grid-mobi-5-6 .grid-cell,
.grid-mobi-1-8 .grid-cell, .grid-mobi-3-8 .grid-cell, .grid-mobi-5-8 .grid-cell, .grid-mobi-7-8 .grid-cell,
.grid-mobi-1-12 .grid-cell, .grid-mobi-5-12 .grid-cell, .grid-mobi-7-12 .grid-cell, .grid-mobi-11-12 .grid-cell {
  float: left;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.grid-mobi-1-1 .grid-cell {
  width: 100%;
}

.grid-mobi-1-2 .grid-cell {
  width: 50%;
}

.grid-mobi-1-3 .grid-cell {
  width: 33.33333%;
}

.grid-mobi-2-3 .grid-cell {
  width: 66.66667%;
}

.grid-mobi-1-4 .grid-cell {
  width: 25%;
}

.grid-mobi-3-4 .grid-cell {
  width: 75%;
}

.grid-mobi-1-5 .grid-cell {
  width: 20%;
}

.grid-mobi-2-5 .grid-cell {
  width: 40%;
}

.grid-mobi-3-5 .grid-cell {
  width: 60%;
}

.grid-mobi-4-5 .grid-cell {
  width: 80%;
}

.grid-mobi-1-6 .grid-cell {
  width: 16.66667%;
}

.grid-mobi-5-6 .grid-cell {
  width: 83.33333%;
}

.grid-mobi-1-8 .grid-cell {
  width: 12.5%;
}

.grid-mobi-3-8 .grid-cell {
  width: 37.5%;
}

.grid-mobi-5-8 .grid-cell {
  width: 62.5%;
}

.grid-mobi-7-8 .grid-cell {
  width: 87.5%;
}

.grid-mobi-1-12 .grid-cell {
  width: 8.33333%;
}

.grid-mobi-5-12 .grid-cell {
  width: 41.66667%;
}

.grid-mobi-7-12 .grid-cell {
  width: 58.33333%;
}

.grid-mobi-11-12 .grid-cell {
  width: 91.66667%;
}

@media (min-width: 768px) {
  .grid-tabt-1-1 .grid-cell, .grid-tabt-1-2 .grid-cell,
  .grid-tabt-1-3 .grid-cell, .grid-tabt-2-3 .grid-cell,
  .grid-tabt-1-4 .grid-cell, .grid-tabt-3-4 .grid-cell,
  .grid-tabt-1-5 .grid-cell, .grid-tabt-2-5 .grid-cell, .grid-tabt-3-5 .grid-cell, .grid-tabt-4-5 .grid-cell,
  .grid-tabt-1-6 .grid-cell, .grid-tabt-5-6 .grid-cell,
  .grid-tabt-1-8 .grid-cell, .grid-tabt-3-8 .grid-cell, .grid-tabt-5-8 .grid-cell, .grid-tabt-7-8 .grid-cell,
  .grid-tabt-1-12 .grid-cell, .grid-tabt-5-12 .grid-cell, .grid-tabt-7-12 .grid-cell, .grid-tabt-11-12 .grid-cell {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .grid-tabt-1-1 .grid-cell {
    width: 100%;
  }

  .grid-tabt-1-2 .grid-cell {
    width: 50%;
  }

  .grid-tabt-1-3 .grid-cell {
    width: 33.33333%;
  }

  .grid-tabt-2-3 .grid-cell {
    width: 66.66667%;
  }

  .grid-tabt-1-4 .grid-cell {
    width: 25%;
  }

  .grid-tabt-3-4 .grid-cell {
    width: 75%;
  }

  .grid-tabt-1-5 .grid-cell {
    width: 20%;
  }

  .grid-tabt-2-5 .grid-cell {
    width: 40%;
  }

  .grid-tabt-3-5 .grid-cell {
    width: 60%;
  }

  .grid-tabt-4-5 .grid-cell {
    width: 80%;
  }

  .grid-tabt-1-6 .grid-cell {
    width: 16.66667%;
  }

  .grid-tabt-5-6 .grid-cell {
    width: 83.33333%;
  }

  .grid-tabt-1-8 .grid-cell {
    width: 12.5%;
  }

  .grid-tabt-3-8 .grid-cell {
    width: 37.5%;
  }

  .grid-tabt-5-8 .grid-cell {
    width: 62.5%;
  }

  .grid-tabt-7-8 .grid-cell {
    width: 87.5%;
  }

  .grid-tabt-1-12 .grid-cell {
    width: 8.33333%;
  }

  .grid-tabt-5-12 .grid-cell {
    width: 41.66667%;
  }

  .grid-tabt-7-12 .grid-cell {
    width: 58.33333%;
  }

  .grid-tabt-11-12 .grid-cell {
    width: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .grid-desk-1-1 .grid-cell, .grid-desk-1-2 .grid-cell,
  .grid-desk-1-3 .grid-cell, .grid-desk-2-3 .grid-cell,
  .grid-desk-1-4 .grid-cell, .grid-desk-3-4 .grid-cell,
  .grid-desk-1-5 .grid-cell, .grid-desk-2-5 .grid-cell, .grid-desk-3-5 .grid-cell, .grid-desk-4-5 .grid-cell,
  .grid-desk-1-6 .grid-cell, .grid-desk-5-6 .grid-cell,
  .grid-desk-1-8 .grid-cell, .grid-desk-3-8 .grid-cell, .grid-desk-5-8 .grid-cell, .grid-desk-7-8 .grid-cell,
  .grid-desk-1-12 .grid-cell, .grid-desk-5-12 .grid-cell, .grid-desk-7-12 .grid-cell, .grid-desk-11-12 .grid-cell {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .grid-desk-1-1 .grid-cell {
    width: 100%;
  }

  .grid-desk-1-2 .grid-cell {
    width: 50%;
  }

  .grid-desk-1-3 .grid-cell {
    width: 33.33333%;
  }

  .grid-desk-2-3 .grid-cell {
    width: 66.66667%;
  }

  .grid-desk-1-4 .grid-cell {
    width: 25%;
  }

  .grid-desk-3-4 .grid-cell {
    width: 75%;
  }

  .grid-desk-1-5 .grid-cell {
    width: 20%;
  }

  .grid-desk-2-5 .grid-cell {
    width: 40%;
  }

  .grid-desk-3-5 .grid-cell {
    width: 60%;
  }

  .grid-desk-4-5 .grid-cell {
    width: 80%;
  }

  .grid-desk-1-6 .grid-cell {
    width: 16.66667%;
  }

  .grid-desk-5-6 .grid-cell {
    width: 83.33333%;
  }

  .grid-desk-1-8 .grid-cell {
    width: 12.5%;
  }

  .grid-desk-3-8 .grid-cell {
    width: 37.5%;
  }

  .grid-desk-5-8 .grid-cell {
    width: 62.5%;
  }

  .grid-desk-7-8 .grid-cell {
    width: 87.5%;
  }

  .grid-desk-1-12 .grid-cell {
    width: 8.33333%;
  }

  .grid-desk-5-12 .grid-cell {
    width: 41.66667%;
  }

  .grid-desk-7-12 .grid-cell {
    width: 58.33333%;
  }

  .grid-desk-11-12 .grid-cell {
    width: 91.66667%;
  }
}
@-webkit-keyframes dropping {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(1.08);
            transform: scaleY(1.08);
  }
  80% {
    -webkit-transform: scaleY(0.92);
            transform: scaleY(0.92);
  }
  90% {
    -webkit-transform: scaleY(1.03);
            transform: scaleY(1.03);
  }
  95% {
    -webkit-transform: scaleY(0.97);
            transform: scaleY(0.97);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes dropping {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scaleY(1.08);
            transform: scaleY(1.08);
  }
  80% {
    -webkit-transform: scaleY(0.92);
            transform: scaleY(0.92);
  }
  90% {
    -webkit-transform: scaleY(1.03);
            transform: scaleY(1.03);
  }
  95% {
    -webkit-transform: scaleY(0.97);
            transform: scaleY(0.97);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
@-webkit-keyframes moveleft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
}
@keyframes moveleft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-115%);
            transform: translateX(-115%);
  }
}
@-webkit-keyframes moveright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(115%);
            transform: translateX(115%);
  }
}
@keyframes moveright {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(115%);
            transform: translateX(115%);
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes pulse {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes light-pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes light-pulse {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0 0px 5px #81b7c4);
            filter: drop-shadow(0 0px 5px #81b7c4);
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 20px #81b7c4);
            filter: drop-shadow(0 0px 20px #81b7c4);
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 5px #81b7c4);
            filter: drop-shadow(0 0px 5px #81b7c4);
  }
}
@keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0 0px 5px #81b7c4);
            filter: drop-shadow(0 0px 5px #81b7c4);
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 20px #81b7c4);
            filter: drop-shadow(0 0px 20px #81b7c4);
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 5px #81b7c4);
            filter: drop-shadow(0 0px 5px #81b7c4);
  }
}
@-webkit-keyframes conquest-flag-glow {
  0% {
    -webkit-filter: drop-shadow(0 0px 8px #ab8dc2);
            filter: drop-shadow(0 0px 8px #ab8dc2);
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 15px #ab8dc2);
            filter: drop-shadow(0 0px 15px #ab8dc2);
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 8px #ab8dc2);
            filter: drop-shadow(0 0px 8px #ab8dc2);
  }
}
@keyframes conquest-flag-glow {
  0% {
    -webkit-filter: drop-shadow(0 0px 8px #ab8dc2);
            filter: drop-shadow(0 0px 8px #ab8dc2);
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 15px #ab8dc2);
            filter: drop-shadow(0 0px 15px #ab8dc2);
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 8px #ab8dc2);
            filter: drop-shadow(0 0px 8px #ab8dc2);
  }
}
@-webkit-keyframes birthright-flag-glow {
  0% {
    -webkit-filter: drop-shadow(0 0px 8px #ff898b);
            filter: drop-shadow(0 0px 8px #ff898b);
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 15px #ff898b);
            filter: drop-shadow(0 0px 15px #ff898b);
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 8px #ff898b);
            filter: drop-shadow(0 0px 8px #ff898b);
  }
}
@keyframes birthright-flag-glow {
  0% {
    -webkit-filter: drop-shadow(0 0px 8px #ff898b);
            filter: drop-shadow(0 0px 8px #ff898b);
  }
  50% {
    -webkit-filter: drop-shadow(0 0px 15px #ff898b);
            filter: drop-shadow(0 0px 15px #ff898b);
  }
  100% {
    -webkit-filter: drop-shadow(0 0px 8px #ff898b);
            filter: drop-shadow(0 0px 8px #ff898b);
  }
}
@-webkit-keyframes slide-down {
  0% {
    margin-top: -200px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes slide-down {
  0% {
    margin-top: -200px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#breakpoint-indicator {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: 1;
}
@media (min-width: 768px) {
  #breakpoint-indicator {
    z-index: 2;
  }
}
@media (min-width: 1024px) {
  #breakpoint-indicator {
    z-index: 3;
  }
}

*, *:before, *:after {
  box-sizing: border-box;
}

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 {
  border: 0;
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

body {
  line-height: 1;
}

a, a:focus, a:hover {
  outline: 0;
  text-decoration: none;
}

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

hr {
  clear: both;
  background: none;
}

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

body {
  color: #3d2805;
  font-family: "Libre Baskerville", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}

a, a:focus, a:hover {
  color: #1b587d;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

p.highlight {
  color: #2477a9;
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}

p.indent {
  padding-left: 15px;
}

p + p {
  margin-top: 12px;
}

p.lead {
  font-size: 20px;
  line-height: 28px;
}

p.small, ul.small, ol.small {
  font-size: 14px;
  line-height: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #2477a9;
  font-weight: bold;
  line-height: 1.0;
}

h1, h2, h3 {
  font-family: "Cinzel", Georgia, serif;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
h1 span.normalcase, h2 span.normalcase, h3 span.normalcase {
  font-family: "Libre Baskerville", Georgia, serif;
  text-transform: none;
}

h1 {
  font-size: 40px;
  margin-bottom: 10px;
}
h1 .small {
  font-size: 28px;
}

h2 {
  font-size: 28px;
  margin-bottom: 10px;
}
h2 .small {
  font-size: 20px;
}

h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

h4.shadow, h5.shadow, h6.shadow, p.shadow {
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}

@media (max-width: 767px) {
  h1 .mobile-block-line, h2 .mobile-block-line, h3 .mobile-block-line, h4 .mobile-block-line, h5 .mobile-block-line, h6 .mobile-block-line, p .mobile-block-line {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  h1 .block-line, h2 .block-line, h3 .block-line, h4 .block-line, h5 .block-line, h6 .block-line, p .block-line {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 60px;
  }
  h1 .small {
    font-size: 40px;
  }

  h2 {
    font-size: 40px;
  }
  h2 .small {
    font-size: 28px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 20px;
  }
}
hr {
  border-top: 2px solid #666;
  margin: 20px 0;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.clear {
  clear: both;
}

.accelerate {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.hide-text {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

.offscreen {
  display: block;
  position: fixed;
  left: -9999px;
}

.nowrap {
  white-space: nowrap;
}

.text-indent {
  text-indent: -9999px;
}

.no-padding {
  padding: 0 !important;
}

@media (min-width: 1024px) and (max-width: 10000px) {
  .hide-desktop {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
    visibility: hidden !important;
  }
}
@media (min-width: 1024px) and (max-width: 10000px) {
  .visible-mobile {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-mobile {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .visible-mobile {
    display: block;
  }
}

.tooltip {
  display: inline-block;
  width: 220px;
  height: 48px;
  background: rgba(95, 48, 16, 0.25) url("../images/shared/tooltip.png") no-repeat 0 0;
  box-shadow: 0px 0px 15px 2px rgba(95, 48, 16, 0.4);
  border-radius: 8px;
  padding: 11px 10px 9px 10px;
  color: #fffab7;
  line-height: 28px;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  position: relative;
}
.tooltip .arrow {
  display: inline-block;
  -webkit-transform: scaleY(2);
      -ms-transform: scaleY(2);
          transform: scaleY(2);
  position: relative;
  top: -4px;
}

a.trigger-modal-video {
  max-width: 100%;
  display: inline-block;
  box-shadow: 0px 0px 10px 2px rgba(95, 48, 16, 0.4);
  position: relative;
}
a.trigger-modal-video > img {
  display: block;
  position: relative;
}
a.trigger-modal-video .play-btn {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../images/widgets/play-btn.png") no-repeat center center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  position: absolute;
  left: 0;
  top: 0;
}
a.trigger-modal-video:hover .play-btn, a.trigger-modal-video:focus .play-btn {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

a.arrow-nav {
  display: inline-block;
  cursor: pointer;
  width: 36px;
  height: 45px;
  background: rgba(95, 48, 16, 0.25) url("../images/widgets/arrow-nav.png") no-repeat 0 0;
  box-shadow: 0px 0px 10px 2px rgba(95, 48, 16, 0.4);
  border-radius: 5px;
  opacity: 1.0;
  position: relative;
  transition: opacity 0.2s;
  z-index: 4;
}
a.arrow-nav.nav-prev {
  background-position: left center;
}
a.arrow-nav.nav-next {
  background-position: right center;
}
a.arrow-nav.disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}

a.button {
  display: inline-block;
  background: no-repeat 0 0;
  background-size: 100%;
  border-radius: 8px;
  padding: 11px 10px 9px 10px;
  color: #fffab7;
  line-height: 28px;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
}
a.button .arrow {
  display: inline-block;
  -webkit-transform: scaleY(2);
      -ms-transform: scaleY(2);
          transform: scaleY(2);
  position: relative;
  top: -4px;
}
a.button .flourish {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0;
  background-size: 100%;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
}
a.button:hover, a.button:focus {
  color: #fff;
}
a.button:hover .flourish, a.button:focus .flourish {
  opacity: 0.25;
}

a.button.btn-learn-more {
  width: 188px;
  height: 48px;
  background-image: url("../images/shared/btn-learn-more.png");
}
a.button.btn-learn-more .flourish {
  background-image: url("../images/shared/btn-learn-more-flourish.png");
}

p + a.button.btn-learn-more {
  margin-top: 20px;
}

/* Fix for NIN global nav */
.mobile-top {
  box-sizing: content-box;
}

.content-video {
  cursor: pointer;
  height: 100%;
}

.html5-modal-video {
  cursor: pointer;
}

html, body {
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  overflow-x: hidden;
}

body {
  background-color: #efefef;
}
body:after {
  content: "";
  display: table;
  clear: both;
}

div.page-container {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  padding-top: 68px;
  position: relative;
}

header#header,
footer#footer,
section.content {
  clear: both;
  width: 100%;
  position: relative;
}
header#header:after,
footer#footer:after,
section.content:after {
  content: "";
  display: table;
  clear: both;
}
header#header .inner,
footer#footer .inner,
section.content .inner {
  clear: both;
  margin: 0 auto;
  position: relative;
}
header#header .inner:after,
footer#footer .inner:after,
section.content .inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  header#header .inner,
  footer#footer .inner,
  section.content .inner {
    width: 100%;
    max-width: 600px;
    padding: 20px 10px;
  }
}
@media (min-width: 768px) {
  header#header .inner,
  footer#footer .inner,
  section.content .inner {
    width: 720px;
    padding: 30px 20px;
  }
}
@media (min-width: 1024px) {
  header#header .inner,
  footer#footer .inner,
  section.content .inner {
    width: 980px;
    padding: 40px 30px;
  }
}
@media (min-width: 1280px) {
  header#header .inner,
  footer#footer .inner,
  section.content .inner {
    width: 1140px;
    padding: 40px 40px;
  }
}

section.content.hero a.n3ds-logo {
  position: absolute;
  right: 0;
  top: 20px;
}

div.border {
  width: 100%;
  height: 30px;
  background: transparent url("../images/chrome/border.png") repeat-x center top;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 8;
}

div.ornate-border {
  width: 100%;
  height: 26px;
  background: transparent url("../images/chrome/ornate-border.png") repeat-x center top;
  position: relative;
}

div.ornate-border-alt {
  width: 100%;
  height: 26px;
  background: transparent url("../images/chrome/ornate-border-alt.png") repeat-x center top;
  position: relative;
}

header#header {
  background: url("../images/chrome/header-right-lrg.png") no-repeat right top, url("../images/chrome/header-center.jpg") no-repeat center top, url("../images/chrome/header-tile.jpg") repeat-x center top;
  height: 68px;
  box-shadow: 0px 0px 10px rgba(95, 48, 16, 0.5);
  position: fixed;
  top: 0;
  z-index: 9;
}
@media (min-width: 769px) {
  header#header {
    height: 68px;
    top: 0;
  }
}
header#header a.nav-buy {
  display: block;
  width: 220px;
  height: 48px;
  background: url("../images/chrome/btn-buy-now.png") no-repeat 0 0;
  border-radius: 8px;
  padding: 8px 10px;
  position: relative;
}
header#header a.nav-buy img.games-boxes {
  display: block;
  width: 110px;
  height: 56px;
}
header#header a.nav-buy .line1 {
  display: block;
  color: #fffab7;
  font-size: 19px;
  line-height: 16px;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  margin-top: 10px;
}
header#header a.nav-buy .line2 {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
header#header a.nav-buy .flourish {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chrome/btn-buy-now-flourish.png") no-repeat 0 0;
  opacity: 0.1;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
}
header#header a.nav-buy:hover .flourish, header#header a.nav-buy:focus .flourish {
  opacity: 0.25;
}
header#header .mainnav {
  position: relative;
}
header#header .mainnav a {
  color: #5f3010;
  text-transform: uppercase;
}
header#header .mainnav a:hover, header#header .mainnav a:focus, header#header .mainnav a.active {
  color: #fff;
  text-shadow: 0px 0px 5px rgba(95, 48, 16, 0.8);
}
header#header .mainnav a.nav-conquest {
  background: transparent url("../images/chrome/icon-conquest.png") no-repeat left center;
}
header#header .mainnav a.nav-birthright {
  background: transparent url("../images/chrome/icon-birthright.png") no-repeat left center;
}
header#header .purchase-cta {
  position: relative;
}
@media (max-width: 1023px) {
  header#header {
    background: transparent url("../images/chrome/header-bg-mobile.jpg") no-repeat center top;
    background-size: cover;
  }
  header#header .inner {
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  header#header a.n3ds-logo {
    display: inline-block;
    margin: 20px 0 0 10px;
  }
  header#header a.menu-toggle {
    display: block;
    width: 48px;
    height: 36px;
    position: absolute;
    right: 16px;
    top: 16px;
    z-index: 7;
  }
  header#header a.menu-toggle > span {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("../images/chrome/menu-icon.png") no-repeat 0 0;
    background-size: 48px 72px;
    position: absolute;
    transition: opacity 0.3s;
  }
  header#header a.menu-toggle > span.navicon-menu {
    opacity: 1.0;
    background-position: 0 0;
  }
  header#header a.menu-toggle > span.navicon-close {
    opacity: 0;
    background-position: 0 -36px;
  }
  header#header a.menu-toggle.active > span.navicon-menu {
    opacity: 0;
  }
  header#header a.menu-toggle.active > span.navicon-close {
    opacity: 1.0;
  }
  header#header #navMenu {
    width: 100%;
    height: 100vh;
    background: transparent url("../images/chrome/bg-menu-mobile.jpg") no-repeat center bottom;
    background-size: cover;
    padding-top: 68px;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    transition: opacity 0.4s, visibility 0.4s;
  }
  header#header #navMenu.active {
    opacity: 1.0;
    visibility: visible;
    z-index: 5;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  header#header #navMenu {
    max-height: 632px;
    bottom: auto;
  }
}
@media (max-width: 1023px) {
  header#header .mainnav {
    min-height: 212px;
  }
  header#header .mainnav ul {
    background: url("../images/chrome/nav-item-top.png") no-repeat center 5px, url("../images/chrome/nav-item-bottom.png") no-repeat center bottom;
    padding: 30px 0;
    max-width: 290px;
    margin: 0 auto;
  }
  header#header .mainnav ul > li {
    background: transparent url("../images/chrome/nav-border-mobile.png") no-repeat center bottom;
    padding: 0 15px;
  }
  header#header .mainnav ul > li:last-child {
    background: none;
  }
  header#header .mainnav ul > li a {
    display: block;
    line-height: 46px;
    text-align: center;
  }
  header#header .mainnav ul > li a.nav-conquest {
    background-position: calc(50% - 70px) center;
  }
  header#header .mainnav ul > li a.nav-birthright {
    background-position: calc(50% - 75px) center;
  }
  header#header .purchase-cta {
    padding: 100px 0 80px 0;
  }
  header#header .purchase-cta a.nav-buy {
    margin: 0 auto;
  }
  header#header .purchase-cta a.nav-buy img.games-boxes {
    position: absolute;
    left: 70px;
    top: -64px;
  }
}
@media (min-width: 1024px) {
  header#header {
    background: url("../images/chrome/header-left.png") no-repeat left top, url("../images/chrome/header-right.png") no-repeat right top, url("../images/chrome/header-center.jpg") no-repeat center top, url("../images/chrome/header-tile.jpg") repeat-x center top;
  }
  header#header .inner {
    padding: 0;
  }
  header#header a.menu-toggle {
    display: none;
    visibility: hidden;
  }
  header#header .mainnav {
    float: left;
    width: 660px;
    height: 68px;
    padding: 16px 0;
  }
  header#header .mainnav ul {
    height: 100%;
  }
  header#header .mainnav ul:after {
    content: "";
    display: table;
    clear: both;
  }
  header#header .mainnav ul > li {
    background: transparent url("../images/chrome/divider.jpg") no-repeat left center;
    float: left;
    height: 100%;
    padding: 0 10px 0 12px;
  }
  header#header .mainnav ul > li:first-child {
    background: none;
    padding-left: 0;
  }
  header#header .mainnav ul > li a {
    display: inline-block;
    font-size: 14px;
    height: 100%;
    line-height: 36px;
  }
  header#header .mainnav ul > li a.nav-conquest, header#header .mainnav ul > li a.nav-birthright {
    padding-left: 22px;
  }
  header#header .purchase-cta {
    float: right;
    width: 320px;
    height: 68px;
  }
  header#header .purchase-cta a.nav-buy {
    position: absolute;
    right: 0;
    top: 10px;
  }
  header#header .purchase-cta a.nav-buy img.games-boxes {
    position: absolute;
    left: -100px;
    top: -3px;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  header#header .purchase-cta a.nav-buy:hover img.games-boxes, header#header .purchase-cta a.nav-buy:focus img.games-boxes {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@media (min-width: 1280px) {
  header#header .mainnav {
    width: 700px;
  }
  header#header .mainnav ul > li {
    padding: 0 14px 0 16px;
  }
}

@media (max-width: 1023px) {
  body.menu-active {
    overflow: hidden;
    position: fixed;
  }
}
footer#footer {
  background: url("../images/chrome/bg-footer-border.png") repeat-x center top, url("../images/chrome/bg-footer.jpg") repeat center top;
  min-height: 380px;
  padding: 40px 0;
}
footer#footer a, footer#footer a:focus, footer#footer a:hover {
  color: #66cc99;
}
footer#footer .inner {
  padding-top: 0;
  padding-bottom: 10px;
  text-align: center;
}
footer#footer .inner > div {
  display: inline-block;
}
footer#footer .inner .share-content {
  background: url("../images/chrome/bg-share-content.png") no-repeat center top;
  width: 220px;
  height: 48px;
  padding: 14px 25px 10px 25px;
}
footer#footer .inner .share-content h6 {
  display: inline-block;
  float: left;
  color: #f8dea4;
  font-size: 16px;
  line-height: 24px;
}
footer#footer .inner .share-content #nintendo-global-social {
  float: right !important;
}
footer#footer .inner .support-content {
  width: 220px;
  height: 48px;
  margin-left: 16px;
}
footer#footer .inner a.btn-customer-support {
  display: inline-block;
  width: 220px;
  height: 48px;
  background: url("../images/chrome/btn-customer-support.png") no-repeat center top;
  padding: 13px 0 10px 0;
  color: #f8dea4;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  vertical-align: 17px;
  position: relative;
}
footer#footer .inner a.btn-customer-support .flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/chrome/btn-customer-support-flourish.png") no-repeat center top;
  opacity: 0.1;
  transition: opacity 0.2s;
}
footer#footer .inner a.btn-customer-support:hover .flourish, footer#footer .inner a.btn-customer-support:focus .flourish {
  opacity: 0.3;
}
footer#footer .bottom-content {
  color: #f8dea4;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 0;
}
footer#footer .bottom-content p + p {
  margin-top: 5px;
}
@media (min-width: 1px) and (max-width: 767px) {
  footer#footer {
    min-height: 580px;
  }
  footer#footer .inner {
    max-width: 520px;
  }
  footer#footer .inner .share-content,
  footer#footer .inner .support-content {
    display: block;
    margin: 0 auto;
  }
  footer#footer .inner .support-content {
    margin-top: 10px;
  }
}

/* --- NIN Footer Logos --- */
#nintendo-global-footer {
  /* These divs are loaded by Nintendo's js libs */
}
#nintendo-global-footer > div {
  margin: 0 15px !important;
}
#nintendo-global-footer > div:first-child {
  margin-left: 0 !important;
}
#nintendo-global-footer > div:last-child {
  margin-right: 0 !important;
}
#nintendo-global-footer #footer-amiibo-container {
  margin-top: 4px !important;
}
#nintendo-global-footer #newsletter-container {
  margin-top: 26px !important;
}
@media (min-width: 1px) and (max-width: 767px) {
  #nintendo-global-footer #newsletter-container a {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
}
#nintendo-global-footer #footer-followus-container {
  margin-top: 20px !important;
  color: #fff !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-followus-container {
    width: 35% !important;
    text-align: right;
  }
}
#nintendo-global-footer #footer-esrb-container {
  margin-top: 12px !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-esrb-container {
    min-width: 181px;
    width: 65% !important;
  }
  #nintendo-global-footer #footer-esrb-container a {
    margin: 0 auto;
  }
}
#nintendo-global-footer #footer-privacypolicy-container {
  margin-top: -5px !important;
  color: #fff !important;
}
#nintendo-global-footer #footer-privacypolicy-container a {
  color: #fff !important;
}
@media (max-width: 767px) {
  #nintendo-global-footer #footer-privacypolicy-container {
    width: 100% !important;
    margin: 10px 0 !important;
  }
}
@media (max-width: 767px) {
  #nintendo-global-footer > div {
    width: 50% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.content-box {
  width: 290px;
  background: transparent url("../images/shared/content-boxes-mobile.jpg") no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto 20px auto;
  padding: 25px 20px;
  position: relative;
  z-index: 5;
  text-align: center;
}
.content-box:after {
  content: "";
  display: table;
  clear: both;
}
.content-box:before, .content-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
}
.content-box:before {
  background: transparent url("../images/shared/content-boxes-mobile-before.jpg") no-repeat center top;
  background-size: 100% 100%;
  top: 0;
}
.content-box:after {
  background: transparent url("../images/shared/content-boxes-mobile-after.jpg") no-repeat center bottom;
  background-size: 100% 100%;
  bottom: 0;
}
@media (min-width: 768px) {
  .content-box {
    width: 640px;
    padding: 40px 35px 20px 35px;
    background-size: 100% 100%;
  }
  .content-box:before, .content-box:after {
    display: none;
    background: none;
  }
  .content-box.content-box-sm {
    min-height: 178px;
    background-image: url("../images/shared/content-box-sm.jpg");
  }
  .content-box.content-box-med {
    min-height: 202px;
    background-image: url("../images/shared/content-box-med.jpg");
  }
  .content-box.content-box-lrg {
    min-height: 292px;
    background-image: url("../images/shared/content-box-lrg.jpg");
  }
}
@media (min-width: 1024px) {
  .content-box {
    width: 720px;
    padding: 40px 45px 20px 45px;
  }
}

.title-box {
  width: 240px;
  background: transparent url("../images/shared/content-boxes-mobile.jpg") no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto;
  padding: 25px 20px;
  position: relative;
  text-align: center;
}
.title-box:before, .title-box:after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  left: 0;
  right: 0;
}
.title-box:before {
  background: transparent url("../images/shared/content-boxes-mobile-before.jpg") no-repeat center top;
  background-size: 100% 100%;
  top: 0;
}
.title-box:after {
  background: transparent url("../images/shared/content-boxes-mobile-after.jpg") no-repeat center bottom;
  background-size: 100% 100%;
  bottom: 0;
}
.title-box h3 {
  margin: 0;
}
@media (min-width: 768px) {
  .title-box {
    width: 360px;
    height: 84px;
    background-image: url("../images/shared/title-box.jpg");
    padding: 30px 20px 10px 20px;
  }
  .title-box:before, .title-box:after {
    display: none;
    background: none;
  }
  .title-box h3 {
    line-height: 28px;
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .title-box {
    width: 480px;
    height: 108px;
    padding: 40px 30px 20px 30px;
  }
}

section.video-section {
  height: 260px;
  background: transparent no-repeat center center;
  background-size: cover;
}
section.video-section .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
section.video-section .video-container video {
  display: none;
  visibility: hidden;
}
@media (min-width: 768px) {
  section.video-section {
    height: 440px;
  }
}
@media (min-width: 1024px) {
  section.video-section {
    height: calc(50vw - 20px);
    max-height: 640px;
  }
}
@media (min-width: 1280px) {
  section.video-section {
    height: 40vw;
    min-height: 620px;
    max-height: 800px;
  }
}

section.hero-video-section .video-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
section.hero-video-section .video-container video {
  display: none;
  visibility: hidden;
}

@media (min-width: 1024px) {
  html.no-touch section.video-section .video-container video,
  html.no-touch section.hero-video-section .video-container video {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    display: block;
    visibility: visible;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.video-player {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-player iframe,
.video-player object,
.video-player embed,
.video-player > div,
.video-player video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/* Auto Rotator
// ---------------------------------------+
*/
.auto-rotator {
  position: relative;
}
.auto-rotator .panels-container {
  position: relative;
}
.auto-rotator .panel {
  width: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}
.auto-rotator .panel.active {
  opacity: 1.0;
  position: relative;
  z-index: 3;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.auto-rotator .panel > .panel-inner {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.auto-rotator .quote {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
}
.auto-rotator .quote.big {
  font-size: 30px;
  line-height: 32px;
}
.auto-rotator .citation {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  margin-top: 8px;
}

.responsive-carousel {
  width: 100%;
  height: auto;
  position: relative;
}
.responsive-carousel .arrow-nav {
  position: absolute;
  top: 100px;
}
.responsive-carousel .arrow-nav.nav-prev {
  left: -40px;
}
.responsive-carousel .arrow-nav.nav-next {
  right: -40px;
}
.responsive-carousel .outer-mask {
  width: 100%;
  height: 100%;
  position: relative;
}
.responsive-carousel .outer-mask > .inner-track {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.responsive-carousel .outer-mask > .inner-track:after {
  content: "";
  display: table;
  clear: both;
}
.responsive-carousel .outer-mask > .inner-track > article {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.responsive-carousel .outer-mask > .inner-track > article.active {
  opacity: 1.0;
  visibility: visible;
}

.responsive-carousel.m1-t2-d4-carousel {
  width: 220px;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .responsive-carousel.m1-t2-d4-carousel {
    width: 520px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .responsive-carousel.m1-t2-d4-carousel {
    width: 960px;
    margin: 0 -20px;
  }
}
@media (min-width: 1280px) {
  .responsive-carousel.m1-t2-d4-carousel {
    width: 1120px;
    margin: 0 -30px;
  }
}

.tabswitcher {
  position: relative;
}
.tabswitcher .tabnav {
  margin-bottom: 1.0em;
  position: relative;
}
.tabswitcher .tabnav > ul {
  list-style: none;
  margin: 0;
}
.tabswitcher .tabnav > ul > li {
  display: inline-block;
  margin: 0;
}
.tabswitcher .tabnav > ul > li > a {
  display: block;
  color: #101010;
  text-decoration: none;
  background: #ccc;
  padding: 0.5em 1.0em;
}
.tabswitcher .tabnav > ul > li > a.active {
  color: #fff;
  background: #666;
}
.tabswitcher .tabnav > ul > li > a:hover, .tabswitcher .tabnav > ul > li > a:focus {
  color: #fff;
  background: #999;
}
.tabswitcher .tabpanels {
  position: relative;
}
.tabswitcher .tab-panel {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.tabswitcher .tab-panel.active {
  opacity: 1.0;
  position: relative;
  z-index: 3;
  transition: opacity 0.4s;
}

div#overlay {
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99997;
}

#btn-modal-close {
  display: block;
  width: 64px;
  height: 52px;
  background: transparent url("../images/widgets/close-btn.png") no-repeat 0 0;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: -80px;
  z-index: 99999;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

div.modal-content {
  display: none;
  visibility: hidden;
}

div#modal-window {
  display: none;
  position: fixed;
  z-index: 99998;
}
div#modal-window div.modal-content {
  display: block;
  visibility: visible;
  position: relative;
  -webkit-backface-visibility: hidden;
}
div#modal-window div.modal-content:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  div#modal-window {
    width: 100vw;
    height: 100vh;
    background: url("../images/widgets/modal-mobile-border-top.jpg") repeat-x center top, url("../images/widgets/modal-mobile-border-bottom.jpg") repeat-x center bottom, url("../images/widgets/bg-modal-mobile.jpg") no-repeat center center;
    background-size: auto, auto, cover;
    padding: 30px 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  div#modal-window #btn-modal-close {
    right: 10px;
    top: 10px;
  }
  div#modal-window div.modal-content {
    height: 100%;
    padding: 20px 15px;
    overflow-y: auto;
  }
  div#modal-window.modal-video div.modal-content {
    background: #000;
    padding: 0;
  }
  div#modal-window.modal-video div.modal-content .video-player {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  div#modal-window {
    width: 720px;
    height: 417px;
    background: url("../images/widgets/bg-modal.jpg") no-repeat center top;
    background-size: cover;
    padding: 14px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  div#modal-window div.modal-content {
    padding: 20px;
  }
  div#modal-window.modal-video {
    background-image: url("../images/widgets/bg-modal-video.jpg");
  }
  div#modal-window.modal-video div.modal-content {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  div#modal-window {
    width: 748px;
    height: 433px;
    padding: 14px;
  }
}

@media (min-width: 768px) {
  #modal-window.character-modal {
    width: 720px;
    height: 338px;
    background-image: url("../images/widgets/bg-modal-character.jpg");
    background-size: cover;
    padding: 11px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal {
    width: 808px;
    height: 380px;
    background-size: auto;
    padding: 14px;
  }
}
@media (max-width: 767px) {
  #modal-window.character-modal .modal-content {
    padding-top: 40px;
  }
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content {
    height: 100%;
    padding: 25px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content {
    padding: 35px;
  }
}
#modal-window.character-modal .modal-content .Character-picture {
  display: none;
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content .Character-picture {
    display: inline;
    position: absolute;
    width: 250px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content .Character-picture {
    width: auto;
  }
}
#modal-window.character-modal .modal-content .character-description h1 {
  font-size: 30px;
}
@media (max-width: 767px) {
  #modal-window.character-modal .modal-content .character-description p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content .character-screenshots {
    position: absolute;
  }
}
#modal-window.character-modal .modal-content .character-screenshots .screenshot {
  width: 210px;
  height: 133px;
  background: black url("../images/characters/modal-screenshot-frame.png");
  padding: 9px 10px;
}
@media (max-width: 479px) {
  #modal-window.character-modal .modal-content .character-screenshots .screenshot {
    margin: 0 auto;
  }
  #modal-window.character-modal .modal-content .character-screenshots .screenshot + .screenshot {
    margin-top: 15px;
  }
}
@media (min-width: 480px) {
  #modal-window.character-modal .modal-content .character-screenshots .screenshot {
    display: inline-block;
  }
  #modal-window.character-modal .modal-content .character-screenshots .screenshot + .screenshot {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content.modal-character-left .Character-picture {
    left: -49px;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content.modal-character-left .Character-picture {
    left: -96px;
  }
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content.modal-character-left .character-description {
    margin-left: 240px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content.modal-character-left .character-description {
    margin-left: 320px;
  }
}
#modal-window.character-modal .modal-content.modal-character-left .character-description h1 {
  color: #693966;
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content.modal-character-left .character-screenshots {
    right: 25px;
    bottom: 25px;
  }
  #modal-window.character-modal .modal-content.modal-character-left .character-screenshots .screenshot {
    float: right;
  }
  #modal-window.character-modal .modal-content.modal-character-left .character-screenshots .screenshot + div {
    margin-right: 20px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content.modal-character-left .character-screenshots {
    right: 35px;
    bottom: 35px;
  }
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content.modal-character-right .Character-picture {
    right: -49px;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content.modal-character-right .Character-picture {
    right: -96px;
  }
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content.modal-character-right .character-description {
    margin-right: 240px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content.modal-character-right .character-description {
    margin-right: 320px;
  }
}
#modal-window.character-modal .modal-content.modal-character-right .character-description h1 {
  color: #842726;
}
@media (min-width: 768px) {
  #modal-window.character-modal .modal-content.modal-character-right .character-screenshots {
    left: 25px;
    bottom: 25px;
  }
  #modal-window.character-modal .modal-content.modal-character-right .character-screenshots .screenshot {
    float: left;
  }
  #modal-window.character-modal .modal-content.modal-character-right .character-screenshots .screenshot + div {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  #modal-window.character-modal .modal-content.modal-character-right .character-screenshots {
    left: 35px;
    bottom: 35px;
  }
}

#modal-window.retailer-modal div.modal-content {
  padding: 0 20px;
}
#modal-window.retailer-modal div.modal-content .retailer-modal-page-container {
  padding-top: 50px;
}
#modal-window.retailer-modal div.modal-content .retailer-modal-content-wrapper {
  max-width: 96%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #modal-window.retailer-modal div.modal-content .responsive-iframe-container {
    height: 100%;
    padding: 0;
  }
  #modal-window.retailer-modal div.modal-content .responsive-iframe-container iframe {
    height: 100%;
    width: 100%;
  }
}
#modal-window.retailer-modal div.modal-content h2 {
  color: #000;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 300;
  font-size: 44px;
  line-height: 52px;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 10px;
}
#modal-window.retailer-modal div.modal-content h2 + p {
  color: #777;
  font-family: 'Lato', Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}
#modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul:after {
  content: "";
  display: table;
  clear: both;
}
#modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li {
  float: left;
  margin: 0 0 2.85% 0;
}
#modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li > a {
  display: block;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 2px;
  text-align: center;
  transition: background-color 0.3s;
}
#modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li > a:hover, #modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li > a:focus {
  background-color: #f0f0f0;
}
@media (max-width: 767px) {
  #modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li {
    width: 48.5%;
    margin-left: 3%;
  }
  #modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  #modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li {
    width: 31.5%;
    margin-left: 2.75%;
  }
  #modal-window.retailer-modal div.modal-content .retailer-modal-retailer-list > ul > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
  }
}

#conquest-transition-container {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/conquest/bg-stars.jpg") no-repeat fixed center top;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}

.conquest-flower-big {
  position: absolute;
  width: 177px;
  height: 182px;
  background: url("../images/conquest/flower-big.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .conquest-flower-big {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .conquest-flower-big {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .conquest-flower-big {
    background-size: 70%;
  }
}
.conquest-flower-small {
  position: absolute;
  width: 161px;
  height: 150px;
  background: url("../images/conquest/flower-small.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .conquest-flower-small {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .conquest-flower-small {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .conquest-flower-small {
    background-size: 70%;
  }
}

.conquest-leaf-1 {
  position: absolute;
  width: 112px;
  height: 116px;
  background: url("../images/conquest/petal-1.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .conquest-leaf-1 {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .conquest-leaf-1 {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .conquest-leaf-1 {
    background-size: 70%;
  }
}
.conquest-leaf-2 {
  position: absolute;
  width: 112px;
  height: 116px;
  background: url("../images/conquest/petal-2.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .conquest-leaf-2 {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .conquest-leaf-2 {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .conquest-leaf-2 {
    background-size: 70%;
  }
}

#conquest-flower-left-big-1 {
  bottom: -5%;
  left: 30%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-big-1 {
    left: 20%;
  }
}
#conquest-flower-left-big-2 {
  bottom: 5%;
  left: 1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-big-2 {
    left: -10%;
  }
}
#conquest-flower-left-big-3 {
  bottom: 50%;
  left: 8%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-big-3 {
    left: -2%;
  }
}
#conquest-flower-left-big-4 {
  bottom: 70%;
  left: -2%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-big-4 {
    left: -12%;
  }
}
#conquest-flower-left-small-1 {
  bottom: -2%;
  left: 13%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-small-1 {
    left: 3%;
  }
}
#conquest-flower-left-small-2 {
  bottom: 19%;
  left: 10%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-small-2 {
    left: 0;
  }
}
#conquest-flower-left-small-3 {
  bottom: 23%;
  left: 26%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-small-3 {
    left: 16%;
  }
}
#conquest-flower-left-small-4 {
  bottom: 38%;
  left: 18%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-small-4 {
    left: 8%;
  }
}
#conquest-flower-left-leaf-1 {
  bottom: 69%;
  left: 17%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-leaf-1 {
    left: 7%;
  }
}
#conquest-flower-left-leaf-2 {
  bottom: 11%;
  left: 23%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-leaf-2 {
    left: 13%;
  }
}
#conquest-flower-left-leaf-3 {
  bottom: 22%;
  left: -1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-leaf-3 {
    left: -11%;
  }
}
#conquest-flower-left-leaf-4 {
  bottom: 33%;
  left: 8%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-left-leaf-4 {
    left: -2%;
  }
}
#conquest-flower-right-big-1 {
  bottom: -10%;
  right: 30%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-big-1 {
    right: 20%;
    bottom: -15%;
  }
}
#conquest-flower-right-big-2 {
  bottom: -5%;
  right: 1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-big-2 {
    right: -10%;
  }
}
#conquest-flower-right-big-3 {
  bottom: 54%;
  right: 7%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-big-3 {
    right: -2%;
  }
}
#conquest-flower-right-big-4 {
  bottom: 64%;
  right: -2%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-big-4 {
    right: -12%;
  }
}
#conquest-flower-right-small-1 {
  bottom: 5%;
  right: 13%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-small-1 {
    right: 3%;
  }
}
#conquest-flower-right-small-2 {
  bottom: 19%;
  right: 8%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-small-2 {
    right: 0;
  }
}
#conquest-flower-right-small-3 {
  bottom: 29%;
  right: 26%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-small-3 {
    right: 16%;
  }
}
#conquest-flower-right-small-4 {
  bottom: 46%;
  right: 18%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-small-4 {
    right: 8%;
  }
}
#conquest-flower-right-leaf-1 {
  bottom: 65%;
  right: 17%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-leaf-1 {
    right: 7%;
  }
}
#conquest-flower-right-leaf-2 {
  bottom: 1%;
  right: 23%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-leaf-2 {
    right: 13%;
  }
}
#conquest-flower-right-leaf-3 {
  bottom: 22%;
  right: -1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-leaf-3 {
    right: -11%;
  }
}
#conquest-flower-right-leaf-4 {
  bottom: 38%;
  right: 4%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #conquest-flower-right-leaf-4 {
    right: -2%;
  }
}

#birthright-transition-container {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/birthright/bg-clouds.jpg") no-repeat fixed center top;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
}

.birthright-flower-big {
  position: absolute;
  width: 145px;
  height: 149px;
  background: url("../images/birthright/flower-big.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .birthright-flower-big {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .birthright-flower-big {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .birthright-flower-big {
    background-size: 70%;
  }
}
.birthright-flower-small {
  position: absolute;
  width: 120px;
  height: 123px;
  background: url("../images/birthright/flower-small.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .birthright-flower-small {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .birthright-flower-small {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .birthright-flower-small {
    background-size: 70%;
  }
}

.birthright-leaf-1 {
  position: absolute;
  width: 65px;
  height: 76px;
  background: url("../images/birthright/petal-1.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .birthright-leaf-1 {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .birthright-leaf-1 {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .birthright-leaf-1 {
    background-size: 70%;
  }
}
.birthright-leaf-2 {
  position: absolute;
  width: 85px;
  height: 58px;
  background: url("../images/birthright/petal-2.png") no-repeat center center;
  z-index: 8;
  opacity: 0;
}
@media (min-width: 1px) and (max-width: 767px) {
  .birthright-leaf-2 {
    background-size: 30%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .birthright-leaf-2 {
    background-size: 60%;
  }
}
@media (min-width: 1024px) and (max-width: 1280px) {
  .birthright-leaf-2 {
    background-size: 70%;
  }
}

#birthright-flower-left-big-1 {
  bottom: -5%;
  left: 30%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-big-1 {
    left: 20%;
  }
}
#birthright-flower-left-big-2 {
  bottom: 5%;
  left: 1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-big-2 {
    left: -10%;
  }
}
#birthright-flower-left-big-3 {
  bottom: 50%;
  left: 8%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-big-3 {
    left: -2%;
  }
}
#birthright-flower-left-big-4 {
  bottom: 70%;
  left: -2%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-big-4 {
    left: -12%;
  }
}
#birthright-flower-left-small-1 {
  bottom: -2%;
  left: 13%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-small-1 {
    left: 3%;
  }
}
#birthright-flower-left-small-2 {
  bottom: 19%;
  left: 10%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-small-2 {
    left: 0;
  }
}
#birthright-flower-left-small-3 {
  bottom: 23%;
  left: 26%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-small-3 {
    left: 16%;
  }
}
#birthright-flower-left-small-4 {
  bottom: 38%;
  left: 18%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-small-4 {
    left: 8%;
  }
}
#birthright-flower-left-leaf-1 {
  bottom: 69%;
  left: 17%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-leaf-1 {
    left: 7%;
  }
}
#birthright-flower-left-leaf-2 {
  bottom: 11%;
  left: 23%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-leaf-2 {
    left: 13%;
  }
}
#birthright-flower-left-leaf-3 {
  bottom: 22%;
  left: -1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-leaf-3 {
    left: -11%;
  }
}
#birthright-flower-left-leaf-4 {
  bottom: 33%;
  left: 8%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-left-leaf-4 {
    left: -2%;
  }
}
#birthright-flower-right-big-1 {
  bottom: -10%;
  right: 30%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-big-1 {
    right: 20%;
    bottom: -15%;
  }
}
#birthright-flower-right-big-2 {
  bottom: -5%;
  right: 1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-big-2 {
    right: -10%;
  }
}
#birthright-flower-right-big-3 {
  bottom: 54%;
  right: 7%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-big-3 {
    right: -2%;
  }
}
#birthright-flower-right-big-4 {
  bottom: 64%;
  right: -2%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-big-4 {
    right: -12%;
  }
}
#birthright-flower-right-small-1 {
  bottom: 5%;
  right: 13%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-small-1 {
    right: 3%;
  }
}
#birthright-flower-right-small-2 {
  bottom: 19%;
  right: 8%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-small-2 {
    right: 0;
  }
}
#birthright-flower-right-small-3 {
  bottom: 29%;
  right: 26%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-small-3 {
    right: 16%;
  }
}
#birthright-flower-right-small-4 {
  bottom: 46%;
  right: 18%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-small-4 {
    right: 8%;
  }
}
#birthright-flower-right-leaf-1 {
  bottom: 65%;
  right: 17%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-leaf-1 {
    right: 7%;
  }
}
#birthright-flower-right-leaf-2 {
  bottom: 1%;
  right: 23%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-leaf-2 {
    right: 13%;
  }
}
#birthright-flower-right-leaf-3 {
  bottom: 22%;
  right: -1%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-leaf-3 {
    right: -11%;
  }
}
#birthright-flower-right-leaf-4 {
  bottom: 38%;
  right: 4%;
}
@media (min-width: 1px) and (max-width: 767px) {
  #birthright-flower-right-leaf-4 {
    right: -2%;
  }
}

#page-home {
  color: #fff;
}
#page-home .border {
  background-image: url("../images/chrome/border-home.jpg");
  z-index: 2;
}
#page-home a.trigger-watch-trailer {
  display: block;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}
#page-home a.trigger-watch-trailer > img.watch-trailer-thumb {
  display: block;
  width: 100%;
  position: relative;
}
#page-home a.trigger-watch-trailer > .play-btn {
  display: block;
  width: 100%;
  height: 100%;
  background: transparent url("../images/home/watch-trailer-play-btn.png") no-repeat center center;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  position: absolute;
  left: 0;
  top: 0;
}
#page-home a.trigger-watch-trailer:hover .play-btn, #page-home a.trigger-watch-trailer:focus .play-btn {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#page-home #accolades-mobile {
  background: transparent url("../images/home/bg-accolades-mobile.jpg") no-repeat center top;
  height: 90px;
  box-shadow: 0px 0px 10px rgba(95, 48, 16, 0.5);
  z-index: 6;
}
#page-home #accolades-mobile .inner {
  height: 100%;
  padding: 10px;
}
#page-home #accolades-mobile .accolades {
  width: 240px;
  height: 100%;
  margin: 0 auto;
}
#page-home #hero-intro {
  background: transparent url("../images/home/bg-hero-mobile.jpg") no-repeat center top;
  background-size: cover;
  height: 320px;
  z-index: 4;
}
#page-home #hero-intro .inner {
  height: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  #page-home #hero-intro .accolades {
    width: 240px;
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 11;
  }
}
@media (min-width: 1024px) {
  #page-home #hero-intro .accolades {
    left: 80px;
  }
}
@media (min-width: 1280px) {
  #page-home #hero-intro .accolades {
    left: 100px;
  }
}
#page-home #hero-intro .hero-character-art,
#page-home #hero-intro .hero-character-art-center,
#page-home #hero-intro .hero-character-art-left,
#page-home #hero-intro .hero-character-art-right,
#page-home #hero-intro .hero-foreground {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#page-home #hero-intro .hero-character-art-center {
  width: 50%;
  left: 25%;
  right: 25%;
}
#page-home #hero-intro .hero-character-art-left {
  width: 50%;
  left: auto;
  right: 50%;
}
#page-home #hero-intro .hero-character-art-right {
  width: 50%;
  left: 50%;
  right: auto;
}
#page-home #hero-intro .hero-foreground {
  height: 25%;
}
@media (max-width: 767px) {
  #page-home #hero-intro .hero-character-art,
  #page-home #hero-intro .hero-character-art-center,
  #page-home #hero-intro .hero-character-art-left,
  #page-home #hero-intro .hero-character-art-right,
  #page-home #hero-intro .hero-foreground {
    background: none;
  }
  #page-home #hero-intro .paths-content {
    position: absolute;
    top: 220px;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 8;
  }
  #page-home #hero-intro .paths-content > div {
    width: 290px;
    margin: 0 auto;
    text-align: center;
  }
  #page-home #hero-intro .paths-content .choose {
    height: 430px;
    background: transparent url("../images/home/bg-choose-path-mobile.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 20px 15px;
  }
  #page-home #hero-intro .paths-content .choose h1 {
    color: #f8dea4;
    font-size: 32px;
  }
  #page-home #hero-intro .paths-content .choose p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  #page-home #hero-intro .paths-content .choose a.trigger-watch-trailer {
    display: block;
    width: 200px;
    margin: 0 auto 20px;
  }
  #page-home #hero-intro .paths-content .choose h4 {
    color: #fff;
    text-transform: uppercase;
  }
  #page-home #hero-intro .paths-content .conquest {
    background: transparent url("../images/home/btn-explore-conquest.png") no-repeat center top;
    background-size: 100%;
    margin-top: 15px;
    height: 125px;
  }
  #page-home #hero-intro .paths-content .conquest a.inner-flag {
    display: block;
    height: 125px;
  }
  #page-home #hero-intro .paths-content .conquest span.text {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 85px;
  }
  #page-home #hero-intro .paths-content .conquest span.text:after {
    content: "";
    background: transparent url("../images/home/arrow-white.png") no-repeat right center;
    padding-right: 25px;
  }
  #page-home #hero-intro .paths-content .birthright {
    background: transparent url("../images/home/btn-explore-birthright.png") no-repeat center top;
    background-size: 100%;
    margin-top: 15px;
    height: 125px;
  }
  #page-home #hero-intro .paths-content .birthright a.inner-flag {
    display: block;
    height: 125px;
  }
  #page-home #hero-intro .paths-content .birthright span.text {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-top: 85px;
  }
  #page-home #hero-intro .paths-content .birthright span.text:after {
    content: "";
    background: transparent url("../images/home/arrow-white.png") no-repeat right center;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  #page-home #hero-intro {
    background-image: url("../images/home/bg-hero.jpg");
    height: 540px;
  }
  #page-home #hero-intro .hero-character-art-center,
  #page-home #hero-intro .hero-character-art-left,
  #page-home #hero-intro .hero-character-art-right,
  #page-home #hero-intro .hero-foreground {
    background: no-repeat center bottom;
    background-size: cover;
  }
  #page-home #hero-intro .hero-character-art-center {
    background-image: url("../images/home/hero-character-art-center.png");
  }
  #page-home #hero-intro .hero-character-art-left {
    background-image: url("../images/home/hero-character-art-left.png");
    background-position: right bottom;
    z-index: 8;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #page-home #hero-intro .hero-character-art-right {
    background-image: url("../images/home/hero-character-art-right.png");
    background-position: left bottom;
    z-index: 8;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #page-home #hero-intro .hero-foreground {
    background-image: url("../images/home/hero-foreground.png");
    pointer-events: none;
    z-index: 8;
  }
  #page-home #hero-intro .paths-content {
    -webkit-perspective: 1000px;
            perspective: 1000px;
    width: 100%;
    min-height: 236px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -135px;
    z-index: 8;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #page-home #hero-intro .paths-content {
    bottom: -110px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #page-home #hero-intro .paths-content {
    bottom: -100px;
  }
}
@media (min-width: 768px) {
  #page-home #hero-intro .paths-content .choose {
    width: 40%;
    background: transparent url("../images/home/bg-choose-path.png") no-repeat center top;
    background-size: 100% 100%;
    padding: 20px 0;
    text-align: center;
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    position: absolute;
    left: 30%;
    right: 30%;
    z-index: 5;
    margin-top: -200px;
    opacity: 0;
  }
  #page-home #hero-intro .paths-content .choose h1 {
    color: #f8dea4;
    font-size: 28px;
    margin-bottom: 5px;
    padding: 0 2%;
  }
  #page-home #hero-intro .paths-content .choose p {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 0 5%;
  }
  #page-home #hero-intro .paths-content .choose a.trigger-watch-trailer {
    display: inline-block;
    width: 40%;
    vertical-align: middle;
  }
  #page-home #hero-intro .paths-content .choose h4 {
    display: inline-block;
    width: 40%;
    margin: 0;
    padding-left: 10px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #page-home #hero-intro .paths-content .choose h4 {
    font-size: 18px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #page-home #hero-intro .paths-content .choose h4 {
    font-size: 20px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  #page-home #hero-intro .paths-content .conquest,
  #page-home #hero-intro .paths-content .birthright {
    width: 30%;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
  }
  #page-home #hero-intro .paths-content .conquest span.text {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-top: 34%;
  }
  #page-home #hero-intro .paths-content .conquest span.text:after {
    background: transparent url("../images/home/arrow-white.png") no-repeat right center;
    content: "";
    padding-right: 30px;
    background-size: contain;
  }
  #page-home #hero-intro .paths-content .conquest .pole {
    right: 0;
  }
  #page-home #hero-intro .paths-content .conquest a.inner-flag {
    display: block;
    background: transparent url("../images/home/conquest-flag.png") no-repeat center top;
    background-size: 100%;
    left: 8%;
    -webkit-filter: drop-shadow(0 0 8px #ab8dc2);
            filter: drop-shadow(0 0 8px #ab8dc2);
    transition: -webkit-filter 0.2s, filter 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #page-home #hero-intro .paths-content .conquest a.inner-flag:hover, #page-home #hero-intro .paths-content .conquest a.inner-flag:focus {
    -webkit-filter: drop-shadow(0 0 15px #ab8dc2);
            filter: drop-shadow(0 0 15px #ab8dc2);
  }
  #page-home #hero-intro .paths-content .birthright span.text {
    display: inline-block;
    color: #920c08;
    font-size: 14px;
    margin-top: 34%;
  }
  #page-home #hero-intro .paths-content .birthright span.text:after {
    background: transparent url("../images/home/arrow-red.png") no-repeat right center;
    content: "";
    padding-right: 30px;
    background-size: contain;
  }
  #page-home #hero-intro .paths-content .birthright .pole {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #page-home #hero-intro .paths-content .birthright a.inner-flag {
    display: block;
    background: transparent url("../images/home/birthright-flag.png") no-repeat center top;
    background-size: 100%;
    right: 8%;
    -webkit-filter: drop-shadow(0 0 8px #ff898b);
            filter: drop-shadow(0 0 8px #ff898b);
    transition: -webkit-filter 0.2s, filter 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  #page-home #hero-intro .paths-content .birthright a.inner-flag:hover, #page-home #hero-intro .paths-content .birthright a.inner-flag:focus {
    -webkit-filter: drop-shadow(0 0 15px #ff898b);
            filter: drop-shadow(0 0 15px #ff898b);
  }
  #page-home #hero-intro .paths-content .flag {
    -webkit-perspective: 1000px;
            perspective: 1000px;
  }
  #page-home #hero-intro .paths-content .flag > .inner-flag {
    width: 88%;
    height: 142px;
    box-sizing: border-box;
    opacity: 0;
    padding: 0 5%;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    position: absolute;
    top: 60px;
  }
  #page-home #hero-intro .paths-content .pole {
    width: 96%;
    height: 11px;
    background: url("../images/home/pole.png") no-repeat 0 0;
    position: absolute;
    top: 60px;
    opacity: 0;
  }
}
@media (min-width: 1280px) {
  #page-home #hero-intro {
    height: 40vw;
    min-height: 540px;
  }
  #page-home #hero-intro .paths-content .choose h1 {
    font-size: 36px;
  }
}
@media (min-width: 1600px) {
  #page-home #hero-intro {
    max-height: 800px;
  }
  #page-home #hero-intro .hero-character-art-center {
    background-image: url("../images/home/hero-character-art-center-lrg.png");
  }
  #page-home #hero-intro .hero-character-art-left {
    background-image: url("../images/home/hero-character-art-left-lrg.png");
  }
  #page-home #hero-intro .hero-character-art-right {
    background-image: url("../images/home/hero-character-art-right-lrg.png");
  }
  #page-home #hero-intro .hero-foreground {
    background-image: url("../images/home/hero-foreground-lrg.png");
  }
}
@media (min-width: 768px) {
  #page-home #hero-intro.loaded .hero-character-art-left,
  #page-home #hero-intro.loaded .hero-character-art-right {
    -webkit-animation: fade-in 1s ease 0s 1 forwards;
            animation: fade-in 1s ease 0s 1 forwards;
  }
  #page-home #hero-intro.loaded .paths-content .choose {
    -webkit-animation: slide-down 1s ease-in-out 0.5s 1 forwards;
            animation: slide-down 1s ease-in-out 0.5s 1 forwards;
  }
  #page-home #hero-intro.loaded .paths-content .conquest {
    -webkit-animation: moveleft 1s ease-in-out 1.5s 1 forwards;
            animation: moveleft 1s ease-in-out 1.5s 1 forwards;
  }
  #page-home #hero-intro.loaded .paths-content .conquest a.inner-flag {
    -webkit-animation: dropping 0.4s ease-in-out 2.5s 1 forwards;
            animation: dropping 0.4s ease-in-out 2.5s 1 forwards;
  }
  #page-home #hero-intro.loaded .paths-content .birthright {
    -webkit-animation: moveright 1s ease-in-out 1.5s 1 forwards;
            animation: moveright 1s ease-in-out 1.5s 1 forwards;
  }
  #page-home #hero-intro.loaded .paths-content .birthright a.inner-flag {
    -webkit-animation: dropping 0.4s ease-in-out 2.5s 1 forwards;
            animation: dropping 0.4s ease-in-out 2.5s 1 forwards;
  }
  #page-home #hero-intro.loaded .paths-content .pole {
    -webkit-animation: fade-in 0.1s ease 1.5s 1 forwards;
            animation: fade-in 0.1s ease 1.5s 1 forwards;
  }
}
#page-home #promo-content {
  background: transparent url("../images/home/bg-promo-content-mobile.jpg") no-repeat center bottom;
  background-size: cover;
  min-height: 800px;
}
#page-home #promo-content .inner {
  padding-top: 40px;
}
@media (min-width: 768px) {
  #page-home #promo-content {
    background-image: url("../images/home/bg-promo-content.jpg");
    min-height: 440px;
  }
  #page-home #promo-content .inner {
    padding-top: 140px;
  }
}
#page-home #promo-content .promo-boxes {
  display: block;
  /*width: calc(100% + 10px);*/
  margin: 0 -5px;
  position: relative;
}
#page-home #promo-content .promo-boxes:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  #page-home #promo-content .promo-boxes {
    /*width: calc(100% + 20px);*/
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  #page-home #promo-content .promo-boxes {
    /*width: calc(100% + 30px);*/
    margin: 0 -15px;
  }
}
@media (min-width: 1280px) {
  #page-home #promo-content .promo-boxes {
    /*width: calc(100% + 40px);*/
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  #page-home #promo-content .promo-boxes .column {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 768px) {
  #page-home #promo-content .promo-boxes .column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 33.33333%;
    margin-bottom: 40px;
  }
  #page-home #promo-content .promo-boxes .column:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  #page-home #promo-content .promo-boxes .column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  #page-home #promo-content .promo-boxes .column {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
#page-home #promo-content .promo-boxes a.promobox {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#page-home #promo-content .promo-boxes a.promobox:hover {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
#page-home #promo-content .promo-boxes a.promobox:hover h3 {
  color: #fff;
}
#page-home #promo-content .promo-boxes a.promobox:hover .thumb:after {
  opacity: 1;
}
#page-home #promo-content .promo-boxes a.promobox .thumb {
  background: url("../images/home/frame-promo.png") no-repeat center top;
  background-size: contain;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-top: 12px;
  height: 177px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#page-home #promo-content .promo-boxes a.promobox .thumb:after {
  box-shadow: 0 0 25px 10px rgba(255, 235, 182, 0.4) inset;
  content: "";
  left: 27px;
  position: absolute;
  top: 12px;
  width: 267px;
  height: 152px;
  opacity: 0;
  transition: opacity 0.2s;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-home #promo-content .promo-boxes a.promobox .thumb:after {
    height: 111px;
    left: 10px;
    top: 9px;
    width: 193px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #page-home #promo-content .promo-boxes a.promobox .thumb:after {
    width: 262px;
    height: 149px;
    left: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-home #promo-content .promo-boxes a.promobox .thumb {
    padding: 9px 10px;
    height: 137px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #page-home #promo-content .promo-boxes a.promobox .thumb {
    padding-bottom: 16px;
  }
}
#page-home #promo-content .promo-boxes a.promobox .thumb img {
  transition: box-shadow 0.2s;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}
#page-home #promo-content .promo-boxes a.promobox h3 {
  color: #fcf2dc;
  font-size: 18px;
  margin-bottom: 5px;
  transition: color 0.2s;
}
#page-home #promo-content .promo-boxes a.promobox p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}
#page-home #promo-content .promo-boxes a.promobox img.new-tag {
  display: inline-block;
  width: auto;
  height: 1.3em;
  max-height: 25px;
  margin-left: -15px;
  vertical-align: top;
  position: relative;
  top: -4px;
}
@media (min-width: 768px) {
  #page-home #promo-content .promo-boxes a.promobox h3 {
    font-size: 16px;
  }
  #page-home #promo-content .promo-boxes a.promobox p {
    font-size: 14px;
  }
}
@media (min-width: 1280px) {
  #page-home #promo-content .promo-boxes a.promobox h3 {
    font-size: 18px;
  }
  #page-home #promo-content .promo-boxes a.promobox p {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  #page-home #promo-content .promo-boxes.four-items .column:nth-child(7) {
    margin-left: 33.3333%;
  }
  #page-home #promo-content .promo-boxes.five-items .column:nth-child(4) {
    margin-left: 16.666%;
  }
  #page-home #promo-content .promo-boxes.seven-items .column:nth-child(7) {
    margin-left: 33.333%;
  }
  #page-home #promo-content .promo-boxes.eight-items .column:nth-child(7) {
    margin-left: 16.666%;
  }
}
#page-home #space-content {
  background: transparent url("../images/home/bg-space-content.jpg") no-repeat center top;
  min-height: 660px;
  background-size: cover;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  html.no-touch #page-home #hero-intro.hero-video-section .video-container video {
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    bottom: 0;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#page-conquest h1, #page-conquest h2, #page-conquest h3, #page-conquest h4, #page-conquest h5, #page-conquest h6 {
  color: #693966;
}
#page-conquest a.button.btn-buy-now {
  width: 172px;
  height: 48px;
  background-image: url("../images/shared/btn-buy-now-conquest.png");
  margin-top: 20px;
}
#page-conquest a.button.btn-buy-now .flourish {
  background-image: url("../images/shared/btn-buy-now-flourish.png");
}
#page-conquest img.boxart {
  display: block;
}
#page-conquest h1.logo-fef-conquest {
  width: 300px;
  height: 68px;
  background: transparent url("../images/conquest/logo-fef-conquest.png") no-repeat center top;
  margin: 0 auto 144px;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#page-conquest #about-conquest {
  background: url("../images/conquest/bg-stars.jpg") no-repeat fixed center top;
  background-size: cover;
  padding-bottom: 40px;
}
#page-conquest #about-conquest .conquest-character-art-container {
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
}
#page-conquest #about-conquest .conquest-character-art-container .character-art-glow {
  width: 100%;
  height: 100%;
  background: url("../images/conquest/character-art-glow-mobile.png") no-repeat center bottom;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#page-conquest #about-conquest .conquest-character-art-container .character-art-glow.pulse {
  -webkit-animation: pulse 8s infinite;
          animation: pulse 8s infinite;
}
#page-conquest #about-conquest .conquest-character-art-container .character-art-mobile,
#page-conquest #about-conquest .conquest-character-art-container .character-art {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
#page-conquest #about-conquest .conquest-character-art-container .character-art-mobile {
  background: url("../images/conquest/character-art-mobile.png") no-repeat center bottom;
}
#page-conquest #about-conquest .conquest-character-art-container .character-art {
  display: none;
  background: none;
}
#page-conquest #about-conquest .inner + div.ornate-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page-conquest #about-conquest .about-content .col-left {
    width: 180px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  #page-conquest #about-conquest {
    height: 1000px;
  }
  #page-conquest #about-conquest .conquest-character-art-container {
    height: 500px;
    top: 20px;
  }
  #page-conquest #about-conquest .conquest-character-art-container .character-art-glow {
    background-image: url("../images/conquest/character-art-glow.png");
    bottom: -110px;
  }
  #page-conquest #about-conquest .conquest-character-art-container .character-art-mobile {
    display: none;
    background: none;
  }
  #page-conquest #about-conquest .conquest-character-art-container .character-art-tablet-desktop {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #page-conquest #about-conquest .conquest-character-art-container .character-art {
    display: block;
    background: no-repeat center top;
    background-size: auto 100%;
  }
  #page-conquest #about-conquest .conquest-character-art-container #character-art1 {
    background-image: url("../images/conquest/character-art1.png");
  }
  #page-conquest #about-conquest .conquest-character-art-container #character-art2 {
    background-image: url("../images/conquest/character-art2.png");
  }
  #page-conquest #about-conquest .conquest-character-art-container #character-art3 {
    background-image: url("../images/conquest/character-art3.png");
  }
  #page-conquest #about-conquest .conquest-character-art-container #character-art4 {
    background-image: url("../images/conquest/character-art4.png");
  }
  #page-conquest #about-conquest .inner {
    padding-top: 400px;
  }
  #page-conquest #about-conquest .about-content {
    text-align: left;
  }
  #page-conquest #about-conquest .about-content .col-left {
    float: left;
    width: 200px;
  }
  #page-conquest #about-conquest .about-content .col-right {
    float: right;
    width: 320px;
  }
  #page-conquest #about-conquest h1.logo-fef-conquest {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-conquest #about-conquest .conquest-character-art-container {
    height: 400px;
  }
  #page-conquest #about-conquest .conquest-character-art-container .character-art-glow {
    background-size: 760px auto;
    bottom: -80px;
  }
  #page-conquest #about-conquest .conquest-character-art-container .character-art-tablet-desktop {
    width: 760px;
  }
  #page-conquest #about-conquest .inner {
    padding-top: 320px;
  }
}
@media (min-width: 1024px) {
  #page-conquest #about-conquest .about-content .col-left {
    width: 232px;
  }
  #page-conquest #about-conquest .about-content .col-right {
    width: 360px;
  }
  #page-conquest #about-conquest h1.logo-fef-conquest {
    left: 120px;
  }
}
@media (min-width: 1280px) {
  #page-conquest #about-conquest h1.logo-fef-conquest {
    left: 200px;
  }
}
#page-conquest #nohr-kingdom {
  background-image: url("../images/conquest/nohr-kingdom-mobile.jpg");
}
@media (min-width: 768px) {
  #page-conquest #nohr-kingdom {
    background-image: url("../images/conquest/nohr-kingdom.jpg");
  }
}
#page-conquest #nohr-classes {
  background: transparent url("../images/conquest/bg-classes.jpg") no-repeat center top;
  background-size: cover;
}
#page-conquest #nohr-classes div.ornate-border-alt.top-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#page-conquest #nohr-classes .inner {
  padding-top: 0;
}
#page-conquest #nohr-classes .kingdom-content {
  top: -20px;
}
#page-conquest #nohr-classes .splotch-header {
  width: 100%;
  max-width: 546px;
  height: 104px;
  background: transparent url("../images/conquest/splotch-header.png") no-repeat center top;
  margin: 0 auto 20px;
  padding: 30px 20px;
  text-align: center;
}
#page-conquest #nohr-classes .splotch-header h3 {
  color: #fff;
  margin: 0;
}
#page-conquest #nohr-classes .splotch-header + p {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-conquest #nohr-classes {
    min-height: 860px;
    background-image: url("../images/conquest/bg-classes.jpg");
  }
  #page-conquest #nohr-classes .inner {
    padding-top: 90px;
  }
  #page-conquest #nohr-classes .kingdom-content {
    padding-left: 100px;
    padding-right: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
  }
  #page-conquest #nohr-classes .splotch-header {
    padding: 40px 20px;
  }
}
#page-conquest #nohr-classes .classes-listing article {
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 1280px) {
  #page-conquest #nohr-classes .classes-listing article {
    padding: 0 20px;
  }
}
#page-conquest #nohr-classes .classes-listing article .character-art {
  width: 100%;
  height: 224px;
  background: url("../images/shared/character-art-border.png") no-repeat center bottom;
  padding-bottom: 4px;
  position: relative;
}
#page-conquest #nohr-classes .classes-listing article .character-art > img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
}
#page-conquest #nohr-classes .classes-listing article .screenshot-border {
  width: 100%;
  height: 26px;
  background: url("../images/shared/screenshot-border.png") no-repeat center top;
  margin-bottom: 10px;
}
#page-conquest #nohr-classes .classes-listing article h3 {
  font-size: 24px;
}
#page-conquest #nohr-classes .classes-listing article p {
  font-size: 14px;
  line-height: 20px;
  min-height: 80px;
}
#page-conquest #nohr-classes .classes-listing a.trigger-modal-video {
  display: block;
  width: 100%;
  box-shadow: none;
}
#page-conquest #conquest-map {
  width: 100%;
  width: 100vw;
  height: 56.92vw;
  background: transparent url("../images/conquest/conquest-map.jpg") no-repeat center top;
  background-size: cover;
}
#page-conquest #conquest-map .inner {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
#page-conquest #conquest-map .title-box {
  top: 20px;
}
@media (min-width: 768px) {
  #page-conquest #conquest-map .title-box {
    left: 10%;
    top: 30px;
  }
}
@media (min-width: 1024px) {
  #page-conquest #conquest-map .title-box {
    left: 10%;
    top: 40px;
  }
}
#page-conquest #conquest-map a.map-location {
  -webkit-animation: light-pulse 8s infinite;
          animation: light-pulse 8s infinite;
  background: transparent no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
}
#page-conquest #conquest-map a.map-location .tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: calc(100% + 10px);
  top: calc(50% - 24px);
  transition: opacity 0.2s, visibility 0.2s;
}
#page-conquest #conquest-map a.map-location:hover, #page-conquest #conquest-map a.map-location:focus {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  z-index: 8;
}
#page-conquest #conquest-map a.map-location:hover .tooltip, #page-conquest #conquest-map a.map-location:focus .tooltip {
  opacity: 1;
  visibility: visible;
}
#page-conquest #conquest-map a.map-location.loc1 {
  background-image: url("../images/conquest/loc1.png");
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#page-conquest #conquest-map a.map-location.loc2 {
  background-image: url("../images/conquest/loc2.png");
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#page-conquest #conquest-map a.map-location.loc3 {
  background-image: url("../images/conquest/loc3.png");
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#page-conquest #conquest-map a.map-location.loc4 {
  background-image: url("../images/conquest/loc4.png");
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#page-conquest #conquest-map a.map-location.loc5 {
  background-image: url("../images/conquest/loc5.png");
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#page-conquest #conquest-map a.map-location.loc6 {
  background-image: url("../images/conquest/loc6.png");
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#page-conquest #conquest-map a.map-location.loc7 {
  background-image: url("../images/conquest/loc7.png");
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#page-conquest #conquest-map a.map-location.loc8 {
  background-image: url("../images/conquest/loc8.png");
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
@media (min-width: 1024px) {
  #page-conquest #conquest-map a.map-location {
    border-radius: 20px;
  }
}

html.no-touch #page-conquest #about-conquest .video-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
html.no-touch #page-conquest #about-conquest .video-container video {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-aspect-ratio: 16 / 9) {
  html.no-touch #page-conquest #about-conquest .video-container video {
    height: 100%;
  }
}
@media (min-aspect-ratio: 16 / 9) {
  html.no-touch #page-conquest #about-conquest .video-container video {
    width: 100%;
  }
}

#page-birthright h1, #page-birthright h2, #page-birthright h3, #page-birthright h4, #page-birthright h5, #page-birthright h6 {
  color: #842726;
}
#page-birthright a.button.btn-buy-now {
  width: 172px;
  height: 48px;
  background-image: url("../images/shared/btn-buy-now-birthright.png");
  margin-top: 20px;
}
#page-birthright a.button.btn-buy-now .flourish {
  background-image: url("../images/shared/btn-buy-now-flourish.png");
}
#page-birthright img.boxart {
  display: block;
}
#page-birthright h1.logo-fef-birthright {
  width: 300px;
  height: 68px;
  background: transparent url("../images/birthright/logo-fef-birthright.png") no-repeat center top;
  margin: 0 auto 144px;
  position: relative;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#page-birthright #about-birthright {
  background: url("../images/birthright/bg-clouds.jpg") no-repeat fixed center top;
  background-size: cover;
  padding-bottom: 40px;
}
#page-birthright #about-birthright .birthright-character-art-container {
  width: 100%;
  height: 180px;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
}
#page-birthright #about-birthright .birthright-character-art-container .character-art-glow {
  width: 100%;
  height: 100%;
  background: url("../images/birthright/character-art-glow-mobile.png") no-repeat center bottom;
  opacity: 0.3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
}
#page-birthright #about-birthright .birthright-character-art-container .character-art-glow.pulse {
  -webkit-animation: pulse 8s infinite;
          animation: pulse 8s infinite;
}
#page-birthright #about-birthright .birthright-character-art-container .character-art-mobile,
#page-birthright #about-birthright .birthright-character-art-container .character-art {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
#page-birthright #about-birthright .birthright-character-art-container .character-art-mobile {
  background: url("../images/birthright/character-art-mobile.png") no-repeat center bottom;
}
#page-birthright #about-birthright .birthright-character-art-container .character-art {
  display: none;
  background: none;
}
#page-birthright #about-birthright .inner + div.ornate-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  #page-birthright #about-birthright .about-content .col-left {
    width: 180px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 768px) {
  #page-birthright #about-birthright {
    height: 1000px;
  }
  #page-birthright #about-birthright .birthright-character-art-container {
    height: 500px;
    top: 20px;
  }
  #page-birthright #about-birthright .birthright-character-art-container .character-art-glow {
    background-image: url("../images/birthright/character-art-glow.png");
    bottom: -110px;
  }
  #page-birthright #about-birthright .birthright-character-art-container .character-art-mobile {
    display: none;
    background: none;
  }
  #page-birthright #about-birthright .birthright-character-art-container .character-art-tablet-desktop {
    width: 960px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  #page-birthright #about-birthright .birthright-character-art-container .character-art {
    display: block;
    background: no-repeat center top;
    background-size: auto 100%;
  }
  #page-birthright #about-birthright .birthright-character-art-container #character-art1 {
    background-image: url("../images/birthright/character-art1.png");
  }
  #page-birthright #about-birthright .birthright-character-art-container #character-art2 {
    background-image: url("../images/birthright/character-art2.png");
  }
  #page-birthright #about-birthright .birthright-character-art-container #character-art3 {
    background-image: url("../images/birthright/character-art3.png");
  }
  #page-birthright #about-birthright .birthright-character-art-container #character-art4 {
    background-image: url("../images/birthright/character-art4.png");
  }
  #page-birthright #about-birthright .inner {
    padding-top: 400px;
  }
  #page-birthright #about-birthright .about-content {
    text-align: left;
  }
  #page-birthright #about-birthright .about-content .col-left {
    float: left;
    width: 200px;
  }
  #page-birthright #about-birthright .about-content .col-right {
    float: right;
    width: 320px;
  }
  #page-birthright #about-birthright h1.logo-fef-birthright {
    margin: 0;
    position: absolute;
    left: 20px;
    top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-birthright #about-birthright .birthright-character-art-container {
    height: 400px;
  }
  #page-birthright #about-birthright .birthright-character-art-container .character-art-glow {
    background-size: 760px auto;
    bottom: -80px;
  }
  #page-birthright #about-birthright .birthright-character-art-container .character-art-tablet-desktop {
    width: 760px;
  }
  #page-birthright #about-birthright .inner {
    padding-top: 320px;
  }
}
@media (min-width: 1024px) {
  #page-birthright #about-birthright .about-content .col-left {
    width: 232px;
  }
  #page-birthright #about-birthright .about-content .col-right {
    width: 360px;
  }
  #page-birthright #about-birthright h1.logo-fef-birthright {
    left: 120px;
  }
}
@media (min-width: 1280px) {
  #page-birthright #about-birthright h1.logo-fef-birthright {
    left: 200px;
  }
}
#page-birthright #hoshido-kingdom {
  background-image: url("../images/birthright/hoshido-kingdom-mobile.jpg");
}
@media (min-width: 768px) {
  #page-birthright #hoshido-kingdom {
    background-image: url("../images/birthright/hoshido-kingdom.jpg");
  }
}
#page-birthright #hoshido-classes {
  background: transparent url("../images/birthright/bg-classes.jpg") no-repeat center top;
  background-size: cover;
}
#page-birthright #hoshido-classes div.ornate-border-alt.top-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
#page-birthright #hoshido-classes .inner {
  padding-top: 0;
}
#page-birthright #hoshido-classes .kingdom-content {
  top: -20px;
}
#page-birthright #hoshido-classes .splotch-header {
  width: 100%;
  max-width: 546px;
  height: 104px;
  background: transparent url("../images/birthright/splotch-header.png") no-repeat center top;
  margin: 0 auto 20px;
  padding: 30px 20px;
  text-align: center;
}
#page-birthright #hoshido-classes .splotch-header h3 {
  color: #fff;
  margin: 0;
}
#page-birthright #hoshido-classes .splotch-header + p {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #page-birthright #hoshido-classes {
    min-height: 860px;
    background-image: url("../images/birthright/bg-classes.jpg");
  }
  #page-birthright #hoshido-classes .inner {
    padding-top: 90px;
  }
  #page-birthright #hoshido-classes .kingdom-content {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: -150px;
  }
  #page-birthright #hoshido-classes .splotch-header {
    padding: 40px 20px;
  }
}
#page-birthright #hoshido-classes .classes-listing article {
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 1280px) {
  #page-birthright #hoshido-classes .classes-listing article {
    padding: 0 20px;
  }
}
#page-birthright #hoshido-classes .classes-listing article .character-art {
  width: 100%;
  height: 224px;
  background: url("../images/shared/character-art-border.png") no-repeat center bottom;
  padding-bottom: 4px;
  position: relative;
}
#page-birthright #hoshido-classes .classes-listing article .character-art > img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
}
#page-birthright #hoshido-classes .classes-listing article .screenshot-border {
  width: 100%;
  height: 26px;
  background: url("../images/shared/screenshot-border.png") no-repeat center top;
  margin-bottom: 10px;
}
#page-birthright #hoshido-classes .classes-listing article h3 {
  font-size: 24px;
}
#page-birthright #hoshido-classes .classes-listing article p {
  font-size: 14px;
  line-height: 20px;
  min-height: 80px;
}
#page-birthright #hoshido-classes .classes-listing a.trigger-modal-video {
  display: block;
  width: 100%;
  box-shadow: none;
}
#page-birthright #birthright-map {
  width: 100%;
  width: 100vw;
  height: 56.92vw;
  background: transparent url("../images/birthright/birthright-map.jpg") no-repeat center top;
  background-size: cover;
}
#page-birthright #birthright-map .inner {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
}
#page-birthright #birthright-map .title-box {
  top: 20px;
}
@media (min-width: 768px) {
  #page-birthright #birthright-map .title-box {
    left: -10%;
    top: 30px;
  }
}
@media (min-width: 1024px) {
  #page-birthright #birthright-map .title-box {
    left: -10%;
    top: 40px;
  }
}
#page-birthright #birthright-map a.map-location {
  -webkit-animation: light-pulse 8s infinite;
          animation: light-pulse 8s infinite;
  background: transparent no-repeat center center;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  z-index: 1;
}
#page-birthright #birthright-map a.map-location .tooltip {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: calc(100% + 10px);
  top: calc(50% - 24px);
  transition: opacity 0.2s, visibility 0.2s;
}
#page-birthright #birthright-map a.map-location:hover, #page-birthright #birthright-map a.map-location:focus {
  -webkit-animation: none;
          animation: none;
  opacity: 1;
  z-index: 8;
}
#page-birthright #birthright-map a.map-location:hover .tooltip, #page-birthright #birthright-map a.map-location:focus .tooltip {
  opacity: 1;
  visibility: visible;
}
#page-birthright #birthright-map a.map-location.loc1 {
  background-image: url("../images/birthright/loc1.png");
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#page-birthright #birthright-map a.map-location.loc2 {
  background-image: url("../images/birthright/loc2.png");
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#page-birthright #birthright-map a.map-location.loc3 {
  background-image: url("../images/birthright/loc3.png");
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
#page-birthright #birthright-map a.map-location.loc4 {
  background-image: url("../images/birthright/loc4.png");
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
#page-birthright #birthright-map a.map-location.loc5 {
  background-image: url("../images/birthright/loc5.png");
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
#page-birthright #birthright-map a.map-location.loc6 {
  background-image: url("../images/birthright/loc6.png");
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
@media (min-width: 1024px) {
  #page-birthright #birthright-map a.map-location {
    border-radius: 20px;
  }
}

html.no-touch #page-birthright #about-birthright .video-container {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
html.no-touch #page-birthright #about-birthright .video-container video {
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-aspect-ratio: 16 / 9) {
  html.no-touch #page-birthright #about-birthright .video-container video {
    height: 100%;
  }
}
@media (min-aspect-ratio: 16 / 9) {
  html.no-touch #page-birthright #about-birthright .video-container video {
    width: 100%;
  }
}

.Characters-mobile-picture {
  background: url("../images/characters/bg-hero-mobile.jpg") center top;
  background-size: cover;
  height: 300px;
}
@media (min-width: 768px) {
  .Characters-mobile-picture {
    display: none;
    background: none;
  }
}
.Characters-header {
  background: url("../images/characters/bg-mobile-header.jpg") center top;
  padding: 0 15px 20px 15px;
}
@media (max-width: 767px) {
  .Characters-header {
    background-size: cover;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .Characters-header {
    background: url("../images/characters/bg-hero.jpg") center top;
    background-size: cover;
    padding: 0 0 20px 0;
  }
}
.Characters-header h1 {
  color: #24536f;
  text-transform: uppercase;
  font-size: 45px;
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .Characters-header h1 {
    color: #c0e2f6;
    margin-top: 50px;
    padding-top: 0;
    text-align: left;
  }
}
.Characters-header p {
  color: black;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .Characters-header p {
    text-align: left;
    color: white;
  }
}
@media (min-width: 1024px) {
  .Characters-header p {
    padding-right: 50px;
  }
}
@media (min-width: 1280px) {
  .Characters-header p {
    padding-right: 110px;
  }
}
.Characters-description {
  position: relative;
  background: url("../images/characters/bg-description-mobile.jpg") no-repeat center top;
  background-size: cover;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .Characters-description {
    height: 280px;
    background-image: url("../images/characters/bg-description.jpg");
  }
}
.Characters-description .inner {
  max-width: 610px;
  padding: 30px 0 !important;
}
@media (min-width: 768px) {
  .Characters-description .inner {
    padding: 30px 15px;
  }
}
.Characters-description .inner + div.ornate-border {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.Characters-description-title {
  width: 100%;
  height: 77px;
  background: url("../images/characters/splotch-description.png") no-repeat center top;
  margin: 0 auto;
  padding-top: 18px;
  text-align: center;
}
@media (min-width: 768px) {
  .Characters-description-title {
    width: 465px;
  }
}
.Characters-description-title h2 {
  color: #c0e2f6;
  text-transform: uppercase;
}
.Characters-description p {
  text-align: center;
  margin-top: 5px;
  padding: 0 15px;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .Characters-description p {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
  }
}
.Characters #azura {
  background-image: url("../images/characters/bg-azura-blade-mobile.jpg");
}
@media (min-width: 768px) {
  .Characters #azura {
    background-image: url("../images/characters/bg-azura-blade.jpg");
  }
}
.Characters #azura .video-border {
  width: 100%;
  height: 4px;
  background: url("../images/characters/border-bottom-video.jpg") center top;
  background-size: cover;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.Characters-azura {
  position: relative;
  text-align: center;
  z-index: 8;
}
.Characters-azura-frame {
  width: 290px;
  height: 280px;
  padding: 15px 17px;
  background: url("../images/characters/bg-azura-mobile.jpg");
  position: absolute;
  left: 50%;
  bottom: -250px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .Characters-azura-frame {
    bottom: 45px;
    background: url("../images/characters/bg-azura.jpg");
    width: 722px;
    height: 126px;
    padding: 11px 10px;
  }
}
.Characters-azura-frame h2 {
  color: #24536f;
  text-transform: uppercase;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 4px;
  padding: 0 22px;
}
@media (min-width: 768px) {
  .Characters-azura-frame h2 {
    margin-top: 36px;
    float: left;
  }
}
.Characters-azura-frame p {
  margin-top: 10px;
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}
@media (min-width: 768px) {
  .Characters-azura-frame p {
    margin-top: 18px;
    font-size: 15px;
    line-height: 22px;
    text-align: left;
    letter-spacing: -0.015em;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms {
    margin-top: -50px;
  }
}
.Characters-kingdoms > div .inner {
  text-align: center;
}
@media (min-width: 1024px) {
  .Characters-kingdoms > div .inner {
    max-width: 505px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms > div .inner {
    max-width: 550px;
  }
}
.Characters-kingdoms-nohr {
  background: url("../images/characters/bg-nohr-mobile.jpg") no-repeat center top;
  background-size: cover;
}
@media (min-width: 1px) and (max-width: 767px) {
  .Characters-kingdoms-nohr {
    height: 2088px;
    padding: 300px 0 0 0;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr {
    height: 1180px;
    background: url("../images/characters/bg-nohr.jpg") no-repeat right top;
    background-size: cover;
    padding: 110px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr .inner {
    float: none;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr .inner {
    float: right;
  }
}
.Characters-kingdoms-nohr .inner h2 {
  color: #c1b1c9;
}
.Characters-kingdoms-nohr-character {
  background: url("../images/characters/nohr-character.jpg") center top;
  background-size: contain;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
.Characters-kingdoms-nohr-character:hover {
  box-shadow: 0 2px 10px rgba(255, 255, 255, 0.6);
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr-character:nth-of-type(6), .Characters-kingdoms-nohr-character:nth-of-type(12) {
    margin-left: 25px !important;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-nohr-character:nth-of-type(6), .Characters-kingdoms-nohr-character:nth-of-type(12) {
    margin-left: 26px !important;
  }
}
.Characters-kingdoms-nohr-character.Character-level-one {
  margin: 20px 0 35px 0;
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr-character.Character-level-one {
    margin: 35px 0 60px 0;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr-character.Character-level-one {
    margin: 35px 0 60px 153px;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr-character.Character-level-two {
    margin-left: 23px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-nohr-character.Character-level-two {
    margin-left: 22px;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr-character.Character-level-two + a, .Characters-kingdoms-nohr-character.Character-level-two.left-space {
    margin-left: 67px;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr-character.Character-level-two + a, .Characters-kingdoms-nohr-character.Character-level-two.left-space {
    margin-left: 61px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-nohr-character.Character-level-two + a, .Characters-kingdoms-nohr-character.Character-level-two.left-space {
    margin-left: 70px;
  }
}
.Characters-kingdoms-nohr-character.Character-level-two .Connector {
  position: absolute;
  bottom: -30px;
  left: 39px;
  width: 117px;
  height: 30px;
  background: url("../images/characters/connector-nohr.png");
  pointer-events: none;
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr-character.Character-level-three {
    margin-left: 4px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-nohr-character.Character-level-three {
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr-character.Character-level-three + a {
    margin-left: 8px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-nohr-character.Character-level-three + a {
    margin-left: 15px;
  }
}
.Characters-kingdoms-nohr-character.Character-level-four {
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .Characters-kingdoms-nohr-character.Character-level-four {
    margin: 0 0 0 70px;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-nohr-character.Character-level-four + a {
    margin-left: 15px;
  }
}
.Characters-kingdoms-hoshido {
  background: url("../images/characters/bg-hoshido-mobile.jpg") no-repeat center top;
  background-size: cover;
}
@media (min-width: 1px) and (max-width: 767px) {
  .Characters-kingdoms-hoshido {
    height: 1880px;
    padding: 80px 0 0 0;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido {
    height: 1180px;
    background: url("../images/characters/bg-hoshido.jpg") no-repeat left top;
    background-size: cover;
    padding: 110px 0 0 0;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido {
    background-size: auto;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido .inner {
    float: none;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido .inner {
    float: left;
  }
}
.Characters-kingdoms-hoshido .inner h2 {
  color: #802525;
}
.Characters-kingdoms-hoshido-character {
  background: url("../images/characters/hoshido-character.jpg") center top;
  background-size: contain;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  transition: all 0.2s;
}
.Characters-kingdoms-hoshido-character:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido-character:nth-of-type(6), .Characters-kingdoms-hoshido-character:nth-of-type(12) {
    margin-left: 25px !important;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character:nth-of-type(6), .Characters-kingdoms-hoshido-character:nth-of-type(12) {
    margin-left: 26px !important;
  }
}
.Characters-kingdoms-hoshido-character.Character-level-one {
  margin: 20px 0 35px 0;
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido-character.Character-level-one {
    margin: 35px 0 60px 0;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido-character.Character-level-one {
    margin: 35px 0 60px 157px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character.Character-level-one {
    margin: 35px 0 60px 200px;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido-character.Character-level-two {
    margin-left: 29px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character.Character-level-two {
    margin-left: 67px;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido-character.Character-level-two + a, .Characters-kingdoms-hoshido-character.Character-level-two.left-space {
    margin-left: 67px;
  }
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido-character.Character-level-two + a, .Characters-kingdoms-hoshido-character.Character-level-two.left-space {
    margin-left: 61px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character.Character-level-two + a, .Characters-kingdoms-hoshido-character.Character-level-two.left-space {
    margin-left: 70px;
  }
}
.Characters-kingdoms-hoshido-character.Character-level-two .Connector {
  position: absolute;
  bottom: -30px;
  left: 39px;
  width: 117px;
  height: 30px;
  background: url("../images/characters/connector.png");
  pointer-events: none;
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido-character.Character-level-three {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character.Character-level-three {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido-character.Character-level-three + a {
    margin-left: 8px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character.Character-level-three + a {
    margin-left: 15px;
  }
}
.Characters-kingdoms-hoshido-character.Character-level-four {
  margin: 20px auto;
}
@media (min-width: 1024px) {
  .Characters-kingdoms-hoshido-character.Character-level-four {
    margin: 0 0 0 72px;
  }
}
@media (min-width: 1280px) {
  .Characters-kingdoms-hoshido-character.Character-level-four {
    margin-left: 115px;
  }
}
@media (min-width: 768px) {
  .Characters-kingdoms-hoshido-character.Character-level-four + a {
    margin-left: 15px;
  }
}
.Characters-kingdoms .Character-level-one, .Characters-kingdoms .Character-level-two, .Characters-kingdoms .Character-level-three, .Characters-kingdoms .Character-level-four {
  position: relative;
  float: none;
  display: inline-block;
}
@media (min-width: 1024px) {
  .Characters-kingdoms .Character-level-one, .Characters-kingdoms .Character-level-two, .Characters-kingdoms .Character-level-three, .Characters-kingdoms .Character-level-four {
    display: block;
    float: left;
  }
}
.Characters-kingdoms .Character-level-one {
  width: 195px;
  height: 142px;
}
.Characters-kingdoms .Character-level-one img {
  margin-top: 6px;
}
.Characters-kingdoms .Character-level-two {
  width: 195px;
  height: 142px;
  margin-bottom: 30px;
}
.Characters-kingdoms .Character-level-two img {
  margin-top: 6px;
}
.Characters-kingdoms .Character-level-three {
  width: 112px;
  height: 82px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .Characters-kingdoms .Character-level-three {
    margin-bottom: 60px;
  }
}
.Characters-kingdoms .Character-level-three img {
  margin-top: 2px;
  width: 108px;
  height: 60px;
}
.Characters-kingdoms .Character-level-three .Character-name {
  font-size: 12px !important;
  bottom: -2px !important;
}
.Characters-kingdoms .Character-level-four {
  display: block;
  width: 112px;
  height: 82px;
}
@media (min-width: 768px) {
  .Characters-kingdoms .Character-level-four {
    display: inline-block;
  }
}
.Characters-kingdoms .Character-level-four img {
  margin-top: 2px;
  width: 108px;
  height: 60px;
}
.Characters-kingdoms .Character-level-four .Character-name {
  font-size: 12px !important;
  bottom: -2px !important;
}
.Characters-allies {
  background: url("../images/characters/bg-allies-mobile.jpg") center top;
  background-size: cover;
  position: relative;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .Characters-allies {
    height: 408px;
    background: url("../images/characters/bg-allies.jpg") center top;
  }
}
.Characters-allies-border-top, .Characters-allies-border-bottom {
  height: 27px;
  background: url("../images/characters/border-allies.png") no-repeat center top;
}
.Characters-allies-border-top {
  background: url("../images/characters/border-allies.png") no-repeat center top;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .Characters-allies-border-top {
    top: -30px;
  }
}
.Characters-allies-border-bottom {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.Characters-allies-content {
  text-align: center;
}
.Characters-allies-content .inner {
  padding: 20px !important;
}
.Characters-allies-content .inner h2 {
  text-transform: uppercase;
  font-size: 32px;
}
.Characters-allies-content-character {
  display: block;
  position: relative;
  background: url("../images/characters/allies-character.jpg") center top;
  background-size: contain;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.4);
  margin: 33px auto 40px auto;
  transition: all 0.2s;
  width: 195px;
  height: 142px;
}
@media (min-width: 768px) {
  .Characters-allies-content-character {
    width: 125px;
    height: 91px;
    float: left;
  }
}
@media (min-width: 1024px) {
  .Characters-allies-content-character {
    width: 175px;
    height: 128px;
  }
}
@media (min-width: 1280px) {
  .Characters-allies-content-character {
    width: 195px;
    height: 142px;
  }
}
.Characters-allies-content-character:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .Characters-allies-content-character + a {
    margin-left: 13px;
  }
}
@media (min-width: 1024px) {
  .Characters-allies-content-character + a {
    margin-left: 16px;
  }
}
@media (min-width: 1280px) {
  .Characters-allies-content-character + a {
    margin-left: 31px;
  }
}
.Characters-allies-content-character img {
  width: auto;
  margin-top: 6px;
}
@media (min-width: 768px) {
  .Characters-allies-content-character img {
    width: 117px;
    margin-top: 4px;
  }
}
@media (min-width: 1024px) {
  .Characters-allies-content-character img {
    width: 165px;
    margin-top: 5px;
  }
}
@media (min-width: 1280px) {
  .Characters-allies-content-character img {
    width: auto;
    margin-top: 6px;
  }
}
.Characters-allies-content-character-name, .Characters-kingdoms .Character-level-one .Character-name, .Characters-kingdoms .Character-level-two .Character-name, .Characters-kingdoms .Character-level-three .Character-name, .Characters-kingdoms .Character-level-four .Character-name {
  position: absolute;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #eff4f6;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .Characters-allies-content-character-name, .Characters-kingdoms .Character-level-one .Character-name, .Characters-kingdoms .Character-level-two .Character-name, .Characters-kingdoms .Character-level-three .Character-name, .Characters-kingdoms .Character-level-four .Character-name {
    bottom: 1px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .Characters-allies-content-character-name, .Characters-kingdoms .Character-level-one .Character-name, .Characters-kingdoms .Character-level-two .Character-name, .Characters-kingdoms .Character-level-three .Character-name, .Characters-kingdoms .Character-level-four .Character-name {
    bottom: 7px;
  }
}

@media (min-width: 1024px) {
  html.no-touch .Characters-header .video-container .hero-character-art {
    width: 920px;
    height: 540px;
    background: url("../images/characters/hero-character-art.png") center top;
    background-size: cover;
    position: absolute;
    left: calc(50% - 220px);
    bottom: 0;
  }
}
@media (max-width: 1080px) {
  html.no-touch .Characters-header .video-container video {
    width: auto;
    height: 100%;
  }
}

.Gameplay a.button.btn-learn-more-amiibo {
  width: 300px;
  height: 48px;
  background-image: url("../images/gameplay/btn-learn-more-amiibo.png");
  text-transform: none;
}
@media (min-width: 768px) {
  .Gameplay a.button.btn-learn-more-amiibo {
    width: 318px;
  }
}
.Gameplay a.button.btn-learn-more-amiibo .flourish {
  background-image: url("../images/gameplay/btn-learn-more-amiibo-flourish.png");
}
.Gameplay-sidenav {
  position: fixed;
  right: -205px;
  top: 180px;
  z-index: 9;
  width: 265px;
  height: 239px;
  background: url("../images/gameplay/sidenav-container.png") no-repeat center top;
  background-size: cover;
  padding: 12px;
  transition: right 0.2s;
}
.Gameplay-sidenav-tablet-helper {
  display: none;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gameplay-sidenav-tablet-helper {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transition: height 0.2s;
  }
}
.Gameplay-sidenav:hover {
  right: -60px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gameplay-sidenav:hover .Gameplay-sidenav-tablet-helper {
    height: 0;
  }
}
.Gameplay-sidenav-item {
  display: block;
  font-size: 14px;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);
  padding-top: 7px;
  padding-left: 10px;
  transition: all 0.2s;
}
.Gameplay-sidenav-item + a {
  margin-top: 4px;
}
.Gameplay-sidenav-item-dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: -2px;
  -webkit-filter: drop-shadow(0px 0 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0px 0 3px rgba(0, 0, 0, 0.3));
}
.Gameplay-sidenav-item-dot .dot-active {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/gameplay/sidenav-dot-active.png") no-repeat center top;
  margin-left: 3px;
  opacity: 0;
}
.Gameplay-sidenav-item-dot.battle {
  background: url("../images/gameplay/sidenav-dot-battle.png") no-repeat center top;
}
.Gameplay-sidenav-item-dot.levelup {
  background: url("../images/gameplay/sidenav-dot-levelup.png") no-repeat center top;
}
.Gameplay-sidenav-item-dot.support {
  background: url("../images/gameplay/sidenav-dot-support.png") no-repeat center top;
}
.Gameplay-sidenav-item-dot.castle {
  background: url("../images/gameplay/sidenav-dot-castle.png") no-repeat center top;
}
.Gameplay-sidenav-item-dot.multiplayer {
  background: url("../images/gameplay/sidenav-dot-multiplayer.png") no-repeat center top;
}
.Gameplay-sidenav-item-dot.amiibo {
  background: url("../images/gameplay/sidenav-dot-amiibo.png") no-repeat center top;
}
.Gameplay-sidenav-item:active, .Gameplay-sidenav-item:focus {
  color: #fff;
}
.Gameplay-sidenav-item:hover, .Gameplay-sidenav-item.active {
  color: #fff;
}
.Gameplay-sidenav-item:hover .dot-active, .Gameplay-sidenav-item.active .dot-active {
  opacity: 1;
}
.Gameplay-splotch {
  height: 81px;
  background: url("../images/gameplay/splotch.png") no-repeat center top;
  text-align: center;
}
.Gameplay-splotch h2 {
  color: white;
  font-size: 24px !important;
  padding-top: 25px;
}
.Gameplay-splotch img {
  margin-top: 20px;
}
.Gameplay-section-castle {
  background: url("../images/gameplay/bg-mycastle.jpg") no-repeat center top;
}
.Gameplay-section-multiplayer {
  background: url("../images/gameplay/bg-multiplayer.jpg") no-repeat center top;
}
.Gameplay-section-amiibo {
  background: url("../images/gameplay/bg-amiibo.jpg") no-repeat center top;
}
.Gameplay-section-background {
  height: 150px;
  position: relative;
  background-size: cover;
}
.Gameplay .arrow-nav {
  top: 50px;
}
.Gameplay h2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  .Gameplay h2 {
    font-size: 45px;
  }
}
.Gameplay-ornate-border {
  width: 100%;
  height: 4px;
  background: url("../images/gameplay/ornate-border-mobile.png") center top;
  margin: 20px 0;
}
.Gameplay-video {
  position: relative;
}
.Gameplay-video-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url("../images/gameplay/ornate-border.png") center top;
}
.Gameplay-video-splotch {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 81px;
  background: url("../images/gameplay/splotch.png") no-repeat center top;
  text-align: center;
}
.Gameplay-video-splotch h2 {
  color: white;
  font-size: 24px;
  padding-top: 25px;
}
.Gameplay-video-splotch img {
  margin-top: 20px;
}
.Gameplay-video-battle {
  background: url("../images/gameplay/bg-video-battle-mobile.jpg") no-repeat center top;
  background-size: cover;
}
.Gameplay-video-levelup {
  background: url("../images/gameplay/bg-video-levelup-mobile.jpg") no-repeat center top;
  background-size: cover;
}
.Gameplay-video-support {
  background: url("../images/gameplay/bg-video-support-mobile.jpg") no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  .Gameplay-video-battle {
    background-image: url("../images/gameplay/bg-video-battle.jpg");
  }
  .Gameplay-video-levelup {
    background-image: url("../images/gameplay/bg-video-levelup.jpg");
  }
  .Gameplay-video-support {
    background-image: url("../images/gameplay/bg-video-support.jpg");
  }
}
.Gameplay-battle {
  position: relative;
  background: url("../images/gameplay/bg-battle.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
  padding-top: 30px;
}
.Gameplay-battle .inner {
  position: relative;
}
@media (min-width: 1280px) {
  .Gameplay-battle .inner {
    width: 1100px !important;
    padding: 60px 0 0 0 !important;
  }
}
.Gameplay-battle-character-left {
  position: absolute;
  top: 60px;
  left: -220px;
  width: 388px;
  height: 766px;
  background: url("../images/gameplay/battle-character-left.png") center top;
}
.Gameplay-battle-character-right {
  position: absolute;
  top: 15px;
  right: -405px;
  width: 955px;
  height: 780px;
  background: url("../images/gameplay/battle-character-right.png") center top;
}
.Gameplay-battle-main-description {
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .Gameplay-battle-main-description {
    padding: 0 145px;
  }
}
.Gameplay-battle-video {
  width: 290px;
  height: 178px;
  background: black url("../images/gameplay/border-video-battle-mobile.png") no-repeat center top/cover;
  margin: 20px auto 50px auto;
  position: relative;
  z-index: 2;
  padding: 12px 13px 13px 13px;
}
@media (min-width: 768px) {
  .Gameplay-battle-video {
    width: 530px;
    height: 326px;
    margin: 50px auto 70px auto;
    background: black url("../images/gameplay/border-video-battle.png") no-repeat center top/cover;
  }
}
.Gameplay-battle-video video {
  width: 100%;
  height: 100%;
}
.Gameplay-battle #Gameplay-battle-screenshots .Gameplay-screenshot-small {
  float: none;
  margin: 0 auto;
}
.Gameplay-battle .Gameplay-content-ornate-flip {
  margin-top: 10px;
  margin-bottom: 20px;
}
.Gameplay-screenshot-small {
  width: 246px;
  height: 156px;
  position: relative;
  background: #000 url("../images/gameplay/border-screenshot.png") no-repeat top center/cover;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  float: left;
  margin-bottom: 45px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .Gameplay-screenshot-small {
    width: 220px;
    height: 140px;
    padding: 0 9px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-screenshot-small {
    width: 220px;
    height: 140px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-screenshot-small {
    width: 246px;
    height: 156px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .Gameplay-screenshot-small + div {
    margin-left: 10px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-screenshot-small + div {
    margin-left: 38px;
  }
}
.Gameplay-screenshot-small > img {
  margin-top: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .Gameplay-screenshot-small > img {
    margin-top: 9px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-screenshot-small > img {
    margin-top: 10px;
  }
}
.Gameplay-screenshot-small p {
  margin-top: 25px;
}
.Gameplay-screenshot-small-arrow {
  position: absolute;
  background: url("../images/gameplay/screenshot-arrow.png") top center;
  z-index: 4;
}
@media (min-width: 1024px) {
  .Gameplay-screenshot-small-arrow {
    width: 64px;
    height: 42px;
    right: -43px;
    top: 48px;
    background-size: cover;
  }
}
@media (min-width: 1280px) {
  .Gameplay-screenshot-small-arrow {
    width: 84px;
    height: 62px;
    right: -60px;
    top: 48px;
  }
}
.Gameplay-screenshot-small .ooyala-modal-video {
  margin-top: 10px;
}
.Gameplay-screenshot-large {
  width: 428px;
  height: 267px;
  position: relative;
  background: url("../images/gameplay/border-screenshot-large.png") no-repeat top center;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  float: left;
}
.Gameplay-screenshot-large + div {
  margin-left: 38px;
}
.Gameplay-screenshot-large img {
  margin-top: 13px;
}
.Gameplay-screenshot-large p {
  margin-top: 25px;
}
.Gameplay-screenshot-large-arrow {
  position: absolute;
  right: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 84px;
  height: 62px;
  background: url("../images/gameplay/screenshot-arrow.png") top center;
  z-index: 4;
}
.Gameplay-content {
  margin-top: 80px;
}
@media (min-width: 1024px) {
  .Gameplay-content-narrow {
    padding: 0 90px;
  }
}
@media (min-width: 768px) {
  .Gameplay-content {
    padding: 0 95px;
  }
}
.Gameplay-content-ornate {
  background: url("../images/gameplay/ornate-content.png") no-repeat top center;
  height: 29px;
  margin-bottom: 30px;
}
.Gameplay-content-ornate-flip {
  background: url("../images/gameplay/ornate-content.png") no-repeat top center;
  height: 29px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .Gameplay-content-section + div {
    margin-top: 65px;
  }
}
.Gameplay-content-section h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .Gameplay-content-section h2 {
    text-align: center;
    margin-bottom: 0;
    margin-top: 0 !important;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section h2 {
    text-align: left;
  }
}
.Gameplay-content-section h2 span {
  color: #920c08;
  font-style: italic;
}
.Gameplay-content-section p {
  margin-top: 20px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .Gameplay-content-section p {
    margin-top: 10px;
    text-align: center;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section p {
    text-align: left;
  }
}
.Gameplay-content-section .left {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .Gameplay-content-section .left {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .Gameplay-content-section .left {
    float: left;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .Gameplay-content-section .Gameplay-screenshot-small {
    margin: 10px auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .Gameplay-content-section .Gameplay-screenshot-small {
    float: left;
  }
}
.Gameplay-content-section:nth-child(2) {
  padding-bottom: 45px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .Gameplay-content-section:nth-child(2) {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .Gameplay-content-section:nth-child(2) {
    margin-left: -85px;
    margin-right: -85px;
  }
}
.Gameplay-content-section:nth-child(2) h2 {
  text-align: center;
}
.Gameplay-content-section:nth-child(2) p {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .Gameplay-content-section:nth-child(2) .Gameplay-screenshot-large {
    background-size: cover;
    width: 300px;
    height: 187px;
    float: none;
    margin: 0 auto 10px auto;
    padding: 0 9px;
  }
  .Gameplay-content-section:nth-child(2) .Gameplay-screenshot-large > img {
    margin-top: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gameplay-content-section:nth-child(2) .Gameplay-screenshot-large {
    float: none;
    margin: 0 auto 10px auto;
  }
}
@media (min-width: 1280px) {
  .Gameplay-content-section:nth-child(2) .Gameplay-screenshot-large-arrow {
    right: -70px;
  }
}
@media (max-width: 1023px) {
  .Gameplay-content-section:nth-child(2) .Gameplay-screenshot-large + .Gameplay-screenshot-large {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .Gameplay-content-section:nth-child(2) .Gameplay-screenshot-large + .Gameplay-screenshot-large {
    margin-left: 54px;
  }
}
@media (min-width: 768px) {
  .Gameplay-content-section:nth-child(4) .left:first-child {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section:nth-child(4) .left:first-child {
    width: 260px;
    margin-right: 35px;
    text-align: left;
    padding-top: 37px;
    margin-bottom: 0;
  }
}
@media (min-width: 1280px) {
  .Gameplay-content-section:nth-child(4) .left:first-child {
    margin-right: 28px;
    width: 350px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .Gameplay-content-section:nth-child(4) .left:nth-child(2) {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section:nth-child(4) .left:nth-child(2) {
    width: 435px;
    padding-top: 60px;
  }
}
.Gameplay-content-section:nth-child(4) .left:nth-child(2) h2 {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .Gameplay-content-section:nth-child(6) {
    margin: 45px 0;
  }
}
@media (min-width: 768px) {
  .Gameplay-content-section:nth-child(6) .left:first-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section:nth-child(6) .left:first-child {
    width: 233px;
    margin-right: 49px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-content-section:nth-child(6) .left:first-child {
    width: 433px;
    margin-right: 49px;
    padding-top: 47px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section:nth-child(6) .left:first-child h2 {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .Gameplay-content-section:nth-child(6) .left:first-child h2 {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .Gameplay-content-section:nth-child(6) .left:nth-child(2) {
    margin-left: 31px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-content-section:nth-child(6) .left:nth-child(2) {
    margin-left: 0;
  }
}
.Gameplay-texture-background {
  background: url("../images/gameplay/bg-texture.jpg") top center/cover;
}
.Gameplay-levelup {
  text-align: center;
}
.Gameplay-levelup h2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .Gameplay-levelup h2 {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .Gameplay-levelup p.narrow {
    padding: 0 70px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-levelup p.narrow {
    padding: 0 140px;
  }
}
.Gameplay-levelup img.levelup-before-after {
  margin-top: 30px;
}
.Gameplay-levelup .Gameplay-content-ornate {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .Gameplay-levelup .left {
    width: 100%;
  }
  .Gameplay-levelup .left .Gameplay-screenshot-small {
    margin: 0 auto 20px auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .Gameplay-levelup .left {
    margin-left: 130px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-levelup .left {
    margin-left: 5px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-levelup .left {
    margin-left: 75px;
  }
}
@media (min-width: 768px) {
  .Gameplay-levelup .right {
    width: auto;
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-levelup .right {
    text-align: left;
    margin-top: 80px;
    width: 460px;
    margin-right: 5px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-levelup .right {
    margin-right: 70px;
  }
}
.Gameplay-levelup .Gameplay-content-ornate-flip {
  background-repeat: no-repeat;
}
.Gameplay-support {
  text-align: center;
}
.Gameplay-support .inner.wide {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .Gameplay-support .inner.wide {
    padding: 0 10px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-support .inner.wide {
    padding: 0 20px;
  }
}
.Gameplay-support h2 {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .Gameplay-support p.narrow {
    padding: 0 150px;
  }
}
.Gameplay-support-screenshots .screenshot {
  width: 300px;
  height: 187px;
  position: relative;
  background: black url("../images/gameplay/border-screenshot-stronger.png") no-repeat center top;
  background-size: cover;
  margin: 10px auto;
  padding: 9px;
}
@media (min-width: 768px) {
  .Gameplay-support-screenshots .screenshot {
    width: 340px;
    height: 212px;
    padding: 10px 11px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-support-screenshots .screenshot {
    float: left;
    width: 293px;
    height: 183px;
    padding: 8px 9px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .Gameplay-support-screenshots .screenshot + .screenshot {
    margin-left: 40px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-support-screenshots .screenshot {
    width: 340px;
    height: 212px;
    padding: 10px 11px;
  }
}
@media (max-width: 767px) {
  .Gameplay-support .left {
    width: 100%;
  }
  .Gameplay-support .left .Gameplay-screenshot-small {
    margin: 0 auto 20px auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .Gameplay-support .left {
    margin-left: 130px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-support .left {
    margin-left: 5px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-support .left {
    margin-left: 75px;
  }
}
@media (min-width: 768px) {
  .Gameplay-support .right {
    width: auto;
    text-align: center;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-support .right {
    text-align: left;
    margin-top: 80px;
    width: 460px;
    margin-right: 5px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-support .right {
    margin-right: 70px;
  }
}
.Gameplay-support .Gameplay-content-ornate-flip {
  background-repeat: no-repeat;
}
.Gameplay-castle {
  text-align: center;
}
.Gameplay-castle .inner {
  padding: 40px 15px !important;
}
@media (min-width: 768px) {
  .Gameplay-castle .inner {
    padding: 40px 0 !important;
  }
}
.Gameplay-castle h2 {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .Gameplay-castle p.narrow {
    padding: 0 150px;
  }
}
@media (max-width: 767px) {
  .Gameplay-castle .Gameplay-screenshot-small {
    margin: 0 auto 120px auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .Gameplay-castle .Gameplay-screenshot-small {
    margin-bottom: 120px;
  }
}
.Gameplay-castle .Gameplay-screenshot-small h3 {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -0.02em;
  text-shadow: none;
  margin-bottom: 0;
}
.Gameplay-castle .Gameplay-screenshot-small p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.02em;
  margin-top: 5px;
}
.Gameplay-castle-screenshots .left {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .Gameplay-castle-screenshots .left {
    width: 100%;
    float: none;
  }
}
@media (min-width: 768px) {
  .Gameplay-castle-screenshots .left {
    padding-left: 135px;
    float: none;
  }
}
@media (min-width: 1024px) {
  .Gameplay-castle-screenshots .left {
    padding-left: 0;
    float: left;
  }
}
.Gameplay-castle-screenshots .right {
  padding-top: 27px;
}
@media (max-width: 767px) {
  .Gameplay-castle-screenshots .right {
    padding: 20px;
    float: none;
  }
}
@media (min-width: 768px) {
  .Gameplay-castle-screenshots .right {
    float: none;
    margin: 0 auto;
    width: 430px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-castle-screenshots .right {
    float: right;
    margin-right: 0;
    width: 500px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-castle-screenshots .right {
    width: 470px;
  }
}
.Gameplay-castle-screenshots .right .Gameplay-screenshot-large {
  float: none;
  margin: 0 auto 17px auto;
}
.Gameplay-castle-video {
  background: black url("../images/gameplay/border-video-castle.png") no-repeat center top;
  background-size: cover;
  margin: 0 auto 15px auto;
  position: relative;
  z-index: 2;
  width: 280px;
  height: 172px;
  padding: 7px 7px 6px;
}
@media (min-width: 768px) {
  .Gameplay-castle-video {
    height: 267px;
    width: 428px;
    padding: 13px;
  }
}
.Gameplay-castle-video video {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gameplay-castle-street-pass {
    margin-left: 138px;
    width: 460px;
  }
  .Gameplay-castle-street-pass .Gameplay-screenshot-small:nth-child(4) {
    margin-left: 0;
  }
}
.Gameplay-castle-street-pass .left {
  float: none;
}
@media (min-width: 768px) {
  .Gameplay-castle-street-pass .left {
    float: left;
  }
}
@media (min-width: 768px) {
  .Gameplay-castle-street-pass .right {
    width: 430px;
    float: none;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .Gameplay-castle-street-pass .right {
    margin-left: 50px;
    float: left;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .Gameplay-castle-street-pass .right {
    width: 620px;
  }
}
.Gameplay-castle-street-pass h2 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}
.Gameplay-castle-street-pass .Gameplay-screenshot-small {
  margin-bottom: 150px;
}
.Gameplay-frame-shadow {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .Gameplay-multiplayer .inner {
    padding: 40px 0 !important;
  }
}
.Gameplay-multiplayer-header {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .Gameplay-multiplayer-header .left {
    width: 350px;
    margin-top: 116px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-multiplayer-header .left {
    width: auto;
    margin-top: 0;
  }
}
.Gameplay-multiplayer-header .right {
  text-align: center;
}
@media (min-width: 768px) {
  .Gameplay-multiplayer-header .right {
    margin-right: 0;
    width: 360px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .Gameplay-multiplayer-header .right {
    margin-right: 0;
    margin-top: 30px;
    width: 360px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-multiplayer-header .right {
    margin-right: 70px;
    margin-top: 40px;
    width: 400px;
  }
}
.Gameplay-multiplayer-header .right p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .Gameplay-multiplayer-header .right p {
    margin-bottom: 0;
  }
}
.Gameplay-multiplayer-header .Gameplay-content-ornate-flip {
  margin-top: 0;
}
@media (min-width: 768px) {
  .Gameplay-multiplayer-header .Gameplay-content-ornate-flip {
    margin-top: -7px;
  }
}
.Gameplay-multiplayer-screenshots {
  text-align: center;
  margin-bottom: 140px;
}
@media (max-width: 767px) {
  .Gameplay-multiplayer-screenshots {
    margin-bottom: 40px;
  }
  .Gameplay-multiplayer-screenshots .Gameplay-screenshot-small {
    margin: 0 auto 150px auto;
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gameplay-multiplayer-screenshots .Gameplay-screenshot-large {
    margin: 10px auto;
    float: none;
  }
  .Gameplay-multiplayer-screenshots .Gameplay-screenshot-large:first-of-type {
    margin-bottom: 120px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-multiplayer-screenshots {
    padding-left: 42px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-multiplayer-screenshots {
    padding-left: 122px;
  }
}
.Gameplay-multiplayer-screenshots p {
  letter-spacing: -0.02em;
}
.Gameplay-multiplayer-screenshots p img {
  vertical-align: -6px;
}
.Gameplay-multiplayer-screenshots p strong {
  font-weight: bold;
}
.Gameplay-learn-more {
  margin-top: 50px;
}
.Gameplay-amiibo {
  text-align: center;
}
.Gameplay-amiibo .arrow-nav {
  top: -80px;
}
@media (min-width: 768px) {
  .Gameplay-amiibo .inner {
    padding: 40px 20px !important;
  }
}
.Gameplay-amiibo h2 {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .Gameplay-amiibo p {
    padding: 0 150px;
  }
}
.Gameplay-amiibo #Gameplay-amiibo-screenshots {
  margin-top: 340px;
}
.Gameplay-amiibo #Gameplay-amiibo-screenshots h2 {
  margin-top: 25px;
  font-size: 30px;
}
.Gameplay-amiibo #Gameplay-amiibo-screenshots .Gameplay-screenshot-small {
  position: relative;
  margin: 0 auto 20px auto;
  float: none;
  z-index: 2;
}
@media (max-width: 767px) {
  .Gameplay-amiibo #Gameplay-amiibo-screenshots .Gameplay-screenshot-small {
    width: 220px;
    height: 139px;
  }
}
.Gameplay-amiibo #Gameplay-amiibo-screenshots .Gameplay-screenshot-small:before {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 201px;
  height: 121px;
  box-shadow: inset 0 0 30px rgba(67, 221, 255, 0.8);
  z-index: 3;
  content: '';
  opacity: 0;
  transition: all 0.2s;
}
@media (min-width: 1280px) {
  .Gameplay-amiibo #Gameplay-amiibo-screenshots .Gameplay-screenshot-small:before {
    top: 10px;
    left: 11px;
    width: 225px;
    height: 135px;
  }
}
.Gameplay-amiibo #Gameplay-amiibo-screenshots .character-picture {
  transition: all 0.2s;
  z-index: 2;
}
.Gameplay-amiibo #Gameplay-amiibo-screenshots .character-glow {
  width: 255px;
  height: 255px;
  background: url("../images/gameplay/amiibo-character-glow.png") no-repeat center top;
  z-index: 1;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  opacity: 0;
  transition: all 0.2s;
  margin-left: 0;
}
@media (min-width: 768px) {
  .Gameplay-amiibo #Gameplay-amiibo-screenshots a:hover > .character-picture {
    -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .Gameplay-amiibo #Gameplay-amiibo-screenshots a:hover > .character-glow {
    opacity: 1;
  }
  .Gameplay-amiibo #Gameplay-amiibo-screenshots a:hover .Gameplay-screenshot-small:before {
    opacity: 1;
  }
}
.Gameplay-amiibo-ike {
  width: 232px !important;
  max-width: none;
  position: absolute;
  top: -305px;
  left: -15px;
}
@media (min-width: 768px) {
  .Gameplay-amiibo-ike {
    left: 4px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-ike {
    left: -5px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-ike {
    left: 12px;
  }
}
.Gameplay-amiibo-lucina {
  width: 260px !important;
  max-width: none;
  position: absolute;
  top: -289px;
  left: 0;
}
@media (min-width: 768px) {
  .Gameplay-amiibo-lucina {
    left: 22px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-lucina {
    left: 12px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-lucina {
    left: 27px;
  }
}
.Gameplay-amiibo-robin {
  width: 201px !important;
  max-width: none;
  position: absolute;
  top: -287px;
  left: -9px;
}
@media (min-width: 768px) {
  .Gameplay-amiibo-robin {
    left: 12px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-robin {
    left: 2px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-robin {
    left: 19px;
  }
}
.Gameplay-amiibo-marth {
  width: 239px !important;
  max-width: none;
  position: absolute;
  top: -302px;
  left: -47px;
}
@media (min-width: 768px) {
  .Gameplay-amiibo-marth {
    left: -26px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-marth {
    left: -36px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-marth {
    left: -19px;
  }
}
.Gameplay-amiibo-nfc {
  margin-top: 60px;
}
.Gameplay-amiibo-nfc .Gameplay-content-ornate-flip {
  background-repeat: no-repeat;
}
.Gameplay-amiibo-nfc h2 {
  font-size: 30px;
  margin-top: 0;
}
.Gameplay-amiibo-nfc-reader:not(.visible-mobile) {
  width: 323px;
  height: 200px;
  background: url("../images/gameplay/nfc-reader.png") top center no-repeat;
  display: block;
}
.Gameplay-amiibo-nfc-reader:not(.visible-mobile):hover {
  background-position: bottom center;
}
.Gameplay-amiibo-nfc-reader.visible-mobile {
  margin: 0 auto;
}
.Gameplay-amiibo-nfc .left {
  text-align: center;
  margin-top: 13px;
}
.Gameplay-amiibo-nfc .left img {
  width: 250px;
  margin: 30px auto 10px auto;
}
@media (min-width: 768px) {
  .Gameplay-amiibo-nfc .left {
    width: 350px;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-nfc .left {
    width: 460px;
    margin-left: 12px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-amiibo-nfc .left {
    margin-left: 93px;
  }
}
.Gameplay-amiibo-nfc .left p {
  padding: 0;
}
@media (min-width: 768px) {
  .Gameplay-amiibo-nfc .right {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .Gameplay-amiibo-nfc .right {
    margin-top: 10px;
    margin-right: 100px;
  }
}
@media (min-width: 1280px) {
  .Gameplay-amiibo-nfc .right {
    margin-right: 190px;
  }
}
.Gameplay-amiibo-nfc .Gameplay-content-ornate-flip {
  margin-top: 35px;
}

.Gameplay.menu-active .Gameplay-sidenav {
  z-index: 0;
}

#page-dlc a.button.btn-small-us-retailers,
#page-dlc a.button.btn-small-canada-retailers {
  width: 190px;
  height: 48px;
  background-image: url("../images/shared/btn-small.png");
}
#page-dlc a.button.btn-small-us-retailers .flourish,
#page-dlc a.button.btn-small-canada-retailers .flourish {
  background-image: url("../images/shared/btn-small-flourish.png");
}
#page-dlc a.button.btn-small-us-retailers img.flag-sm,
#page-dlc a.button.btn-small-canada-retailers img.flag-sm {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#page-dlc #full-story {
  background: transparent url("../images/dlc/bg-full-story-mobile.jpg") no-repeat center top;
  background-size: cover;
}
#page-dlc #full-story .inner {
  text-align: center;
}
@media (max-width: 767px) {
  #page-dlc #full-story {
    padding-bottom: 240px;
  }
  #page-dlc #full-story .intro-content h2 {
    padding: 0 20px;
  }
  #page-dlc #full-story .intro-content h2 + .ornate-border-alt {
    margin-bottom: 10px;
  }
  #page-dlc #full-story .characters-bottom {
    display: block;
    width: 100%;
    height: 244px;
    background: transparent url("../images/dlc/characters-bottom-mobile.png") no-repeat center bottom;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  #page-dlc #full-story .characters-left,
  #page-dlc #full-story .characters-right {
    display: none;
    background: none;
  }
  #page-dlc #full-story .flowcharts {
    margin: 40px 0;
  }
  #page-dlc #full-story .flowcharts div + div {
    margin-top: 20px;
  }
  #page-dlc #full-story .flowcharts img {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #page-dlc #full-story {
    background-image: url("../images/dlc/bg-full-story.jpg");
  }
  #page-dlc #full-story .intro-content {
    max-width: 680px;
    margin: 0 auto;
  }
  #page-dlc #full-story .intro-content h2 {
    margin-bottom: 20px;
  }
  #page-dlc #full-story .intro-content h2 .line2 {
    font-size: 28px;
  }
  #page-dlc #full-story .intro-content h2 + .ornate-border-alt {
    margin-bottom: 20px;
  }
  #page-dlc #full-story .intro-content p {
    padding: 0 30px;
  }
  #page-dlc #full-story .intro-content p.small {
    padding: 0 60px;
  }
  #page-dlc #full-story .characters-bottom {
    display: none;
    background: none;
  }
  #page-dlc #full-story .characters-left,
  #page-dlc #full-story .characters-right {
    display: block;
    width: 840px;
    height: 100%;
    position: absolute;
    bottom: 0;
  }
  #page-dlc #full-story .characters-left {
    background: transparent url("../images/dlc/characters-left.png") no-repeat left bottom;
    right: calc(50% + 240px);
  }
  #page-dlc #full-story .characters-right {
    background: transparent url("../images/dlc/characters-right.png") no-repeat right bottom;
    left: calc(50% + 240px);
  }
  #page-dlc #full-story .flowcharts {
    margin: 20px 0;
  }
  #page-dlc #full-story .flowcharts:after {
    content: "";
    display: table;
    clear: both;
  }
  #page-dlc #full-story .flowcharts .flowchart-left {
    float: left;
    width: 50%;
  }
  #page-dlc #full-story .flowcharts .flowchart-right {
    float: right;
    width: 50%;
  }
  #page-dlc #full-story .flowcharts img {
    display: block;
    margin: 0 auto;
  }
}
#page-dlc #revelation {
  height: auto;
  background-image: url("../images/dlc/bg-revelation-mobile.jpg");
}
@media (min-width: 768px) {
  #page-dlc #revelation {
    height: 640px;
    background-image: url("../images/dlc/bg-revelation.jpg");
  }
}
@media (min-width: 1280px) {
  #page-dlc #revelation {
    height: 50vw;
    min-height: 700px;
    max-height: 880px;
  }
}
#page-dlc #revelation img.logo-fef-revelation {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
#page-dlc #revelation .revelation-box {
  background: transparent no-repeat center top;
  background-size: 100% 100%;
}
#page-dlc #revelation .yellow-splotch {
  background: transparent url("../images/dlc/yellow-splotch.png") no-repeat center top;
  background-size: 100% 100%;
  margin: 0 -140px 20px -140px;
  padding: 30px 140px;
}
#page-dlc #revelation .yellow-splotch h3 {
  text-align: center;
  margin: 0 auto;
  font-size: 36px;
}
#page-dlc #revelation p.indent > strong:first-child {
  display: inline-block;
  float: left;
  width: 15px;
  margin-left: -15px;
}
#page-dlc #revelation p.disclaimer {
  font-family: Times, serif;
}

#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack1-button,
#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack2-button {
  background-image: url("../images/dlc/btn_off.png");
  width: 243px;
  height: 79px;
  margin: 10px 0 20px 0;
  transition: all 0.1s ease-in-out;
}

#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack1-button:hover,
#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack2-button:hover {
  background-image: url("../images/dlc/btn_on.png");
}

#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack1-button {
  float: left;
}

#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack2-button {
  float: right;
}

#page-dlc #map-dlc .dragons-gate .dragons-gate-left i {
  font-size: 0.8em;
}

@media (max-width: 1024px) {
 #page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack1-button {
  float: none;
  margin: 10px auto;
}

#page-dlc #map-dlc .dragons-gate .dragons-gate-left .mappack2-button {
  float: none;
  margin: 10px auto;
}

#page-dlc #map-dlc .dragons-gate-right h4 {
    font-size: 1.4em !important;
    margin-left: 5% !important;
 }
}
@media (max-width: 767px) {
  #page-dlc #revelation .inner {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #page-dlc #revelation .revelation-box {
    width: 290px;
    background-image: url("../images/dlc/bg-revelation-content-mobile.png");
    padding: 20px 15px 40px 15px;
    margin: 0 auto;
    position: relative;
  }
  #page-dlc #revelation .revelation-box-left {
    text-align: center;
  }
  #page-dlc #revelation .revelation-box-right {
    margin-top: 20px;
  }
  #page-dlc #revelation .cta {
    margin: 25px 0;
    text-align: center;
  }
  #page-dlc #revelation .cta a.button + a.button {
    margin-top: 15px;
  }
  #page-dlc #revelation a.trigger-modal-video > img {
    max-width: 320px;
  }
  #page-dlc #map-dlc .dragons-gate-right h4 {
    text-align: center;
    margin-left: none !important;
 }
 
 #page-dlc #revelation .yellow-splotch h3 {
  font-size: 26px;
}
}
@media (min-width: 768px) {
  #page-dlc #revelation .inner {
    max-width: 1100px;
    height: 100%;
    padding: 0;
  }
  #page-dlc #revelation img.logo-fef-revelation {
    max-width: calc(100% + 20px);
    margin-left: -20px;
  }
  #page-dlc #revelation .revelation-box {
    width: 100%;
    min-height: 420px;
    background-image: url("../images/dlc/bg-revelation-content-tablet.png");
    padding: 20px 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #page-dlc #revelation .revelation-box:after {
    content: "";
    display: table;
    clear: both;
  }
  #page-dlc #revelation .revelation-box-left {
    float: left;
    width: 50%;
    padding: 0 10px 0 40px;
    position: relative;
    z-index: 2;
  }
  #page-dlc #revelation .revelation-box-right {
    float: right;
    width: 50%;
    margin: 0;
    padding: 0 40px 0 10px;
    position: relative;
    z-index: 1;
  }
  #page-dlc #revelation .cta {
    margin: 15px 0;
    padding-left: 15px;
  }
  #page-dlc #revelation .cta a.button + a.button {
    margin-top: 10px;
  }
  #page-dlc #revelation a.trigger-modal-video > img {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  #page-dlc #revelation .revelation-box {
    max-width: 1100px;
    background-image: url("../images/dlc/bg-revelation-content-desktop.png");
  }
  #page-dlc #revelation .cta a.button + a.button {
    margin-left: 10px;
    margin-top: 0;
  }

}
#page-dlc #map-dlc {
  background: transparent url("../images/dlc/bg-map-dlc-mobile.jpg") repeat-y center top;
}
@media (min-width: 768px) {
  #page-dlc #map-dlc {
    background-image: url("../images/dlc/bg-map-dlc.jpg");
  }
  #page-dlc #map-dlc .inner {
    padding-top: 0;
  }
}
@media (min-width: 1280px) {
  #page-dlc #map-dlc {
    background-repeat: repeat;
  }
  #page-dlc #map-dlc .dragons-gate .dragons-gate-left {
    width: 50% !important;
  }
}
#page-dlc #map-dlc .dragons-gate {
  text-align: center;
  position: relative;
}
#page-dlc #map-dlc .dragons-gate .character-art {
  display: none;
  background: none;
}
#page-dlc #map-dlc .dragons-gate h2 {
  margin-bottom: 20px;
}
#page-dlc #map-dlc .dragons-gate h2 .line1 {
  font-size: 20px;
}
#page-dlc #map-dlc .dragons-gate h2 .line2 {
  font-size: 28px;
}
#page-dlc #map-dlc .dragons-gate img.logo-fef-map-pack1 {
  display: block;
  margin: 0 auto -15px auto;
  position: relative;
  z-index: 2;
}
#page-dlc #map-dlc .blue-splotch {
  background: transparent url("../images/dlc/blue-splotch.png") no-repeat center top;
  position: relative;
  z-index: 1;
}
#page-dlc #map-dlc .blue-splotch p {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.7);
}

#page-dlc #map-dlc .dragons-gate-right h4 {
    color: #231F20;
    font-size: 1.6em;
    text-shadow: none;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-left: 10%;
    font-family: 'Cinzel', Georgia, serif;
}

@media (max-width: 767px) {
  #page-dlc #map-dlc .dragons-gate {
    margin-bottom: 30px;
  }
  #page-dlc #map-dlc .blue-splotch {
    margin-bottom: 15px;
    padding: 30px 10px;
  }
  #page-dlc #map-dlc #mappack2 .blue-splotch {
    padding: 28px 10px;
  }
  #page-dlc #map-dlc .blue-splotch p {
    max-width: 280px;
    margin: 0 auto;
  }
  #page-dlc #map-dlc #mappack2 .blue-splotch p {
    max-width: 350px;
  }
  #page-dlc #map-dlc .dragons-gate .dragons-gate-left {
    margin-bottom: 20px;
  }
  #page-dlc #map-dlc .dragons-gate .dragons-gate-right {
    margin: 0 -10px;
  }
  
  #page-dlc #map-dlc .dragons-gate .dragons-gate-right img {
    display: none;
  }
  
  #page-dlc #map-dlc .expand-game-left img {
    margin: 0 auto;
    margin-bottom: 10px;
    display: block;
  }
}
@media (min-width: 768px) {
  #page-dlc #map-dlc .dragons-gate {
    padding-top: 30px;
    display: flex;
    align-items: center;
  }
  #page-dlc #map-dlc .dragons-gate:after {
    content: "";
    display: table;
    clear: both;
  }
  #page-dlc #map-dlc .blue-splotch {
    background-size: 100% 100%;
    margin: 0 -80px 15px -80px;
    padding: 30px 80px;
  }
  
  #page-dlc #map-dlc .blue-splotch p {
    max-width: 280px;
    margin: 0 auto;
  }
  #page-dlc #map-dlc #mappack2 .blue-splotch p  {
    max-width: 350px;
  }
  #page-dlc #map-dlc .dragons-gate .dragons-gate-left {
    float: left;
    width: 65%;
    padding: 0 10px 0 10px;
  }
  #page-dlc #map-dlc .dragons-gate .dragons-gate-right {
    float: right;
    width: 50%;
    padding: 0 10px 0 10px;
  }
  
  #page-dlc #map-dlc .dragons-gate .dragons-gate-right img {
    max-width: 400px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #page-dlc #map-dlc .dragons-gate {
    padding-top: 40px;
  }
  #page-dlc #map-dlc .dragons-gate h2 .line1 {
    font-size: 28px;
  }
  #page-dlc #map-dlc .dragons-gate h2 .line2 {
    font-size: 40px;
  }
  #page-dlc #map-dlc .dragons-gate .character-art {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("../images/dlc/anna_withScreen.png") no-repeat 45% bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1280px) {
  #page-dlc #map-dlc .dragons-gate .character-art {
    background-position: 48% bottom;
  }
}
#page-dlc #map-dlc .dragons-gate + .ornate-border-alt {
  margin-bottom: 20px;
}
#page-dlc #map-dlc .expand-game {
  position: relative;
}
#page-dlc #map-dlc .expand-game h2 {
  text-align: center;
  margin-bottom: 20px;
}
#page-dlc #map-dlc .expand-game p.indent > strong:first-child {
  display: inline-block;
  float: left;
  width: 15px;
  margin-left: -15px;
}
#page-dlc #map-dlc .expand-game p.disclaimer {
  font-family: Times, serif;
}
@media (max-width: 767px) {
  #page-dlc #map-dlc .expand-game .expand-game-right {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  #page-dlc #map-dlc .expand-game .cta {
    margin: 25px 0;
    text-align: center;
  }
  #page-dlc #map-dlc .expand-game .cta a.button + a.button {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #page-dlc #map-dlc .expand-game {
    margin-bottom: 40px;
    padding-top: 30px;
  }
  #page-dlc #map-dlc .expand-game:after {
    content: "";
    display: table;
    clear: both;
  }
  #page-dlc #map-dlc .expand-game .expand-game-left {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  #page-dlc #map-dlc .expand-game .expand-game-left img {
    margin-bottom: 15px;
  }
  #page-dlc #map-dlc .expand-game .expand-game-right {
    float: right;
    width: 40%;
    padding: 0 20px;
  }
  #page-dlc #map-dlc .expand-game .cta {
    margin: 15px 0;
  }
  #page-dlc #map-dlc .expand-game .cta a.button + a.button {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  #page-dlc #map-dlc .expand-game .expand-game-left {
    padding-right: 50px;
  }
  #page-dlc #map-dlc .expand-game .cta a.button + a.button {
    margin-left: 10px;
    margin-top: 0;
  }
}
#page-dlc #map-dlc .expand-game + .ornate-border-alt {
  margin-bottom: 20px;
}
#page-dlc #map-dlc .map-listing {
  display: block;
  /*width: calc(100% + 10px);*/
  margin: 0 -5px;
  position: relative;
}
#page-dlc #map-dlc .map-listing:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 768px) {
  #page-dlc #map-dlc .map-listing {
    /*width: calc(100% + 20px);*/
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) {
  #page-dlc #map-dlc .map-listing {
    /*width: calc(100% + 30px);*/
    margin: 0 -15px;
  }
}
@media (min-width: 1280px) {
  #page-dlc #map-dlc .map-listing {
    /*width: calc(100% + 40px);*/
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  #page-dlc #map-dlc .map-listing .column {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    float: none;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px auto;
  }
}
@media (min-width: 768px) {
  #page-dlc #map-dlc .map-listing .column {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 33.33333%;
    margin-bottom: 30px;
  }
  #page-dlc #map-dlc .map-listing .column:nth-child(3n+1) {
    clear: left;
  }
}
@media (min-width: 1024px) {
  #page-dlc #map-dlc .map-listing .column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (min-width: 1280px) {
  #page-dlc #map-dlc .map-listing .column {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
#page-dlc #map-dlc .map-listing .mapbox {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  position: relative;
}
#page-dlc #map-dlc .map-listing .mapbox .new-tag {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  width: 105px;
  height: 25px;
  background: transparent url("../images/dlc/new-tag.png") no-repeat 0 0;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 5;
}
#page-dlc #map-dlc .map-listing .mapbox .thumb {
  margin-bottom: 15px;
  position: relative;
}
#page-dlc #map-dlc .map-listing .mapbox .thumb > img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
#page-dlc #map-dlc .map-listing .mapbox h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
#page-dlc #map-dlc .map-listing .mapbox h3 {
  color: #3d2805;
  font-size: 24px;
  text-shadow: none;
  text-transform: none;
  margin-bottom: 6px;
}
#page-dlc #map-dlc .map-listing .mapbox p {
  font-size: 15px;
}
#page-dlc #map-dlc .map-listing .mapbox p.small {
  font-size: 13px;
}
#page-dlc #map-dlc .map-listing .mapbox p.small-endless {
  font-size: 11px;
}
#page-dlc #map-dlc .map-listing .mapbox p + p {
  margin-top: 2px;
}
@media (max-width: 767px) {
  #page-dlc #map-dlc .map-pack {
    width: 100%;
    margin: 0;
  }
}

@media (min-width: 1024px) and (max-width: 1140px) {
  html.no-touch #revelation .video-container video {
    width: auto;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#page-buy a.button.btn-us-retailers {
  width: 238px;
  height: 48px;
  background-image: url("../images/shared/btn-us-retailers.png");
  text-transform: none;
}
#page-buy a.button.btn-us-retailers .flourish {
  background-image: url("../images/shared/btn-us-retailers-flourish.png");
}
#page-buy a.button.btn-us-retailers img.flag-sm {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
#page-buy a.button.btn-learn-about-themes,
#page-buy a.button.btn-canada-retailers {
  width: 290px;
  height: 48px;
  background-image: url("../images/shared/btn-canada-retailers.png");
  text-transform: none;
}
#page-buy a.button.btn-learn-about-themes .flourish,
#page-buy a.button.btn-canada-retailers .flourish {
  background-image: url("../images/shared/btn-canada-retailers-flourish.png");
}
#page-buy a.button.btn-learn-about-themes img.flag-sm,
#page-buy a.button.btn-canada-retailers img.flag-sm {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
#page-buy a.button + a.button {
  margin-left: 10px;
}
#page-buy #your-choice {
  background: transparent url("../images/buy/bg-hero-mobile.jpg") no-repeat center top;
  background-size: cover;
}
@media (min-width: 768px) {
  #page-buy #your-choice {
    background-image: url("../images/buy/bg-hero.jpg");
  }
}
#page-buy #your-choice .inner {
  text-align: center;
}
#page-buy #your-choice img.logo-fef {
  display: block;
  margin: 0 auto 20px;
}
#page-buy #your-choice span.boxart {
  display: inline-block;
  border-radius: 4px;
  padding: 6px;
  position: relative;
}
#page-buy #your-choice span.boxart:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  position: absolute;
  left: calc(50% - 12px);
  top: 100%;
}
#page-buy #your-choice span.boxart > img {
  display: block;
  position: relative;
}
#page-buy #your-choice span.boxart.boxart-conquest {
  background: rgba(72, 15, 139, 0.25);
}
#page-buy #your-choice span.boxart.boxart-conquest:after {
  border-top-color: rgba(72, 15, 139, 0.25);
}
#page-buy #your-choice span.boxart.boxart-birthright {
  background: rgba(215, 0, 0, 0.25);
}
#page-buy #your-choice span.boxart.boxart-birthright:after {
  border-top-color: rgba(215, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #page-buy #your-choice span.boxart:not(.active) {
    background: none;
  }
  #page-buy #your-choice span.boxart:not(.active):after {
    display: none;
    border: 0;
  }
  #page-buy #your-choice span.boxart:not(.active) > img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
  }
}
#page-buy #your-choice .characters-left,
#page-buy #your-choice .characters-right {
  display: block;
  width: 224px;
  height: 300px;
  position: absolute;
  top: 160px;
}
#page-buy #your-choice .characters-left {
  background: transparent url("../images/buy/character-left-mobile.png") no-repeat left top;
  right: calc(50% + 70px);
}
#page-buy #your-choice .characters-right {
  background: transparent url("../images/buy/character-right-mobile.png") no-repeat right top;
  left: calc(50% + 70px);
}
#page-buy #your-choice .intro {
  text-align: center;
}
#page-buy #your-choice .intro .game-left {
  float: left;
  width: 50%;
  padding-right: 5px;
  position: relative;
  text-align: left;
}
#page-buy #your-choice .intro .game-right {
  float: right;
  width: 50%;
  padding-left: 5px;
  position: relative;
  text-align: right;
}
@media (max-width: 767px) {
  #page-buy #your-choice .intro .inner {
    max-width: 320px;
  }
  #page-buy #your-choice .intro h1 {
    line-height: 48px;
  }
  #page-buy #your-choice .intro h2 {
    font-size: 20px;
  }
  #page-buy #your-choice .intro h4 {
    color: #1177b5;
    margin-bottom: 20px;
  }
}
#page-buy #your-choice .mobile-versions .inner {
  max-width: 320px;
  opacity: 0;
  padding: 0 0 20px 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
#page-buy #your-choice .mobile-versions .inner.active {
  opacity: 1.0;
  visibility: visible;
  position: relative;
  z-index: 3;
  transition: opacity 0.4s, visibility 0.4s;
}
#page-buy #your-choice .mobile-versions .retail,
#page-buy #your-choice .mobile-versions .digital {
  width: 290px;
  background: transparent no-repeat center top;
  background-size: 100% 100%;
  margin: 0 auto 10px auto;
  padding: 40px 15px 20px 15px;
}
#page-buy #your-choice .mobile-versions .retail h2,
#page-buy #your-choice .mobile-versions .digital h2 {
  color: #f8dea4;
  font-size: 28px;
  line-height: 32px;
}
#page-buy #your-choice .mobile-versions .retail p,
#page-buy #your-choice .mobile-versions .digital p {
  color: #fff;
  line-height: 28px;
  min-height: 112px;
}
#page-buy #your-choice .mobile-versions .retail ~ p,
#page-buy #your-choice .mobile-versions .digital ~ p {
  padding: 0 20px;
}
#page-buy #your-choice .mobile-versions .retail {
  min-height: 386px;
}
#page-buy #your-choice .mobile-versions .retail.conquest {
  background-image: url("../images/buy/conquest-retail-bg.png");
}
#page-buy #your-choice .mobile-versions .retail.birthright {
  background-image: url("../images/buy/birthright-retail-bg.png");
}
#page-buy #your-choice .mobile-versions .retail p {
  padding: 0 20px;
}
#page-buy #your-choice .mobile-versions .digital {
  min-height: 386px;
  margin-top: 20px;
}
#page-buy #your-choice .mobile-versions .digital.conquest {
  background-image: url("../images/buy/conquest-retail-bg.png");
}
#page-buy #your-choice .mobile-versions .digital.birthright {
  background-image: url("../images/buy/birthright-retail-bg.png");
}
#page-buy #your-choice .mobile-versions img.eshop-logo {
  margin-bottom: -5px;
}
#page-buy #your-choice .mobile-versions .flag-content {
  padding-top: 20px;
  margin: 0 auto;
}
#page-buy #your-choice .mobile-versions .flag-content:after {
  content: "";
  display: table;
  clear: both;
}
#page-buy #your-choice .mobile-versions .flag {
  width: 122px;
}
#page-buy #your-choice .mobile-versions .flag a.flag-link {
  display: block;
}
#page-buy #your-choice .mobile-versions .flag a.flag-link img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#page-buy #your-choice .mobile-versions .flag a.flag-link span.text {
  color: #fff;
  font-size: 18px;
}
#page-buy #your-choice .mobile-versions .flag a.flag-link:hover img, #page-buy #your-choice .mobile-versions .flag a.flag-link:focus img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media (min-width: 768px) {
  #page-buy #your-choice span.boxart.boxart-conquest,
  #page-buy #your-choice span.boxart.boxart-birthright {
    padding: 10px;
  }
  #page-buy #your-choice span.boxart.boxart-conquest:after,
  #page-buy #your-choice span.boxart.boxart-birthright:after {
    border-width: 20px;
    left: calc(50% - 20px);
  }
  #page-buy #your-choice .characters-left,
  #page-buy #your-choice .characters-right {
    width: 940px;
    height: 700px;
    top: 0;
  }
  #page-buy #your-choice .characters-left {
    background: transparent url("../images/buy/characters-left.png") no-repeat left top;
    right: calc(50% + 256px);
  }
  #page-buy #your-choice .characters-right {
    background: transparent url("../images/buy/characters-right.png") no-repeat right top;
    left: calc(50% + 256px);
  }
  #page-buy #your-choice .intro h1 {
    font-size: 50px;
  }
  #page-buy #your-choice .intro h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #page-buy #your-choice .intro h4 {
    color: #1177b5;
    margin-bottom: 20px;
  }
  #page-buy #your-choice .intro .game-left {
    padding-right: 10px;
    text-align: right;
  }
  #page-buy #your-choice .intro .game-right {
    padding-left: 10px;
    text-align: left;
  }
  #page-buy #your-choice .versions .inner {
    max-width: 920px;
    padding: 40px 0 0 0;
  }
  #page-buy #your-choice .versions p {
    padding: 0 20px;
  }
  #page-buy #your-choice .versions img.eshop-logo {
    margin-bottom: -5px;
  }
  #page-buy #your-choice .versions .flag-content {
    background: transparent url("../images/buy/fancy-line.png") no-repeat center center;
    background-size: auto 100%;
    margin: 20px 0;
  }
  #page-buy #your-choice .versions .flag-content:after {
    content: "";
    display: table;
    clear: both;
  }
  #page-buy #your-choice .versions .box-conquest {
    background: transparent url("../images/buy/box-conquest.png") no-repeat left top;
    background-size: 100% 100%;
    float: left;
    width: 48%;
    width: calc(50% - 15px);
    height: 146px;
    position: relative;
    padding: 25px 25px 10px 85px;
  }
  #page-buy #your-choice .versions .box-birthright {
    background: transparent url("../images/buy/box-birthright.png") no-repeat right top;
    background-size: 100% 100%;
    float: right;
    width: 48%;
    width: calc(50% - 15px);
    height: 146px;
    position: relative;
    padding: 25px 85px 10px 25px;
  }
  #page-buy #your-choice .versions .flag {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  #page-buy #your-choice .versions .flag a.flag-link {
    display: block;
  }
  #page-buy #your-choice .versions .flag a.flag-link img {
    display: block;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
  #page-buy #your-choice .versions .flag a.flag-link .text {
    color: #fff;
  }
  #page-buy #your-choice .versions .flag a.flag-link:hover img, #page-buy #your-choice .versions .flag a.flag-link:focus img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-buy #your-choice .versions .box-conquest {
    width: 48.5%;
    width: calc(50% - 10px);
    height: auto;
    padding: 20px 20px 5px 60px;
  }
  #page-buy #your-choice .versions .box-birthright {
    width: 48.5%;
    width: calc(50% - 10px);
    height: auto;
    padding: 20px 60px 5px 20px;
  }
}
@media (max-width: 767px) {
  #page-buy #your-choice .your-choice-footer .inner {
    max-width: 320px;
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #page-buy #your-choice .your-choice-footer .inner {
    max-width: 980px;
    padding: 40px;
  }
  #page-buy #your-choice .your-choice-footer p.narrow {
    max-width: 680px;
    margin: 0 auto;
  }
}
#page-buy #limited-edition {
  background: transparent url("../images/buy/bg-limited-edition.jpg") no-repeat center top;
  background-size: cover;
  min-height: 350px;
}
#page-buy #limited-edition .inner {
  padding: 30px 10px;
}
#page-buy #limited-edition .content-text {
  width: 100%;
}
#page-buy #limited-edition .content-text p {
  margin-bottom: 35px;
}
#page-buy #limited-edition .content-image {
  text-align: center;
}
@media (max-width: 767px) {
  #page-buy #limited-edition .content-text {
    text-align: center;
  }
  #page-buy #limited-edition .content-text p {
    font-size: 18px;
    line-height: 25px;
  }
  #page-buy #limited-edition .content-text img.n3DSgame {
    padding-left: 60px;
  }
  #page-buy #limited-edition .content-text .cta {
    text-align: center;
    margin-top: 20px;
  }
  #page-buy #limited-edition .content-text .cta a.button {
    display: block;
    margin: 10px auto;
  }
}
@media (min-width: 768px) {
  #page-buy #limited-edition .content-text {
    width: 60%;
    float: right;
  }
  #page-buy #limited-edition .content-image {
    width: 40%;
    float: left;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #page-buy #limited-edition a.button {
    display: block;
    margin: 10px 0;
  }
}
@media (min-width: 1024px) {
  #page-buy #limited-edition .cta {
    width: 550px;
  }
  #page-buy #limited-edition .cta:after {
    content: "";
    display: table;
    clear: both;
  }
  #page-buy #limited-edition a.button {
    float: left;
  }
  #page-buy #limited-edition a.button + a.button {
    margin-left: 10px;
  }
}
#page-buy .Themes {
  background: url("../images/dlc/bg-map-dlc.jpg") no-repeat center top;
  background-size: cover;
  text-align: center;
}
#page-buy .Themes .image {
  margin-top: 20px;
}
#page-buy .Themes .button {
  margin-top: 40px;
  text-transform: uppercase !important;
}
#page-buy .Themes .button.btn-learn-more {
  font-size: 15px;
  width: 440px;
  height: 47px;
  background: url("../images/buy/button-themes.png") no-repeat center top;
}
#page-buy .Themes .button.btn-learn-more .flourish {
  background: url("../images/buy/button-themes-flourish.png") no-repeat center top;
}
@media (max-width: 767px) {
  #page-buy .Themes h2 {
    margin-top: 20px;
  }
  #page-buy .Themes .left, #page-buy .Themes .right {
    float: none;
  }
}

.Quiz .n3ds-logo {
  z-index: 1;
}
.Quiz-view.hero {
  width: 100%;
  min-height: 560px;
}
@media (min-width: 768px) {
  .Quiz-view.hero {
    height: 560px;
  }
}
.Quiz-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 560px;
}
.Quiz-container li {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 560px;
  overflow: hidden;
}
.Quiz-container li.active {
  display: block;
}
.Quiz-container li .video-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.Quiz-container li .video-container video {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.Quiz-intro {
  position: relative;
  background: url("../images/quiz/bg-quiz-mobile.jpg") no-repeat top center;
  background-size: cover;
}
@media (min-width: 768px) {
  .Quiz-intro {
    background: url("../images/quiz/bg-quiz.jpg") no-repeat top center;
    background-size: cover;
  }
}
.Quiz-intro .inner {
  padding: 0 !important;
}
.Quiz-intro-logo {
  text-align: center;
  padding-top: 25px;
}
@media (min-width: 768px) {
  .Quiz-intro-centered {
    width: 770px;
    height: 340px;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.Quiz-intro-splotch {
  background: url("../images/quiz/splotch-main-mobile.png") no-repeat top center;
  height: 214px;
  text-transform: uppercase;
  color: #fffdde;
  font-size: 23px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  padding-top: 23px;
}
@media (min-width: 768px) {
  .Quiz-intro-splotch {
    font-size: 25px;
    height: 135px;
    background: url("../images/quiz/splotch-main.png") no-repeat top center;
  }
}
.Quiz-intro-splotch-big {
  display: block;
  font-size: 50px;
  line-height: 50px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .Quiz-intro-splotch-big {
    display: inline;
    font-size: 60px;
    line-height: 60px;
  }
}
.Quiz-intro-splotch-or {
  display: block;
  font-size: 30px;
  font-weight: normal;
  vertical-align: 10px;
}
@media (min-width: 768px) {
  .Quiz-intro-splotch-or {
    display: inline;
  }
}
.Quiz-intro-description {
  margin: 35px 0 90px 0;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .Quiz-intro-description {
    margin: 35px 0;
    padding: 0 80px;
  }
}
.Quiz-intro-button {
  position: relative;
  display: block;
  width: 240px;
  height: 47px;
  margin: 0 auto;
  background-image: url("../images/quiz/btn-take-quiz.png");
  color: #fffab7;
  font-size: 20px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: bold;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  text-transform: uppercase;
  text-align: center;
  padding-top: 13px;
}
.Quiz-intro-button img {
  vertical-align: -4px;
  margin-left: 4px;
}
.Quiz-intro-button .flourish {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/quiz/btn-take-quiz-flourish.png");
  opacity: 0.15;
  transition: opacity 0.2s;
}
.Quiz-intro-button:hover, .Quiz-intro-button:focus {
  color: #fffab7;
}
.Quiz-intro-button:hover .flourish, .Quiz-intro-button:focus .flourish {
  opacity: 0.25;
}
.Quiz-questions {
  position: relative;
  background-size: cover;
  padding-top: 20px;
}
.Quiz-questions .inner {
  padding: 0 !important;
}
.Quiz-questions .inner .n3ds-logo {
  top: 0 !important;
}
.Quiz-questions.Question-1 {
  background-image: url("../images/quiz/bg-question-1.jpg");
}
.Quiz-questions.Question-2 {
  background-image: url("../images/quiz/bg-question-2.jpg");
}
.Quiz-questions.Question-3 {
  background-image: url("../images/quiz/bg-question-3.jpg");
}
.Quiz-questions.Question-4 {
  background-image: url("../images/quiz/bg-question-4.jpg");
}
.Quiz-questions.Question-5 {
  background-image: url("../images/quiz/bg-question-5.jpg");
}
.Quiz-questions.Question-6 {
  background-image: url("../images/quiz/bg-question-6.jpg");
}
.Quiz-questions.Question-7 {
  background-image: url("../images/quiz/bg-question-7.jpg");
}
.Quiz-questions.Question-8 {
  background-image: url("../images/quiz/bg-question-8.jpg");
}
.Quiz-questions.Question-9 {
  background-image: url("../images/quiz/bg-question-9.jpg");
}
.Quiz-questions-logo {
  text-align: center;
}
@media (min-width: 768px) {
  .Quiz-questions-centered {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 740px;
    height: 355px;
  }
}
.Quiz-questions-splotch {
  background: url("../images/quiz/splotch-small.png") no-repeat top center;
  height: 80px;
  text-transform: uppercase;
  color: #fffdde;
  font-size: 14px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
  padding-top: 13px;
}
@media (min-width: 768px) {
  .Quiz-questions-splotch {
    font-size: 18px;
  }
}
.Quiz-questions-splotch-big {
  font-size: 27px;
  line-height: 27px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .Quiz-questions-splotch-big {
    font-size: 34px;
    line-height: 35px;
  }
}
.Quiz-questions-splotch-or {
  font-size: 17px;
  font-weight: normal;
  vertical-align: 3px;
}
@media (min-width: 768px) {
  .Quiz-questions-splotch-or {
    font-size: 20px;
    vertical-align: 5px;
  }
}
.Quiz-questions h3 {
  font-size: 20px;
  color: #fffdde;
  text-transform: none;
  text-align: center;
  font-family: "Libre Baskerville", Georgia, serif;
  margin: 20px 0;
}
@media (min-width: 768px) {
  .Quiz-questions h3 {
    font-size: 28px;
    margin: 0 0 25px;
  }
}
.Quiz-questions .flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  transition: all 0.2s;
}
.Quiz-questions-answer {
  position: relative;
  display: block;
  float: left;
  color: #fffab7;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-size: 25px;
  line-height: 34px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .Quiz-questions-answer {
    font-size: 30px;
    line-height: 38px;
    padding: 0 60px;
  }
}
.Quiz-questions-answer .centered {
  display: table-cell;
  vertical-align: middle;
  width: 245px;
  height: 114px;
}
@media (min-width: 768px) {
  .Quiz-questions-answer .centered {
    height: 185px;
    width: 230px;
  }
}
.Quiz-questions-answer .centered p {
  text-align: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.Quiz-questions-answer:hover, .Quiz-questions-answer:focus {
  color: #fffab7;
}
.Quiz-questions-answer:hover .flourish, .Quiz-questions-answer:focus .flourish {
  opacity: 0.25;
}
.Quiz-questions-answer-left {
  width: 245px;
  height: 114px;
  background: url("../images/quiz/bg-answer-left-mobile.png") no-repeat top center;
  float: none;
}
.Quiz-questions-answer-left .flourish {
  background: url("../images/quiz/bg-answer-left-flourish-mobile.png") no-repeat top center;
}
@media (min-width: 768px) {
  .Quiz-questions-answer-left {
    width: 336px;
    height: 185px;
    background: url("../images/quiz/bg-answer-left.png") no-repeat top center;
    float: left;
  }
  .Quiz-questions-answer-left .flourish {
    background: url("../images/quiz/bg-answer-left-flourish.png") no-repeat top center;
  }
}
.Quiz-questions-answer-or {
  width: 245px;
  height: 46px;
  background: url("../images/quiz/bg-or-mobile.png") no-repeat top center;
  color: #2477a9;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin: 0 auto;
  padding-top: 9px;
}
@media (min-width: 768px) {
  .Quiz-questions-answer-or {
    width: 60px;
    height: 185px;
    background: url("../images/quiz/bg-or.png") no-repeat top center;
    background-blend-mode: hard-light;
    float: left;
    padding-top: 80px;
  }
}
.Quiz-questions-answer-right {
  width: 245px;
  height: 114px;
  background: url("../images/quiz/bg-answer-right-mobile.png") no-repeat top center;
  float: none;
}
.Quiz-questions-answer-right .flourish {
  background: url("../images/quiz/bg-answer-right-flourish-mobile.png") no-repeat top center;
}
@media (min-width: 768px) {
  .Quiz-questions-answer-right {
    position: relative;
    width: 334px;
    height: 185px;
    background: url("../images/quiz/bg-answer-right.png") no-repeat top center;
    float: left;
  }
  .Quiz-questions-answer-right .flourish {
    background: url("../images/quiz/bg-answer-right-flourish.png") no-repeat top center;
  }
}
.Quiz-questions-count {
  width: 106px;
  height: 47px;
  background: url("../images/quiz/bg-count.png") no-repeat top center;
  color: #fffdde;
  font-size: 16px;
  text-align: center;
  padding-top: 12px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  margin: 40px auto 40px auto;
}
@media (min-width: 768px) {
  .Quiz-questions-count {
    margin: 70px auto 0 auto;
  }
}
.Quiz-hoshido {
  background: url("../images/birthright/bg-clouds.jpg") no-repeat bottom center;
  background-size: cover;
}
@media (max-width: 767px) {
  .Quiz-hoshido {
    position: relative !important;
  }
}
.Quiz-hoshido .inner {
  padding: 0 !important;
}
.Quiz-hoshido .video-container {
  display: none;
}
@media (min-width: 768px) {
  .Quiz-hoshido .video-container {
    display: block;
  }
}
.Quiz-hoshido-frame {
  width: 290px;
  height: 452px;
  position: relative;
  background: url("../images/quiz/frame-hoshido-mobile.jpg") no-repeat top center;
  margin: 30px auto 280px auto;
  padding: 20px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame {
    width: 688px;
    height: 379px;
    background: url("../images/quiz/frame-hoshido-tablet.jpg") no-repeat top center;
    margin: 60px auto 0 auto;
    padding: 0 334px 0 45px;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido-frame {
    width: 833px;
    height: 379px;
    background: url("../images/quiz/frame-hoshido.jpg") no-repeat top center;
    margin: 60px auto 0 auto;
    padding: 0 410px 0 45px;
  }
}
.Quiz-hoshido-frame-characters {
  position: absolute;
  bottom: -320px;
  left: -56px;
  width: 415px;
  height: 409px;
  background: url("../images/quiz/characters-hoshido-mobile.png") no-repeat top center;
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame-characters {
    position: absolute;
    left: auto;
    right: -190px;
    bottom: -121px;
    width: 620px;
    height: 520px;
    background: none;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido-frame-characters {
    position: absolute;
    left: auto;
    right: -140px;
    bottom: -121px;
    width: 668px;
    height: 560px;
    background: none;
  }
}
.Quiz-hoshido-frame-characters-character {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: contain !important;
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame-characters-character {
    display: block;
  }
}
.Quiz-hoshido-frame-characters-character-1 {
  background: url("../images/quiz/characters-hoshido-1.png") no-repeat top center;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}
.Quiz-hoshido-frame-characters-character-2 {
  background: url("../images/quiz/characters-hoshido-2.png") no-repeat top center;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
}
.Quiz-hoshido-frame-characters-character-3 {
  background: url("../images/quiz/characters-hoshido-3.png") no-repeat top center;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}
.Quiz-hoshido-frame-characters-character-4 {
  background: url("../images/quiz/characters-hoshido-4.png") no-repeat top center;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
}
.Quiz-hoshido-frame-characters-character-5 {
  background: url("../images/quiz/characters-hoshido-5.png") no-repeat top center;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}
.Quiz-hoshido-frame h2 {
  font-size: 25px;
  line-height: 25px;
  color: #842726;
  margin-bottom: 3px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame h2 {
    padding-top: 40px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido-frame h2 {
    padding-top: 40px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.Quiz-hoshido-frame h2 span.big {
  display: block;
  font-size: 45px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame h2 span.big {
    font-size: 44px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido-frame h2 span.big {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .Quiz-hoshido-frame p {
    font-size: 16px;
    line-height: 24px;
    min-height: 168px;
  }
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    min-height: 105px;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido-frame p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    min-height: 110px;
  }
}
.Quiz-hoshido-frame-button {
  position: relative;
  display: block;
  width: 242px;
  height: 90px;
  background: url("../images/quiz/learn-more-hoshido.png") no-repeat top center;
  margin: 15px auto 0 auto;
  font-size: 16px;
  font-family: "Cinzel", Georgia, serif;
  text-transform: uppercase;
  color: #fffdde;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-weight: bold;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .Quiz-hoshido-frame-button {
    margin: 12px auto 0 35px;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido-frame-button {
    margin: 10px auto 0 75px;
  }
}
.Quiz-hoshido-frame-button .flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/quiz/learn-more-hoshido-flourish.png") no-repeat top center;
  opacity: 0.15;
  transition: opacity 0.2s;
}
.Quiz-hoshido-frame-button:hover {
  color: #fffdde;
}
.Quiz-hoshido-frame-button:hover .flourish {
  opacity: 0.25;
}
.Quiz-hoshido .Quiz-share-buttons {
  width: 310px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .Quiz-hoshido .Quiz-share-buttons {
    margin-left: 60px;
  }
}
@media (min-width: 1024px) {
  .Quiz-hoshido .Quiz-share-buttons {
    margin-left: 140px;
  }
}
@media (min-width: 1280px) {
  .Quiz-hoshido .Quiz-share-buttons {
    margin-left: 220px;
  }
}
.Quiz-nohr {
  background: url("../images/conquest/bg-stars.jpg") no-repeat top center;
  background-size: cover;
}
@media (max-width: 767px) {
  .Quiz-nohr {
    position: relative !important;
  }
}
.Quiz-nohr .inner {
  padding: 0 !important;
}
.Quiz-nohr .video-container {
  display: none;
}
@media (min-width: 768px) {
  .Quiz-nohr .video-container {
    display: block;
  }
}
.Quiz-nohr-intro {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url("../images/conquest/bg-stars.jpg") no-repeat top center;
  background-size: cover;
}
.Quiz-nohr-frame {
  width: 290px;
  height: 452px;
  position: relative;
  background: url("../images/quiz/frame-nohr-mobile.jpg") no-repeat top center;
  margin: 30px auto 280px auto;
  padding: 20px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .Quiz-nohr-frame {
    width: 688px;
    height: 379px;
    background: url("../images/quiz/frame-nohr-tablet.jpg") no-repeat top center;
    margin: 60px auto 0 auto;
    padding: 0 45px 0 330px;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr-frame {
    width: 833px;
    height: 379px;
    background: url("../images/quiz/frame-nohr.jpg") no-repeat top center;
    margin: 60px auto 0 auto;
    padding: 0 45px 0 410px;
  }
}
.Quiz-nohr-frame-characters {
  position: absolute;
  bottom: -310px;
  left: -31px;
  width: 352px;
  height: 333px;
  background: url("../images/quiz/characters-nohr-mobile.png") no-repeat top center;
}
@media (min-width: 768px) {
  .Quiz-nohr-frame-characters {
    position: absolute;
    left: -122px;
    bottom: -121px;
    width: 511px;
    height: 466px;
    background: none;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr-frame-characters {
    position: absolute;
    left: -93px;
    bottom: -121px;
    width: 567px;
    height: 516px;
    background: none;
  }
}
.Quiz-nohr-frame-characters-character {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover !important;
}
@media (min-width: 768px) {
  .Quiz-nohr-frame-characters-character {
    display: block;
  }
}
.Quiz-nohr-frame-characters-character-1 {
  background: url("../images/quiz/characters-nohr-1.png") no-repeat top center;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}
.Quiz-nohr-frame-characters-character-2 {
  background: url("../images/quiz/characters-nohr-2.png") no-repeat top center;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
}
.Quiz-nohr-frame-characters-character-3 {
  background: url("../images/quiz/characters-nohr-3.png") no-repeat top center;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}
.Quiz-nohr-frame-characters-character-4 {
  background: url("../images/quiz/characters-nohr-4.png") no-repeat top center;
  -webkit-transform: translate3d(20%, 0, 0);
          transform: translate3d(20%, 0, 0);
}
.Quiz-nohr-frame-characters-character-5 {
  background: url("../images/quiz/characters-nohr-5.png") no-repeat top center;
  -webkit-transform: translate3d(-20%, 0, 0);
          transform: translate3d(-20%, 0, 0);
}
.Quiz-nohr-frame h2 {
  font-size: 25px;
  line-height: 25px;
  color: #7e487e;
  margin-bottom: 3px;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .Quiz-nohr-frame h2 {
    padding-top: 40px;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr-frame h2 {
    padding-top: 40px;
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 0;
  }
}
.Quiz-nohr-frame h2 span.big {
  display: block;
  font-size: 45px;
  line-height: 45px;
}
@media (min-width: 768px) {
  .Quiz-nohr-frame h2 span.big {
    font-size: 44px;
    line-height: 45px;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr-frame h2 span.big {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .Quiz-nohr-frame p {
    font-size: 16px;
    line-height: 24px;
    min-height: 168px;
  }
}
@media (min-width: 768px) {
  .Quiz-nohr-frame p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px;
    min-height: 105px;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr-frame p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 0;
    min-height: 110px;
  }
}
.Quiz-nohr-frame-button {
  position: relative;
  display: block;
  width: 242px;
  height: 90px;
  background: url("../images/quiz/learn-more-nohr.png") no-repeat top center;
  margin: 15px auto 0 auto;
  font-size: 16px;
  font-family: "Cinzel", Georgia, serif;
  text-transform: uppercase;
  color: #fffdde;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  font-weight: bold;
  padding-top: 8px;
}
@media (min-width: 768px) {
  .Quiz-nohr-frame-button {
    margin: 12px auto 0 35px;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr-frame-button {
    margin: 10px auto 0 75px;
  }
}
.Quiz-nohr-frame-button .flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/quiz/learn-more-nohr-flourish.png") no-repeat top center;
  opacity: 0.15;
  transition: opacity 0.2s;
}
.Quiz-nohr-frame-button:hover {
  color: #fffdde;
}
.Quiz-nohr-frame-button:hover .flourish {
  opacity: 0.25;
}
.Quiz-nohr .Quiz-share-buttons {
  width: 310px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .Quiz-nohr .Quiz-share-buttons {
    float: right;
    margin: 0 60px 0 auto;
  }
}
@media (min-width: 1024px) {
  .Quiz-nohr .Quiz-share-buttons {
    margin: 0 140px 0 auto;
  }
}
@media (min-width: 1280px) {
  .Quiz-nohr .Quiz-share-buttons {
    margin: 0 220px 0 auto;
  }
}
.Quiz-share {
  position: relative;
  display: block;
  width: 150px;
  height: 47px;
  background: url("../images/quiz/share.png") no-repeat top center;
  color: #fffdde;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 17px;
  font-family: "Cinzel", Georgia, serif;
  font-weight: bold;
  padding-top: 8px;
  margin-top: 20px;
  float: left;
}
.Quiz-share + .Quiz-share {
  margin-left: 10px;
}
.Quiz-share .flourish {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/quiz/share-flourish.png") no-repeat top center;
  opacity: 0.15;
  transition: opacity 0.2s;
}
.Quiz-share:hover, .Quiz-share:focus {
  color: #fffdde;
}
.Quiz-share:hover .flourish, .Quiz-share:focus .flourish {
  opacity: 0.25;
}
.Quiz #footer {
  height: calc(100vh - (708px));
}
@media (min-width: 768px) {
  .Quiz #footer {
    height: calc(100vh - (694px));
  }
}

@media (max-width: 1023px) {
  html.wiiu body.menu-active {
    overflow: auto;
    position: relative;
  }
  html.wiiu header#header .mainnav ul > li a.nav-conquest {
    background-position: 50px center;
  }
  html.wiiu header#header .mainnav ul > li a.nav-birthright {
    background-position: 45px center;
  }
  html.wiiu #page-birthright #birthright-map a.map-location .tooltip {
    right: 110%;
    top: 2px;
  }
  html.wiiu #page-conquest #conquest-map a.map-location .tooltip {
    left: 110%;
    top: 2px;
  }
  html.wiiu #page-buy #your-choice span.boxart.boxart-conquest:after,
  html.wiiu #page-buy #your-choice span.boxart.boxart-birthright:after {
    left: 42%;
  }
  html.wiiu #page-buy #your-choice .characters-left {
    right: 80%;
  }
  html.wiiu #page-buy #your-choice .characters-right {
    left: 80%;
  }
  html.wiiu #page-dlc #full-story .characters-left {
    right: 80%;
  }
  html.wiiu #page-dlc #full-story .characters-right {
    left: 80%;
  }
}
