@charset "UTF-8";
@font-face {
  font-family: 'jandj';
  src: url("../fonts/jandj.ttf?upg17e") format("truetype"), url("../fonts/jandj.woff?upg17e") format("woff"), url("../fonts/jandj.svg?upg17e#jandj") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'jandj' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-up-bold:before {
  content: "";
}

.icon-arrow-right-bold:before {
  content: "";
}

.icon-arrow-down-bold:before {
  content: "";
}

.icon-arrow-left-bold:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-external {
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: none;
}

.icon-external:before {
  content: "";
  font-size: 14px;
}

@font-face {
  font-family: "din";
  src: url("../fonts/din1451ef_engalt_regular-webfont.ttf?upg000") format("truetype"), url("../fonts/din1451ef_engalt_regular-webfont.woff?upg000") format("woff"), url("../fonts/din1451ef_engalt_regular-webfont.svg?upg000#din") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "didot";
  src: url("../fonts/didothtfl24lightital-webfont.ttf?upg000") format("truetype"), url("../fonts/didothtfl24lightital-webfont.woff?upg000") format("woff"), url("../fonts/didothtfl24lightital-webfont.svg?upg000#didot") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "big-caslon";
  src: url("../fonts/big_caslon_medium-webfont.ttf?upg000") format("truetype"), url("../fonts/big_caslon_medium-webfont.woff?upg000") format("woff"), url("../fonts/big_caslon_medium-webfont.svg?upg000#big-caslon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0;
}

legend, td, th {
  padding: 0;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, optgroup, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre, textarea {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

/**
 * Temp
 */
#chromeperfectpixel-panel {
  right: auto !important;
  left: 0;
}

* {
  box-sizing: border-box;
}

*[tabindex] {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 2.083333333;
  color: #333;
  background-color: #fff;
  font-weight: 300;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 140%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 736px) {
  body {
    font-size: 130%;
  }
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a {
  color: #333;
  text-decoration: underline;
}

iframe {
  display: block;
}

#global-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#global-bg .wrapper {
  margin-left: -800px;
  position: absolute;
  left: 50%;
  height: 500px;
  width: 1600px;
  overflow: hidden;
  -webkit-transition: all 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 736px) {
  #global-bg .wrapper {
    margin-left: -410px;
    width: 820px;
  }
}

#global-bg .wrapper.video-wrapper {
  margin-left: 0;
  height: 100%;
  width: 100%;
  position: static;
  background-color: #000;
  background-image: none !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#global-bg .wrapper.video-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background-color: #fff;
}

@media only screen and (max-width: 736px) {
  #global-bg .wrapper.video-wrapper:before {
    content: none;
  }
}

#global-bg .wrapper.video-wrapper .video-container {
  position: relative;
  z-index: 1;
  height: 100%;
  opacity: 0;
}

@media only screen and (max-width: 736px) {
  #global-bg .wrapper.video-wrapper .video-container {
    display: none;
  }
}

#global-bg .wrapper.video-wrapper.video-ready:before {
  background-color: #000;
}

#global-bg .wrapper.video-wrapper.video-ready .video-container {
  opacity: 0.7;
}

#video-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  background-color: #fff;
  opacity: 0;
}

#video-loader .bar {
  position: absolute;
  top: 50%;
  left: 0;
  right: 100%;
  height: 1px;
  background-color: #d7d5d6;
}

#global-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 250;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.overlay-active #global-overlay {
  opacity: 0.6;
  visibility: visible;
  -webkit-transition: opacity 1.2s 0s ease-out;
  transition: opacity 1.2s 0s ease-out;
}

#global-wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 251;
  max-width: 1600px;
  overflow-x: hidden;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #header {
    /*position: fixed;*/
  }
}

#header:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
  opacity: 0.15;
}

@media only screen and (max-width: 1000px) {
  #header:after {
    content: none;
  }
}

.ignore-bg #header:after {
  background-color: #ebebeb;
  opacity: 1;
}

@media only screen and (max-width: 1000px) {
  html.header-invert #header:after {
    background-color: #ebebeb;
    opacity: 1;
  }
}

#header-logo {
  float: left;
}

@media only screen and (max-width: 1000px) {
  #header-logo {
    position: relative;
    z-index: 1;
  }
}

#header-logo img {
  margin-right: 17px;
  width: 68px;
}

@media only screen and (max-width: 1000px) {
  #header-logo img {
    margin-right: 8px;
    width: 55px;
  }
}

#header-logo h1, #header-logo a {
  margin: 0;
  padding-top: 8px;
  padding-left: 29px;
  display: inline-block;
  line-height: 68px;
  color: #fff;
  font-weight: normal;
  font-family: "big-caslon", sans-serif;
  font-size: 20.77px;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  #header-logo h1, #header-logo a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 13px;
    line-height: 55px;
    font-size: 15.6px;
  }
}

#header-logo h1 span.and, #header-logo a span.and {
  margin-right: 1px;
  margin-left: 1px;
  font-size: 16.77px;
}

@media only screen and (max-width: 1000px) {
  #header-logo h1 span.and, #header-logo a span.and {
    font-size: 13px;
    margin-right: 0;
    margin-left: 0;
  }
}

#header-logo h1 span.sp, #header-logo a span.sp {
  margin-right: -6px;
}

@media only screen and (max-width: 1000px) {
  #header-logo h1 span.sp, #header-logo a span.sp {
    margin-right: -4px;
  }
}

.ignore-bg #header-logo h1, .ignore-bg #header-logo a {
  color: #333;
}

@media only screen and (max-width: 1000px) {
  html.header-invert #header-logo h1, html.header-invert #header-logo a {
    color: #333;
  }
  html.header-nav-active.header-invert #header-logo h1, html.header-nav-active.header-invert #header-logo a,
  html.header-nav-active .ignore-bg #header-logo h1,
  html.header-nav-active .ignore-bg #header-logo a {
    color: #fff;
  }
}

#header-nav:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 1000px) {
  #header-nav {
    padding-top: 0;
    position: fixed;
    top: 0;
    bottom: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: #0d0d0d;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #header-nav .inner {
    border-top: 0.99px solid #191919;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 1000px) {
  html.header-nav-active #header-nav {
    padding-top: 63px;
    bottom: 0;
  }
}

#header-primary-nav {
  float: right;
  width: 100%;
  max-width: 590px;
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav {
    float: none;
    width: 100%;
    max-width: none;
  }
}

#header-primary-nav > ul {
  margin: 0 0 0 auto;
  padding: 0;
  display: table;
  height: 83px;
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav > ul {
    margin: 0;
    display: block;
    height: auto;
  }
}

#header-primary-nav > ul > li {
  border-left: 0.99px solid rgba(255, 255, 255, 0.15);
  display: table-cell;
  width: 10.754716981%;
  vertical-align: middle;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav > ul > li {
    border-bottom: 0.99px solid #191919;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
  }
}

#header-primary-nav > ul > li > a, #header-primary-nav > ul > li > span {
  padding: 1.35em 0 1.4em;
  display: block;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav > ul > li > a, #header-primary-nav > ul > li > span {
    padding: 1em 1.6em;
    font-weight: normal;
  }
}

#header-primary-nav > ul > li > a:after, #header-primary-nav > ul > li > span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #fff;
  opacity: 0;
  -webkit-animation: globalNavHoverAnimationLeave 0.4s ease-out 0s 1 alternate both;
          animation: globalNavHoverAnimationLeave 0.4s ease-out 0s 1 alternate both;
}

#header-primary-nav > ul > li > a span, #header-primary-nav > ul > li > span span {
  display: block;
  white-space: nowrap;
}

#header-primary-nav > ul > li > a span.en, #header-primary-nav > ul > li > span span.en {
  font-size: 71.428571429%;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav > ul > li > a span.en, #header-primary-nav > ul > li > span span.en {
    display: none;
    font-size: 76.923076923%;
  }
}

#header-primary-nav > ul > li > a span.ja, #header-primary-nav > ul > li > span span.ja {
  font-size: 85.714285714%;
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav > ul > li > a span.ja, #header-primary-nav > ul > li > span span.ja {
    font-size: 92.307692308%;
  }
}

#header-primary-nav > ul > li > a:hover:after, #header-primary-nav > ul > li > span:hover:after {
  -webkit-animation-name: globalNavHoverAnimationEnter;
          animation-name: globalNavHoverAnimationEnter;
}

#header-primary-nav .children {
  position: absolute;
  top: 83px;
  right: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), right 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), right 0s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 1000px) {
  #header-primary-nav .children {
    display: none !important;
  }
}

#header-primary-nav .children .container {
  display: table;
  table-layout: fixed;
  width: 100%;
}

#header-primary-nav .children .category-name {
  border-right: 0.99px solid #eaeaea;
  display: table-cell;
  width: 20%;
  vertical-align: middle;
  text-align: center;
}

#header-primary-nav .children .category-name .wrapper {
  position: relative;
}

#header-primary-nav .children .category-name .inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

#header-primary-nav .children .category-name span {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 25px;
  color: #333;
}

#header-primary-nav .children .category-name span.en {
  bottom: 5px;
  font-family: "din", sans-serif;
  font-size: 178.571428571%;
  text-indent: 6.3px;
  letter-spacing: 6.3px;
}

#header-primary-nav .children .category-name span.ja {
  top: 5px;
  font-weight: bold;
  font-size: 85.714285714%;
}

#header-primary-nav .children ul {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 80%;
  list-style: none;
}

#header-primary-nav .children ul li {
  position: relative;
  float: left;
  width: 25%;
  text-align: left;
}

#header-primary-nav .children ul li a {
  display: block;
  width: 100%;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

#header-primary-nav .children ul li a .image {
  padding-top: 100%;
  width: 100%;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  background-color: #000;
}

#header-primary-nav .children ul li a .image img {
  margin: auto;
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  width: auto;
  height: auto;
  min-width: 100%;
  opacity: 0.7;
}

#header-primary-nav .children ul li a .caption {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}

#header-primary-nav .children ul li a .caption span {
  position: absolute;
  left: 0;
  right: 0;
  color: #fff;
}

#header-primary-nav .children ul li a .caption span.en {
  bottom: 0;
  font-family: "din", sans-serif;
  font-weight: normal;
  font-size: 107.142857143%;
  letter-spacing: 1.2px;
}

#header-primary-nav .children ul li a .caption span.ja {
  top: 0;
}

#header-primary-nav > ul > li.active {
  background-color: #fff;
}

#header-primary-nav > ul > li.active > a, #header-primary-nav > ul > li.active > span {
  color: #333;
}

#header-primary-nav > ul > li.active .children {
  right: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1), right 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1), right 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents #header-primary-nav .children ul li a .image img {
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.no-touchevents #header-primary-nav .children ul li a:hover .image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.ignore-bg #header-primary-nav > ul > li {
  border-left-color: #ebebeb;
}

.ignore-bg #header-primary-nav > ul > li > a, .ignore-bg #header-primary-nav > ul > li > span {
  color: #333;
}

@media only screen and (max-width: 1000px) {
  html.header-invert #header-primary-nav > ul > li {
    border-left-color: #ebebeb;
  }
  html.header-invert #header-primary-nav > ul > li > a, html.header-invert #header-primary-nav > ul > li > span {
    color: #333;
  }
  html.header-nav-active.header-invert #header-primary-nav > ul > li,
  html.header-nav-active .ignore-bg #header-primary-nav > ul > li {
    border-left: 0;
  }
  html.header-nav-active.header-invert #header-primary-nav > ul > li > a, html.header-nav-active.header-invert #header-primary-nav > ul > li > span,
  html.header-nav-active .ignore-bg #header-primary-nav > ul > li > a,
  html.header-nav-active .ignore-bg #header-primary-nav > ul > li > span {
    color: #fff;
  }
}

#header-secondary-nav {
  float: right;
  height: 83px;
}

@media only screen and (max-width: 1000px) {
  #header-secondary-nav {
    float: none;
    width: 100%;
    height: auto;
  }
}

#header-secondary-nav a {
  padding: 2.8em 2.8em 0;
  display: block;
  position: relative;
  z-index: 1;
  height: 84px;
  color: #fff;
  font-weight: 900;
  font-size: 78.571428571%;
  background-color: #98181d;
  text-align: center;
  text-decoration: none;
}

#header-secondary-nav a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: #fff;
  opacity: 0;
  -webkit-animation: globalNavHoverAnimationLeave 0.4s ease-out 0s 1 alternate both;
          animation: globalNavHoverAnimationLeave 0.4s ease-out 0s 1 alternate both;
}

#header-secondary-nav a:hover:after {
  -webkit-animation-name: globalNavHoverAnimationEnter;
          animation-name: globalNavHoverAnimationEnter;
}

@media only screen and (max-width: 1000px) {
  #header-secondary-nav a {
    padding: 1em 1.6em;
    border-bottom: 0.99px solid #191919;
    height: auto;
    background: none;
    font-weight: normal;
    font-size: 92.307692308%;
    text-align: left;
  }
}

@-webkit-keyframes globalNavHoverAnimationEnter {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.15;
  }
}

@keyframes globalNavHoverAnimationEnter {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.15;
  }
}

@-webkit-keyframes globalNavHoverAnimationLeave {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}

@keyframes globalNavHoverAnimationLeave {
  0% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}

#header-nav-handle {
  display: none;
  position: absolute;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
}

@media only screen and (max-width: 1000px) {
  #header-nav-handle {
    display: block;
  }
}

#header-nav-handle span {
  position: absolute;
  left: 9px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

#header-nav-handle span:nth-child(1) {
  top: 12px;
}

#header-nav-handle span:nth-child(2) {
  top: 20px;
}

#header-nav-handle span:nth-child(3) {
  top: 27px;
}

.ignore-bg #header-nav-handle span {
  background-color: #333;
}

@media only screen and (max-width: 1000px) {
  html.header-invert #header-nav-handle span {
    background-color: #333;
  }
  html.header-nav-active #header-nav-handle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotateZ(135deg);
            transform: rotateZ(135deg);
  }
  html.header-nav-active #header-nav-handle span:nth-child(2) {
    opacity: 0;
  }
  html.header-nav-active #header-nav-handle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotateZ(-135deg);
            transform: rotateZ(-135deg);
  }
  html.cssanimations #header-nav-handle span {
    -webkit-transition: none;
    transition: none;
  }
  html.cssanimations #header-nav-handle span:nth-child(1) {
    -webkit-animation: headerNavHandleTopAnimationReverse 0.5s ease-in-out 0s 1 alternate both;
            animation: headerNavHandleTopAnimationReverse 0.5s ease-in-out 0s 1 alternate both;
  }
  html.cssanimations #header-nav-handle span:nth-child(2) {
    -webkit-animation: headerNavHandleMiddleAnimationReverse 0.5s ease-in-out 0s 1 alternate both;
            animation: headerNavHandleMiddleAnimationReverse 0.5s ease-in-out 0s 1 alternate both;
  }
  html.cssanimations #header-nav-handle span:nth-child(3) {
    -webkit-animation: headerNavHandleBottomAnimationReverse 0.5s ease-in-out 0s 1 alternate both;
            animation: headerNavHandleBottomAnimationReverse 0.5s ease-in-out 0s 1 alternate both;
  }
  html.cssanimations.header-nav-active #header-nav-handle span:nth-child(1) {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-name: headerNavHandleTopAnimationForwards;
            animation-name: headerNavHandleTopAnimationForwards;
  }
  html.cssanimations.header-nav-active #header-nav-handle span:nth-child(2) {
    opacity: 1;
    -webkit-animation-name: headerNavHandleMiddleAnimationForwards;
            animation-name: headerNavHandleMiddleAnimationForwards;
  }
  html.cssanimations.header-nav-active #header-nav-handle span:nth-child(3) {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-name: headerNavHandleBottomAnimationForwards;
            animation-name: headerNavHandleBottomAnimationForwards;
  }
  html.header-nav-active.header-invert #header-nav-handle span,
  html.header-nav-active .ignore-bg #header-nav-handle span {
    background-color: #fff;
  }
}

@-webkit-keyframes headerNavHandleTopAnimationForwards {
  0% {
    top: 12px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(135deg);
            transform: scale(0) rotateZ(135deg);
  }
  100% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(135deg);
            transform: scale(1) rotateZ(135deg);
  }
}

@keyframes headerNavHandleTopAnimationForwards {
  0% {
    top: 12px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(135deg);
            transform: scale(0) rotateZ(135deg);
  }
  100% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(135deg);
            transform: scale(1) rotateZ(135deg);
  }
}

@-webkit-keyframes headerNavHandleTopAnimationReverse {
  0% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(135deg);
            transform: scale(1) rotateZ(135deg);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(135deg);
            transform: scale(0) rotateZ(135deg);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    top: 12px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes headerNavHandleTopAnimationReverse {
  0% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(135deg);
            transform: scale(1) rotateZ(135deg);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(135deg);
            transform: scale(0) rotateZ(135deg);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    top: 12px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes headerNavHandleMiddleAnimationForwards {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes headerNavHandleMiddleAnimationForwards {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes headerNavHandleMiddleAnimationReverse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes headerNavHandleMiddleAnimationReverse {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  20% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes headerNavHandleBottomAnimationForwards {
  0% {
    top: 27px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(-135deg);
            transform: scale(0) rotateZ(-135deg);
  }
  100% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(-135deg);
            transform: scale(1) rotateZ(-135deg);
  }
}

@keyframes headerNavHandleBottomAnimationForwards {
  0% {
    top: 27px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(-135deg);
            transform: scale(0) rotateZ(-135deg);
  }
  100% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(-135deg);
            transform: scale(1) rotateZ(-135deg);
  }
}

@-webkit-keyframes headerNavHandleBottomAnimationReverse {
  0% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(-135deg);
            transform: scale(1) rotateZ(-135deg);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(-135deg);
            transform: scale(0) rotateZ(-135deg);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    top: 27px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes headerNavHandleBottomAnimationReverse {
  0% {
    top: 20px;
    -webkit-transform: scale(1) rotateZ(-135deg);
            transform: scale(1) rotateZ(-135deg);
  }
  20% {
    top: 20px;
    -webkit-transform: scale(0) rotateZ(-135deg);
            transform: scale(0) rotateZ(-135deg);
  }
  21% {
    top: 20px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    top: 27px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

#footer {
  padding: 22px 0 0;
  position: relative;
  background-color: #fff;
}

@media only screen and (max-width: 736px) {
  #footer {
    padding-top: 17px;
  }
  #footer .page-wrapper {
    padding-bottom: 44px;
  }
}

#footer a {
  text-decoration: none;
}

#footer ul {
  padding: 0;
  list-style: none;
  font-size: 85.714285714%;
}

#footer-logo {
  float: left;
  width: 24%;
}

@media only screen and (max-width: 736px) {
  #footer-logo {
    padding-top: 9px;
    padding-bottom: 9px;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    float: none;
    width: auto;
    text-align: center;
  }
}

#footer-logo img {
  margin-right: 17px;
  width: 69px;
}

@media only screen and (max-width: 736px) {
  #footer-logo img {
    margin: auto;
    width: 68px;
    display: block;
  }
}

#footer-logo a {
  margin: 0;
  margin-left: -3px;
  display: inline-block;
  line-height: 68px;
  font-weight: normal;
  font-family: "big-caslon", sans-serif;
  font-size: 20.77px;
}

@media only screen and (max-width: 736px) {
  #footer-logo a {
    padding-left: 5px;
    line-height: 1.8;
    font-size: 14px;
  }
}

#footer-logo a span.and {
  margin-right: 1px;
  margin-left: 1px;
  font-size: 16.77px;
}

@media only screen and (max-width: 736px) {
  #footer-logo a span.and {
    font-size: 13px;
    margin-right: 0;
    margin-left: 0;
  }
}

#footer-logo a span.sp {
  margin-right: -6px;
}

@media only screen and (max-width: 736px) {
  #footer-logo a span.sp {
    margin-right: -4px;
  }
}

#footer-primary-nav {
  margin-top: -1.1em;
  float: left;
}

@media only screen and (max-width: 736px) {
  #footer-primary-nav {
    margin-top: 0;
    margin-bottom: 75px;
    float: none;
  }
}

#footer-primary-nav ul {
  display: table;
  width: 25.6em;
}

#footer-primary-nav ul:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 736px) {
  #footer-primary-nav ul {
    margin: 0 0 1em;
    display: block;
    width: auto;
  }
}

#footer-primary-nav ul li {
  margin: 0.22em 0;
  float: left;
  width: 50%;
}

#footer-secondary-nav {
  margin-top: -0.6em;
  display: table;
  float: right;
}

@media only screen and (max-width: 736px) {
  #footer-secondary-nav {
    display: block;
    position: absolute;
    bottom: 0;
    right: 27px;
    height: 44px;
  }
}

#footer-secondary-nav ul {
  display: table-cell;
  vertical-align: middle;
  min-width: 9em;
}

@media only screen and (max-width: 736px) {
  #footer-secondary-nav ul {
    margin: 0;
    display: block;
  }
}

#footer-secondary-nav .sns {
  padding-top: 0.45em;
}

@media only screen and (max-width: 736px) {
  #footer-secondary-nav .sns {
    display: none;
  }
}

#footer-secondary-nav .sns li {
  margin: 0.45em 0;
}

#footer-secondary-nav .sns .icon {
  margin-left: 0.5em;
  position: relative;
  top: 1px;
}

#footer-secondary-nav .official {
  padding-top: 10px;
  margin-right: -4em;
  min-width: 0;
}

@media only screen and (max-width: 736px) {
  #footer-secondary-nav .official {
    margin-right: -5.5em;
    padding-top: 2.2em;
    -webkit-transform: scale(0.290909091);
            transform: scale(0.290909091);
  }
}

#footer-secondary-nav .official li {
  margin-left: 2.4em;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 736px) {
  #footer-secondary-nav .official li {
    margin-left: 2.5em;
    display: block;
    float: left;
  }
}

#footer-secondary-nav .official li a, #footer-secondary-nav .official li span {
  display: block;
}

#footer-secondary-nav .official li:first-child {
  padding-top: 0.4em;
}

@media only screen and (max-width: 736px) {
  #footer-secondary-nav .official li:first-child {
    padding-top: 0.25em;
  }
}

#footer-copyright {
  margin-top: 90px;
  padding: 1.5em 0 6em;
  display: block;
  color: #fff;
  background: #333;
  font-size: 85.714285714%;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  #footer-copyright {
    margin-top: 0;
    padding-top: 1em;
    padding-bottom: 2.5em;
    clear: both;
    font-size: 76.923076923%;
  }
}

#main-header {
  padding-top: 500px;
  position: relative;
}

@media only screen and (max-width: 736px) {
  #main-header {
    padding-top: 252px;
  }
}

#main-header .content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
}

#main-header .content .category {
  margin: 0 0 0.55em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 1.333333333;
  font-family: "din", sans-serif;
  font-size: 107.142857143%;
  letter-spacing: 4px;
}

@media only screen and (max-width: 736px) {
  #main-header .content .category {
    margin-bottom: 0.5em;
    font-size: 76.923076923%;
    letter-spacing: 1.2px;
  }
}

#main-header .content h1 {
  margin: 0.1em 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.333333333;
  font-size: 214.285714286%;
}

@media only screen and (max-width: 736px) {
  #main-header .content h1 {
    margin-top: 0em;
    font-size: 123.076923077%;
    letter-spacing: 2px;
  }
}

.ignore-bg #main-header {
  padding-top: 388px;
}

@media only screen and (max-width: 736px) {
  .ignore-bg #main-header {
    padding-top: 202px;
  }
}

.ignore-bg #main-header .content {
  padding-top: 30px;
  color: #333;
}

@media only screen and (max-width: 736px) {
  .ignore-bg #main-header .content {
    padding-top: 12px;
  }
}

.ignore-bg #main-header .content .category, .ignore-bg #main-header .content h1 {
  position: static;
}

#content {
  padding: 1px 0;
  background-color: #fff;
}

#main-footer {
  padding: 1px 0;
  background-color: #fff;
}

.block-post {
  margin: 50px 0;
}

.block-post > *:first-child {
  margin-top: 0;
}

.block-post > *:last-child {
  margin-bottom: 0;
}

.block-post .page-wrapper > *:first-child {
  margin-top: 0;
}

.block-post .page-wrapper > *:last-child {
  margin-bottom: 0;
}

.block-post h2 {
  margin: 1em 0;
  position: relative;
  line-height: 2.518333333;
  font-size: 128.571428571%;
  letter-spacing: 7px;
}

@media only screen and (max-width: 736px) {
  .block-post h2 {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    line-height: 1.844333333;
    font-size: 115.384615385%;
    letter-spacing: 3px;
  }
}

.block-post h2:before {
  margin-right: 1em;
  display: inline-block;
  content: "";
  width: 3px;
  height: 0.9em;
  background-color: #0d2e4c;
}

.block-post table {
  margin: 4.5em 0;
  width: 100%;
}

.block-post table th, .block-post table td {
  padding: 0.75em 1.5em;
  border-bottom: 1px solid #fff;
  vertical-align: top;
}

@media only screen and (max-width: 736px) {
  .block-post table th, .block-post table td {
    padding: 1.25em;
    line-height: 1.13875;
    font-size: 92.307692308%;
  }
}

.block-post table td {
  background-color: #f7f9fa;
}

.block-post table th, .block-post table td:first-child {
  min-width: 9em;
  background-color: #e6eaed;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .block-post table th, .block-post table td:first-child {
    min-width: 6.5em;
  }
}

.block-post p {
  margin: 1.5em 0;
  line-height: 2.428571429;
}

@media only screen and (max-width: 736px) {
  .block-post p {
    margin-top: 1.7em;
    margin-bottom: 1.7em;
    line-height: 1.846153846;
  }
}

.block-heading {
  margin: 100px 0 50px;
}

@media only screen and (max-width: 736px) {
  .block-heading {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.block-heading .page-wrapper > *:first-child {
  margin-top: 0;
}

.block-heading .page-wrapper > *:last-child {
  margin-bottom: 0;
}

.block-heading h2 {
  margin: 1.8em 0;
  position: relative;
  font-size: 171.428571429%;
  letter-spacing: 8px;
}

@media only screen and (max-width: 736px) {
  .block-heading h2 {
    font-size: 146.153846154%;
    letter-spacing: 6.5px;
  }
}

.block-heading h2:after {
  margin-top: 1.5em;
  margin-left: -2px;
  display: block;
  width: 17px;
  height: 1px;
  content: "";
  background-color: #333;
}

@media only screen and (max-width: 736px) {
  .block-heading h2:after {
    margin-top: 1em;
    margin-left: 0;
    width: 9px;
  }
}

.block-heading h2 a {
  padding: 0.7em 3em;
  border-left: 1px solid #e5e5e5;
  position: absolute;
  top: 0.8em;
  right: 0;
  font-size: 50%;
  letter-spacing: 0;
  text-decoration: none;
}

@media only screen and (max-width: 736px) {
  .block-heading h2 a {
    margin: 0.25em 0;
    padding-right: 2em;
    padding-left: 2em;
    border: 1px solid #333;
    position: static;
    display: table;
  }
}

.block-heading h3 {
  margin: 2em 0;
  position: relative;
  line-height: 2.518333333;
  font-size: 128.571428571%;
  letter-spacing: 7px;
}

@media only screen and (max-width: 736px) {
  .block-heading h3 {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    line-height: 1.844333333;
    font-size: 115.384615385%;
    letter-spacing: 3px;
  }
}

.block-heading h3:before {
  margin-right: 1em;
  display: inline-block;
  content: "";
  width: 3px;
  height: 0.9em;
  background-color: #0d2e4c;
}

.block-heading p {
  margin: 0;
}

.block-headline {
  margin: 7.8em auto;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-headline {
    margin-top: 3.8em;
    margin-bottom: 3.8em;
  }
}

.block-headline h2 {
  margin: 0 auto;
  position: relative;
  display: table;
  max-width: 100%;
  line-height: 2.333333333;
  color: #191919;
  font-weight: bold;
  font-size: 128.571428571%;
  letter-spacing: 5.5px;
}

@media only screen and (max-width: 736px) {
  .block-headline h2 {
    line-height: 2;
    font-size: 100%;
    letter-spacing: 4px;
  }
}

.block-headline p {
  margin: 0 auto;
  line-height: 1.952142857;
}

@media only screen and (max-width: 736px) {
  .block-headline p {
    line-height: 1.846153846;
  }
}

.block-headline h2 + p {
  padding-top: 2em;
  max-width: 600px;
}

@media only screen and (max-width: 736px) {
  .block-headline h2 + p {
    padding-top: 1.5em;
    padding-right: 20px;
    padding-left: 20px;
    max-width: 400px;
  }
}

.quote-heading .block-headline h2 {
  padding: 0 73px;
  line-height: 3.083125;
  font-size: 114.285714286%;
  font-style: italic;
  letter-spacing: 5px;
}

@media only screen and (max-width: 736px) {
  .quote-heading .block-headline h2 {
    padding-right: 0;
    padding-left: 0;
    line-height: 2.666320706;
    letter-spacing: 2px;
    font-size: 100%;
  }
}

.quote-heading .block-headline h2:before, .quote-heading .block-headline h2:after {
  position: absolute;
  top: 7px;
  width: 42px;
  height: 36px;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 736px) {
  .quote-heading .block-headline h2:before, .quote-heading .block-headline h2:after {
    top: 3px;
    width: 21px;
    height: 18px;
  }
}

.quote-heading .block-headline h2:before {
  left: 0;
  background-image: url(../images/quote-start.png);
}

@media only screen and (max-width: 736px) {
  .quote-heading .block-headline h2:before {
    left: -21px;
  }
}

.quote-heading .block-headline h2:after {
  right: 0;
  background-image: url(../images/quote-end.png);
}

@media only screen and (max-width: 736px) {
  .quote-heading .block-headline h2:after {
    right: -21px;
  }
}

.block-combo_layout {
  margin: 50px 0;
}

@media only screen and (max-width: 736px) {
  .block-combo_layout {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.block-hr {
  margin: 50px 0;
}

.block-hr hr {
  margin: 0;
  border: 0;
  height: 1px;
  background-color: #e5e5e5;
}

.block-news_list {
  padding: 70px 0;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 736px) {
  .block-news_list {
    padding-top: 0;
    padding-bottom: 40px;
    background: none;
  }
}

.block-news_list .heading {
  margin: 0 0 45px;
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
}

.block-news_list .heading:after {
  margin: 22px auto;
  display: block;
  content: "";
  width: 56px;
  height: 2px;
  background-color: #333;
}

.block-news_list .grid {
  margin: -15px;
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid {
    margin: 0 -32px;
  }
}

.block-news_list .grid article {
  padding: 15px;
  float: left;
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid article {
    margin: 0;
    padding: 0 5px 15px;
  }
}

.block-news_list .grid article > a {
  padding-bottom: 4em;
  display: block;
  position: relative;
  height: 100%;
  background-color: #fff;
  text-decoration: none;
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid article > a {
    padding-bottom: 0;
    background-color: #f3f3f3;
  }
}

.block-news_list .grid article .article-image {
  padding-top: 67.870036101%;
}

.block-news_list .grid article h3 {
  margin: 0;
  padding: 20px;
  font-weight: normal;
  font-size: 85.714285714%;
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid article h3 {
    padding: 11px;
    padding-bottom: 14px;
    line-height: 1.65;
    font-size: 76.923076923%;
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
  }
}

.block-news_list .grid article footer {
  margin: 10px 20px 0;
  padding: 1.2em 0 1em;
  border-top: 0.99px solid #e5e5e5;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.block-news_list .grid article footer:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid article footer {
    margin-top: 0;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 1em;
    padding-bottom: 1em;
    position: static;
  }
}

.block-news_list .grid article footer time {
  display: block;
  float: left;
  font-size: 85.714285714%;
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid article footer time {
    margin-right: -5em;
    float: left;
    width: 5em;
    line-height: 1;
    font-size: 76.923076923%;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

.block-news_list .grid article footer .categories {
  top: 1.8em;
  width: 17em;
  text-align: right;
}

@media only screen and (max-width: 736px) {
  .block-news_list .grid article footer .categories {
    padding-left: 5em;
    position: relative;
    top: -0.3em;
    width: auto;
  }
}

@media only screen and (max-width: 736px) {
  aside.block-news_list {
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 0;
    background-color: #f3f3f3;
  }
  aside.block-news_list .heading {
    margin-bottom: 35px;
  }
  aside.block-news_list .grid article {
    padding: 0;
    border-bottom: 0.99px solid #e5e5e5;
  }
  aside.block-news_list .grid article > a {
    padding: 25px 27px;
  }
  aside.block-news_list .grid article .article-image {
    margin-right: -31.25%;
    padding-top: 21.09375%;
    float: left;
    width: 31.25%;
  }
  aside.block-news_list .grid article h3 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 36.875%;
    line-height: 1.739583333;
    font-size: 92.307692308%;
  }
  aside.block-news_list .grid article footer {
    margin: 0;
    padding-bottom: 0;
    padding-left: 36.875%;
    border: 0;
  }
  aside.block-news_list .grid article footer time {
    display: none;
  }
  aside.block-news_list .grid article footer .categories {
    padding: 0;
    text-align: left;
  }
  aside.block-news_list .grid article:last-child {
    border: 0;
  }
}

html.no-touchevents .block-news_list article a .article-image img {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.no-touchevents .block-news_list article a:hover .article-image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.block-service_list {
  padding: 60px 0 10px;
  position: relative;
  background-color: #f3f3f3 !important;
}

@media only screen and (max-width: 736px) {
  .block-service_list {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}

.block-service_list .grid {
  margin: -15px;
}

@media only screen and (max-width: 736px) {
  .block-service_list .grid {
    margin: -10px 0 0;
  }
}

.block-service_list .grid .item {
  margin-bottom: 2.5em;
  padding: 15px;
}

@media only screen and (max-width: 736px) {
  .block-service_list .grid .item {
    margin-bottom: 2.2em;
    padding: 0;
  }
}

.block-service_list .grid .item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.block-service_list .grid .item .article-image {
  background-color: #fff;
}

.block-service_list .grid .item .title {
  margin: 1.2em 5px 0.8em;
  font-weight: bold;
  font-size: 114.285714286%;
}

@media only screen and (max-width: 736px) {
  .block-service_list .grid .item .title {
    margin: 0.7em 0 0.15em;
    font-size: 115.384615385%;
  }
}

.block-service_list .grid .item .title.external-link:after {
  position: relative;
  top: -0.1em;
}

.block-service_list .grid .item p {
  margin: 0 5px;
  line-height: 1.714285714;
}

@media only screen and (max-width: 736px) {
  .block-service_list .grid .item p {
    margin-right: 0;
    margin-left: 0;
    line-height: 1.846153846;
  }
}

.block-service_list .grid .item.col6 .title {
  font-size: 128.571428571%;
}

@media only screen and (max-width: 736px) {
  .block-service_list .grid .item.col6 .title {
    font-size: 115.384615385%;
  }
}

.block-casestudy_list {
  padding: 70px 0 80px;
  background-color: #f3f3f3;
}

@media only screen and (max-width: 736px) {
  .block-casestudy_list {
    margin: 75px 0 40px;
    padding: 0;
  }
  .block-casestudy_list .page-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.block-casestudy_list .heading {
  margin: 0 0 45px;
  position: relative;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
}

.block-casestudy_list .heading:after {
  margin: 22px auto;
  display: block;
  content: "";
  width: 56px;
  height: 2px;
  background-color: #333;
}

.block-casestudy_list .grid {
  margin: -15px;
}

@media only screen and (max-width: 736px) {
  .block-casestudy_list .grid {
    margin: 0;
  }
}

.block-casestudy_list .grid > [class^=col] {
  padding: 15px;
}

@media only screen and (max-width: 736px) {
  .block-casestudy_list .grid > [class^=col] {
    margin: 0;
    padding: 0;
  }
}

.block-casestudy_list .grid > [class^=col] a {
  display: block;
  position: relative;
  color: #fff;
}

.block-casestudy_list .grid > [class^=col] a .content {
  padding: 0 2em 1.4em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 736px) {
  .block-casestudy_list .grid > [class^=col] a .content {
    padding-right: 3.3em;
    padding-bottom: 1.5em;
    padding-left: 3.3em;
  }
}

.block-casestudy_list .grid > [class^=col] a .content .category {
  margin: 0;
  font-size: 71.428571429%;
}

.block-casestudy_list .grid > [class^=col] a .content h3 {
  margin: 0;
  font-size: 114.285714286%;
}

@media only screen and (max-width: 736px) {
  .block-casestudy_list .grid > [class^=col] a .content h3 {
    margin-top: 0.2em;
  }
}

@media only screen and (max-width: 736px) {
  .block-casestudy_list .grid > [class^=col] .article-image {
    padding-top: 190px;
  }
}

html.no-touchevents .block-casestudy_list .grid > [class^=col] a .article-image img {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

html.no-touchevents .block-casestudy_list .grid > [class^=col] a:hover .article-image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

@media only screen and (max-width: 736px) {
  aside.block-casestudy_list {
    margin: 30px 0 40px;
    padding-top: 2em;
    padding-bottom: 0;
  }
}

.block-recruit_list {
  margin-bottom: 35px;
}

@media only screen and (max-width: 736px) {
  .block-recruit_list {
    margin-bottom: 0;
  }
}

.block-recruit_list .grid {
  margin: 0;
}

.block-recruit_list .grid > [class^=col] {
  padding: 30px;
}

@media only screen and (max-width: 736px) {
  .block-recruit_list .grid > [class^=col] {
    margin: 25px 0;
    padding: 0;
  }
}

.block-recruit_list .grid > [class^=col] .block-heading {
  margin-bottom: 3.3em;
  padding: 4.8em 0 0;
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 736px) {
  .block-recruit_list .grid > [class^=col] .block-heading {
    margin-bottom: 2.1em;
    padding-top: 4.2em;
  }
}

.block-recruit_list .grid > [class^=col] .block-heading h2 {
  margin-bottom: 0;
  line-height: 1.636363636;
  font-size: 157.142857143%;
  letter-spacing: 4px;
}

@media only screen and (max-width: 736px) {
  .block-recruit_list .grid > [class^=col] .block-heading h2 {
    margin: 0;
    font-size: 130.769230769%;
    letter-spacing: 0.2px;
  }
}

.block-recruit_list .grid > [class^=col] .block-heading h2:after {
  margin-top: 1.9em;
}

@media only screen and (max-width: 736px) {
  .block-recruit_list .grid > [class^=col] .block-heading h2:after {
    margin-top: 1.45em;
  }
}

.block-recruit_list .grid > [class^=col] p {
  margin: 0;
  padding-bottom: 3.7em;
}

@media only screen and (max-width: 736px) {
  .block-recruit_list .grid > [class^=col] p {
    padding-bottom: 2.8em;
    font-size: 92.307692308%;
  }
}

.block-page_nav ul {
  margin: 0;
  padding: 0 3px;
  display: table;
  table-layout: fixed;
  list-style: none;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .block-page_nav ul {
    padding: 0;
    display: block;
  }
  .block-page_nav ul:after {
    display: block;
    clear: both;
    content: "";
  }
}

.block-page_nav ul li {
  padding: 20px;
  display: table-cell;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .block-page_nav ul li {
    padding: 9px 10px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    float: left;
    width: 50%;
  }
}

.block-page_nav ul li a, .block-page_nav ul li span {
  padding: 10px;
  position: relative;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .block-page_nav ul li a, .block-page_nav ul li span {
    padding-top: 7px;
    padding-bottom: 7px;
    font-weight: bold;
    font-size: 84.615384615%;
  }
}

.block-page_nav ul li a:after, .block-page_nav ul li span:after {
  position: absolute;
  top: 13px;
  right: -22px;
  bottom: 6px;
  width: 1px;
  background-color: #e5e5e5;
  content: "";
}

@media only screen and (max-width: 1024px) {
  .block-page_nav ul li a:after, .block-page_nav ul li span:after {
    top: 6px;
    right: -11px;
  }
}

.block-page_nav ul li:last-child a:after {
  content: none;
}

.block-page_nav ul li.current span {
  background-color: #e6eaed;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .block-page_nav ul li:nth-child(even) a:after {
    content: none;
  }
}

.block-page_nav:first-child {
  padding-top: 18px;
  border-bottom: 1px solid #e5e5e5;
}

@media only screen and (max-width: 736px) {
  .block-page_nav:first-child {
    padding-top: 0;
    border-bottom: 0;
  }
}

.block-page_nav:last-child {
  margin-top: 100px;
  border-top: 1px solid #e5e5e5;
}

@media only screen and (max-width: 736px) {
  .block-page_nav:last-child {
    margin-top: 50px;
    margin-bottom: -2px;
  }
}

.block-page_nav.news-topics {
  border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 736px) {
  .block-page_nav.news-topics {
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 15px;
    padding: 30px 0 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    height: 96px;
  }
  .block-page_nav.news-topics ul {
    padding-top: 45px;
    display: block;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    z-index: 1;
    width: auto;
    max-height: 45px;
    overflow: hidden;
    background-color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .block-page_nav.news-topics ul li {
    padding: 0;
    display: block;
    float: none;
    width: auto;
    line-height: 45px;
    text-align: left;
  }
  .block-page_nav.news-topics ul li a, .block-page_nav.news-topics ul li span {
    padding: 0 1.3em;
    font-weight: bold;
    font-size: 100%;
  }
  .block-page_nav.news-topics ul li.current {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    line-height: 45px;
    background-color: #e6eaed;
    font-size: 100%;
  }
  .block-page_nav.news-topics ul li.current:after {
    border: 6px solid transparent;
    border-top-width: 8px;
    border-top-color: #333;
    border-bottom: 0;
    position: absolute;
    top: 19px;
    right: 17px;
    z-index: 3;
    content: "";
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .block-page_nav.news-topics.active:after {
    content: none;
  }
  .block-page_nav.news-topics.active ul {
    max-height: 400px;
  }
  .block-page_nav.news-topics.active ul li.current:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

html.no-touchevents .block-page_nav ul li a {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .block-page_nav ul li a:hover {
  background-color: #e6eaed;
}

.block-buttons {
  padding: 3em 0;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-buttons {
    padding-top: 1.8em;
    padding-bottom: 1.8em;
  }
}

.block-big_button {
  margin: 65px 0 55px;
}

@media only screen and (max-width: 736px) {
  .block-big_button {
    margin: 0;
    padding: 2.8em 0 3.2em;
    background-color: #f3f3f3;
  }
}

.block-responsive_image .large {
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-responsive_image .large {
    display: none;
  }
}

.block-responsive_image .small {
  margin-right: -10px;
  margin-left: -10px;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-responsive_image .small {
    display: block;
  }
}

@media only screen and (max-width: 736px) {
  .block-responsive_image .page-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.block-google_map {
  margin: 3em 0;
}

.block-google_map h3 {
  margin: 0 0 1em;
  position: relative;
  line-height: 2.518333333;
  font-size: 128.571428571%;
  letter-spacing: 7px;
}

@media only screen and (max-width: 736px) {
  .block-google_map h3 {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    line-height: 1.844333333;
    font-size: 115.384615385%;
    letter-spacing: 3px;
  }
}

.block-google_map h3:before {
  margin-right: 1em;
  display: inline-block;
  content: "";
  width: 3px;
  height: 0.9em;
  background-color: #0d2e4c;
}

.block-chronology {
  margin: 100px 0;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-chronology {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.block-chronology h2 {
  margin: 0;
  font-size: 100%;
}

@media only screen and (max-width: 736px) {
  .block-chronology h2 {
    margin-bottom: 0.2em;
    font-size: 115.384615385%;
  }
}

.block-chronology p {
  margin: 0 0 2em;
}

@media only screen and (max-width: 736px) {
  .block-chronology p {
    margin-bottom: 2.5em;
    line-height: 1.5;
    font-size: 92.307692308%;
  }
}

.block-chronology p:last-child {
  margin-bottom: 0;
}

.block-news_prevnext {
  position: absolute;
  top: 341px;
  right: 0;
  left: 0;
  height: 0;
}

@media only screen and (max-width: 736px) {
  .block-news_prevnext {
    margin: 30px 0;
    position: static;
  }
  .block-news_prevnext:after {
    display: block;
    clear: both;
    content: "";
  }
}

.block-news_prevnext .page-wrapper {
  max-width: 1522px;
}

.block-news_prevnext .prev, .block-news_prevnext .next {
  display: block;
  position: absolute;
  top: 0;
  text-align: center;
  text-decoration: none;
}

@media only screen and (max-width: 736px) {
  .block-news_prevnext .prev, .block-news_prevnext .next {
    position: static;
  }
  .block-news_prevnext .prev:before, .block-news_prevnext .prev:after, .block-news_prevnext .next:before, .block-news_prevnext .next:after {
    display: inline-block;
    font-family: "jandj";
    font-size: 10px;
  }
}

.block-news_prevnext .prev .image, .block-news_prevnext .next .image {
  border-radius: 50%;
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 736px) {
  .block-news_prevnext .prev .image, .block-news_prevnext .next .image {
    display: none;
  }
}

.block-news_prevnext .prev span, .block-news_prevnext .next span {
  font-size: 71.428571429%;
  text-shadow: 0 0 0 #fff;
}

@media only screen and (max-width: 736px) {
  .block-news_prevnext .prev span, .block-news_prevnext .next span {
    font-size: 76.923076923%;
  }
}

.block-news_prevnext .prev {
  left: 20px;
}

@media only screen and (max-width: 736px) {
  .block-news_prevnext .prev {
    float: left;
  }
  .block-news_prevnext .prev:before {
    margin-right: 4px;
    content: "";
  }
}

.block-news_prevnext .next {
  right: 20px;
}

@media only screen and (max-width: 736px) {
  .block-news_prevnext .next {
    float: right;
  }
  .block-news_prevnext .next:after {
    content: "";
  }
}

.no-touchevents .block-news_prevnext .prev .image, .no-touchevents .block-news_prevnext .next .image {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.no-touchevents .block-news_prevnext .prev .image:before, .no-touchevents .block-news_prevnext .next .image:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.no-touchevents .block-news_prevnext .prev .image:after, .no-touchevents .block-news_prevnext .next .image:after {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  z-index: 2;
  line-height: 30px;
  color: #fff;
  font-family: "jandj";
  font-size: 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.no-touchevents .block-news_prevnext .prev span, .no-touchevents .block-news_prevnext .next span {
  padding-top: 1.3em;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.no-touchevents .block-news_prevnext .prev.prev .image:after, .no-touchevents .block-news_prevnext .next.prev .image:after {
  margin-right: -0.5em;
  right: -25%;
  content: "";
}

.no-touchevents .block-news_prevnext .prev.next .image:after, .no-touchevents .block-news_prevnext .next.next .image:after {
  margin-left: -0.5em;
  left: -25%;
  content: "";
}

.no-touchevents .block-news_prevnext .prev:hover .image, .no-touchevents .block-news_prevnext .next:hover .image {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  background-color: #000;
}

.no-touchevents .block-news_prevnext .prev:hover .image:before, .no-touchevents .block-news_prevnext .next:hover .image:before {
  opacity: 0.6;
}

.no-touchevents .block-news_prevnext .prev:hover span, .no-touchevents .block-news_prevnext .next:hover span {
  margin-top: -2em;
  opacity: 0;
}

.no-touchevents .block-news_prevnext .prev:hover.prev .image:after, .no-touchevents .block-news_prevnext .next:hover.prev .image:after {
  right: 50%;
}

.no-touchevents .block-news_prevnext .prev:hover.next .image:after, .no-touchevents .block-news_prevnext .next:hover.next .image:after {
  left: 50%;
}

.block-post_header {
  margin-bottom: 70px;
  padding-top: 145px;
}

@media only screen and (max-width: 736px) {
  .block-post_header {
    padding-top: 63px;
    margin-bottom: 0;
  }
}

.block-post_header img {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 736px) {
  .block-post_header img {
    margin-right: -50%;
    margin-left: -50%;
    max-width: none;
    width: 200%;
  }
}

.block-post_header .title {
  padding: 4em 0 4.2em;
  border-bottom: 0.99px solid #e5e5e5;
  position: relative;
}

@media only screen and (max-width: 736px) {
  .block-post_header .title {
    padding-top: 3.3em;
    padding-bottom: 3.3em;
  }
}

.block-post_header .title h1 {
  margin: 0;
  font-size: 157.142857143%;
  letter-spacing: 9px;
}

@media only screen and (max-width: 736px) {
  .block-post_header .title h1 {
    line-height: 1.555555556;
    font-size: 138.461538462%;
  }
}

.block-post_header .title time {
  position: absolute;
  right: 5px;
  bottom: 1em;
  font-size: 85.714285714%;
}

.block-post_header .meta {
  padding: 8.6em 0 10em;
  border-bottom: 0.99px solid #e5e5e5;
  position: relative;
}

@media only screen and (max-width: 736px) {
  .block-post_header .meta {
    padding-top: 6em;
    padding-bottom: 3em;
  }
}

.block-post_header .meta .back-link {
  position: absolute;
  top: 1em;
  left: 0;
  font-size: 85.714285714%;
  text-decoration: none;
}

@media only screen and (max-width: 736px) {
  .block-post_header .meta .categories {
    top: 1.2em;
  }
}

.block-post_header .meta .categories p {
  margin: 0 auto;
  max-width: 650px;
  line-height: 2.285714286;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-post_header .meta .categories p {
    line-height: 1.7;
    font-size: 76.923076923%;
  }
}

.block-post_header .meta.no-summary {
  padding: 0;
  border-bottom: 0;
}

.ccm-toolbar-visible .block-post_header {
  padding-top: 96px;
}

.block-social_share {
  margin: 50px 0 100px;
}

@media only screen and (max-width: 736px) {
  .block-social_share {
    margin-top: 60px;
    margin-bottom: 45px;
  }
}

.block-social_share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.block-social_share ul li {
  margin-right: 10px;
  display: inline-block;
  vertical-align: bottom;
}

.block-form form {
  padding: 1.5em 0;
}

@media only screen and (max-width: 736px) {
  .block-form form {
    padding-top: 0;
  }
}

.block-form form .fields {
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 800px;
}

@media only screen and (max-width: 736px) {
  .block-form form .fields {
    display: block;
  }
}

.block-form form .fields .form-group {
  display: table-row;
}

@media only screen and (max-width: 736px) {
  .block-form form .fields .form-group {
    display: block;
  }
}

.block-form form .fields .form-group .control-label {
  padding: 2.5em 2.7em 2.5em 0;
  display: table-cell;
  width: 29.5%;
  vertical-align: top;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .block-form form .fields .form-group .control-label {
    margin-bottom: 0.5em;
    padding: 0 0.2em;
    display: block;
    width: auto;
    font-size: 92.307692308%;
  }
}

.block-form form .fields .form-group .control-label span {
  padding: 0 0.7em;
  position: relative;
  top: 0.45em;
  float: right;
  color: #fff;
  background-color: #98181d;
  font-size: 71.428571429%;
}

@media only screen and (max-width: 736px) {
  .block-form form .fields .form-group .control-label span {
    margin-left: 0.8em;
    display: inline-block;
    top: 0;
    float: none;
    font-size: 83.333333333%;
    -webkit-transform: scale(0.775);
            transform: scale(0.775);
  }
}

.block-form form .fields .form-group .form-control-wrapper {
  padding: 2.5em 0;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 736px) {
  .block-form form .fields .form-group .form-control-wrapper {
    padding: 0;
    padding-bottom: 1.1em;
    display: block;
    font-size: 107.692307692%;
  }
}

.block-form form .fields .form-group:first-child .control-label,
.block-form form .fields .form-group:first-child .form-control-wrapper {
  padding-top: 0;
}

.block-form form label {
  cursor: pointer;
}

.block-form form input[type=text],
.block-form form input[type=tel],
.block-form form input[type=email],
.block-form form textarea {
  padding: 1px 0.5em;
  border: 1px solid #f5f5f5;
  border-radius: 0;
  line-height: inherit;
  width: 100%;
  background-color: #f5f5f5;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media only screen and (max-width: 736px) {
  .block-form form input[type=text],
  .block-form form input[type=tel],
  .block-form form input[type=email],
  .block-form form textarea {
    padding: 0.5em 0.7em;
  }
}

.block-form form input[type=text]active, .block-form form input[type=text]:focus,
.block-form form input[type=tel]active,
.block-form form input[type=tel]:focus,
.block-form form input[type=email]active,
.block-form form input[type=email]:focus,
.block-form form textareaactive,
.block-form form textarea:focus {
  outline: none;
}

.block-form form input[type=checkbox] {
  margin-right: 0.7em;
  padding: 4px;
  border: 2px solid #a0a0a0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.block-form form input[type=checkbox]active, .block-form form input[type=checkbox]:focus {
  outline: none;
}

.block-form .privacy-policy {
  margin: 35px 0;
  padding: 45px 0;
  border-top: 0.99px solid #e5e5e5;
  border-bottom: 0.99px solid #e5e5e5;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-form .privacy-policy {
    margin-bottom: 30px;
    padding-top: 1.8em;
    padding-bottom: 1.5em;
  }
}

.block-form .privacy-policy label {
  margin-bottom: 1.7em;
  margin-left: 20px;
  border-bottom: 1px solid #6f6f6f;
  position: relative;
  display: inline-block;
  font-weight: bold;
}

@media only screen and (max-width: 736px) {
  .block-form .privacy-policy label {
    margin-bottom: 1.5em;
    line-height: 1.8;
    font-size: 92.307692308%;
  }
}

.block-form .privacy-policy label input {
  margin: 0;
  position: absolute;
  top: 0.6em;
  left: -22px;
}

@media only screen and (max-width: 736px) {
  .block-form .privacy-policy label input {
    top: 0.4em;
  }
}

.block-form .privacy-policy label input:checked + span:before {
  position: absolute;
  top: 0;
  left: -22px;
  content: "";
  color: #98181d;
  font-family: "jandj";
}

.block-form .privacy-policy p {
  margin: 0 auto 1.5em;
  max-width: 570px;
  font-size: 85.714285714%;
}

@media only screen and (max-width: 736px) {
  .block-form .privacy-policy p {
    margin-bottom: 1em;
    max-width: 68.75%;
    line-height: 1.777777778;
    font-size: 76.923076923%;
  }
}

.block-form .privacy-policy a {
  font-size: 85.714285714%;
  text-decoration: none;
}

@media only screen and (max-width: 736px) {
  .block-form .privacy-policy a {
    font-size: 69.230769231%;
  }
}

.block-form .privacy-policy a:after {
  margin-left: 5px;
  position: relative;
  top: -1px;
  content: "";
  color: #98181d;
  font-family: "jandj";
  font-size: 10px;
}

.block-form .privacy-policy a:hover {
  border-bottom: 1px solid #333;
}

.block-form .form-actions {
  margin: 65px 0;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .block-form .form-actions {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.block-form .form-actions .submit {
  margin: 0 auto;
  display: table;
  color: #fff;
  background-color: #98181d;
}

@media only screen and (max-width: 736px) {
  .block-form .form-actions .submit {
    display: block;
  }
}

.block-form .form-actions .submit button[type=submit] {
  border: 0;
  background: none;
  outline: none;
}

.block-form .form-actions .submit button[type=submit] span {
  padding: 18px 0 18px 9px;
  display: block;
  min-width: 290px;
  font-weight: bold;
  font-size: 100%;
  letter-spacing: 2px;
}

@media only screen and (max-width: 736px) {
  .block-form .form-actions .submit button[type=submit] span {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    min-width: 0;
    font-size: 92.307692308%;
    letter-spacing: 0;
  }
}

.block-form .form-actions .submit button[type=submit] span:after {
  margin-left: 9px;
  position: relative;
  top: -1px;
  content: "";
  color: #fff;
  font-family: "jandj";
}

@media only screen and (max-width: 736px) {
  .block-form .form-actions .submit button[type=submit] span:after {
    top: 0;
    font-size: 10px;
  }
}

.block-form .alert {
  margin-bottom: 5em;
  padding: 2.5em 0;
  border: 0 !important;
  text-align: center;
}

.block-form .alert.alert-danger {
  color: #fff;
  background-color: #98181d !important;
  font-weight: bold;
}

.block-form .alert.alert-danger .error {
  font-weight: normal;
}

@media only screen {
  .accessibility {
    display: none;
  }
}

.show-mb {
  display: none;
}

@media only screen and (max-width: 736px) {
  .show-mb {
    display: inherit;
  }
}

.page-wrapper {
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  max-width: 1220px;
}

.page-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 736px) {
  .page-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.ccm-layout-column .page-wrapper {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.grid {
  margin: -30px;
}

.grid:after {
  display: block;
  clear: both;
  content: "";
}

.grid .grid-row {
  clear: both;
}

.grid > [class^=col],
.grid .grid-row > [class^=col] {
  margin: 0;
  padding: 30px;
  float: left;
}

.grid > [class^=col] > :first-child,
.grid .grid-row > [class^=col] > :first-child {
  margin-top: 0;
}

.grid > [class^=col] > :last-child,
.grid .grid-row > [class^=col] > :last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .grid > [class^=col],
  .grid .grid-row > [class^=col] {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.grid .col12 {
  float: none;
}

.grid .col0 {
  width: 0%;
}

.grid .offset0 {
  margin-left: 0%;
}

.grid .col12 {
  float: none;
}

.grid .col1 {
  width: 8.333333333%;
}

.grid .offset1 {
  margin-left: 8.333333333%;
}

.grid .col12 {
  float: none;
}

.grid .col2 {
  width: 16.666666667%;
}

.grid .offset2 {
  margin-left: 16.666666667%;
}

.grid .col12 {
  float: none;
}

.grid .col3 {
  width: 25%;
}

.grid .offset3 {
  margin-left: 25%;
}

.grid .col12 {
  float: none;
}

.grid .col4 {
  width: 33.333333333%;
}

.grid .offset4 {
  margin-left: 33.333333333%;
}

.grid .col12 {
  float: none;
}

.grid .col5 {
  width: 41.666666667%;
}

.grid .offset5 {
  margin-left: 41.666666667%;
}

.grid .col12 {
  float: none;
}

.grid .col6 {
  width: 50%;
}

.grid .offset6 {
  margin-left: 50%;
}

.grid .col12 {
  float: none;
}

.grid .col7 {
  width: 58.333333333%;
}

.grid .offset7 {
  margin-left: 58.333333333%;
}

.grid .col12 {
  float: none;
}

.grid .col8 {
  width: 66.666666667%;
}

.grid .offset8 {
  margin-left: 66.666666667%;
}

.grid .col12 {
  float: none;
}

.grid .col9 {
  width: 75%;
}

.grid .offset9 {
  margin-left: 75%;
}

.grid .col12 {
  float: none;
}

.grid .col10 {
  width: 83.333333333%;
}

.grid .offset10 {
  margin-left: 83.333333333%;
}

.grid .col12 {
  float: none;
}

.grid .col11 {
  width: 91.666666667%;
}

.grid .offset11 {
  margin-left: 91.666666667%;
}

.grid .col12 {
  float: none;
}

.grid .col12 {
  width: 100%;
}

.grid .offset12 {
  margin-left: 100%;
}

@media only screen and (max-width: 736px) {
  .grid .col-mb12 {
    float: none;
  }
  .grid .col-mb0 {
    width: 0%;
  }
  .grid .offset-mb0 {
    margin-left: 0%;
  }
  .grid .col-mb1 {
    width: 8.333333333%;
  }
  .grid .offset-mb1 {
    margin-left: 8.333333333%;
  }
  .grid .col-mb2 {
    width: 16.666666667%;
  }
  .grid .offset-mb2 {
    margin-left: 16.666666667%;
  }
  .grid .col-mb3 {
    width: 25%;
  }
  .grid .offset-mb3 {
    margin-left: 25%;
  }
  .grid .col-mb4 {
    width: 33.333333333%;
  }
  .grid .offset-mb4 {
    margin-left: 33.333333333%;
  }
  .grid .col-mb5 {
    width: 41.666666667%;
  }
  .grid .offset-mb5 {
    margin-left: 41.666666667%;
  }
  .grid .col-mb6 {
    width: 50%;
  }
  .grid .offset-mb6 {
    margin-left: 50%;
  }
  .grid .col-mb7 {
    width: 58.333333333%;
  }
  .grid .offset-mb7 {
    margin-left: 58.333333333%;
  }
  .grid .col-mb8 {
    width: 66.666666667%;
  }
  .grid .offset-mb8 {
    margin-left: 66.666666667%;
  }
  .grid .col-mb9 {
    width: 75%;
  }
  .grid .offset-mb9 {
    margin-left: 75%;
  }
  .grid .col-mb10 {
    width: 83.333333333%;
  }
  .grid .offset-mb10 {
    margin-left: 83.333333333%;
  }
  .grid .col-mb11 {
    width: 91.666666667%;
  }
  .grid .offset-mb11 {
    margin-left: 91.666666667%;
  }
  .grid .col-mb12 {
    width: 100%;
  }
  .grid .offset-mb12 {
    margin-left: 100%;
  }
}

.grid-table {
  display: table;
}

.grid-table .grid-row {
  display: table-row;
}

.grid-table > [class^=col] {
  display: table-cell;
  float: none;
  width: auto;
  vertical-align: top;
}

.grid-table > [class^=col] img {
  max-width: none;
}

@media only screen and (max-width: 736px) {
  .grid.vertical, .grid.horizontal, .grid-table.vertical, .grid-table.horizontal {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .grid.vertical > [class^=col], .grid.horizontal > [class^=col], .grid-table.vertical > [class^=col], .grid-table.horizontal > [class^=col] {
    margin: 15px 0;
    padding: 0;
  }
  .grid.vertical .order1, .grid.horizontal .order1, .grid-table.vertical .order1, .grid-table.horizontal .order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .grid.vertical .order2, .grid.horizontal .order2, .grid-table.vertical .order2, .grid-table.horizontal .order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .grid.vertical .order3, .grid.horizontal .order3, .grid-table.vertical .order3, .grid-table.horizontal .order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
  .grid.vertical .order4, .grid.horizontal .order4, .grid-table.vertical .order4, .grid-table.horizontal .order4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .grid.vertical img, .grid.horizontal img, .grid-table.vertical img, .grid-table.horizontal img {
    max-width: 100%;
  }
  .grid.vertical picture, .grid.horizontal picture, .grid-table.vertical picture, .grid-table.horizontal picture {
    margin-right: auto;
    margin-left: auto;
    display: block;
  }
  .grid.vertical, .grid-table.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .grid.horizontal, .grid-table.horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.article-image {
  padding-top: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.article-image img {
  margin: auto;
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  width: auto;
  min-width: 101%;
  min-height: 101%;
  max-width: 101%;
}

.external-link:after {
  margin-left: 0.7em;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  background: url(../images/icon-external.png) no-repeat 0 0;
}

.back-link:before {
  margin-right: 0.7em;
  display: inline-block;
  width: 10px;
  height: 9px;
  content: "";
  background: url(../images/icon-arrow-back.png) no-repeat 0 0;
}

.button {
  padding: 0.85em 0;
  border: 2px solid #333;
  display: inline-block;
  position: relative;
  min-width: 11.9em;
  font-weight: 700;
  font-size: 85.714285714%;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .button {
    border-width: 1px;
    min-width: 11em;
    font-size: 84.615384615%;
  }
}

.button.emphasis {
  color: #fff;
  background-color: #333;
}

.button.more {
  overflow: hidden;
}

.button.more:before, .button.more:after {
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  line-height: 1;
  content: "";
  font-size: 13px;
  font-family: "jandj";
}

@media only screen and (max-width: 736px) {
  .button.more:before, .button.more:after {
    font-size: 10px;
  }
}

.button.more:before {
  left: 1.3em;
  color: #fff;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  opacity: 0;
}

.button.more:after {
  right: 0.9em;
}

.button.more span {
  padding-right: 1.3em;
  display: inline-block;
}

.button.more.external:after {
  content: url(../images/icon-external.png);
}

.button.more.external span {
  margin-left: -8px;
}

html.no-touchevents .button.more {
  -webkit-transition: all 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .button.more:before {
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .button.more:after {
  -webkit-transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .button.more span {
  -webkit-transition: color 0.2s 0s ease-out, -webkit-transform 0.2s 0.1s ease-out;
  transition: color 0.2s 0s ease-out, -webkit-transform 0.2s 0.1s ease-out;
  transition: color 0.2s 0s ease-out, transform 0.2s 0.1s ease-out;
  transition: color 0.2s 0s ease-out, transform 0.2s 0.1s ease-out, -webkit-transform 0.2s 0.1s ease-out;
}

html.no-touchevents .button.more:hover {
  color: #fff;
  border-color: #edb800;
  background-color: #edb800;
}

html.no-touchevents .button.more:hover:before {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

html.no-touchevents .button.more:hover:after {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: opacity 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .button.more:hover span {
  -webkit-transform: translateX(1.8em);
          transform: translateX(1.8em);
}

.big-button {
  padding: 5.8em 0;
  display: block;
  position: relative;
  min-width: 0;
  background-color: #fff;
  font-family: "din", sans-serif;
  font-weight: bold;
  font-size: 100%;
  text-indent: 8px;
  letter-spacing: 3px;
}

@media only screen and (max-width: 736px) {
  .big-button {
    padding: 2.6em 0;
    line-height: 2.25;
    font-size: 76.923076923%;
  }
}

.big-button:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1.4em;
  content: "";
  color: #98181d;
  font-size: 24px;
  font-family: "jandj";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 736px) {
  .big-button:after {
    right: 1em;
    font-weight: bold;
    font-size: 14px;
  }
}

.big-button span {
  display: block;
}

html.no-touchevents .big-button {
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .big-button:after {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .big-button:hover {
  color: #fff;
  background-color: #333;
}

html.no-touchevents .big-button:hover:after {
  color: #fff;
}

.categories {
  position: absolute;
  top: 1em;
  right: 0;
  font-weight: 900;
  font-size: 71.428571429%;
}

.categories p {
  margin: 2px 0 2px 3px;
  display: inline-block;
  min-width: 8em;
  color: #fff;
  background-color: #012b4d;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .categories p {
    line-height: 1.4;
    min-width: 5em;
  }
}

.categories p span {
  display: inline-block;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media only screen and (max-width: 736px) {
  .categories p span {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}

.ccm-pagination-wrapper {
  padding: 55px 0;
  text-align: center;
}

@media only screen and (max-width: 736px) {
  .ccm-pagination-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.ccm-pagination-wrapper .pagination {
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: block;
  list-style: none;
}

@media only screen and (max-width: 736px) {
  .ccm-pagination-wrapper .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    text-align: center;
  }
}

.ccm-pagination-wrapper .pagination li {
  margin: 0 5px;
  display: inline-block;
  width: 43px;
  line-height: 43px;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 736px) {
  .ccm-pagination-wrapper .pagination li {
    margin: 0;
  }
}

.ccm-pagination-wrapper .pagination li > span {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  display: block;
  float: none;
  line-height: inherit;
  color: inherit;
  background-color: #fff;
}

.ccm-pagination-wrapper .pagination li > a {
  margin: 0;
  padding: 0;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  display: block;
  float: none;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
  background-color: #fff;
}

.ccm-pagination-wrapper .pagination li.prev span, .ccm-pagination-wrapper .pagination li.prev a, .ccm-pagination-wrapper .pagination li.next span, .ccm-pagination-wrapper .pagination li.next a {
  position: relative;
  text-indent: 100%;
}

.ccm-pagination-wrapper .pagination li.prev span:before, .ccm-pagination-wrapper .pagination li.prev a:before, .ccm-pagination-wrapper .pagination li.next span:before, .ccm-pagination-wrapper .pagination li.next a:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  color: #012b4d;
  font-family: "jandj";
  text-indent: 0;
}

.ccm-pagination-wrapper .pagination li.prev span:before, .ccm-pagination-wrapper .pagination li.prev a:before {
  content: "";
}

.ccm-pagination-wrapper .pagination li.next span:before, .ccm-pagination-wrapper .pagination li.next a:before {
  content: "";
}

.ccm-pagination-wrapper .pagination li.disabled {
  opacity: 0.5;
}

.ccm-pagination-wrapper .pagination li.disabled > a, .ccm-pagination-wrapper .pagination li.disabled > span {
  cursor: default;
}

.ccm-pagination-wrapper .pagination li.active a, .ccm-pagination-wrapper .pagination li.active span {
  border-color: #012b4d;
  color: #fff;
  background-color: #012b4d;
}

.ccm-pagination-wrapper:last-child {
  padding-bottom: 0;
}

@media only screen and (max-width: 736px) {
  .ccm-pagination-wrapper:last-child {
    padding-bottom: 30px;
  }
}

html.no-touchevents .ccm-pagination-wrapper .pagination li a {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .ccm-pagination-wrapper .pagination li a:before {
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

html.no-touchevents .ccm-pagination-wrapper .pagination li a:hover {
  border-color: #012b4d;
  color: #fff;
  background-color: #012b4d;
}

html.no-touchevents .ccm-pagination-wrapper .pagination li a:hover:before {
  color: #fff;
}

#content .ccm-layout-column-wrapper {
  margin: 50px auto 100px !important;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
  max-width: 1220px;
}

#content .ccm-layout-column-wrapper:after {
  display: block;
  clear: both;
  content: "";
}

@media only screen and (max-width: 736px) {
  #content .ccm-layout-column-wrapper {
    margin-top: 25px !important;
    margin-bottom: 50px !important;
    padding-right: 27px;
    padding-left: 27px;
  }
}

#content .col-sm-12 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

#content .ccm-layout-column-inner > *:first-child {
  margin-top: 0;
}

#content .ccm-layout-column-inner > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 736px) {
  #content .ccm-layout-column {
    width: 100% !important;
    float: none !important;
  }
  #content .ccm-layout-column-inner {
    margin: 0 !important;
  }
}

.ccm-toolbar-visible body {
  margin-top: 49px;
}

.ccm-toolbar-visible body #global-bg {
  top: 49px;
}

.ccm-toolbar-visible body #intro {
  margin-top: -49px;
}

@media only screen and (max-width: 736px) {
  .ccm-toolbar-visible body #header, .ccm-toolbar-visible body #header-nav {
    top: 49px;
  }
}

.ccm-editmode-active #global-bg {
  position: static;
}

.ccm-editmode-active #global-bg .wrapper {
  margin: 0;
  position: static;
  height: 500px;
}

.ccm-editmode-active #header {
  position: static;
}

.ccm-editmode-active #main-header {
  padding-top: 0;
}

.ccm-editmode-active #main-header .content {
  position: static;
}

.ccm-editmode-active #intro {
  margin-top: 0;
}

.ccm-editmode-active #intro .content {
  padding: 100px 0;
  position: static;
  color: #333;
}

.ccm-editmode-active #intro .content h1, .ccm-editmode-active #intro .content .category {
  position: static;
}

.ccm-area {
  margin: 20px 0;
  border: 2px dashed #0f0;
}

#ccm-menu-click-proxy:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: #b5eeb5;
  opacity: 0;
  -webkit-transition: all 0.15s cubic-bezier(1, 0.085, 0.59, 0.97);
  transition: all 0.15s cubic-bezier(1, 0.085, 0.59, 0.97);
}

#ccm-menu-click-proxy:hover {
  opacity: 1 !important;
  -webkit-transition: all 0.15s cubic-bezier(1, 0.085, 0.59, 0.97);
  transition: all 0.15s cubic-bezier(1, 0.085, 0.59, 0.97);
}

#ccm-menu-click-proxy:hover:before {
  opacity: 0.2;
}


/* font-size nnn% */
.font-size-140{font-size: 140%;}
.font-size-150{font-size: 150%;}
.font-size-160{font-size: 160%;}
.font-size-170{font-size: 170%;}
.font-size-180{font-size: 180%;}
.font-size-190{font-size: 190%;}
.font-size-200{font-size: 200%;}
.font-size-210{font-size: 210%;}
.font-size-220{font-size: 220%;}
.font-size-230{font-size: 230%;}
.font-size-240{font-size: 240%;}
.font-size-250{font-size: 250%;}
.font-size-260{font-size: 260%;}

