/* === Reset */
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900|Open+Sans:300,400,600,700,800); 
@import url('https://fonts.googleapis.com/css2?family=Spectral&display=swap');

@font-face{
	font-family:'ermolovanormal';
	src:url('../fonts/oldstandardtt-regular.ttf') format('truetype');}


/*@font-face {
  font-family: 'Merriweather';
   src: url("../fonts/nso-regular.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }*/



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0; }

/* === Theme Elements */
body, html {
  min-height: 100vh;
  max-width: 100%;
  overflow-x: hidden; }

@media screen and (max-width: 1024px) {
  [data-col].-with-gutters > [data-flex]:not(:first-child) {
    margin-top: 10rem; }
  [data-col].-with-small-gutters > [data-flex]:not(:first-child) {
    margin-top: 4rem; } }

@media screen and (min-width: 1025px) {
  [data-col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    [data-col] > [data-flex] {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    [data-col].-with-gutters {
      width: -webkit-calc(100% + 10rem);
      width: calc(100% + 10rem);
      margin-left: -5rem; }
      [data-col].-with-gutters > [data-flex] {
        padding: 0 5rem; }
    [data-col].-with-small-gutters {
      width: -webkit-calc(100% + 4rem);
      width: calc(100% + 4rem);
      margin-left: -2rem; }
      [data-col].-with-small-gutters > [data-flex] {
        padding: 0 2rem; }
    [data-col][data-col='2'] > [data-span='1'] {
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px); }
    [data-col][data-col='2'] > [data-flex='1'] {
      width: 50%; }
    [data-col][data-col='2'] > [data-span='2'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='2'] > [data-flex='2'] {
      width: 100%; }
    [data-col][data-col='3'] > [data-span='1'] {
      width: -webkit-calc(33.33333% - 2px);
      width: calc(33.33333% - 2px); }
    [data-col][data-col='3'] > [data-flex='1'] {
      width: 33.33333%; }
    [data-col][data-col='3'] > [data-span='2'] {
      width: -webkit-calc(66.66667% - 2px);
      width: calc(66.66667% - 2px); }
    [data-col][data-col='3'] > [data-flex='2'] {
      width: 66.66667%; }
    [data-col][data-col='3'] > [data-span='3'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='3'] > [data-flex='3'] {
      width: 100%; }
    [data-col][data-col='4'] > [data-span='1'] {
      width: -webkit-calc(25% - 2px);
      width: calc(25% - 2px); }
    [data-col][data-col='4'] > [data-flex='1'] {
      width: 25%; }
    [data-col][data-col='4'] > [data-span='2'] {
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px); }
    [data-col][data-col='4'] > [data-flex='2'] {
      width: 50%; }
    [data-col][data-col='4'] > [data-span='3'] {
      width: -webkit-calc(75% - 2px);
      width: calc(75% - 2px); }
    [data-col][data-col='4'] > [data-flex='3'] {
      width: 75%; }
    [data-col][data-col='4'] > [data-span='4'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='4'] > [data-flex='4'] {
      width: 100%; }
    [data-col][data-col='5'] > [data-span='1'] {
      width: -webkit-calc(20% - 2px);
      width: calc(20% - 2px); }
    [data-col][data-col='5'] > [data-flex='1'] {
      width: 20%; }
    [data-col][data-col='5'] > [data-span='2'] {
      width: -webkit-calc(40% - 2px);
      width: calc(40% - 2px); }
    [data-col][data-col='5'] > [data-flex='2'] {
      width: 40%; }
    [data-col][data-col='5'] > [data-span='3'] {
      width: -webkit-calc(60% - 2px);
      width: calc(60% - 2px); }
    [data-col][data-col='5'] > [data-flex='3'] {
      width: 60%; }
    [data-col][data-col='5'] > [data-span='4'] {
      width: -webkit-calc(80% - 2px);
      width: calc(80% - 2px); }
    [data-col][data-col='5'] > [data-flex='4'] {
      width: 80%; }
    [data-col][data-col='5'] > [data-span='5'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='5'] > [data-flex='5'] {
      width: 100%; }
    [data-col][data-col='6'] > [data-span='1'] {
      width: -webkit-calc(16.66667% - 2px);
      width: calc(16.66667% - 2px); }
    [data-col][data-col='6'] > [data-flex='1'] {
      width: 16.66667%; }
    [data-col][data-col='6'] > [data-span='2'] {
      width: -webkit-calc(33.33333% - 2px);
      width: calc(33.33333% - 2px); }
    [data-col][data-col='6'] > [data-flex='2'] {
      width: 33.33333%; }
    [data-col][data-col='6'] > [data-span='3'] {
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px); }
    [data-col][data-col='6'] > [data-flex='3'] {
      width: 50%; }
    [data-col][data-col='6'] > [data-span='4'] {
      width: -webkit-calc(66.66667% - 2px);
      width: calc(66.66667% - 2px); }
    [data-col][data-col='6'] > [data-flex='4'] {
      width: 66.66667%; }
    [data-col][data-col='6'] > [data-span='5'] {
      width: -webkit-calc(83.33333% - 2px);
      width: calc(83.33333% - 2px); }
    [data-col][data-col='6'] > [data-flex='5'] {
      width: 83.33333%; }
    [data-col][data-col='6'] > [data-span='6'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='6'] > [data-flex='6'] {
      width: 100%; }
    [data-col][data-col='7'] > [data-span='1'] {
      width: -webkit-calc(14.28571% - 2px);
      width: calc(14.28571% - 2px); }
    [data-col][data-col='7'] > [data-flex='1'] {
      width: 14.28571%; }
    [data-col][data-col='7'] > [data-span='2'] {
      width: -webkit-calc(28.57143% - 2px);
      width: calc(28.57143% - 2px); }
    [data-col][data-col='7'] > [data-flex='2'] {
      width: 28.57143%; }
    [data-col][data-col='7'] > [data-span='3'] {
      width: -webkit-calc(42.85714% - 2px);
      width: calc(42.85714% - 2px); }
    [data-col][data-col='7'] > [data-flex='3'] {
      width: 42.85714%; }
    [data-col][data-col='7'] > [data-span='4'] {
      width: -webkit-calc(57.14286% - 2px);
      width: calc(57.14286% - 2px); }
    [data-col][data-col='7'] > [data-flex='4'] {
      width: 57.14286%; }
    [data-col][data-col='7'] > [data-span='5'] {
      width: -webkit-calc(71.42857% - 2px);
      width: calc(71.42857% - 2px); }
    [data-col][data-col='7'] > [data-flex='5'] {
      width: 71.42857%; }
    [data-col][data-col='7'] > [data-span='6'] {
      width: -webkit-calc(85.71429% - 2px);
      width: calc(85.71429% - 2px); }
    [data-col][data-col='7'] > [data-flex='6'] {
      width: 85.71429%; }
    [data-col][data-col='7'] > [data-span='7'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='7'] > [data-flex='7'] {
      width: 100%; }
    [data-col][data-col='8'] > [data-span='1'] {
      width: -webkit-calc(12.5% - 2px);
      width: calc(12.5% - 2px); }
    [data-col][data-col='8'] > [data-flex='1'] {
      width: 12.5%; }
    [data-col][data-col='8'] > [data-span='2'] {
      width: -webkit-calc(25% - 2px);
      width: calc(25% - 2px); }
    [data-col][data-col='8'] > [data-flex='2'] {
      width: 25%; }
    [data-col][data-col='8'] > [data-span='3'] {
      width: -webkit-calc(37.5% - 2px);
      width: calc(37.5% - 2px); }
    [data-col][data-col='8'] > [data-flex='3'] {
      width: 37.5%; }
    [data-col][data-col='8'] > [data-span='4'] {
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px); }
    [data-col][data-col='8'] > [data-flex='4'] {
      width: 50%; }
    [data-col][data-col='8'] > [data-span='5'] {
      width: -webkit-calc(62.5% - 2px);
      width: calc(62.5% - 2px); }
    [data-col][data-col='8'] > [data-flex='5'] {
      width: 62.5%; }
    [data-col][data-col='8'] > [data-span='6'] {
      width: -webkit-calc(75% - 2px);
      width: calc(75% - 2px); }
    [data-col][data-col='8'] > [data-flex='6'] {
      width: 75%; }
    [data-col][data-col='8'] > [data-span='7'] {
      width: -webkit-calc(87.5% - 2px);
      width: calc(87.5% - 2px); }
    [data-col][data-col='8'] > [data-flex='7'] {
      width: 87.5%; }
    [data-col][data-col='8'] > [data-span='8'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='8'] > [data-flex='8'] {
      width: 100%; }
    [data-col][data-col='9'] > [data-span='1'] {
      width: -webkit-calc(11.11111% - 2px);
      width: calc(11.11111% - 2px); }
    [data-col][data-col='9'] > [data-flex='1'] {
      width: 11.11111%; }
    [data-col][data-col='9'] > [data-span='2'] {
      width: -webkit-calc(22.22222% - 2px);
      width: calc(22.22222% - 2px); }
    [data-col][data-col='9'] > [data-flex='2'] {
      width: 22.22222%; }
    [data-col][data-col='9'] > [data-span='3'] {
      width: -webkit-calc(33.33333% - 2px);
      width: calc(33.33333% - 2px); }
    [data-col][data-col='9'] > [data-flex='3'] {
      width: 33.33333%; }
    [data-col][data-col='9'] > [data-span='4'] {
      width: -webkit-calc(44.44444% - 2px);
      width: calc(44.44444% - 2px); }
    [data-col][data-col='9'] > [data-flex='4'] {
      width: 44.44444%; }
    [data-col][data-col='9'] > [data-span='5'] {
      width: -webkit-calc(55.55556% - 2px);
      width: calc(55.55556% - 2px); }
    [data-col][data-col='9'] > [data-flex='5'] {
      width: 55.55556%; }
    [data-col][data-col='9'] > [data-span='6'] {
      width: -webkit-calc(66.66667% - 2px);
      width: calc(66.66667% - 2px); }
    [data-col][data-col='9'] > [data-flex='6'] {
      width: 66.66667%; }
    [data-col][data-col='9'] > [data-span='7'] {
      width: -webkit-calc(77.77778% - 2px);
      width: calc(77.77778% - 2px); }
    [data-col][data-col='9'] > [data-flex='7'] {
      width: 77.77778%; }
    [data-col][data-col='9'] > [data-span='8'] {
      width: -webkit-calc(88.88889% - 2px);
      width: calc(88.88889% - 2px); }
    [data-col][data-col='9'] > [data-flex='8'] {
      width: 88.88889%; }
    [data-col][data-col='9'] > [data-span='9'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='9'] > [data-flex='9'] {
      width: 100%; }
    [data-col][data-col='10'] > [data-span='1'] {
      width: -webkit-calc(10% - 2px);
      width: calc(10% - 2px); }
    [data-col][data-col='10'] > [data-flex='1'] {
      width: 10%; }
    [data-col][data-col='10'] > [data-span='2'] {
      width: -webkit-calc(20% - 2px);
      width: calc(20% - 2px); }
    [data-col][data-col='10'] > [data-flex='2'] {
      width: 20%; }
    [data-col][data-col='10'] > [data-span='3'] {
      width: -webkit-calc(30% - 2px);
      width: calc(30% - 2px); }
    [data-col][data-col='10'] > [data-flex='3'] {
      width: 30%; }
    [data-col][data-col='10'] > [data-span='4'] {
      width: -webkit-calc(40% - 2px);
      width: calc(40% - 2px); }
    [data-col][data-col='10'] > [data-flex='4'] {
      width: 40%; }
    [data-col][data-col='10'] > [data-span='5'] {
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px); }
    [data-col][data-col='10'] > [data-flex='5'] {
      width: 50%; }
    [data-col][data-col='10'] > [data-span='6'] {
      width: -webkit-calc(60% - 2px);
      width: calc(60% - 2px); }
    [data-col][data-col='10'] > [data-flex='6'] {
      width: 60%; }
    [data-col][data-col='10'] > [data-span='7'] {
      width: -webkit-calc(70% - 2px);
      width: calc(70% - 2px); }
    [data-col][data-col='10'] > [data-flex='7'] {
      width: 70%; }
    [data-col][data-col='10'] > [data-span='8'] {
      width: -webkit-calc(80% - 2px);
      width: calc(80% - 2px); }
    [data-col][data-col='10'] > [data-flex='8'] {
      width: 80%; }
    [data-col][data-col='10'] > [data-span='9'] {
      width: -webkit-calc(90% - 2px);
      width: calc(90% - 2px); }
    [data-col][data-col='10'] > [data-flex='9'] {
      width: 90%; }
    [data-col][data-col='10'] > [data-span='10'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='10'] > [data-flex='10'] {
      width: 100%; }
    [data-col][data-col='11'] > [data-span='1'] {
      width: -webkit-calc(9.09091% - 2px);
      width: calc(9.09091% - 2px); }
    [data-col][data-col='11'] > [data-flex='1'] {
      width: 9.09091%; }
    [data-col][data-col='11'] > [data-span='2'] {
      width: -webkit-calc(18.18182% - 2px);
      width: calc(18.18182% - 2px); }
    [data-col][data-col='11'] > [data-flex='2'] {
      width: 18.18182%; }
    [data-col][data-col='11'] > [data-span='3'] {
      width: -webkit-calc(27.27273% - 2px);
      width: calc(27.27273% - 2px); }
    [data-col][data-col='11'] > [data-flex='3'] {
      width: 27.27273%; }
    [data-col][data-col='11'] > [data-span='4'] {
      width: -webkit-calc(36.36364% - 2px);
      width: calc(36.36364% - 2px); }
    [data-col][data-col='11'] > [data-flex='4'] {
      width: 36.36364%; }
    [data-col][data-col='11'] > [data-span='5'] {
      width: -webkit-calc(45.45455% - 2px);
      width: calc(45.45455% - 2px); }
    [data-col][data-col='11'] > [data-flex='5'] {
      width: 45.45455%; }
    [data-col][data-col='11'] > [data-span='6'] {
      width: -webkit-calc(54.54545% - 2px);
      width: calc(54.54545% - 2px); }
    [data-col][data-col='11'] > [data-flex='6'] {
      width: 54.54545%; }
    [data-col][data-col='11'] > [data-span='7'] {
      width: -webkit-calc(63.63636% - 2px);
      width: calc(63.63636% - 2px); }
    [data-col][data-col='11'] > [data-flex='7'] {
      width: 63.63636%; }
    [data-col][data-col='11'] > [data-span='8'] {
      width: -webkit-calc(72.72727% - 2px);
      width: calc(72.72727% - 2px); }
    [data-col][data-col='11'] > [data-flex='8'] {
      width: 72.72727%; }
    [data-col][data-col='11'] > [data-span='9'] {
      width: -webkit-calc(81.81818% - 2px);
      width: calc(81.81818% - 2px); }
    [data-col][data-col='11'] > [data-flex='9'] {
      width: 81.81818%; }
    [data-col][data-col='11'] > [data-span='10'] {
      width: -webkit-calc(90.90909% - 2px);
      width: calc(90.90909% - 2px); }
    [data-col][data-col='11'] > [data-flex='10'] {
      width: 90.90909%; }
    [data-col][data-col='11'] > [data-span='11'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='11'] > [data-flex='11'] {
      width: 100%; }
    [data-col][data-col='12'] > [data-span='1'] {
      width: -webkit-calc(8.33333% - 2px);
      width: calc(8.33333% - 2px); }
    [data-col][data-col='12'] > [data-flex='1'] {
      width: 8.33333%; }
    [data-col][data-col='12'] > [data-span='2'] {
      width: -webkit-calc(16.66667% - 2px);
      width: calc(16.66667% - 2px); }
    [data-col][data-col='12'] > [data-flex='2'] {
      width: 16.66667%; }
    [data-col][data-col='12'] > [data-span='3'] {
      width: -webkit-calc(25% - 2px);
      width: calc(25% - 2px); }
    [data-col][data-col='12'] > [data-flex='3'] {
      width: 25%; }
    [data-col][data-col='12'] > [data-span='4'] {
      width: -webkit-calc(33.33333% - 2px);
      width: calc(33.33333% - 2px); }
    [data-col][data-col='12'] > [data-flex='4'] {
      width: 33.33333%; }
    [data-col][data-col='12'] > [data-span='5'] {
      width: -webkit-calc(41.66667% - 2px);
      width: calc(41.66667% - 2px); }
    [data-col][data-col='12'] > [data-flex='5'] {
      width: 41.66667%; }
    [data-col][data-col='12'] > [data-span='6'] {
      width: -webkit-calc(50% - 2px);
      width: calc(50% - 2px); }
    [data-col][data-col='12'] > [data-flex='6'] {
      width: 50%; }
    [data-col][data-col='12'] > [data-span='7'] {
      width: -webkit-calc(58.33333% - 2px);
      width: calc(58.33333% - 2px); }
    [data-col][data-col='12'] > [data-flex='7'] {
      width: 58.33333%; }
    [data-col][data-col='12'] > [data-span='8'] {
      width: -webkit-calc(66.66667% - 2px);
      width: calc(66.66667% - 2px); }
    [data-col][data-col='12'] > [data-flex='8'] {
      width: 66.66667%; }
    [data-col][data-col='12'] > [data-span='9'] {
      width: -webkit-calc(75% - 2px);
      width: calc(75% - 2px); }
    [data-col][data-col='12'] > [data-flex='9'] {
      width: 75%; }
    [data-col][data-col='12'] > [data-span='10'] {
      width: -webkit-calc(83.33333% - 2px);
      width: calc(83.33333% - 2px); }
    [data-col][data-col='12'] > [data-flex='10'] {
      width: 83.33333%; }
    [data-col][data-col='12'] > [data-span='11'] {
      width: -webkit-calc(91.66667% - 2px);
      width: calc(91.66667% - 2px); }
    [data-col][data-col='12'] > [data-flex='11'] {
      width: 91.66667%; }
    [data-col][data-col='12'] > [data-span='12'] {
      width: -webkit-calc(100% - 2px);
      width: calc(100% - 2px); }
    [data-col][data-col='12'] > [data-flex='12'] {
      width: 100%; }
    [data-col] [data-span] {
      display: inline-block;
      vertical-align: top; } }


* {
  box-sizing: border-box; }

body {
  width: 100%;
  min-height: 100vh; }

ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

img {
  width: 100%; }

a {
  color: inherit; }

@font-face {
  font-family: 'Miso';
   src: url("../fonts/BeerMoney-08po.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2");
  src: url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

body {
  text-rendering: optimizeLegibility;
  font-family: "Miso", sans-serif;
  font-weight: bold; }

h1 {
  font-family: "Spectral", serif;
  font-weight: bold;
  font-size: 40px;
  text-align: center; 
  text-transform: uppercase;}

h2 {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 28px; }

h3 {
  font-family: "Miso", sans-serif;
  font-weight: bold; }

.text.body, .body-content p, .body-content ul, .body-content ol {
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: -webkit-calc(1em + 8px);
  line-height: calc(1em + 8px); }

.form {
  margin-top: 2rem; }

input:not([hidden]):not([type='file']):not([type='checkbox']):not([type='radio']), select, textarea {
  box-shadow: 0 0 0 1px #ebebeb;
  border: 0;
  outline: 0;
  border-radius: 5px;
  background: white;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: inherit;
  text-rendering: inherit;
  -webkit-transition: all 0.3s, height 0s, width 0s;
          transition: all 0.3s, height 0s, width 0s; }
  input:not([hidden]):not([type='file']):not([type='checkbox']):not([type='radio']):focus, select:focus, textarea:focus {
    box-shadow: 0 0 0 2px rgba(89, 12, 73, 0.25); }
    .form-field:not(.-read) input:not([hidden]):not([type='file']):not([type='checkbox']):not([type='radio']):focus + .form-help, .form-field:not(.-read) select:focus + .form-help, .form-field:not(.-read) textarea:focus + .form-help {
      visibility: visible;
      opacity: 1; }
  input:not([hidden]):not([type='file']):not([type='checkbox']):not([type='radio'])[disabled], select[disabled], textarea[disabled] {
    background: #999; }
  input:not([hidden]):not([type='file']):not([type='checkbox']):not([type='radio']).-disabled, select.-disabled, textarea.-disabled {
    padding: 0;
    pointer-events: none; }

.hiddenFields + * {
  margin-top: 0 !important; }

input, select {
  height: 2.5rem;
  padding: 0 1rem;
  line-height: 2.5rem;
  font-size: 1rem; }

input[type="file"] {
  background: none;
  box-shadow: none;
  line-height: 0;
  margin-top: 1rem; }

input, textarea {
  color: rgba(51, 51, 51, 0.8); }

textarea {
  display: block;
  height: 10rem;
  padding: 1rem;
  line-height: 1.5rem;
  font-size: 1rem;
  width: 100%;
  resize: vertical; }

label.-hidden, input.-hidden {
  display: none; }

label .help-icon, input .help-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
  border-radius: 50%;
  background: #590c49;
  color: white;
  opacity: 0.5;
  font-size: 2.5rem;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
  label .help-icon:hover, input .help-icon:hover {
    opacity: 1; }

.form-help {
  position: absolute;
  top: 0;
  right: -2px;
  -webkit-transform: translateY(-100%) translateY(4rem);
      -ms-transform: translateY(-100%) translateY(4rem);
          transform: translateY(-100%) translateY(4rem);
  z-index: 10;
  padding: 5rem;
  max-width: 50%;
  border-radius: 5px;
  background: white;
  color: rgba(51, 51, 51, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 2px 7px rgba(0, 0, 0, 0.1));
  font-size: 3rem;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }
  .form-help::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 10rem;
    -webkit-transform: translateX(50%) translateY(100%);
        -ms-transform: translateX(50%) translateY(100%);
            transform: translateX(50%) translateY(100%);
    border-top: 3rem solid white;
    border-left: 2rem solid transparent;
    border-right: 2rem solid transparent; }
  @media screen and (min-width: 541px) {
    .input-group[data-col] .form-help {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .input-group[data-col] .form-help::after {
        bottom: 50%;
        right: auto;
        left: 0;
        -webkit-transform: translate(-100%, 50%);
            -ms-transform: translate(-100%, 50%);
                transform: translate(-100%, 50%);
        border-top: 2rem solid transparent;
        border-bottom: 2rem solid transparent;
        border-right: 3rem solid white; } }

select {
  width: 100%;
  padding: 0 16.5rem 0 4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../img/dropdown.svg");
  background-size: 12.5rem 12.5rem;
  background-repeat: no-repeat;
  background-position: 100% 0; }
  select::-ms-expand {
    display: none; }

.form .freeform-input-only-label, .form label:not([class='freeform-label']) {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal; }

.freeform-label {
  padding: 0;
  color: #333333;
  font-family: "Merriweather", serif;
  font-weight: 700; }
  .freeform-label.sublabel {
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-style: italic; }
  .freeform-label + input, .freeform-label + .input-group, .freeform-label + .dropdown, .freeform-label + textarea, .freeform-label + .compound-field, .freeform-label + textarea + .cke, .freeform-label + .form-note, .freeform-label + .body, .freeform-label + select, .freeform-label + .select-group, .freeform-label + .compound-group, .freeform-label + .filter-group {
    margin-top: .5rem; }
  .freeform-label .message {
    padding-bottom: 2rem;
    font-style: italic;
    text-transform: none; }
  .freeform-label h3 {
    color: #333333; }
  .freeform-label h4 {
    display: inline; }

.validation-message {
  margin-left: 3rem;
  float: right;
  color: #d83a33;
  opacity: 0;
  visibility: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s; }

.input-validate {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

fieldset {
  padding: 0;
  margin: 0;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent; }

@-moz-document url-prefix() {
  fieldset {
    display: table-cell; } }

.form-row {
  position: relative; }
  @media screen and (min-width: 1025px) {
    .form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; } }
  @media screen and (max-width: 1024px) {
    .form-row .form-field:not(:first-child) {
      margin-top: 6rem; } }
  .form-row.-no-flex {
    display: block; }
  .form-row:not(:first-child) {
    margin-top: 6rem; }
    .form-row:not(:first-child).compound-row {
      margin-top: 7.5rem; }
  .form-row[data-col] {
    width: -webkit-calc(100% + 3rem);
    width: calc(100% + 3rem);
    margin-left: -3rem; }
    .form-row[data-col] > [data-flex] {
      padding-left: 3rem; }

.date-group .form-field::after {
  display: none !important; }

.date-group .form-field.-invalid .compound-group:not(.-selected) select {
  color: inherit; }

.form-group:not(:first-child) {
  margin-top: 6rem; }

.form-section:not(:first-child) {
  margin-top: 16rem; }

.form-field, .freeform-column {
  position: relative; }
  .form-field.-required > label::before, .freeform-column.-required > label::before {
    content: ' *';
    display: inline-block;
    width: 1rem;
    margin-left: -2rem;
    margin-right: 1rem;
    color: #d83a33; }
  .form-field.-invalid::after, .form-field.-valid::after, .freeform-column.-invalid::after, .freeform-column.-valid::after {
    position: absolute;
    bottom: 6.25rem;
    right: 3rem;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
    font-size: 4rem;
    font-family: "FontAwesome", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
  .form-field.-invalid .message, .form-field.-valid .message, .freeform-column.-invalid .message, .freeform-column.-valid .message {
    display: block; }
  .form-field.-invalid.number-field:hover::after, .form-field.-invalid.number-field.-focus::after, .form-field.-valid.number-field:hover::after, .form-field.-valid.number-field.-focus::after, .freeform-column.-invalid.number-field:hover::after, .freeform-column.-invalid.number-field.-focus::after, .freeform-column.-valid.number-field:hover::after, .freeform-column.-valid.number-field.-focus::after {
    opacity: 0;
    visibility: hidden; }
  .form-field.-invalid::after, .freeform-column.-invalid::after {
    content: '\f00d';
    color: #d83a33; }
  .form-field.-invalid .validation-message, .freeform-column.-invalid .validation-message {
    opacity: 1;
    visibility: visible; }
  .form-field.-invalid input:not(:focus), .form-field.-invalid textarea:not(:focus), .form-field.-invalid select:not(:focus), .freeform-column.-invalid input:not(:focus), .freeform-column.-invalid textarea:not(:focus), .freeform-column.-invalid select:not(:focus) {
    box-shadow: 0 0 0 2px rgba(216, 58, 51, 0.33);
    color: #d83a33; }
  .form-field.-invalid .message, .freeform-column.-invalid .message {
    color: #d83a33; }
  .form-field.-valid::after, .freeform-column.-valid::after {
    content: '\f00c';
    color: #ee6e2f; }
  .form-field.-valid input:not(:focus), .form-field.-valid textarea:not(:focus), .form-field.-valid select:not(:focus), .freeform-column.-valid input:not(:focus), .freeform-column.-valid textarea:not(:focus), .freeform-column.-valid select:not(:focus) {
    box-shadow: 0 0 0 2px rgba(238, 110, 47, 0.33); }
  .form-field.-valid .message, .freeform-column.-valid .message {
    color: #ee6e2f; }
  .form-field.-show-help .form-help, .freeform-column.-show-help .form-help {
    visibility: visible;
    opacity: 1; }
  .form-field input:not([hidden]):not([type='checkbox']):not([type='radio']):not([data-flex]), .freeform-column input:not([hidden]):not([type='checkbox']):not([type='radio']):not([data-flex]) {
    display: inline-block;
    width: 100%; }
  .form-field .input-group, .freeform-column .input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .form-field .input-group.-required .label .title::after, .freeform-column .input-group.-required .label .title::after {
      content: '*';
      display: inline-block;
      margin-left: 1rem;
      color: #d83a33; }
    .form-field .input-group input:focus ~ .btn, .freeform-column .input-group input:focus ~ .btn {
      box-shadow: 0 0 0 1px #333333, 0 3px 0 0 #590c49; }
    .form-field .input-group .btn, .freeform-column .input-group .btn {
      padding: 0 5rem;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      box-shadow: 0 0 0 1px #333333; }
  .form-field .checkbox-group, .form-field .radio-group, .form-field .toggle-group, .freeform-column .checkbox-group, .freeform-column .radio-group, .freeform-column .toggle-group {
    z-index: 1; }
    .form-field .checkbox-group label, .form-field .radio-group label, .form-field .toggle-group label, .freeform-column .checkbox-group label, .freeform-column .radio-group label, .freeform-column .toggle-group label {
      position: relative;
      display: inline-block;
      height: 100%;
      cursor: pointer; }
    .form-field .checkbox-group + .checkbox-group, .form-field .radio-group + .checkbox-group, .form-field .toggle-group + .checkbox-group, .freeform-column .checkbox-group + .checkbox-group, .freeform-column .radio-group + .checkbox-group, .freeform-column .toggle-group + .checkbox-group {
      margin-top: 1px; }
  .form-field .checkbox-group, .form-field .radio-group, .freeform-column .checkbox-group, .freeform-column .radio-group {
    min-height: 9rem; }
    .form-field .checkbox-group input, .form-field .radio-group input, .freeform-column .checkbox-group input, .freeform-column .radio-group input {
      position: absolute;
      top: 0;
      left: 0;
      height: 9rem;
      width: 100%; }
      .form-field .checkbox-group input + .label, .form-field .radio-group input + .label, .freeform-column .checkbox-group input + .label, .freeform-column .radio-group input + .label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        min-height: 9rem;
        padding-left: 12.5rem;
        color: rgba(51, 51, 51, 0.8);
        font-size: 4rem;
        font-family: "Merriweather", serif;
        font-weight: 300; }
        .form-field .checkbox-group input + .label::before, .form-field .checkbox-group input + .label::after, .form-field .radio-group input + .label::before, .form-field .radio-group input + .label::after, .freeform-column .checkbox-group input + .label::before, .freeform-column .checkbox-group input + .label::after, .freeform-column .radio-group input + .label::before, .freeform-column .radio-group input + .label::after {
          left: 4.5rem;
          top: 4.5rem;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .form-field .checkbox-group input + .label::before, .form-field .radio-group input + .label::before, .freeform-column .checkbox-group input + .label::before, .freeform-column .radio-group input + .label::before {
          width: 9rem;
          height: 9rem;
          background: white;
          border-radius: 2px; }
        .form-field .checkbox-group input + .label::after, .form-field .radio-group input + .label::after, .freeform-column .checkbox-group input + .label::after, .freeform-column .radio-group input + .label::after {
          opacity: 0;
          -webkit-transition: opacity 0.15s;
                  transition: opacity 0.15s; }
        .form-field .checkbox-group input + .label .text, .form-field .radio-group input + .label .text, .freeform-column .checkbox-group input + .label .text, .freeform-column .radio-group input + .label .text {
          -webkit-transition: all 0.3s;
                  transition: all 0.3s; }
          .form-field .checkbox-group input + .label .text::before, .form-field .radio-group input + .label .text::before, .freeform-column .checkbox-group input + .label .text::before, .freeform-column .radio-group input + .label .text::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            z-index: -1;
            display: block;
            width: -webkit-calc(100% + 4rem);
            width: calc(100% + 4rem);
            height: -webkit-calc(100% + 4rem);
            height: calc(100% + 4rem);
            border: 2px dotted rgba(89, 12, 73, 0.25);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s;
                    transition: all 0.3s; }
          .form-field .checkbox-group input + .label .text span, .form-field .radio-group input + .label .text span, .freeform-column .checkbox-group input + .label .text span, .freeform-column .radio-group input + .label .text span {
            display: block; }
          .form-field .checkbox-group input + .label .text .subtitle, .form-field .radio-group input + .label .text .subtitle, .freeform-column .checkbox-group input + .label .text .subtitle, .freeform-column .radio-group input + .label .text .subtitle {
            color: rgba(51, 51, 51, 0.6);
            font-size: 3rem; }
      .form-field .checkbox-group input:checked + .label, .form-field .radio-group input:checked + .label, .freeform-column .checkbox-group input:checked + .label, .freeform-column .radio-group input:checked + .label {
        color: #590c49; }
        .form-field .checkbox-group input:checked + .label::after, .form-field .radio-group input:checked + .label::after, .freeform-column .checkbox-group input:checked + .label::after, .freeform-column .radio-group input:checked + .label::after {
          opacity: 1; }
        .form-field .checkbox-group input:checked + .label::before, .form-field .radio-group input:checked + .label::before, .freeform-column .checkbox-group input:checked + .label::before, .freeform-column .radio-group input:checked + .label::before {
          box-shadow: 0 0 0 2px rgba(89, 12, 73, 0.33); }
        .form-field .checkbox-group input:checked + .label .title, .form-field .radio-group input:checked + .label .title, .freeform-column .checkbox-group input:checked + .label .title, .freeform-column .radio-group input:checked + .label .title {
          font-family: "Merriweather", serif;
          font-weight: 700; }
        .form-field .checkbox-group input:checked + .label .subtitle, .form-field .radio-group input:checked + .label .subtitle, .freeform-column .checkbox-group input:checked + .label .subtitle, .freeform-column .radio-group input:checked + .label .subtitle {
          font-family: "Merriweather", serif;
          font-weight: 300; }
      .form-field .checkbox-group input:focus, .form-field .checkbox-group input:hover, .form-field .radio-group input:focus, .form-field .radio-group input:hover, .freeform-column .checkbox-group input:focus, .freeform-column .checkbox-group input:hover, .freeform-column .radio-group input:focus, .freeform-column .radio-group input:hover {
        cursor: pointer; }
      .form-field .checkbox-group input:focus + .label .text::before, .form-field .radio-group input:focus + .label .text::before, .freeform-column .checkbox-group input:focus + .label .text::before, .freeform-column .radio-group input:focus + .label .text::before {
        opacity: 1;
        visibility: visible; }
  .form-field .checkbox-group + .checkbox-group, .freeform-column .checkbox-group + .checkbox-group {
    margin-top: 5rem; }
  .form-field .checkbox-group.-inline input + .label, .freeform-column .checkbox-group.-inline input + .label {
    font-size: 5rem;
    font-family: "Merriweather", serif;
    font-weight: 300; }
  .form-field .checkbox-group input + .label::after, .freeform-column .checkbox-group input + .label::after {
    content: '\f00c';
    color: #590c49;
    font-family: "FontAwesome", "Arial", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7.5rem; }
  .form-field .radio-group + .radio-group, .freeform-column .radio-group + .radio-group {
    margin-top: 5rem; }
  .form-field .radio-group input + .label::after, .freeform-column .radio-group input + .label::after {
    width: 5.5rem;
    height: 5.5rem;
    background: #590c49;
    border-radius: 2px; }
  .form-field .toggle-group input, .freeform-column .toggle-group input {
    width: 11rem;
    height: 4rem; }
    .form-field .toggle-group input + .label::before, .freeform-column .toggle-group input + .label::before {
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 11rem;
      height: 4rem;
      border-radius: 2rem;
      background: white;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .form-field .toggle-group input + .label::after, .freeform-column .toggle-group input + .label::after {
      left: 0rem;
      top: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      width: 6.5rem;
      height: 6.5rem;
      border-radius: 50%;
      box-shadow: 0 0 0 1px #ADADAD, 0 3px 13px rgba(0, 0, 0, 0.25);
      background: #ebebeb;
      opacity: 1;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .form-field .toggle-group input + .label .text::before, .freeform-column .toggle-group input + .label .text::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: -1;
      display: block;
      width: -webkit-calc(100% + 4rem);
      width: calc(100% + 4rem);
      height: -webkit-calc(100% + 4rem);
      height: calc(100% + 4rem);
      border: 2px dotted rgba(89, 12, 73, 0.5);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s;
              transition: all 0.3s; }
    .form-field .toggle-group input:focus, .form-field .toggle-group input:hover, .freeform-column .toggle-group input:focus, .freeform-column .toggle-group input:hover {
      cursor: pointer; }
      .form-field .toggle-group input:focus + .label::before, .form-field .toggle-group input:hover + .label::before, .freeform-column .toggle-group input:focus + .label::before, .freeform-column .toggle-group input:hover + .label::before {
        opacity: 1; }
      .form-field .toggle-group input:focus + .label::after, .form-field .toggle-group input:hover + .label::after, .freeform-column .toggle-group input:focus + .label::after, .freeform-column .toggle-group input:hover + .label::after {
        opacity: 1;
        background: #ebebeb; }
    .form-field .toggle-group input:focus + .label .text::before, .freeform-column .toggle-group input:focus + .label .text::before {
      opacity: 1;
      visibility: visible; }
    .form-field .toggle-group input:checked + .label::after, .freeform-column .toggle-group input:checked + .label::after {
      -webkit-transform: translate3d(4.5rem, -50%, 0);
              transform: translate3d(4.5rem, -50%, 0);
      background: #590c49;
      box-shadow: 0 0 0 1px #590c49, 0 3px 13px rgba(0, 0, 0, 0.25); }
  .form-field .compound-group label, .freeform-column .compound-group label {
    color: rgba(51, 51, 51, 0.8);
    font-size: 4rem;
    font-family: "Merriweather", serif;
    font-weight: 300; }
  @media screen and (min-width: 541px) {
    .form-field .compound-group[data-col], .freeform-column .compound-group[data-col] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .form-field .compound-group[data-col] .select-group, .freeform-column .compound-group[data-col] .select-group {
        max-width: 40rem; } }
  .form-field .compound-group + .compound-group, .freeform-column .compound-group + .compound-group {
    margin-top: 5rem; }
  .form-field .compound-group.-selected .checkbox-group .text, .form-field .compound-group.-selected .radio-group .text, .freeform-column .compound-group.-selected .checkbox-group .text, .freeform-column .compound-group.-selected .radio-group .text {
    font-family: "Merriweather", serif;
    font-weight: 700; }
  .form-field .compound-group.-selected .select-group.input-group select, .freeform-column .compound-group.-selected .select-group.input-group select {
    color: #590c49;
    font-family: "Merriweather", serif;
    font-weight: 700; }
  .form-field .select-group, .freeform-column .select-group {
    position: relative; }
    .form-field .select-group::after, .freeform-column .select-group::after {
      content: '\f0dd';
      position: absolute;
      top: 50%;
      right: 4rem;
      -webkit-transform: translateY(-50%) translateY(-1rem);
          -ms-transform: translateY(-50%) translateY(-1rem);
              transform: translateY(-50%) translateY(-1rem);
      color: #590c49;
      font-family: "FontAwesome", "Arial", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 5rem;
      pointer-events: none; }
    .form-field .select-group select, .form-field .select-group input, .freeform-column .select-group select, .freeform-column .select-group input {
      background: white;
      cursor: pointer; }
    .form-field .select-group.input-group, .freeform-column .select-group.input-group {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      color: rgba(51, 51, 51, 0.5); }
      .form-field .select-group.input-group::after, .freeform-column .select-group.input-group::after {
        right: 0; }
      .form-field .select-group.input-group label, .freeform-column .select-group.input-group label {
        line-height: 9rem; }
      .form-field .select-group.input-group select, .freeform-column .select-group.input-group select {
        height: 9rem;
        padding: 0 5rem 0 0;
        width: auto;
        margin-top: 0;
        margin-left: 2rem;
        box-shadow: 0 1px #BCBBB9;
        border-radius: 0;
        line-height: 1.5;
        text-align: right; }
        .form-field .select-group.input-group select:focus, .freeform-column .select-group.input-group select:focus {
          box-shadow: 0 3px rgba(89, 12, 73, 0.33); }

  .form-field.filter .select-group::after, .freeform-column.filter .select-group::after {
    right: 0; }
  .form-field.filter .select-group select, .freeform-column.filter .select-group select {
    height: auto;
    padding: 0 7.5rem 0 0;
    box-shadow: none;
    color: #590c49;
    border-radius: 0;
    line-height: 1.5;
    font-family: "Merriweather", serif;
    font-weight: 700; }
    .form-field.filter .select-group select:focus, .freeform-column.filter .select-group select:focus {
      color: #590c49;
      box-shadow: 0 2px 0 #590c49; }

.date-field {
  position: relative; }
  .date-field .date-input::-webkit-input-placeholder {
    opacity: 0.7;
    font-style: italic; }
  .date-field .date-input:-ms-input-placeholder {
    opacity: 0.7;
    font-style: italic; }
  .date-field .date-input::placeholder {
    opacity: 0.7;
    font-style: italic; }
  .date-field .btn-date-picker {
    position: absolute;
    right: 0;
    top: 0;
    width: 12.5rem;
    height: 12.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-left: 1px solid #ebebeb;
    color: #590c49;
    text-align: center; }
    .date-field .btn-date-picker::after {
      content: '\f073';
      line-height: 12.5rem;
      font-size: 3.5rem;
      font-family: "FontAwesome", "Arial", sans-serif;
      font-weight: 400;
      font-style: normal; }
    .date-field .btn-date-picker:hover, .date-field .btn-date-picker:focus, .date-field .btn-date-picker.-active {
      background: #590c49;
      color: white; }

.submit-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .submit-group:not(:first-child) {
    margin-top: 12.5rem; }
  .submit-group > *:not(:first-child) {
    margin-left: 6rem; }


@-webkit-keyframes fireplace {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  75% {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%); } }

@keyframes fireplace {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  25% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%); }
  50% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  75% {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%); } }

@-webkit-keyframes lights {
  0%, 66.67%, 100% {
    fill: #7a1560; }
  0.01%, 33.33% {
    fill: #9e1f63; }
  33.34%, 66.66% {
    fill: #8dc63f; } }

@keyframes lights {
  0%, 66.67%, 100% {
    fill: #7a1560; }
  0.01%, 33.33% {
    fill: #9e1f63; }
  33.34%, 66.66% {
    fill: #8dc63f; } }

@-webkit-keyframes vr-arm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); } }

@keyframes vr-arm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); } }

@-webkit-keyframes vr-nod {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }

@keyframes vr-nod {
  0% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg); }
  100% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); } }

@-webkit-keyframes vr-rotate {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes vr-rotate {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@-webkit-keyframes vr-blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }

@keyframes vr-blink {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.8; } }

@-webkit-keyframes vr-back-arm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@keyframes vr-back-arm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); } }

@-webkit-keyframes tinyFlame {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  8% {
    opacity: 0.85;
    -webkit-transform: scale(0.875);
            transform: scale(0.875); }
  10% {
    opacity: 0.7;
    -webkit-transform: scale(0.825);
            transform: scale(0.825); }
  12% {
    opacity: 0.95;
    -webkit-transform: scale(0.975);
            transform: scale(0.975); }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  28% {
    opacity: 0.75;
    -webkit-transform: scale(0.775);
            transform: scale(0.775); }
  30% {
    opacity: 0.9;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  36% {
    opacity: 0.8;
    -webkit-transform: scale(0.875);
            transform: scale(0.875); }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    opacity: 0.85;
    -webkit-transform: scale(0.875);
            transform: scale(0.875); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes tinyFlame {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  8% {
    opacity: 0.85;
    -webkit-transform: scale(0.875);
            transform: scale(0.875); }
  10% {
    opacity: 0.7;
    -webkit-transform: scale(0.825);
            transform: scale(0.825); }
  12% {
    opacity: 0.95;
    -webkit-transform: scale(0.975);
            transform: scale(0.975); }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  28% {
    opacity: 0.75;
    -webkit-transform: scale(0.775);
            transform: scale(0.775); }
  30% {
    opacity: 0.9;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  36% {
    opacity: 0.8;
    -webkit-transform: scale(0.875);
            transform: scale(0.875); }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    opacity: 0.85;
    -webkit-transform: scale(0.875);
            transform: scale(0.875); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes firelight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  8% {
    opacity: 0.5;
    -webkit-transform: scale(0.9625);
            transform: scale(0.9625); }
  10% {
    opacity: 0.3;
    -webkit-transform: scale(0.9475);
            transform: scale(0.9475); }
  12% {
    opacity: 0.9;
    -webkit-transform: scale(0.9925);
            transform: scale(0.9925); }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  28% {
    opacity: 0.1;
    -webkit-transform: scale(0.9325);
            transform: scale(0.9325); }
  30% {
    opacity: 0.6;
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
  36% {
    opacity: 0.5;
    -webkit-transform: scale(0.9625);
            transform: scale(0.9625); }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    opacity: 0.5;
    -webkit-transform: scale(0.9625);
            transform: scale(0.9625); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes firelight {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  8% {
    opacity: 0.5;
    -webkit-transform: scale(0.9625);
            transform: scale(0.9625); }
  10% {
    opacity: 0.3;
    -webkit-transform: scale(0.9475);
            transform: scale(0.9475); }
  12% {
    opacity: 0.9;
    -webkit-transform: scale(0.9925);
            transform: scale(0.9925); }
  20% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  28% {
    opacity: 0.1;
    -webkit-transform: scale(0.9325);
            transform: scale(0.9325); }
  30% {
    opacity: 0.6;
    -webkit-transform: scale(0.97);
            transform: scale(0.97); }
  36% {
    opacity: 0.5;
    -webkit-transform: scale(0.9625);
            transform: scale(0.9625); }
  40% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  60% {
    opacity: 0.5;
    -webkit-transform: scale(0.9625);
            transform: scale(0.9625); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes starlight {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@keyframes starlight {
  0%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  40% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg); }
  60% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(0.35deg);
            transform: rotate(0.35deg); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  20% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); }
  40% {
    -webkit-transform: rotate(-2.5deg);
            transform: rotate(-2.5deg); }
  60% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg); }
  80% {
    -webkit-transform: rotate(0.35deg);
            transform: rotate(0.35deg); } }

@-webkit-keyframes counter-shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  35% {
    -webkit-transform: rotate(3.5deg);
            transform: rotate(3.5deg); }
  50% {
    -webkit-transform: rotate(-2.75deg);
            transform: rotate(-2.75deg); }
  68% {
    -webkit-transform: rotate(1.2deg);
            transform: rotate(1.2deg); }
  86% {
    -webkit-transform: rotate(0.35deg);
            transform: rotate(0.35deg); } }

@keyframes counter-shake {
  0%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  35% {
    -webkit-transform: rotate(3.5deg);
            transform: rotate(3.5deg); }
  50% {
    -webkit-transform: rotate(-2.75deg);
            transform: rotate(-2.75deg); }
  68% {
    -webkit-transform: rotate(1.2deg);
            transform: rotate(1.2deg); }
  86% {
    -webkit-transform: rotate(0.35deg);
            transform: rotate(0.35deg); } }

@-webkit-keyframes santa-leg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); } }

@keyframes santa-leg {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg); } }

@-webkit-keyframes elf-arm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50%, 100% {
    -webkit-transform: rotate(-2deg) translate(2px, -2px);
            transform: rotate(-2deg) translate(2px, -2px); } }

@keyframes elf-arm {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50%, 100% {
    -webkit-transform: rotate(-2deg) translate(2px, -2px);
            transform: rotate(-2deg) translate(2px, -2px); } }

@-webkit-keyframes nod {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50%, 100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@keyframes nod {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50%, 100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@-webkit-keyframes doff {
  0% {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0); }
  100% {
    -webkit-transform: translate(-40px, -40px) rotate(-30deg);
            transform: translate(-40px, -40px) rotate(-30deg); } }

@keyframes doff {
  0% {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0); }
  100% {
    -webkit-transform: translate(-40px, -40px) rotate(-30deg);
            transform: translate(-40px, -40px) rotate(-30deg); } }

@-webkit-keyframes don {
  100% {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0); }
  0% {
    -webkit-transform: translate(-40px, -40px) rotate(-30deg);
            transform: translate(-40px, -40px) rotate(-30deg); } }

@keyframes don {
  100% {
    -webkit-transform: translate(0) rotate(0);
            transform: translate(0) rotate(0); }
  0% {
    -webkit-transform: translate(-40px, -40px) rotate(-30deg);
            transform: translate(-40px, -40px) rotate(-30deg); } }

@-webkit-keyframes wiggle {
  0%, 80% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@keyframes wiggle {
  0%, 80% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg); } }

@-webkit-keyframes snow {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0); }
  25% {
    -webkit-transform: scale(1.1) translate3d(25%, 25%, 0);
            transform: scale(1.1) translate3d(25%, 25%, 0); }
  50% {
    -webkit-transform: scale(1) translate3d(50%, 50%, 0);
            transform: scale(1) translate3d(50%, 50%, 0); }
  75% {
    -webkit-transform: scale(1.1) translate3d(75%, 75%, 0);
            transform: scale(1.1) translate3d(75%, 75%, 0); }
  100% {
    -webkit-transform: scale(1) translate3d(100%, 100%, 0);
            transform: scale(1) translate3d(100%, 100%, 0); } }

@keyframes snow {
  0% {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0); }
  25% {
    -webkit-transform: scale(1.1) translate3d(25%, 25%, 0);
            transform: scale(1.1) translate3d(25%, 25%, 0); }
  50% {
    -webkit-transform: scale(1) translate3d(50%, 50%, 0);
            transform: scale(1) translate3d(50%, 50%, 0); }
  75% {
    -webkit-transform: scale(1.1) translate3d(75%, 75%, 0);
            transform: scale(1.1) translate3d(75%, 75%, 0); }
  100% {
    -webkit-transform: scale(1) translate3d(100%, 100%, 0);
            transform: scale(1) translate3d(100%, 100%, 0); } }

@-webkit-keyframes accumulate-bg {
  to {
    fill: #bbb; } }

@keyframes accumulate-bg {
  to {
    fill: #bbb; } }

@-webkit-keyframes accumulate-fg {
  to {
    fill: #ddd; } }

@keyframes accumulate-fg {
  to {
    fill: #ddd; } }

/* === Components */
.advent-calendar {
  position: relative;
  width: 100%;
  padding-bottom: 497px;
  background: -webkit-linear-gradient(top, rgba(158, 31, 99, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(158, 31, 99, 0), #ffffff);
  -webkit-transition: background 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: background 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .advent-calendar.-santa-vr {
    background: #290e35; }
    .advent-calendar.-santa-vr .santa-vr-background {
      opacity: 0.2; }
    .advent-calendar.-santa-vr .santa-vr-group .projection-group {
      opacity: 1;
      -webkit-animation: vr-blink 0.02s alternate infinite;
              animation: vr-blink 0.02s alternate infinite; }
  .advent-calendar .santa-vr-background, .advent-calendar .projection-group {
    position: relative;
    -webkit-transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transition: opacity 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .advent-calendar .santa-vr-group .projection-group {
    opacity: 0; }
  .advent-calendar a {
    color: inherit; }
  .advent-calendar > .inner {
    position: relative;
    z-index: 1;
    width: 1211px;
    margin: 0 auto;
    font-size: 0; 
    padding-bottom: 116px;}
    @media screen and (max-width: 1424px) {
      .advent-calendar > .inner {
        width: 1211px; } }
    @media screen and (max-width: 1251px) {
      .advent-calendar > .inner {
        width: 1038px; } }
    @media screen and (max-width: 1078px) {
      .advent-calendar > .inner {
        width: 865px; } }
    @media screen and (max-width: 905px) {
      .advent-calendar > .inner {
        width: 692px; } }
    @media screen and (max-width: 732px) {
      .advent-calendar > .inner {
        width: 519px; } }
    @media screen and (max-width: 580px) {
      .advent-calendar > .inner {
        width: 90vw; } }
    @media screen and (min-width: 1600px) {
      .advent-calendar > .inner {
        width: 1557px; }
        .advent-calendar > .inner .article-link:nth-child(25) {
          margin-left: 173px; } }
  .advent-calendar .calendar-nav {
    display: none; }
  .advent-calendar .articles-link {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    display: none;
    margin-top: -10px;
    color: #f79833;
    font-family: "Merriweather", serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center; }
  .advent-calendar .article-link {
    display: inline-block;
    width: 20%;
    height: 175px;
    margin: 58px 0px 0 0px;
    vertical-align: top;
    text-align: center; }

  @media screen and (max-width: 1080px) {
  	.advent-calendar .article-link {
    		width: 25%;
	}
  }	

  @media screen and (max-width: 768px) {
  	.advent-calendar .article-link {
    		width: 33.3%;
	}
  }	

  @media screen and (max-width: 540px) {
  	.advent-calendar .article-link {
    		width: 50%;
	}
  }
  @media screen and (max-width: 380px) {
  	.advent-calendar .article-link {
    		width: 100%;
	}
  }
    .advent-calendar .article-link:nth-child(12n + 1) .day-paper {
      -webkit-transform: rotate(2.67deg);
          -ms-transform: rotate(2.67deg);
              transform: rotate(2.67deg); }
    .advent-calendar .article-link:nth-child(12n + 2) .day-paper {
      -webkit-transform: rotate(3deg);
          -ms-transform: rotate(3deg);
              transform: rotate(3deg); }
    .advent-calendar .article-link:nth-child(12n + 3) .day-paper {
      -webkit-transform: rotate(-2.82deg);
          -ms-transform: rotate(-2.82deg);
              transform: rotate(-2.82deg); }
    .advent-calendar .article-link:nth-child(12n + 4) .day-paper {
      -webkit-transform: rotate(0.32deg);
          -ms-transform: rotate(0.32deg);
              transform: rotate(0.32deg); }
    .advent-calendar .article-link:nth-child(12n + 5) .day-paper {
      -webkit-transform: rotate(-2.13deg);
          -ms-transform: rotate(-2.13deg);
              transform: rotate(-2.13deg); }
    .advent-calendar .article-link:nth-child(12n + 6) .day-paper {
      -webkit-transform: rotate(2.96deg);
          -ms-transform: rotate(2.96deg);
              transform: rotate(2.96deg); }
    .advent-calendar .article-link:nth-child(12n + 7) .day-paper {
      -webkit-transform: rotate(1.36deg);
          -ms-transform: rotate(1.36deg);
              transform: rotate(1.36deg); }
    .advent-calendar .article-link:nth-child(12n + 8) .day-paper {
      -webkit-transform: rotate(-1.08deg);
          -ms-transform: rotate(-1.08deg);
              transform: rotate(-1.08deg); }
    .advent-calendar .article-link:nth-child(12n + 9) .day-paper {
      -webkit-transform: rotate(-1.77deg);
          -ms-transform: rotate(-1.77deg);
              transform: rotate(-1.77deg); }
    .advent-calendar .article-link:nth-child(12n + 10) .day-paper {
      -webkit-transform: rotate(-1.87deg);
          -ms-transform: rotate(-1.87deg);
              transform: rotate(-1.87deg); }
    .advent-calendar .article-link:nth-child(12n + 11) .day-paper {
      -webkit-transform: rotate(1.44deg);
          -ms-transform: rotate(1.44deg);
              transform: rotate(1.44deg); }
    .advent-calendar .article-link:nth-child(12n + 12) .day-paper {
      -webkit-transform: rotate(0.51deg);
          -ms-transform: rotate(0.51deg);
              transform: rotate(0.51deg); }
    .advent-calendar .article-link.-revealed:hover, .advent-calendar .article-link.-revealed:focus {
      outline: 0;
      border: 0; }
	.advent-calendar .article-link.-revealed:hover .read-article, .advent-calendar .article-link.-revealed:focus .read-article{
      z-index: 1;
	  -webkit-transition: z-index 0.5s ease;
	  	      transition: z-index 0.5s ease;
	  -webkit-transition-delay: 0.3s;
			  transition-delay: 0.3s;}
      .advent-calendar .article-link.-revealed:hover .calendar-day .day-paper-bg, .advent-calendar .article-link.-revealed:hover .calendar-day .article-info, .advent-calendar .article-link.-revealed:focus .calendar-day .day-paper-bg, .advent-calendar .article-link.-revealed:focus .calendar-day .article-info {
        -webkit-transform: rotateX(98deg) translate3d(0, 0, 0);
                transform: rotateX(98deg) translate3d(0, 0, 0); }
      .advent-calendar .article-link.-revealed:hover .calendar-day .day-paper-shadow, .advent-calendar .article-link.-revealed:focus .calendar-day .day-paper-shadow {
        -webkit-transform: rotateX(86deg);
                transform: rotateX(86deg); }
      .advent-calendar .article-link.-revealed:hover .calendar-day .article-info, .advent-calendar .article-link.-revealed:focus .calendar-day .article-info {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
        .advent-calendar .article-link.-revealed:hover .calendar-day .article-info .inner, .advent-calendar .article-link.-revealed:focus .calendar-day .article-info .inner {
          opacity: 0;
          -webkit-transition: all 0s 0.2275s;
                  transition: all 0s 0.2275s; }
    .advent-calendar .article-link.-revealed:focus .read-article {
      border: 3px solid #474972; }
    .advent-calendar .article-link.-revealed .day-outside .day-paper-bg {
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      background: #474972; }
    .advent-calendar .article-link.-revealed .day-outside .article-info .article-day {
      color: #ffffff; }
    .advent-calendar .article-link.-revealed .day-outside .article-info .article-title {
      display: block;
      color: #000000; }
    .advent-calendar .article-link.-revealed .day-inside .article-author {
      display: block; }
    .advent-calendar .article-link.-newest .calendar-day .day-outside .day-paper::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%);
      z-index: 0;
      display: block;
      width: 76px;
      height: 52px;
      margin: 0 auto;
      background-image: url("../img/holly.svg");
      background-size: 100%;
      background-repeat: no-repeat;
      background-position: center; }
    .advent-calendar .article-link.-newest .calendar-day .day-outside .day-paper-bg {
      background: #2b3990; }
    .advent-calendar .article-link.-newest .calendar-day .day-outside .article-info .article-title {
      color: white; }
    .advent-calendar .article-link.-newest .calendar-day .day-outside .article-info .article-day {
      color: #8dc63f; }
  .advent-calendar .calendar-day {
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    width: 175px;
    height: 190px;
    margin: 0 auto; }
  .advent-calendar .day-outside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .advent-calendar .day-outside .day-paper {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-perspective: 1000px;
              perspective: 1000px;
      width: 100%;
      height: 100%; }
      .advent-calendar .day-outside .day-paper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
                transform-origin: center top;
        -webkit-transform: translateY(-100%);
            -ms-transform: translateY(-100%);
                transform: translateY(-100%);
        width: 124px;
        height: 13px;
        margin: 0 auto;
        background: rgba(239, 239, 239, 0.8);
        -webkit-transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
                transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .advent-calendar .day-outside .day-paper-shadow, .advent-calendar .day-outside .day-paper-bg {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform-origin: center top;
          -ms-transform-origin: center top;
              transform-origin: center top;
      width: 100%;
      height: 100%;
      background: #beeddf;
      -webkit-transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
              transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .advent-calendar .day-outside .day-paper-shadow {
      height: 105%;
      background: rgba(0, 0, 0, 0.15); }
    .advent-calendar .day-outside .day-paper-bg {
      z-index: 2; }
      .advent-calendar .day-outside .day-paper-bg::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        -webkit-transform-origin: center top;
            -ms-transform-origin: center top;
                transform-origin: center top;
        -webkit-transform: rotateZ(0);
                transform: rotateZ(0);
        width: 124px;
        height: 13px;
        margin: 0 auto;
        background: rgba(239, 239, 239, 0.8);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
    .advent-calendar .day-outside .article-info-container {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-perspective: 1000;
              perspective: 1000;
      width: 100%;
      height: 100%; }
    .advent-calendar .day-outside .article-info {
      -webkit-transform-origin: center top;
          -ms-transform-origin: center top;
              transform-origin: center top;
      width: 100%;
      height: 100%;
      text-align: center;
      -webkit-transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
              transition: all 0.65s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .advent-calendar .day-outside .article-info .inner {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0s 0.065s;
                transition: all 0s 0.065s; }
      .advent-calendar .day-outside .article-info .article-title {
        display: none;
        height: 100%;
        padding: 14px 12px 37px 12px;
        color: white;
        font-size: 20px;
        line-height: -webkit-calc(1em - 1px);
        line-height: calc(1em - 1px); }
        .advent-calendar .day-outside .article-info .article-title.-short-title {
          font-size: 20px; }
        .advent-calendar .day-outside .article-info .article-title.-long-title {
          font-size: 20px; }
        .advent-calendar .day-outside .article-info .article-title .text {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          display: block; }
      .advent-calendar .day-outside .article-info .article-day {
        position: absolute;
        bottom: 12px;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #000000;
        font-size: 20px;
        text-transform: uppercase; }
        .advent-calendar .day-outside .article-info .article-day .text::before {
          content: '     '; }
  .advent-calendar .day-inside {
    width: 100%;
    height: 100%;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden; }
    .advent-calendar .day-inside .article-author {
      min-height: 48px;
      width: 100%;
      color: white;
      font-size: 19px;
      line-height: 19px;
      text-align: center;
<!--      text-transform: uppercase; --> }
      .advent-calendar .day-inside .article-author::before {
        content: 'by';
        display: block;
        margin-bottom: 5px;
        font-family: "Miso", sans-serif;
        font-weight: 400;
        font-size: 14px;
        text-transform: none; }
    .advent-calendar .day-inside .read-article {
      display: inline-block;
      margin: 0 auto;
      margin-top: 16px;
      border: 3px solid transparent;
	  z-index: -1;
	  -webkit-transition: z-index 0.5s ease;
	        transition: z-index 0.5s ease;
      -webkit-transition: border 0.3s 0.35s;
              transition: border 0.3s 0.35s;}
  .advent-calendar .calendar-placeholder {
    display: none; }
  @media screen and (min-width: 1600px) {
    .advent-calendar {
      padding-bottom: 630px; } }
  @media screen and (max-width: 1251px) {
    .advent-calendar {
      padding-bottom: 535px; } }
  @media screen and (max-width: 768px) {
    .advent-calendar {
      padding-bottom: 428px; } }
	    @media screen and (max-width: 540px) {
    .advent-calendar {
      padding-bottom: 240px; } }
	  
a {
  -webkit-transition: 0.3s;
          transition: 0.3s; }

button {
  border: none;
  background: transparent;
  cursor: pointer; }

.btn, button[type="submit"] {
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.2);
  font-family: "Miso", sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase; }
  .btn:hover, button[type="submit"]:hover {
    cursor: pointer; }
  .btn.btn-ocean, button[type="submit"].btn-ocean {
    color: white;
    background: #474972; }
  .btn.btn-spearmint, button[type="submit"].btn-spearmint {
    color: white;
    background: #474972; }
  .btn.btn-large, button[type="submit"].btn-large {
    padding: 12px 36px;
    border-radius: 6px;
    font-size: 20px; }

button[type="submit"] {
  background: #290e35;
  color: white; }

.card {
  position: relative; }
  .card:not(:first-child) {
    margin-top: 10px; }
  .card .card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.075;
    -webkit-transition: opacity 0.3s;
            transition: opacity 0.3s; }
  .card.card-btn .card-inner:hover, .card.card-btn .card-inner:focus {
    cursor: pointer; }
    .card.card-btn .card-inner:hover::before, .card.card-btn .card-inner:focus::before {
      opacity: 0.33; }
  .card .card-inner {
    position: relative;
    display: block;
    width: 100%;
    padding: 32px 24px;
    text-decoration: none; }
  .card .card-section {
    position: relative;
    display: inline-block;
    vertical-align: top; }
    .card .card-section.card-left {
      width: 96px;
      height: 100%; }
    .card .card-section.card-right {
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px);
      padding: 0 24px 6px 24px; }
  .card .avatar {
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    width: 96px;
    height: 96px;
    padding-bottom: 100%;
    margin-top: 10px;
    border-radius: 48px;
    overflow: hidden; }
    .card .avatar.-no-radius {
      border-radius: 0; }
    .card .avatar img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block; }
  .card .twitter-handle {
    color: #0074f2;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0; }
    .card .twitter-handle a {
      font-family: inherit;
      font-style: inherit;
      font-weight: inherit;
      text-decoration: none; }
      .card .twitter-handle a:focus, .card .twitter-handle a:hover {
        color: #2b3990; }
  .card .card-heading {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.1em; }
  .card .card-subheading {
    margin-top: 4px;
    opacity: 0.75;
    color: #414042;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 1.25em; }
  .card .card-body {
    margin-top: 10px;
    opacity: 0.75;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.5px;
    line-height: 19.6px; }
    .card .card-body p {
      margin-top: 8px; }

.content {
  width: 100%; }
  .content .page-description {
    margin-top: 36px; }

.content > .inner, .-content > .inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 210px 100px 210px; }
  @media screen and (max-width: 1200px) {
    .content > .inner, .-content > .inner {
      padding-left: 17.5%;
      padding-right: 17.5%; } }

.body-content {
  font-family: "Merriweather", serif;
  font-weight: 400; }
  .body-content p {
    position: relative;
    margin-top: 24px; }
  .body-content ul, .body-content ol {
    padding-left: 30px;
    margin-top: 24px;
    font-style: italic;
    font-size: 0.85em;
    list-style-type: circle; }
    .body-content ul li, .body-content ol li {
      margin-top: 8px; }
  .body-content ol {
    list-style-type: decimal; }
  .body-content img {
    display: block;
    margin: 0 auto;
    margin-top: 27px;
    width: auto;
    max-width: 100%;
    height: auto; }
  .body-content h1 {
    margin-top: 32px;
    margin-bottom: -9px;
    font-size: 28px;
    text-align: left; }
  .body-content h2 {
    margin-top: 32px;
    margin-bottom: -6px;
    font-size: 22px; }
  .body-content h3 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 32px; }
  .body-content h4 {
    font-family: "Merriweather", serif;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 32px; }
  .body-content h1 + h2 {
    margin-top: 18px; }
  .body-content h1 + h1 {
    margin-top: 30px; }
  .body-content em {
    font-style: italic;
    font-weight: inherit; }
  .body-content strong {
    font-weight: 700;
    font-style: inherit; }
  .body-content blockquote {
    margin-top: 24px;
    padding: 0 24px;
    border-left: 4px solid rgba(238, 110, 47, 0.35);
    color: #777;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5em; }
    .body-content blockquote p {
      font-size: inherit;
      line-height: inherit; }
      .body-content blockquote p:first-child {
        margin-top: 0; }
  .body-content table {
    margin-top: 24px;
    border: solid 1px #dddddd;
    table-layout: auto; }
    .body-content table caption {
      background: transparent;
      color: #222222;
      font-weight: bold; }
    .body-content table thead, .body-content table tfoot {
      background: rgba(238, 110, 47, 0.15); }
      .body-content table thead tr th, .body-content table thead tr td, .body-content table tfoot tr th, .body-content table tfoot tr td {
        padding: 1rem;
        font-weight: bold;
        color: #222222; }
    .body-content table tr th, .body-content table tr td {
      padding: 1rem;
      color: #222222;
      text-align: left;
      vertical-align: top; }
    .body-content table tr.even, .body-content table tr.alt, .body-content table tr:nth-of-type(even) {
      background: rgba(238, 110, 47, 0.1); }
    .body-content table thead tr th,
    .body-content table tfoot tr th,
    .body-content table tfoot tr td,
    .body-content table tbody tr th,
    .body-content table tbody tr td,
    .body-content table tr td {
      display: table-cell; }
  .body-content iframe {
    margin-top: 24px; }
  .body-content p > * {
    margin-top: 0; }
  .body-content a {
    color: #474972; }
    .body-content a:hover, .body-content a:focus {
      color: #078282; }
  .body-content .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .body-content .embed-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      margin-top: 0; }

.newsletter {
  position: relative;
  width: 100%;
  margin-top: -4px;
  background: #ffffff; }
  .newsletter > .inner {
    max-width: 1200px;
    width: 100%;
    height: 100%;
    padding: 60px 20px;
    margin: 0 auto; }
  .newsletter .signup-description {
    max-width: 420px;
    padding: 0 10px;
    margin: 0 auto;
    text-align: center; }
    .newsletter .signup-description .body.text, .newsletter .signup-description .body-content p, .body-content .newsletter .signup-description p, .newsletter .signup-description .body-content ul, .body-content .newsletter .signup-description ul, .newsletter .signup-description .body-content ol, .body-content .newsletter .signup-description ol {
      color: black;
      font-family: "Spectral", serif;
      font-weight: bold;
      font-size: 20px;
      letter-spacing: -0.5px; }
  .newsletter .signup-form {
    position: relative;
    margin: 0 auto;
    margin-top: 32px;
    text-align: center; }
    .newsletter .signup-form form {
      position: relative;
      display: inline-block;
      margin: 0 auto;
      text-align: center; }
      .newsletter .signup-form form::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
        display: block;
        width: 107px;
        height: 74px;
        width: 107px;
        background-image: url("../img/holly.svg");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat; }
    .newsletter .signup-form label {
      display: none; }
    .newsletter .signup-form input {
      display: inline-block;
      padding: 10px 24px;
      border: none;
      border-radius: 6px;
      font-family: "Miso", sans-serif;
      font-weight: bold;
      font-size: 26px; }
      .newsletter .signup-form input:nth-of-type(1) {
        width: 280px; }
      .newsletter .signup-form input:nth-of-type(2) {
        width: 330px;
        margin-left: 8px; }
    .newsletter .signup-form .btn {
      margin-left: 16px; }
    @media screen and (max-width: 840px) {
      .newsletter .signup-form form {
        width: 70vw;
        max-width: 640px; }
 /*       .newsletter .signup-form form::before {
          display: none; } */
      .newsletter .signup-form input {
        display: block;
        margin-top: 10px; }
        .newsletter .signup-form input:nth-of-type(n) {
          width: 100%;
          margin-left: 0; }
      .newsletter .signup-form .btn {
        margin-top: 20px; } }

.site-description {
  background: #7a1560; }
  .site-description .inner {
    width: 100%;
    max-width: 1200px;
    padding: 60px 20px;
    margin: 0 auto;
    text-align: center; }
  .site-description .logo-small {
    width: 145px;
    margin: 0 auto;
    margin-top: -14px;
    text-align: center; }
  .site-description .body.text, .site-description .body-content p, .body-content .site-description p, .site-description .body-content ul, .body-content .site-description ul, .site-description .body-content ol, .body-content .site-description ol {
    max-width: 660px;
    padding: 0 10px;
    margin: 0 auto;
    margin-top: 35px;
    color: white;
    font-size: 18px; }
    .site-description .body.text a, .site-description .body-content p a, .body-content .site-description p a, .site-description .body-content ul a, .body-content .site-description ul a, .site-description .body-content ol a, .body-content .site-description ol a {
      color: inherit; }
      .site-description .body.text a:hover, .site-description .body-content p a:hover, .body-content .site-description p a:hover, .site-description .body-content ul a:hover, .body-content .site-description ul a:hover, .site-description .body-content ol a:hover, .body-content .site-description ol a:hover, .site-description .body.text a:focus, .site-description .body-content p a:focus, .body-content .site-description p a:focus, .site-description .body-content ul a:focus, .body-content .site-description ul a:focus, .site-description .body-content ol a:focus, .body-content .site-description ol a:focus {
        color: white; }
  .site-description .top-link {
    display: none;
    cursor: pointer;
    text-decoration: underline; }

.footer-links {
  width: 100%;
  background: #590c49; }
  .footer-links > .inner {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center; }
  .footer-links .footer-links-item {
    display: inline-block;
    height: 100%; }
    .footer-links .footer-links-item.thirst-logo {
      width: 140px; }
    .footer-links .footer-links-item.twitter-logo {
      width: 80px; }
    .footer-links .footer-links-item.ux-mastery-logo {
      width: 130px; }
    .footer-links .footer-links-item:not(:first-child) {
      margin-left: 80px; }

    .footer-links .footer-links-item a {
      display: block;
      height: 100%; }
    .footer-links .footer-links-item img {
      vertical-align: middle; }

.site-header {
  position: relative;
  padding-top: 20px; 
  text-align: center;
  display: flex;
  flex-direction: column;}
  .site-header.header-secondary {
    padding-bottom: 32px;
    background: #7a1560; }
  .site-header .logo {
    width: 330px;
    margin: 0 auto; }
    .site-header .logo img {
      width: 100%; }
  .site-header .site-slogan {
    margin-top: 14px;
    padding: 30px 15px;
    color: white;
    font-family: "Miso", serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.5;
    text-align: center; }
  .site-header .year {
    position: relative;
    width: 610px;
    padding: 0 0;
    margin: 0 auto;
    text-align: center; }

    .site-header .year .year-svg {
      position: relative;
      width: 94px;
      height: 46px;
      margin: 0 auto; }
    .site-header .year .year-svg .year-text {
        font-size: 58px;
        font-family: "Miso", sans-serif;
        font-weight: bold;
        text-anchor: middle; }
      .site-header .year .year-svg .text {
        fill: #ffffff; }
      .site-header .year .year-svg .text-shadow {
        fill: #474972;
        stroke: #474972;
        stroke-width: 6;
        stroke-miterlimit: 10; }
  @media screen and (max-width: 876px) {
    .site-header.header-secondary {
      padding-bottom: 76px; }
      .site-header.header-secondary .logo {
        width: 200px; } }
  @media screen and (max-width: 660px) {
    .site-header.header-secondary::before, .site-header.header-secondary::after {
      display: none; }
    .site-header .year {
      width: 100%; }
      .site-header .year .year-image::before, .site-header .year .year-image::after {
        width: -webkit-calc((100vw - 100%) / 2 - 60px);
        width: calc((100vw - 100%) / 2 - 60px); } }

#prof-ticket-button-container-fffffffff921dd .pft-api--button {
	background: #474972!important; 
	color: white!important; 
	font-family: 'Miso', sans-serif!important; 
	border: none!important;
	text-transform:uppercase;
	font-weight: bolder;
    font-size: 20px;
	padding: 5px 15px;
	line-height: normal}

.site-nav {
  width: 100%;
  background: #000000; 
  display: flex;
  flex-direction: column;
  align-items: center;}
  .site-nav > .inner {
    width: 100%;
    min-height: 30px;
    padding: 10px 15px;
    margin: 0 auto;
    text-align: center; 
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 100;}
    .site-nav > .inner .nav-item {
      position: relative;
      display: inline-block;
      padding: 10px 0;
      margin: 0 15px;
      color: #ffffff;
      font-family: "Spectral", sans-serif;
      font-weight: bold;
      font-size: 20px;
      line-height: 1.75;
      text-transform: uppercase; }
      .site-nav > .inner .nav-item a {
        color: inherit;
        text-decoration: none;
        -webkit-transition: color 0.3s;
                transition: color 0.3s; }
        .site-nav > .inner .nav-item a:hover, .site-nav > .inner .nav-item a:focus {
          color: white; }
          .site-nav > .inner .nav-item a:hover svg *, .site-nav > .inner .nav-item a:focus svg * {
            fill: white; }
        .site-nav > .inner .nav-item a svg {
          position: absolute;
          top: 0;
          left: 0; }
          .site-nav > .inner .nav-item a svg * {
            fill: #474972;
            -webkit-transition: all 0.3s;
                    transition: all 0.3s; }
      .site-nav > .inner .nav-item.twitter-icon {
        width: 30px; height:30px;
        margin-top: 0px;
        vertical-align: middle; }
        .site-nav > .inner .nav-item.twitter-icon .svg-wrap {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 30px;
          height: 30px; }


body {
  background: rgba(239, 208, 180, 0.1); }

.page-home {
  position: relative;
  background: #000000; }

.page-authors .author-list {
  margin-top: 40px; }

.page-authors .author-card .card-inner::before {
  background: #9e1f63; }

.page-authors .author-card .author-title {
  margin-top: 0; }

.page-authors .author-card .author-bio a {
  color: #9e1f63; }
  .page-authors .author-card .author-bio a:hover, .page-authors .author-card .author-bio a:focus {
    color: #590c49; }

.page-authors .author-card .articles-list {
  padding-left: 1.25em;
  list-style-type: circle; }
  .page-authors .author-card .articles-list a {
    color: #9e1f63;
    font-family: "Open Sans", sans-serif;
    font-weight: 700; }
    .page-authors .author-card .articles-list a:hover, .page-authors .author-card .articles-list a:focus {
      color: #590c49; }

.page-articles .article-list {
  margin-top: 40px; }
  .page-articles .article-list .card-inner {
    min-height: 170px; }
    .page-articles .article-list .card-inner:hover .article-description::after, .page-articles .article-list .card-inner:focus .article-description::after {
      color: #2b3990;
      border-bottom-color: currentColor; }

.page-articles .article-list-section {
  margin: 20px 0; }
  .page-articles .article-list-section:nth-child(4n + 2) .card .card-inner::before {
    background: #474972; }
  .page-articles .article-list-section:nth-child(4n) .card .card-inner::before {
    background: #590c49; }

.page-articles .card {
  min-height: 166px; }

.page-articles .card-section.card-left {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  height: 105px; }

.page-articles .post-it {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(2deg);
      -ms-transform: rotate(2deg);
          transform: rotate(2deg);
  width: 100%;
  height: 100%;
  background: #fffce8;
  box-shadow: 1px 4px rgba(0, 0, 0, 0.2); }
  .page-articles .post-it::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    width: 64px;
    height: 12px;
    margin: 0 auto;
    background: rgba(239, 239, 239, 0.8); }

.page-articles .article-date {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  margin-top: 6px;
  color: #590c49;
  font-family: "Miso", sans-serif;
  font-weight: bold;
  text-align: center; }
  .page-articles .article-date .date-month {
    font-size: 31px; }
  .page-articles .article-date .date-day {
    font-size: 54px;
    line-height: 35px; }

.page-articles .author-name::before {
  content: 'By '; }

.page-articles .article-description {
  position: relative;
  max-height: 58.8px; }
  .page-articles .article-description::after {
    content: 'Read article';
    display: inline-block;
    color: #0074f2;
    border-bottom: 1px solid transparent;
    vertical-align: top;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }

.page-article .article-nav {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-52px);
      -ms-transform: translateY(-52px);
          transform: translateY(-52px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 210px; }
  .page-article .article-nav a {
    color: #f79833;
    font-family: "Miso", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
            transition: color 0.3s; }
    .page-article .article-nav a:hover, .page-article .article-nav a:focus {
      color: white;
      cursor: pointer; }
  .page-article .article-nav .article-nav-item {
    position: relative; }
    .page-article .article-nav .article-nav-item::after {
      content: ' Article'; }
    .page-article .article-nav .article-nav-item::before {
      content: '';
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      display: block;
      width: 11px;
      height: 22px;
      background-image: url("../img/nav-arrow.svg");
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .page-article .article-nav .article-nav-item.article-prev {
      float: left;
      padding-left: 30px; }
      .page-article .article-nav .article-nav-item.article-prev::before {
        left: 0; }
    .page-article .article-nav .article-nav-item.article-next {
      float: right;
      padding-right: 30px; }
      .page-article .article-nav .article-nav-item.article-next::before {
        right: 0;
        -webkit-transform: translateY(-50%) scale(-1, 1);
            -ms-transform: translateY(-50%) scale(-1, 1);
                transform: translateY(-50%) scale(-1, 1); }
    .page-article .article-nav .article-nav-item a {
      text-decoration: none; }

.page-article .article-date {
  margin-bottom: 16px;
  opacity: 0.25;
  font-size: 18px;
  font-weight: 700; }

.page-article .article-title {
  text-align: left; }

.page-article .article-author {
  margin-top: 12px; }
  .page-article .article-author::before {
    content: 'By '; }
  .page-article .article-author a {
    color: #474972;
    text-decoration: underline; }
    .page-article .article-author a:hover, .page-article .article-author a:focus {
      color: #078282; }

.page-article .social-media {
  margin-top: 20px; }

.page-article .about-author {
  width: 100%;
  background: rgba(0, 170, 117, 0.075); }
  .page-article .about-author:not(:first-child) {
    margin-top: 10px; }
  .page-article .about-author > .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 32px; }
  .page-article .about-author .card {
    padding-left: 0;
    padding-right: 0; }
  .page-article .about-author .twitter-button {
    display: inline-block;
    padding: 16px 24px;
    margin-top: 16px;
    background: #00adef;
    color: white;
    border-radius: 4px;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
            transition: all 0.3s; }
    .page-article .about-author .twitter-button:hover, .page-article .about-author .twitter-button:focus {
      background: #0088bc; }
    .page-article .about-author .twitter-button::before {
      content: '';
      display: inline-block;
      width: 18px;
      height: 18px;
      margin-right: 12px;
      background-image: url("../img/twitter-logo.svg");
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      vertical-align: middle; }
  .page-article .about-author .card-body a {
    color: #078282; }
    .page-article .about-author .card-body a:hover, .page-article .about-author .card-body a:focus {
      color: #045252; }

.page-article .article-comments {
  width: 100%;
  background: #fbfbfc; }
  .page-article .article-comments a {
    color: #00adef; }

@media screen and (max-width: 1200px) {
  .page-article .article-nav {
    padding: 0 17.5%; } }

.santa-scene {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .santa-scene > .inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1366px;
    height: 876px; }
  .santa-scene svg {
    position: absolute;
    transform-box: fill-box; }
  .santa-scene button {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .-using-mouse .santa-scene button {
      outline: 0; }
  .santa-scene .scene-group {
    position: absolute; }
  .santa-scene .svg-background {
    top: 0;
    left: 0;
    width: 1366px;
    height: 876px; }
  .santa-scene .wreath-group {
    top: 384px;
    left: 458px;
    width: 176px;
    height: 187px; }
    .santa-scene .wreath-group .svg-wreath {
      top: 0;
      left: 0;
      width: 176px;
      height: 187px; }
    .santa-scene .wreath-group .svg-bow {
      top: 106px;
      left: 33px;
      -webkit-transform-origin: center 10%;
          -ms-transform-origin: center 10%;
              transform-origin: center 10%;
      width: 110px;
      height: 82px; }
      .santa-scene .wreath-group .svg-bow .highlight {
        fill: white; }
    .santa-scene .wreath-group .highlight {
      fill: white; }
  .santa-scene .window-group {
    top: 448px;
    left: 1042px;
    width: 224px;
    height: 302px; }
    .santa-scene .window-group:not(.-snowing) * {
      -webkit-animation: none !important;
              animation: none !important; }
    .santa-scene .window-group:not(.-snowing) .snow-image {
      opacity: 0 !important; }
    .santa-scene .window-group.-snowing:not(.-finish-snowing) .hill-bg {
      fill: #bbb; }
    .santa-scene .window-group.-snowing:not(.-finish-snowing) .hill-fg {
      fill: #ddd; }
    .santa-scene .window-group.-finish-snowing .snow-image {
      opacity: 0 !important; }
    .santa-scene .window-group.-finish-snowing .hill-bg, .santa-scene .window-group.-finish-snowing .hill-fg {
      -webkit-transition: fill 2s;
              transition: fill 2s; }
    .santa-scene .window-group .svg-window .sky {
      fill: #2b3990; }
    .santa-scene .window-group .svg-window .hill-bg, .santa-scene .window-group .svg-window .hill-fg {
      -webkit-transition: fill 15s;
              transition: fill 15s; }
    .santa-scene .window-group .svg-window .hill-bg {
      fill: #078282; }
    .santa-scene .window-group .svg-window .hill-fg {
      fill: #474972; }
    .santa-scene .window-group .window-image {
      position: relative;
      width: 100%; }
    .santa-scene .window-group .snow {
      position: absolute;
      top: 4px;
      left: 15px;
      width: 196px;
      height: 250px;
      overflow: hidden; }
      .santa-scene .window-group .snow .snow-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: 100%;
        background-position: 0 0;
        -webkit-transition-property: opacity;
                transition-property: opacity; }
        .santa-scene .window-group .snow .snow-image::before, .santa-scene .window-group .snow .snow-image::after, .santa-scene .window-group .snow .snow-image .snow-image-inner {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background-size: 100%;
          background-position: 0 0; }
        .santa-scene .window-group .snow .snow-image::before {
          right: 100%;
          top: 0; }
        .santa-scene .window-group .snow .snow-image::after {
          bottom: 100%;
          left: 0; }
        .santa-scene .window-group .snow .snow-image .snow-image-inner {
          bottom: 100%;
          right: 100%; }
      .santa-scene .window-group .snow .fg {
        opacity: 0.4;
        -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s;
        -webkit-transition-duration: 1s;
                transition-duration: 1s;
        -webkit-animation: snow 4s linear infinite;
                animation: snow 4s linear infinite; }
        .santa-scene .window-group .snow .fg, .santa-scene .window-group .snow .fg::before, .santa-scene .window-group .snow .fg::after, .santa-scene .window-group .snow .fg .snow-image-inner {
          background-image: url("../img/snow-fg.svg"); }
      .santa-scene .window-group .snow .mg {
        opacity: 0.65;
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
        -webkit-transition-duration: 2s;
                transition-duration: 2s;
        -webkit-animation: snow 8s linear infinite;
                animation: snow 8s linear infinite; }
        .santa-scene .window-group .snow .mg, .santa-scene .window-group .snow .mg::before, .santa-scene .window-group .snow .mg::after, .santa-scene .window-group .snow .mg .snow-image-inner {
          background-image: url("../img/snow-mg.svg"); }
      .santa-scene .window-group .snow .bg {
        opacity: 0.9;
        -webkit-transition-delay: 0.5s;
                transition-delay: 0.5s;
        -webkit-transition-duration: 3s;
                transition-duration: 3s;
        -webkit-animation: snow 12s linear infinite;
                animation: snow 12s linear infinite; }
        .santa-scene .window-group .snow .bg, .santa-scene .window-group .snow .bg::before, .santa-scene .window-group .snow .bg::after, .santa-scene .window-group .snow .bg .snow-image-inner {
          background-image: url("../img/snow-bg.svg"); }
  .santa-scene .frame-group-large {
    left: 800px;
    top: 418px;
    width: 140px;
    height: 125px; }
  .santa-scene .frame-group-small {
    left: 710px;
    top: 433px;
    width: 74px;
    height: 74px; }
  .santa-scene .stocking-group {
    left: 666px;
    top: 522px;
    width: 83px;
    height: 107px; }
  .santa-scene .santa-vr-group {
    left: 150px;
    top: 570px;
    width: 500px;
    height: 312px; }
    .santa-scene .santa-vr-group .santa-group {
      left: 0;
      top: 0;
      width: 284px;
      height: 312px; }
    .santa-scene .santa-vr-group img {
      position: absolute; }
    .santa-scene .santa-vr-group .chair {
      top: 0;
      left: 0;
      width: 100%; }
    .santa-scene .santa-vr-group .head-group {
      left: 25px;
      top: 1px;
      -webkit-transform-origin: 10px center;
          -ms-transform-origin: 10px center;
              transform-origin: 10px center;
      width: 366px;
      height: 200px; }
    .santa-scene .santa-vr-group .head {
      top: 0;
      left: 0;
      width: 148px; }
    .santa-scene .santa-vr-group .vr-projection {
      top: 10px;
      left: 77px;
      width: 290px; }
    .santa-scene .santa-vr-group .vr-gift {
      top: 24px;
      left: 243px;
      width: 78px;
      -webkit-animation: vr-rotate 2.5s linear alternate infinite;
              animation: vr-rotate 2.5s linear alternate infinite; }
    .santa-scene .santa-vr-group .back-arm {
      left: 138px;
      top: 129px;
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      width: 81px;
      -webkit-animation: vr-back-arm 2.5s steps(24) alternate infinite;
              animation: vr-back-arm 2.5s steps(24) alternate infinite; }
    .santa-scene .santa-vr-group .back-leg {
      left: 154px;
      top: 192px;
      width: 129px; }
    .santa-scene .santa-vr-group .front-leg {
      left: 38px;
      top: 166px;
      width: 162px; }
    .santa-scene .santa-vr-group .front-arm {
      left: 22px;
      top: 109px;
      -webkit-transform-origin: 26px top;
          -ms-transform-origin: 26px top;
              transform-origin: 26px top;
      width: 150px;
      -webkit-animation: vr-arm 2.5s steps(24) alternate infinite;
              animation: vr-arm 2.5s steps(24) alternate infinite; }
  .santa-scene .elf-group {
    top: 662px;
    left: 88px;
    width: 112px;
    height: 220px; }
    .santa-scene .elf-group.-revealed .hat {
      -webkit-animation: doff 0.15s steps(16) forwards;
              animation: doff 0.15s steps(16) forwards; }
    .santa-scene .elf-group.-revealed.-don .hat {
      -webkit-animation: don 0.15s steps(16) forwards;
              animation: don 0.15s steps(16) forwards; }
    .santa-scene .elf-group img {
      position: absolute; }
    .santa-scene .elf-group .body {
      z-index: 1;
      top: 0;
      left: 0; }
    .santa-scene .elf-group .collar {
      z-index: 2;
      left: 32px;
      top: 136px;
      width: 28px; }
    .santa-scene .elf-group .head-group {
      position: absolute;
      top: 0px;
      left: 1px;
      z-index: 2;
      -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
      width: 99px;
      height: 140px;
      -webkit-animation: nod 2s steps(9) alternate infinite;
              animation: nod 2s steps(9) alternate infinite; }
    .santa-scene .elf-group .head {
      top: 0;
      left: 0;
      width: 99px; }
    .santa-scene .elf-group .ear {
      top: 52px;
      left: 21px;
      -webkit-transform-origin: 26px 56px;
          -ms-transform-origin: 26px 56px;
              transform-origin: 26px 56px;
      width: 22px;
      -webkit-animation: wiggle 2s steps(2) alternate infinite;
              animation: wiggle 2s steps(2) alternate infinite; }
    .santa-scene .elf-group .hat {
      top: 0;
      left: 13px;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      width: 51px; }
    .santa-scene .elf-group .koala {
      top: 34px;
      left: 22px;
      width: 34px; }
    .santa-scene .elf-group .arm, .santa-scene .elf-group .gift {
      -webkit-animation: elf-arm 2s steps(9) alternate infinite;
              animation: elf-arm 2s steps(9) alternate infinite; }
    .santa-scene .elf-group .gift {
      z-index: 0;
      top: 92px;
      left: 47px;
      -webkit-transform-origin: 6px 41px;
          -ms-transform-origin: 6px 41px;
              transform-origin: 6px 41px;
      width: 64px; }
    .santa-scene .elf-group .arm {
      z-index: 2;
      top: 139px;
      left: 49px;
      -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
      width: 49px; }
  .santa-scene .fireplace {
    top: 724px;
    left: 488px;
    overflow: hidden;
    width: 100px;
    height: 101px; }
    .santa-scene .fireplace .fireplace-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 400%;
      height: 100%;
      -webkit-animation: fireplace 0.35s step-end infinite;
              animation: fireplace 0.35s step-end infinite; }
    .santa-scene .fireplace img {
      width: 25%;
      height: 100%; }
  .santa-scene .flame g {
    -webkit-animation: tinyFlame 5s infinite;
            animation: tinyFlame 5s infinite; }
  .santa-scene .fire-light {
    pointer-events: none;
    -webkit-animation: firelight 5s steps(2) infinite;
            animation: firelight 5s steps(2) infinite; }
  .santa-scene .star-light {
    pointer-events: none;
    -webkit-animation: starlight 5s steps(12) infinite;
            animation: starlight 5s steps(12) infinite; }
  .santa-scene .ball {
    -webkit-animation: lights 5s infinite;
            animation: lights 5s infinite; }
    .santa-scene .ball.-color-1 {
      fill: #7a1560; }
    .santa-scene .ball.-color-2 {
      fill: #9e1f63;
      -webkit-animation-delay: -1.66667s;
              animation-delay: -1.66667s; }
    .santa-scene .ball.-color-3 {
      fill: #8dc63f;
      -webkit-animation-delay: -3.33333s;
              animation-delay: -3.33333s; }
  .santa-scene .-a-shake {
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top; }
    .santa-scene .-a-shake:hover {
      -webkit-animation: shake 0.5s steps(1);
              animation: shake 0.5s steps(1); }
      .santa-scene .-a-shake:hover .-a-counter-shake {
        -webkit-animation: counter-shake steps(1) 0.5s;
                animation: counter-shake steps(1) 0.5s; }
  .santa-scene .-no-events {
    pointer-events: none; }
  .santa-scene .-mobile {
    visibility: hidden; }
	
	.close {
		color: #474972;
		font-size: 68px;
		font-weight: bold;
		position: relative;
	}	
	
  @media screen and (min-width: 1600px) {
    .santa-scene {
      -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
              transform: scale(1.25); } }
  @media screen and (max-width: 1078px) {
    .santa-scene > .inner {
      -webkit-transform-origin: center bottom;
          -ms-transform-origin: center bottom;
              transform-origin: center bottom;
      -webkit-transform: translateX(-50%) scale(0.8);
          -ms-transform: translateX(-50%) scale(0.8);
              transform: translateX(-50%) scale(0.8); } }
  @media screen and (max-width: 768px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.55) translateX(-5%);
          -ms-transform: scale(0.55) translateX(-5%);
              transform: scale(0.55) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }
  @media screen and (max-width: 680px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.5) translateX(-5%);
          -ms-transform: scale(0.5) translateX(-5%);
              transform: scale(0.5) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }	  
  @media screen and (max-width: 596px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.45) translateX(-5%);
          -ms-transform: scale(0.45) translateX(-5%);
              transform: scale(0.45) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }
  @media screen and (max-width: 496px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.4) translateX(-5%);
          -ms-transform: scale(0.4) translateX(-5%);
              transform: scale(0.4) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }	
  @media screen and (max-width: 440px) {
	  h1 {font-size:28px;}
	  .close {font-size: 38px;}
    .santa-scene > .inner {
      -webkit-transform: scale(0.34) translateX(-5%);
          -ms-transform: scale(0.34) translateX(-5%);
              transform: scale(0.34) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }		  
  @media screen and (max-width: 420px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.3) translateX(-5%);
          -ms-transform: scale(0.3) translateX(-5%);
              transform: scale(0.3) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }
  @media screen and (max-width: 365px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.25) translateX(-5%);
          -ms-transform: scale(0.25) translateX(-5%);
              transform: scale(0.25) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }
	    @media screen and (max-width: 320px) {
    .santa-scene > .inner {
      -webkit-transform: scale(0.2) translateX(-5%);
          -ms-transform: scale(0.2) translateX(-5%);
              transform: scale(0.2) translateX(-5%);
      -webkit-transform-origin: left bottom;
          -ms-transform-origin: left bottom;
              transform-origin: left bottom;
      left: 0; } }
	  
	.modal {
		display: none;
		position: fixed;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		background-color: rgba(0,0,0,0.7);
	}

	.modal-content {
		margin: 0 auto;
		background-color: #000000;
		max-width: 80%;
		height: 100%;
		max-height: 100%;
		box-sizing: border-box;
		position: relative;
	}

	iframe {
		height: 100%;
		border: none;
	}
	
	iframe.loaded {
		width: 100%
	}
	
	.close:hover,
	.close:focus {
		color: #474972b5;
		text-decoration: none;
		cursor: pointer;
	}
