html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: 'AkzidenzGroteskBE-CO';
  src: url("../type/akzidgrobemd.eot");
  src: url("../type/akzidgrobemd.eot?#iefix") format('embedded-opentype'), url("../type/akzidgrobemd.woff") format('woff'), url("../type/akzidgrobemd.ttf") format('truetype'), url("../type/akzidgrobemd.svg#AkzidenzGroteskBE-CO") format('svg');
  font-weight: 500;
  font-style: normal;
}
html,
body {
  min-height: 100%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
body {
  font-family: 'AkzidenzGroteskBE-CO', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #100045;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  background-color: cWhite;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}
@media screen and (max-width: 360px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }
}
body,
body * {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  padding-bottom: 0px;
  -webkit-transition: border 0.6s ease;
  -moz-transition: border 0.6s ease;
  -ms-transition: border 0.6s ease;
  -o-transition: border 0.6s ease;
  transition: border 0.6s ease;
}
a:hover {
  border-bottom-color: #100045;
}
.tbl {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.tbl .tblCell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .tblCell.top {
  vertical-align: top;
}
.tbl .tblCell.bottom {
  vertical-align: bottom;
}
header,
footer {
  position: absolute;
  left: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 36px;
  width: 100%;
}
.narrow header,
.narrow footer {
  padding: 12px 18px;
}
header {
  top: 0px;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 2px;
}
@media screen and (max-width: 360px) {
  header {
    font-size: 26px;
    line-height: 26px;
  }
}
footer {
  bottom: 0px;
}
footer p {
  padding-bottom: 0px;
}
.narrow footer p:first-child {
  display: none;
}
footer p + p:before {
  content: '\2912';
  padding-right: 10px;
}
.narrow footer p + p:before {
  content: none;
  display: none;
}
#image {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 0px;
  line-height: 0px;
}
body:not(.isTouch) #image:hover .overlay {
  opacity: 1;
}
body.isTouch.isLandscape #image .overlay {
  opacity: 1;
}
#image img {
  width: 100%;
  height: 100%;
}
#image .caption {
  width: 0px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  right: -22px;
  bottom: 10px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.narrow #image .caption {
  display: none;
}
#image .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1400px;
  height: 540px;
  margin-left: -700px;
  margin-top: -270px;
  text-align: center;
  font-family: Times New Roman, Times, Georgia, serif;
  font-size: 124px;
  line-height: 138px;
  letter-spacing: 5px;
  color: #0000a0;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
