/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1;
  background-size: cover;
  background-color: #000; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a img {
  border: 0; }

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

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  outline: 0;
  vertical-align: middle; }

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0; }

select {
  background: #fff url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0 25px 0 8px;
  font-size: .875em; }

.wrapper, .full, .d1-2 {
  display: block;
  position: relative;
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto; }

.full, .d1-2 {
  border: 50px solid transparent;
  min-height: 100px; }

.full {
  width: 100%;
  border-width: 35px 50px 0; }

.d1-2 {
  width: 50%; }
  .d1-2.left {
    float: left; }
  .d1-2.right {
    float: right; }

h1 {
  font: 400 42px/44px "Helvetica Neue LT W01_65 Md", sans-serif;
  color: #FFF; }

.date {
  color: #FFF;
  font: 400 42px/44px "Helvetica Neue LT W01_35 Thin", sans-serif; }

.logo {
  border-bottom-width: 35px; }

.intro-img {
  margin-bottom: 30px;
  display: inline-block; }

.svg-text {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  .svg-text text {
    fill: none;
    stroke: rgba(255, 255, 255, 0.6);
    stroke-width: 0.02em;
    stroke-linejoin: round;
    font: 400 28.5px/28.5px "Helvetica Neue LT W01_41488878", sans-serif; }

.intro-text p {
  font: 400 30px/30px "Helvetica Neue LT W01_41488878", sans-serif;
  color: #000;
  text-shadow: #FFF 0px 0px 1px;
  /*
        text-shadow:
        -1px -1px 0 rgba(255,255,255,0.5),
        1px -1px 0 rgba(255,255,255,0.5),
        -1px 1px 0 rgba(255,255,255,0.5),
         1px 1px 0 rgba(255,255,255,0.5),
*/ }

.additional-info p {
  font: 400 20px/22px "Helvetica Neue LT W01_41488878", sans-serif;
  color: #FFF;
  margin-bottom: 30px; }

.additional-info .fb-link img {
  max-width: 25px; }

.additional-info .fb-link a {
  color: #FFF;
  text-decoration: none; }
  .additional-info .fb-link a:hover {
    text-decoration: underline; }

.additional-info .macmillan-logo img {
  max-width: 175px; }

.images {
  border-top: 0; }
  .images img {
    width: 100%;
    height: auto; }

.slider {
  padding: 0 30px;
  box-sizing: border-box;
  background: rgba(102, 102, 102, 0.5);
  margin-bottom: 40px; }
  .slider .big-image {
    position: relative; }
    .slider .big-image.slick-active img {
      opacity: 1 !important; }
  .slider img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0 !important; }

.slider-nav {
  margin: 10px -5px; }
  .slider-nav .miniature {
    width: calc((1 / 6 * 100%) - 10px);
    display: block;
    float: left;
    margin: 0 5px 5px;
    position: relative; }
    .slider-nav .miniature:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .slider-nav .miniature.mini-active:after {
      background-color: transparent; }
    .slider-nav .miniature:hover:after {
      background-color: transparent;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.slick-next {
  right: 5px; }

.slick-prev {
  left: 5px; }

@media screen and (max-width: 768px) {
  .d1-2 {
    width: 100%; }
  .slider-nav {
    display: none; } }

@media screen and (max-width: 650px) {
  .d1-2 {
    border-width: 20px; }
  .full {
    border-width: 20px 20px 0; }
  h1 {
    font-size: 32px;
    line-height: 34px; }
  .date {
    font-size: 32px;
    line-height: 34px; } }
