/* Just definitions 
@function frcol($variant: 'base') {
    @return map-get($fr-colour-map, $variant);
}*/
/* Just definitions */
/* this is the first file to be imported */
/* defines all the colours and function here */
/* Core colour values */
html {
  font-size: 18px;
}
@media (max-width: 639px) {
  html {
    font-size: 16px;
  }
}

body {
  display: grid;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background-image: url(/images/back01.svg);
  background-repeat: no-repeat;
  background-color: #1d1d16;
  color: #6e6e2d;
  font-family: "lemonde-courrier", serif;
  width: 100vw;
  height: 100vh;
}

/* Main applies to all the pages _Layout */
body.main {
  grid-template-columns: minmax(10px, 30px) 1fr;
  grid-template-rows: minmax(80px, 100px) 1fr;
  grid-template-areas: "mainnav  mainnav" "sidebar content" "sidefooter footer";
}
@media (min-width: 641px) {
  body.main {
    grid-template-columns: minmax(40px, 60px) 1fr;
    grid-template-rows: minmax(80px, 100px) 1fr;
  }
}

/* this is home page only _HomeLayout */
body.home {
  grid-template-columns: minmax(10px, 30px) 1fr;
  grid-template-rows: minmax(80px, 100px) 1fr;
  grid-template-areas: "mainnav  mainnav" "sidebar content" "sidefooter morecontent" "sidefooter footer";
}
@media (min-width: 641px) {
  body.home {
    grid-template-columns: minmax(40px, 60px) 1fr;
    grid-template-rows: minmax(80px, 100px) 1fr;
  }
}

* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* GRID Setup */
aside {
  background-color: transparent;
  grid-area: sidebar;
}
@media (max-width: 639px) {
  aside {
    display: none;
  }
}

div.mobilesocial {
  display: none;
}
@media (max-width: 639px) {
  div.mobilesocial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  div.mobilesocial div.socialicons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0px;
  }
  div.mobilesocial div.socialicons a {
    width: 48px;
  }
  div.mobilesocial div.socialicons a img {
    width: 32px;
  }
}

aside#left {
  background-color: transparent;
  grid-area: sidebar;
}

aside#right {
  background-color: transparent;
  grid-area: sidebar;
}

content {
  background-color: rgba(252, 243, 233, 0.9);
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.5);
  grid-area: content;
}

.homemargin {
  margin-left: 150px;
  margin-right: 150px;
}

footer {
  background-color: #000;
  grid-area: footer;
  padding-right: 40px;
  opacity: 0.95;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #aaa;
  font-family: "axia", Helvetica, Arial, sans-serif;
}

footer#side {
  background-color: #000;
  grid-area: sidefooter;
  opacity: 0.95;
}

/*
section {
    background-color: frcol('contentback');
    margin-left: -$gapbase;
    padding-left: $gapbase;
    margin-right: -$gapbase;
    padding-right: $gapbase;
    padding-top: $gapbase;
    padding-bottom: $gapbase;
}


section.dark {
    background-color: frcol('altcontentback');
}

*/
/* GRID UTIITIES */
.gridfullspan {
  grid-column: 1/-1;
}

/* GENERIC DEFINITIONS */
h1, h2, h3, h4, h5 {
  font-family: "axia", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #99bc20;
  line-height: 100%;
  margin-bottom: 5px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  color: white;
  font-weight: 400;
}

p {
  margin-bottom: 20px;
  line-height: 170%;
}

p.small {
  font-size: 0.9rem;
  line-height: 120%;
}

h1 {
  font-size: 2rem;
  letter-spacing: -1px;
  line-height: 90%;
  color: #738d18;
}
@media (max-width: 639px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 1.3rem;
  letter-spacing: -0.25px;
  line-height: 100%;
}
@media (max-width: 639px) {
  h2 {
    font-size: 1.15rem;
  }
}

h3 {
  font-size: 1.25rem;
}

h5 {
  font-size: 1.25rem;
}

b {
  font-weight: bold;
  color: #99bc20;
}

a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
  font-family: "axia", Helvetica, Arial, sans-serif;
  color: #bbe627;
  text-decoration: none;
  border-bottom: none;
}

a {
  color: #738828;
  text-decoration: none;
  font-family: "axia", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

a.small, span.small {
  font-size: 0.8rem;
  font-family: "axia", Helvetica, Arial, sans-serif;
}

a:hover {
  color: #bbe627;
  text-decoration: none;
}

button, a.btn {
  display: inline-block;
  font-size: 1.25em;
  padding: 15px 10px 15px 10px;
  background-color: #738828;
  border-radius: 5px;
  font-family: "axia", Helvetica, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.8);
}

blockquote {
  padding-left: 0;
  background-color: #929262;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 20px;
}
blockquote p {
  font-style: italic;
  font-size: 1rem;
  line-height: 110%;
  overflow-wrap: break-word;
  margin-bottom: 0px;
  color: #373717;
}
blockquote p strong {
  font-family: "axia", Helvetica, Arial, sans-serif;
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  font-size: 0.85rem;
  margin-top: 10px;
}

table {
  width: 100%;
}
table th {
  text-align: left;
  background-color: rgba(11, 12, 6, 0.8);
}
table td {
  padding-top: 2px;
  padding-bottom: 2px;
}

table.infotable th {
  text-align: left;
  background-color: rgba(11, 12, 6, 0.8);
  padding: 5px;
  text-wrap: avoid;
}
table.infotable td {
  padding: 5px;
  text-wrap: avoid;
}

label {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  margin-left: 0px;
  font-family: "axia", Helvetica, Arial, sans-serif;
}

input, textarea {
  font-size: 1.2em;
  padding: 10px 5px 10px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.75;
}

input[type=checkbox] {
  font-size: 2em;
  background-color: red;
  border: 1px solid grey;
  border-radius: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.5em;
  margin-top: 0.5em;
  vertical-align: -2px;
}

select {
  font-size: 1.2em;
  padding: 10px 5px 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.75;
}

textarea {
  min-width: 200px;
}

div.formfield {
  margin-bottom: 20px;
  font-family: "axia", Helvetica, Arial, sans-serif;
}
div.formfield label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
div.formfield small {
  font-size: 0.8em;
  display: block;
}
div.formfield input {
  margin-bottom: 5px;
}

/* PADDING UTILS */
.mB100 {
  margin-bottom: 40px;
}

.mB50 {
  margin-bottom: 20px;
}

.mL20 {
  margin-left: 20px;
}

.mT100 {
  margin-top: 40px;
}

.pB400 {
  padding-bottom: 400px;
}

.pB100 {
  padding-bottom: 100px;
}

/* POS UTILS */
.posFR {
  float: right;
}

.posFL {
  float: left;
}

/* PANELS */
div.makeTransparent {
  background-color: transparent;
}

div.spanTwo {
  grid-column: span 2;
}

figure {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}
figure a {
  width: 100%;
  height: auto;
}
figure a img {
  width: 100%;
  height: auto;
}
figure figcaption {
  font-family: "omnes-narrow", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  text-align: left;
}
figure.media {
  min-height: 200px;
}

figure.image-style-align-right {
  float: right;
  margin-left: 20px;
}

figure.image-style-align-left {
  float: left;
  margin-right: 20px;
}

/* LINK listings */
div.linklisting {
  line-height: 120%;
}
div.linklisting a {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
@media (min-width: 641px) {
  div.linklisting a {
    display: block;
    margin-bottom: 10px;
  }
}

form {
  font-size: 0.8rem;
}

div.infoline {
  font-family: "omnes-narrow", Helvetica, Arial, sans-serif;
  font-size: 1em;
  text-transform: uppercase;
  color: #84844d;
  font-size: 0.9rem;
}
div.infoline a {
  font-family: "omnes-narrow", Helvetica, Arial, sans-serif;
}
div.infoline span {
  padding-right: 13.3333333333px;
  padding-left: 13.3333333333px;
  border-right: 1px dotted rgba(11, 12, 6, 0.8);
}
@media (max-width: 639px) {
  div.infoline span {
    display: inline-block;
    padding-right: 6.6666666667px;
    padding-left: 6.6666666667px;
  }
}
div.infoline span.date {
  padding-left: 0px;
}

/* ContentPanel is the basic 4 columns */
div.clipOne {
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}

div.clipTwo {
  -webkit-clip-path: polygon(0% 20%, 100% 0%, 100% 95%, 0% 90%);
  clip-path: polygon(0% 20%, 100% 0%, 100% 95%, 0% 90%);
}

div.clipThree {
  -webkit-clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 100%);
}

div.surround div.clippedpanel {
  grid-gap: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 40px;
  padding-right: 40px;
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 0% 100%);
  position: relative;
}
@media (max-width: 640px) {
  div.surround div.clippedpanel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.surround div.clippedpanel h3 {
  background-color: rgba(0, 0, 0, 0.7);
  width: 50%;
  padding: 20px;
  color: white;
  margin: 20px 0 0 0;
}
@media (max-width: 640px) {
  div.surround div.clippedpanel h3 {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    width: 70%;
  }
}
div.surround div.clippedaboutpanel {
  min-height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: top;
  position: relative;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  padding-bottom: 42.5531914894%;
  height: 0px;
}
@media (max-width: 640px) {
  div.surround div.clippedaboutpanel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.surround div.clippedaboutpanel h1 {
  position: absolute;
  bottom: 40px;
  left: 20px;
  padding: 20px;
  color: white;
  margin: 20px 0 0 0;
  z-index: 2;
}
@media (max-width: 640px) {
  div.surround div.clippedaboutpanel h1 {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    width: 70%;
  }
}
div.surround div.contentpanel {
  grid-gap: 40px;
  display: grid;
  margin-left: 80px;
  margin-right: 80px;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 641px) {
  div.surround div.contentpanel {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 639px) {
  div.surround div.contentpanel {
    grid-template-columns: 1fr;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div.surround img {
  max-width: 100%;
  height: auto;
}

div.dateblock {
  background-color: rgba(143, 69, 5, 0.1);
  color: #000;
  display: inline-block;
  padding: 2px;
  width: 90px;
  height: 24px;
  font-family: "omnes-narrow", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  text-align: center;
}

div.notice {
  background-color: rgba(143, 69, 5, 0.1);
  padding: 20px;
  display: block;
  margin-bottom: 20px;
}
div.notice i {
  color: rgb(179, 125, 0);
  font-size: 1.5rem;
  margin-right: 5px;
}

/* Our Dark Titles as part of a grid */
.titlepanel {
  background-color: black;
  color: white;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-clip-path 0.5s;
  transition: -webkit-clip-path 0.5s;
  transition: clip-path 0.5s;
  transition: clip-path 0.5s, -webkit-clip-path 0.5s;
}
@media (max-width: 639px) {
  .titlepanel {
    height: 200px;
  }
}
.titlepanel h1 {
  color: #bbe627;
  font-size: 1.25rem;
  line-height: 120%;
  letter-spacing: 0px;
}
.titlepanel h2 {
  color: #bbe627;
  line-height: 130%;
  letter-spacing: 0px;
}
.titlepanel div {
  padding: 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.titlepanel img.offsetimg {
  position: absolute;
  width: 50%;
  right: -15%;
  bottom: -20%;
  opacity: 0.25;
}

/* GRID UTILS */
.grid-twospan {
  grid-column: span 2;
}
.grid-threespan {
  grid-column: span 3;
}
@media (max-width: 639px) {
  .grid-threespan {
    grid-column: span 1;
  }
}

.grid-fullspan {
  grid-column-start: 1;
  grid-column-end: -1;
  /*
  @include media("<tablet") {
      grid-column-start: 1;
      grid-column-end: 1;
  }*/
}

.grid-threepanel {
  grid-column-start: 1;
  grid-column-end: 4;
}
@media (max-width: 639px) {
  .grid-threepanel {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}

.grid-threepanelright {
  grid-column-start: 2;
  grid-column-end: 5;
}
@media (max-width: 639px) {
  .grid-threepanelright {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}

.grid-twopanel {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media (max-width: 639px) {
  .grid-twopanel {
    grid-column-start: 1;
    grid-column-end: 1;
  }
}

.grid-superfull {
  grid-column-start: 1;
  grid-column-end: -1;
  margin-left: -40px;
  margin-right: -40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
@media (max-width: 639px) {
  .grid-superfull {
    margin-left: -20px;
    margin-right: -80px;
  }
}

.grid-message {
  background-color: #bbe627;
  padding: 40px;
  color: black;
}

div.parallaxupimage {
  -webkit-transform: translateZ(-2px) scale(3);
          transform: translateZ(-2px) scale(3);
}

.grid-backimage-300 {
  min-height: 300px;
  height: 300px;
}

div.videowrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
div.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

div.mediapanel {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 640px) {
  div.mediapanel {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
div.mediapanel h4 {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  display: inline-block;
  left: 10px;
  bottom: 10px;
  position: absolute;
  padding: 10px;
  margin-right: 80px;
}
@media (max-width: 639px) {
  div.mediapanel h4 {
    margin-right: 40px;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

div.mediapanelsmaller {
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
}
@media (max-width: 640px) {
  div.mediapanelsmaller {
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(128px, 1fr));
  }
}

div.panel4up {
  grid-template-columns: repeat(4, minmax(250px, 1fr));
}

div.titlearea {
  grid-column-start: 1;
  grid-column-end: -1;
}

div.buttonline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: 1fr;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
div.buttonline a {
  padding: 10px;
  background-color: #1d1d16;
  border-radius: 10px;
  color: #738828;
  margin-right: 20px;
}
div.buttonline a.selected {
  background-color: #bbe627;
  color: #1d1d16;
}

div.horzontalscrollpanel {
  width: 100%;
  overflow-x: hidden;
}

div.topfilmstrip {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -20px;
  margin-bottom: 5px;
}

div.articlesummary {
  margin-bottom: 40px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: 128px 1fr;
  grid-template-areas: "title title" "image content";
}
@media (max-width: 639px) {
  div.articlesummary {
    grid-template-columns: 64px 1fr;
  }
}
div.articlesummary h2 {
  grid-area: title;
}
div.articlesummary div.content {
  grid-area: content;
}
div.articlesummary div.content p {
  margin-bottom: 0px;
}
div.articlesummary div.image {
  grid-area: image;
  margin-top: 4px;
}
div.articlesummary div.image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  /*-o-object-fit: contain;
  object-fit: contain;*/
}

div.articlesummarysmaller {
  grid-gap: 5px;
  grid-template-columns: 64px 1fr;
  grid-template-areas: "title title" "image content";
}

div.articlesummarycompact {
  clear: both;
  margin-bottom: 20px;
  font-family: "axia", Helvetica, Arial, sans-serif;
}
div.articlesummarycompact h2 {
  font-size: 1.25rem;
  display: inline-block;
}
div.articlesummarycompact div.content {
  margin-bottom: 0px;
  font-size: 0.85rem;
  line-height: 130%;
}
div.articlesummarycompact div.image {
  float: left;
  margin-right: 10px;
  width: 20%;
}

div.articlelist {
  clear: both;
  margin-bottom: 20px;
  font-family: "axia", Helvetica, Arial, sans-serif;
  overflow: auto;
}
div.articlelist div.imageThumb {
  float: left;
  margin-right: 10px;
  width: 72px;
  height: 72px;
  position: relative;
}
div.articlelist div.imageThumb a {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position-x: center;
}
/* flex panel */
div.flexgrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 40px;
}
div.flexgrid div {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px;
  -ms-flex-line-pack: center;
      align-content: center;
  vertical-align: central;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-content: center;
}
div.flexgrid div .logo {
  width: 120px;
}

/* share panel */
div.sharepanel {
  background-color: rgba(11, 12, 6, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 13.3333333333px;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: rgba(252, 243, 233, 0.9);
}
div.sharepanel h2 {
  color: #bbe627;
}
div.sharepanel div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 13.3333333333px;
  padding: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  vertical-align: central;
}
div.sharepanel div.buttons div {
  margin-left: 40px;
}

div.specs-panel {
  font-family: "axia", Helvetica, Arial, sans-serif;
  font-size: 1em;
}
div.specs-panel p {
  margin-bottom: 10px;
  line-height: 110%;
}

/* All Manner of cards in differnet aspect ratios */
div.omeCard {
  /* content: "";
      display: inline-block;
      width: 1px;*/
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
div.omeCard a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #1d1d16;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
div.omeCard .titleoverlay {
  position: absolute;
  left: 10px;
  top: 10px;
  color: white;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.77);
}
div.omeCard div.state {
  position: absolute;
  top: -80%;
  margin-left: auto;
  margin-right: auto;
}

div.cover a {
  background-size: cover;
}

div.a16by9 {
  padding-bottom: 56.25%;
}

div.a1by1 {
  padding-bottom: 100%;
}

div.a21by30 {
  padding-bottom: 142.8571428571%;
}

div.a235by1 {
  padding-bottom: 42.5531914894%;
}

div.a3by1 {
  padding-bottom: 33.3333333333%;
}

.lb-data .lb-caption {
  font-family: "omnes-narrow", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: white;
}

div.ome-logo-container {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 200px;
  margin-left: 20px;
  z-index: 999;
}
div.ome-logo-container a {
  /*display: flex;*/
}
div.ome-logo-container a img.ome-name {
  width: 128px;
  -webkit-filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
          filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.7));
}

div.navlinks {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 40px;
  margin-right: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.navlinks a {
  margin-right: 40px;
}

div.socialicons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  color: white;
  margin-left: 10px;
}
div.socialicons a {
  color: white;
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
  opacity: 0.25;
}
div.socialicons a:hover {
  opacity: 1;
}

.hamburglar {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#top, #bottom {
  position: absolute;
  display: block;
  height: 4px;
  width: 36px;
  border-radius: 2px;
  background: #fff;
}

#top {
  top: 19px;
  left: 14px;
}

#bottom {
  top: 41px;
  left: 14px;
}

path, line {
  stroke: #fff;
  stroke-linecap: round;
}

#top, #bottom {
  -webkit-transform-origin: 34px 2px;
          transform-origin: 34px 2px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
  transition: all 500ms cubic-bezier(0.8, -1.1, 0.5, 1.9);
}

#circle {
  stroke-dasharray: 1 100 32 300;
  stroke-dashoffset: 101;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
}

.hamburglar.is-closed #circle {
  stroke-dasharray: 1 100 190 300;
  stroke-dashoffset: 1;
}
.hamburglar.is-closed #top {
  -webkit-transform: translateX(-4.5px) rotate(-45deg);
          transform: translateX(-4.5px) rotate(-45deg);
}
.hamburglar.is-closed #bottom {
  -webkit-transform: translateX(-4.5px) rotate(45deg);
          transform: translateX(-4.5px) rotate(45deg);
}

/*

[data-aos="fr-logo-anim"] {
    -webkit-transform: scale(2,2) translateY(40px);
    transition-property: transform, background;

    &.aos-animate {
        -webkit-transform: scale(1,1) translateY(20px);
    }
}

[data-aos="fr-topnav-anim"] {
    -webkit-transform: translateY(00px);
    transition-property: transform;

    &.aos-animate {
        -webkit-transform: translateY(-20px);
    }
}*/
nav {
  background-color: transparent;
  grid-area: mainnav;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 640px) {
  nav ul.topnav {
    position: fixed;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 40px;
    margin: 0px;
    padding-top: 80px;
  }
  nav ul.topnav li {
    display: block;
    font-size: 1rel;
    text-ah: right;
    margin: 20px;
  }
  nav ul.topnav li a {
    font-size: 2em;
  }
  nav ul.topnav.opened {
    top: 0px;
  }
  nav ul.topnav.closed {
    top: -100vh;
  }
}

div#burger {
  display: none;
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 999;
}
@media (max-width: 640px) {
  div#burger {
    display: block;
  }
}

ul.topnav {
  padding-bottom: 0px;
  padding-top: 0px;
  list-style: none;
  margin-right: 40px;
  z-index: 1;
  /* align-self: flex-end;*/
}
ul.topnav li {
  display: inline-block;
  margin-left: 10px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
ul.topnav li a {
  font-family: "axia", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 10px;
  line-height: 100%;
  vertical-align: central;
  color: rgba(255, 255, 255, 0.8);
}
ul.topnav li a:hover {
  color: #738828;
  background-color: rgba(0, 0, 0, 0.7);
}
ul.topnav li a.selected {
  color: #bbe627;
  background-color: rgb(0, 0, 0);
}
ul.topnav li a.disabled {
  color: rgba(128, 128, 128, 0.8);
}
ul.subnav {
  padding-bottom: 0px;
  padding-top: 0px;
  list-style: none;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*justify-content:space-between;*/
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
ul.subnav li {
  display: inline-block;
  margin-right: 20px;
}
ul.subnav li a {
  font-family: "axia", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  padding-left: 4px;
  line-height: 100%;
  vertical-align: central;
  color: rgba(255, 255, 255, 0.8);
}
ul.subnav li a.disabled {
  color: rgba(128, 128, 128, 0.8);
}
ul.subnav li a:hover {
  color: #738828;
}
ul.subnav li a.selected {
  color: #bbe627;
}

footer {
  overflow: visible;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "axia", Helvetica, Arial, sans-serif;
  position: relative;
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: -5%;
  background-size: 15%;
}
@media (max-width: 639px) {
  footer {
    background-position-y: 5%;
  }
}
footer div.trailingline {
  font-size: 0.8rem;
  margin-top: 40px;
}
footer div.trailingline span {
  display: block;
  color: #777;
  font-size: 0.6rem;
}
footer div.panel a {
  display: block;
  margin-top: 5px;
}
footer div.panel h2 {
  margin-bottom: 10px;
  color: #aaa;
}
footer div.panel p {
  font-size: 0.7em;
}
@media (max-width: 639px) {
  footer div.breakmobile {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
footer div.contactpanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0px;
}
footer div.contactpanel * {
  margin-bottom: 20px;
}
footer div.contactpanel input {
  font-size: 0.8rem;
}
footer div.contactpanel button {
  font-size: 0.8rem;
  font-family: "axia", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

[data-aos=example-anim1] {
  -webkit-transition-property: background-position-y;
  transition-property: background-position-y;
  background-position-y: 100%;
}
[data-aos=example-anim1].aos-animate {
  background-position-y: 0%;
}

div.omeCard a.tiltreveal {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.omeCard a.tiltreveal div.revealcard {
  display: none;
  width: 100%;
  height: 100%;
}
div.omeCard a.tiltreveal div.revealcard div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.omeCard a.tiltreveal div.revealcard div * {
  text-align: right;
  margin: 0px;
}
div.omeCard a.tiltreveal:hover {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
div.omeCard a.tiltreveal:hover div.revealcard {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(11, 12, 6, 0.8);
}
div.omeCard a.tiltreveal:hover div.revealcard div {
  padding: 20px;
}
div.omeCard a.fadereveal {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.omeCard a.fadereveal div.revealcard {
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
}
div.omeCard a.fadereveal div.revealcard div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.omeCard a.fadereveal div.revealcard div * {
  text-align: left;
  margin: 0px;
}
div.omeCard a.fadereveal:hover {
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
div.omeCard a.fadereveal:hover div.revealcard {
  width: 100%;
  height: 100%;
  display: block;
  opacity: 1;
  background-color: rgba(11, 12, 6, 0.8);
}
div.omeCard a.fadereveal:hover div.revealcard div {
  padding: 20px;
}

div.titlepanelanimation h3 span, div.titlepanelanimation h2 span {
  width: 100%;
  float: left;
  /*color: $tertiary-color;*/
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 50%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 50%);
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
  -webkit-animation-name: titleAnimation;
          animation-name: titleAnimation;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
div.titlepanelanimation h3 span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
}
div.titlepanelanimation h3 span:first-child {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
div.titlepanelanimation h3 span:last-child {
  /*color: $secondary-color;*/
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
div.titlepanelanimation h2 span {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}
div.titlepanelanimation h2 span:first-child {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
div.titlepanelanimation h2 span:last-child {
  /*color: $secondary-color;*/
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
@-webkit-keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  /*80% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }

  100% {
      transform: translateY(50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
      clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
  }*/
}
@keyframes titleAnimation {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  /*80% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }

  100% {
      transform: translateY(50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
      clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
  }*/
}

/* Now we override the content grids on a per section basis */
content.production {
  background-color: rgba(252, 243, 233, 0.9);
  /*  margin-left: $gapbase;
  margin-right: $gapbase;*/
}

@media (max-width: 640px) {
  div.poster-panel {
    float: right;
  }
}

div.awardsoverlay {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 50%;
  opacity: 1;
  height: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: right;
}

img.awardsoverlay:hover {
  opacity: 1;
}

div.whatmatters {
  display: grid;
  grid-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  height: 100%;
  background-position-y: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 40px;
}
@media (min-width: 640px) {
  div.whatmatters {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 639px) {
  div.whatmatters {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
div.whatmatters img#wmlogo {
  width: 50%;
}
div.whatmatters img#wmlogosmall {
  width: 25%;
}

div.whatmatterstop {
  background-position-y: top;
  background-color: #10130e;
}

div.whatmattersintro {
  padding-right: 0px;
  color: white;
}
@media (min-width: 641px) {
  div.whatmattersintro {
    padding-right: 200px;
  }
}

div.pB400 {
  padding-bottom: 400px;
}

div.marriagenav {
  background-color: #041f18;
  color: white;
}
div.marriagenav a {
  color: white;
}

div.marriagetop {
  background-position-y: bottom;
  background-color: #10130e;
  background-size: cover;
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 639px) {
  div.marriagetop {
    height: 800px;
  }
}
div.marriagetop img.mbanner {
  position: absolute;
  vertical-align: bottom;
  width: 100%;
  bottom: 0;
  display: inline-block;
  opacity: 0.5;
}
div.marriagetop img.mlogo {
  position: absolute;
  vertical-align: bottom;
  width: 100%;
  bottom: 0;
  display: inline-block;
  opacity: 1;
}
div.marriagetop div.marriagelogo {
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  height: 700px;
}
@media (max-width: 639px) {
  div.marriagetop div.marriagelogo {
    height: 800px;
  }
}
div.marriagetop div.marriagelogo img.mlogo {
  position: absolute;
  vertical-align: bottom;
  width: 100%;
  bottom: 0;
  display: inline-block;
  opacity: 0.8;
}
div.marriagetop div.marriagelogo img.topimg {
  position: absolute;
  vertical-align: top;
  width: 60%;
  left: 20%;
  top: 2%;
  display: inline-block;
  opacity: 0.7;
}
@media (max-width: 639px) {
  div.marriagetop div.marriagelogo img.topimg {
    width: 90%;
    left: 5%;
  }
}
div.marriagetop div.marriagelogo img.madnr {
  position: absolute;
  vertical-align: middle;
  top: 15%;
  width: 40%;
  left: 30%;
  display: inline-block;
}
@media (max-width: 639px) {
  div.marriagetop div.marriagelogo img.madnr {
    width: 70%;
    left: 15%;
  }
}
div.marriagetop div.marriagelogo img.leftimg {
  position: absolute;
  vertical-align: top;
  width: 20%;
  left: 0%;
  bottom: 25%;
  display: inline-block;
  margin-top: 40px;
  margin-left: 40px;
  opacity: 0.7;
}
@media (max-width: 639px) {
  div.marriagetop div.marriagelogo img.leftimg {
    display: none;
  }
}
div.marriagetop div.marriagelogo img.rightimg {
  position: absolute;
  vertical-align: top;
  width: 20%;
  right: 0%;
  bottom: 25%;
  display: inline-block;
  margin-right: 40px;
  margin-top: 40px;
  opacity: 0.7;
}
@media (max-width: 639px) {
  div.marriagetop div.marriagelogo img.rightimg {
    display: none;
  }
}

div.marriagetop .article {
  height: 300px;
}

div.marriage {
  display: grid;
  grid-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: white;
  height: 100%;
  background-position-y: top;
  background-size: 100%;
  background-repeat: repeat-y;
  padding: 20px;
  grid-template-columns: repeat(1, minmax(200px, 1fr));
  position: relative;
  color: #082c4a;
}
div.marriage h1, div.marriage h2, div.marriage h3, div.marriage h4, div.marriage h5 {
  font-family: "loslana-niu-pro", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #082c4a;
}
@media (min-width: 641px) {
  div.marriage {
    padding: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
div.marriage div.twocolumn {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
@media (max-width: 639px) {
  div.marriage div.twocolumn {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
div.marriage div.revealcard h2, div.marriage div.titlepanel h2 {
  color: white;
  font-size: 1.5rem;
}
div.marriage div.revealcard p, div.marriage div.titlepanel p {
  color: white;
}

img.backtop {
  position: absolute;
  width: 100wv;
  /*left: -$gapbase;
  top: -$gapbase;*/
}

div.contentpanel ul {
  margin-left: 40px;
}
div.contentpanel ul li {
  margin-top: 20px;
  margin-bottom: 20px;
}/*# sourceMappingURL=site-dark-production.css.map */