@charset "UTF-8";
/**
* THE BELGIAN MONARCHY | DRUPAL THEME
*
* created 01 June 2015
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Coming+Soon");
@keyframes next_section_start_before {
  0% {
    top: 5px;
  }
  40% {
    top: 5px;
  }
  50% {
    top: 15px;
  }
  75% {
    top: 0px;
  }
  100% {
    top: 5px;
  }
}
@keyframes next_section_start_after {
  0% {
    top: 54px;
  }
  40% {
    top: 54px;
  }
  50% {
    top: 58px;
  }
  75% {
    top: 48px;
  }
  100% {
    top: 54px;
  }
}
/* Anthem Player Entrance */
/* @end */
@keyframes anthem_player_entrance {
  0% {
    bottom: -85px;
  }
  40% {
    bottom: -85px;
  }
  50% {
    bottom: 0;
  }
  75% {
    bottom: -10px;
  }
  100% {
    bottom: -5px;
  }
}
/* ========== */
/* = LAYOUT = */
/* ========== */
/* @group Base Layout */
@-webkit-viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
  user-zoom: fixed;
}
@-moz-viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
  user-zoom: fixed;
}
@viewport {
  width: device-width;
  zoom: 1;
  max-zoom: 1;
  user-zoom: fixed;
}
html {
  background-image: url("../../images/background.png");
  background-position: center center;
  background-repeat: repeat;
  background-color: #00508c;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: none;
}

body {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #414141;
  margin: 0;
  padding: 0;
  background-image: url("../../images/background.png");
  background-position: center center;
  background-repeat: repeat;
  background-color: #00508c;
}
body #page {
  margin: 0;
  padding: 0;
}
body #page #header-wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: -100px;
  z-index: 99;
  background: white;
  transition: top 0.2s ease-in-out;
}
body #page #header-wrapper:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body #page #header-wrapper #header {
  width: 1180px;
  height: 125px;
  margin: 0 auto;
  padding: 11px 0 16px 0;
  position: relative;
}
body #page #header-wrapper #header:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body #page #section-title-wrapper {
  margin: 52px 0 0;
  padding: 52px 0 0 0;
  position: relative;
  z-index: 90;
  overflow: visible;
  background-image: url("../../images/section-title/section-title-default.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
body #page #section-title-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 21;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=0);
}
body #page #section-title-wrapper:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body #page #section-title-wrapper #section-title {
  width: 1180px;
  min-height: 90px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 90;
  padding: 20px 0 50px 0;
  overflow: visible;
}
body #page #section-title-wrapper #section-title:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 91;
  background: url("../../images/royal-blazon.png") center center no-repeat white;
  border-radius: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body #page #section-title-wrapper #section-title:before {
    background-image: url("../../images/royal-blazon@2x.png");
    background-size: 50px 55px;
  }
}
body #page #section-title-wrapper #section-title:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body #page #main-wrapper {
  margin: 0;
  padding: 0;
  background: white;
}
body #page #main-wrapper #main {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0;
  overflow: hidden;
}
body #page #main-wrapper #main #content-top {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
body #page #main-wrapper #main #sidebar-first {
  float: left;
  width: 370px;
  margin: 0 30px 0 0;
  padding: 0;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body #page #main-wrapper #main #sidebar-second {
  float: right;
  width: 370px;
  margin: 0 0 0 30px;
  padding: 0;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body #page #main-wrapper #main #content {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body #page #main-wrapper #main #content-bottom {
  clear: both;
  margin: 0;
  padding: 20px 0 0 0;
  overflow: hidden;
}
body #page #bottom-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body #page #bottom-wrapper #bottom {
  width: 1180px;
  margin: 0 auto;
  padding: 40px 0 20px 0;
  position: relative;
  overflow: hidden;
}
body #page #footer-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body #page #footer-wrapper .footer-inner-wrapper {
  width: 1180px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
  position: relative;
  overflow: hidden;
  background-image: url("../../images/small-blazon-white.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body #page #footer-wrapper .footer-inner-wrapper {
    background-image: url("../../images/small-blazon-white@2x.png");
    background-size: 36px 36px;
  }
}
body #page #footer-wrapper .footer-inner-wrapper:before {
  content: "";
  width: 100%;
  height: 1px;
  text-indent: -9999px;
  margin: 0 25px 0 0;
  padding: 0;
  position: absolute;
  right: 50%;
  top: 15px;
  background: #224660;
}
body #page #footer-wrapper .footer-inner-wrapper:after {
  content: "";
  width: 100%;
  height: 1px;
  text-indent: -9999px;
  margin: 0 0 0 25px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 15px;
  background: #224660;
}
body.one-sidebar #page #main-wrapper #main #content {
  float: left;
  width: 780px;
}
body.two-sidebars #page #main-wrapper #main #content {
  float: left;
  width: 380px;
}
body.header-expanded #page #header-wrapper {
  top: 0;
}
body.admin-menu {
  margin-top: 29px;
}
body.admin-menu #page #header-wrapper {
  top: -71px;
}
body.admin-menu.header-expanded #page #header-wrapper {
  top: 29px;
}

/* @end */
/* = END = */
/* ======== */
/* = BASE = */
/* ======== */
/* @group Base Elements */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 40px;
  line-height: 42px;
  color: #00508c;
  margin-bottom: 20px;
}

h2 {
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 32px;
  color: #00508c;
  margin-bottom: 10px;
}

h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 8px;
}

h4 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 6px;
}

h5 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
}

h6 {
  font-size: 16px;
  line-height: 22px;
  color: #00508c;
  margin-bottom: 4px;
}

p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0;
}

strong {
  font-weight: 500;
}

a {
  color: #00508c;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e5af39;
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

ul,
ul.inline,
ol,
ol.inline,
.item-list ul,
.item-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li,
ul.inline li,
ol li,
ol.inline li,
.item-list ul li,
.item-list ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  background: transparent;
}
ul.pager,
ul.inline.pager,
ol.pager,
ol.inline.pager,
.item-list ul.pager,
.item-list ol.pager {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
}
ul.pager li,
ul.inline.pager li,
ol.pager li,
ol.inline.pager li,
.item-list ul.pager li,
.item-list ol.pager li {
  display: inline-block;
  height: 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #c9ced1;
  text-align: center;
  vertical-align: top;
  margin: 0 6px;
  padding: 0;
  background: transparent;
}
ul.pager li a,
ul.inline.pager li a,
ol.pager li a,
ol.inline.pager li a,
.item-list ul.pager li a,
.item-list ol.pager li a {
  display: block;
  height: 26px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: #c9ced1;
  padding: 0;
}
ul.pager li a:hover, ul.pager li a:focus,
ul.inline.pager li a:hover,
ul.inline.pager li a:focus,
ol.pager li a:hover,
ol.pager li a:focus,
ol.inline.pager li a:hover,
ol.inline.pager li a:focus,
.item-list ul.pager li a:hover,
.item-list ul.pager li a:focus,
.item-list ol.pager li a:hover,
.item-list ol.pager li a:focus {
  color: #e5af39;
}
ul.pager li.pager-current,
ul.inline.pager li.pager-current,
ol.pager li.pager-current,
ol.inline.pager li.pager-current,
.item-list ul.pager li.pager-current,
.item-list ol.pager li.pager-current {
  height: 26px;
  color: #e5af39;
  font-weight: 400;
}
ul.pager li.pager-next a,
ul.inline.pager li.pager-next a,
ol.pager li.pager-next a,
ol.inline.pager li.pager-next a,
.item-list ul.pager li.pager-next a,
.item-list ol.pager li.pager-next a {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  padding: 0;
  background: url("../../images/arrows/arrow-right-8x11-white.png") center center no-repeat #c9ced1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  ul.pager li.pager-next a,
ul.inline.pager li.pager-next a,
ol.pager li.pager-next a,
ol.inline.pager li.pager-next a,
.item-list ul.pager li.pager-next a,
.item-list ol.pager li.pager-next a {
    background-image: url("../../images/arrows/arrow-right-8x11-white@2x.png");
    background-size: 8px 11px;
  }
}
ul.pager li.pager-next a:hover, ul.pager li.pager-next a:focus,
ul.inline.pager li.pager-next a:hover,
ul.inline.pager li.pager-next a:focus,
ol.pager li.pager-next a:hover,
ol.pager li.pager-next a:focus,
ol.inline.pager li.pager-next a:hover,
ol.inline.pager li.pager-next a:focus,
.item-list ul.pager li.pager-next a:hover,
.item-list ul.pager li.pager-next a:focus,
.item-list ol.pager li.pager-next a:hover,
.item-list ol.pager li.pager-next a:focus {
  background-color: #e5af39;
}
ul.pager li.pager-previous a,
ul.inline.pager li.pager-previous a,
ol.pager li.pager-previous a,
ol.inline.pager li.pager-previous a,
.item-list ul.pager li.pager-previous a,
.item-list ol.pager li.pager-previous a {
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  padding: 0;
  background: url("../../images/arrows/arrow-left-8x11-white.png") center center no-repeat #c9ced1;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  ul.pager li.pager-previous a,
ul.inline.pager li.pager-previous a,
ol.pager li.pager-previous a,
ol.inline.pager li.pager-previous a,
.item-list ul.pager li.pager-previous a,
.item-list ol.pager li.pager-previous a {
    background-image: url("../../images/arrows/arrow-left-8x11-white@2x.png");
    background-size: 8px 11px;
  }
}
ul.pager li.pager-previous a:hover, ul.pager li.pager-previous a:focus,
ul.inline.pager li.pager-previous a:hover,
ul.inline.pager li.pager-previous a:focus,
ol.pager li.pager-previous a:hover,
ol.pager li.pager-previous a:focus,
ol.inline.pager li.pager-previous a:hover,
ol.inline.pager li.pager-previous a:focus,
.item-list ul.pager li.pager-previous a:hover,
.item-list ul.pager li.pager-previous a:focus,
.item-list ol.pager li.pager-previous a:hover,
.item-list ol.pager li.pager-previous a:focus {
  background-color: #e5af39;
}
ul.pager li.pager-last, ul.pager li.pager-first,
ul.inline.pager li.pager-last,
ul.inline.pager li.pager-first,
ol.pager li.pager-last,
ol.pager li.pager-first,
ol.inline.pager li.pager-last,
ol.inline.pager li.pager-first,
.item-list ul.pager li.pager-last,
.item-list ul.pager li.pager-first,
.item-list ol.pager li.pager-last,
.item-list ol.pager li.pager-first {
  display: none;
}

hr {
  display: block;
  height: 1px !important;
  margin: 0 0 20px 0;
  padding: 0;
  zoom: 1;
  border: none;
  background: #373737;
}

.hidden,
.element-invisible {
  height: 1px;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

.hidden.element-focusable:active:active, .hidden.element-focusable:active:focus,
.hidden.element-focusable:focus:active,
.hidden.element-focusable:focus:focus,
.element-invisible.element-focusable:active:active,
.element-invisible.element-focusable:active:focus,
.element-invisible.element-focusable:focus:active,
.element-invisible.element-focusable:focus:focus {
  position: static !important;
  clip: auto;
}

*::-webkit-selection {
  color: white;
  background: #e5af39 !important;
}

*::selection {
  color: white;
  background: #e5af39 !important;
}

.noscript {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 30px 40px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
  overflow: hidden;
  background: #e5af39;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.js .noscript {
  display: none;
}

/* @end */
/* = END = */
/* =============== */
/* = PACE LOADER = */
/* =============== */
/* @group Pace Loader Layout */
.pace {
  height: 100%;
  width: 100%;
  margin: auto;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  background: #00508c;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  -o-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  width: 80px;
  height: 20px;
  margin: 50px 0 0 -40px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  transform: translate3d(0, 0, 0) !important;
}
.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
  width: 80px;
  height: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.pace .pace-activity {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2001;
  background-image: url("../../images/logo-en-white.png");
  background-position: center center;
  background-repeat: no-repeat;
}
.pace.pace-active {
  background: #00508c;
}
.pace.pace-inactive {
  display: none;
  background: transparent;
  transition: background 0.4s ease-in-out;
}
.pace.pace-inactive .pace-progress,
.pace.pace-inactive .pace-activity {
  display: none;
}

body.front #page {
  opacity: 0;
}

body.pace-done .pace {
  display: none;
}
body.pace-done #page {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

body.i18n-fr .pace .pace-activity {
  background-image: url("../../images/logo-fr-white.png");
}

body.i18n-nl .pace .pace-activity {
  background-image: url("../../images/logo-nl-white.png");
}

body.i18n-de .pace .pace-activity {
  background-image: url("../../images/logo-de-white.png");
}

body.i18n-en .pace .pace-activity {
  background-image: url("../../images/logo-en-white.png");
}

/* @end */
/* ======= */
/* = END = */
/* ======= */
/* ================ */
/* = DRUPAL STUFF = */
/* ================ */
/* @group Toolbar Layout Changes */
/* @end */
/* @group Drupal Messages */
#drupal-messages {
  margin: 0 0 40px 0;
  padding: 30px 30px 15px 30px;
  position: relative;
  overflow: hidden;
  background: #00508c;
}
#drupal-messages .messages {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: white;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
#drupal-messages .messages + messages {
  padding-top: 30px;
}
#drupal-messages .messages p,
#drupal-messages .messages * {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: white;
}
#drupal-messages .messages a {
  text-decoration: underline;
}
#drupal-messages .messages a:hover, #drupal-messages .messages a:focus {
  text-decoration: none;
}
#drupal-messages .messages ul,
#drupal-messages .messages ol {
  display: block;
  margin: 0 0 14px 0;
  padding: 0;
  overflow: hidden;
}
#drupal-messages .messages ul li,
#drupal-messages .messages ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding: 0 0 2px 14px;
}
#drupal-messages .messages ul ul,
#drupal-messages .messages ol ul {
  margin: 0 0 -2px 20px;
  padding: 0;
}
#drupal-messages .messages ul ol,
#drupal-messages .messages ol ol {
  margin: 0 0 -2px 30px;
  padding: 0;
}
#drupal-messages .messages ul li {
  background-image: url("../../images/bullets/bullet-yellow.png");
  background-position: 0 9px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #drupal-messages .messages ul li {
    background-image: url("../../images/bullets/bullet-yellow@2x.png");
    background-size: 4px 4px;
  }
}
#drupal-messages .messages ul li ul li {
  background-image: url("../../images/bullets/bullet-empty-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #drupal-messages .messages ul li ul li {
    background-image: url("../../images/bullets/bullet-empty-yellow@2x.png");
    background-size: 4px 4px;
  }
}
#drupal-messages .messages ol li {
  padding-left: 0;
  list-style: decimal inside;
}
#drupal-messages .messages.error, #drupal-messages .messages.status {
  border: none;
  background: none;
}

/* @end */
/* @group Drupal Tabs */
#drupal-tabs {
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #00508c;
}
#drupal-tabs > h2 {
  display: none;
}
#drupal-tabs .tabs {
  display: block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 10px;
  border: none;
  overflow: hidden;
}
#drupal-tabs .tabs li {
  display: block;
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  background: none;
}
#drupal-tabs .tabs li a {
  display: block;
  float: left;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 10px;
  border: none;
  background: none;
}
#drupal-tabs .tabs li a:hover, #drupal-tabs .tabs li a:focus, #drupal-tabs .tabs li a.active {
  color: #e5af39;
}

/* @end */
/* = END = */
/* ========== */
/* = HEADER = */
/* ========== */
/* @group Site Name in Header */
#site-name {
  height: 85px;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
  overflow: visible;
}
#site-name:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
#site-name h1,
#site-name a {
  display: inline-block;
  text-align: center;
  margin: 0;
  padding: 0;
}
#site-name h1 img,
#site-name a img {
  display: block;
  width: auto;
  height: 85px;
  margin: 0;
}
#site-name a:hover, #site-name a:focus {
  -ms-box-shadow: 0 0 10px #e5af39;
  -o-box-shadow: 0 0 10px #e5af39;
  box-shadow: 0 0 10px #e5af39;
}

/* @end */
/* @group Block Search Forum in Header */
#header .block-views--exp-search2-page {
  height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 65px;
}
#header .block-views--exp-search2-page > h2 {
  display: none;
}
#header .block-views--exp-search2-page form {
  margin: 0;
  padding: 0;
}
#header .block-views--exp-search2-page form .views-exposed-form {
  margin: 0;
  padding: 0;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets {
  display: block;
  min-width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  margin: 0;
  padding: 0;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .views-widget {
  margin: 0;
  padding: 0;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item {
  display: block;
  margin: 0;
  padding: 0;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item label {
  display: none;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text {
  display: block;
  float: right;
  width: 125px;
  height: 30px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
  color: #b4b7be;
  margin: 0;
  padding: 0 30px 0 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #b4b7be;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text:hover, #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text:focus {
  color: #e5af39;
  border-color: #e5af39;
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../../images/search-icons.png") center top no-repeat transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
    background-image: url("../../images/search-icons@2x.png");
    background-size: 19px 90px;
  }
}
#header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit:hover, #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit:focus {
  background-position: center bottom;
}
#header .block-views--exp-search2-page .contextual-links-wrapper {
  right: -30px;
}

/* @end */
/* @group Block Locale in Header */
#header .block-locale {
  display: none;
  height: 20px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 76px;
}
#header .block-locale:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
#header .block-locale > h2 {
  display: none;
}
#header .block-locale ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#header .block-locale ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#header .block-locale ul li .language-link {
  display: block;
  height: 20px;
  font-size: 10px;
  line-height: 20px;
  color: #00508c;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0 3px;
}
#header .block-locale ul li .language-link:hover, #header .block-locale ul li .language-link:focus {
  color: #e5af39;
}
#header .block-locale ul li .language-link.locale-untranslated {
  color: rgba(65, 65, 65, 0.5);
}
#header .block-locale ul li .language-link.active {
  color: white;
  padding: 0 6px;
  cursor: default;
  background-color: #e5af39;
}
#header .block-locale ul li:first-child .language-link {
  padding-left: 0;
}
#header .block-locale ul li:first-child .language-link.active {
  padding-left: 6px;
}
#header .block-locale ul li:last-child .language-link {
  padding-right: 0;
}
#header .block-locale ul li:last-child .language-link.active {
  padding-right: 6px;
}
#header .block-locale .contextual-links-wrapper {
  right: -35px;
}

body.header-expanded #header .block-locale {
  display: block;
}

/* @end */
/* @group Nav Handler in Header */
#header .nav-handler {
  display: block;
  width: 34px;
  height: 30px;
  font-size: 10px;
  line-height: 30px;
  color: #00508c;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: -15px 0 0 0;
  padding: 0;
  position: absolute;
  left: -5px;
  bottom: 11px;
  z-index: 20;
  background: url("../../images/nav-handler.png") -204px top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #header .nav-handler {
    background-image: url("../../images/nav-handler@2x.png");
    background-size: 646px 60px;
  }
}
#header .nav-handler span {
  opacity: 0;
}
#header .nav-handler.handler-close {
  background-position: -204px top;
}
#header .nav-handler.handler-close:focus, #header .nav-handler.handler-close.handler-on {
  background-position: -204px bottom;
  animation: handler-anim-close-on 0.2s steps(6, end) 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
#header .nav-handler.handler-close:focus span, #header .nav-handler.handler-close.handler-on span {
  color: #e5af39;
  animation: handler-anim-close-text-on 0.2s ease 1;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
#header .nav-handler.handler-close.handler-off {
  background-position: 0 top;
  animation: handler-anim-close-off 0.2s steps(6, end) 1;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
#header .nav-handler.handler-close.handler-off span {
  animation: handler-anim-close-text-off 0.2s ease 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
#header .nav-handler.handler-open {
  cursor: pointer;
}
#header .nav-handler.handler-open:focus, #header .nav-handler.handler-open.handler-on {
  background-position: -204px bottom;
  animation: handler-anim-open-on 0.2s steps(6, end) 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
}
#header .nav-handler.handler-open.handler-off {
  background-position: -204px top;
  animation: handler-anim-open-off 0.2s steps(6, end) 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
}

body.header-expanded #header .nav-handler {
  display: none;
}
@keyframes handler-anim-open-on {
  from {
    background-position: -204px bottom;
  }
  to {
    background-position: -408px bottom;
  }
}
@keyframes handler-anim-open-off {
  from {
    background-position: -408px top;
  }
  to {
    background-position: -612px top;
  }
}
@keyframes handler-anim-close-on {
  from {
    background-position: -204px bottom;
  }
  to {
    background-position: 0 bottom;
  }
}
@keyframes handler-anim-close-off {
  from {
    background-position: 0 top;
  }
  to {
    background-position: -204px top;
  }
}
@keyframes handler-anim-close-text-on {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes handler-anim-close-text-off {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* @end */
/* @group Navigation in Header */
#navigation {
  margin: 0;
  padding: 0;
}
/* @group Block Main Menu in Header */
#header .block-menu {
  height: 20px;
  margin: 0 30px;
  padding: 0;
}
#header .block-menu ul {
  text-align: center;
  margin: 0;
  padding: 1px 0;
}
#header .block-menu ul li {
  display: inline-block;
  margin: 0 7px;
  padding: 0;
}
#header .block-menu ul li a {
  display: inline-block;
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#header .block-menu ul li a:hover, #header .block-menu ul li a:focus {
  color: #e5af39;
}
#header .block-menu ul li a.active-trail {
  color: #e5af39;
}
#header .block-menu ul li a.active-section, #header .block-menu ul li a.section-link-active {
  color: #e5af39;
}
#header .block-menu ul li ul {
  display: none;
}

/* @end */
/* = END = */
/* ================= */
/* = SECTION TITLE = */
/* ================= */
/* @group Breadcrumb in Section Title */
#section-title-wrapper #section-title .easy-breadcrumb {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment {
  display: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
#section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-1 {
  display: block;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 54px;
  color: white;
}
#section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title {
  display: block;
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: #e5af39;
}
#section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator {
  display: none;
}

/* @end */
/* = END = */
/* ======== */
/* = MAIN = */
/* ======== */
/* @group Block Easy Bredcrumb */
.block-easy-breadcrumb {
  clear: both;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.block-easy-breadcrumb .easy-breadcrumb {
  float: left;
  margin: 0;
  padding: 0 0 1px 0;
  overflow: hidden;
  border-left: 1px solid #eef0f6;
}
.block-easy-breadcrumb .easy-breadcrumb a {
  text-decoration: underline;
}
.block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #004070;
  text-transform: uppercase;
  margin: 0 0 -1px 0;
  padding: 5px 14px 5px 20px;
  border-top: 1px solid #eef0f6;
  border-bottom: 1px solid #eef0f6;
}
.block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment:hover, .block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment:focus {
  color: #e5af39;
}
.block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-front {
  width: 16px;
  height: 26px;
  padding: 0 10px 0 16px;
  text-decoration: none;
  text-indent: -9999px;
  background-image: url("../../images/breadcrumb-front.png");
  background-position: 16px top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-front {
    background-image: url("../../images/breadcrumb-front@2x.png");
    background-size: 16px 53px;
  }
}
.block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-front:hover, .block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-front:focus {
  background-position: 16px bottom;
}
.block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title {
  color: #004070;
  text-decoration: none;
  padding-left: 20px;
  border: 1px solid #eef0f6;
  border-left: 0;
}
.block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment-separator {
  display: block;
  float: left;
  width: 11px;
  height: 28px;
  text-indent: -9999px;
  margin: 0 -10px -1px 0;
  padding: 0;
  background: url("../../images/breadcrumb-separator.png") center center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .block-easy-breadcrumb .easy-breadcrumb .easy-breadcrumb_segment-separator {
    background-image: url("../../images/breadcrumb-separator@2x.png");
    background-size: 11px 28px;
  }
}

body.front .block-easy-breadcrumb {
  display: none;
}

/* @end */
/* Colorbox Overlay */
#cboxOverlay {
  background: #00508c;
}

#cboxWrapper {
  border-radius: 0;
  background: transparent;
}
#cboxWrapper #cboxMiddleLeft,
#cboxWrapper #cboxMiddleRight {
  width: 75px;
  margin: 50px 0;
}
#cboxWrapper #cboxContent {
  margin: 50px 0;
  padding: 0;
  overflow: visible;
}
#cboxWrapper #cboxContent:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
#cboxWrapper #cboxContent #cboxLoadedContent {
  padding: 10px;
  margin: 0;
  background: #e5af39;
}
#cboxWrapper #cboxContent #cboxClose {
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: -20px;
  top: 0;
  border: 0;
  background-image: url("../../images/icons/icons-close.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cboxWrapper #cboxContent #cboxClose {
    background-image: url("../../images/icons/icons-close@2x.png");
    background-size: 10px 21px;
  }
}
#cboxWrapper #cboxContent #cboxClose:hover, #cboxWrapper #cboxContent #cboxClose:focus {
  background-position: center bottom;
}
#cboxWrapper #cboxContent #cboxNext,
#cboxWrapper #cboxContent #cboxPrevious {
  width: 26px;
  height: 52px;
  margin: -26px 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
#cboxWrapper #cboxContent #cboxNext {
  left: auto;
  right: -36px;
  background-image: url("../../images/arrows/arrow-right-26x52-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cboxWrapper #cboxContent #cboxNext {
    background-image: url("../../images/icons/arrow-right-26x52-white@2x.png");
    background-size: 26px 52px;
  }
}
#cboxWrapper #cboxContent #cboxNext:hover, #cboxWrapper #cboxContent #cboxNext:focus {
  background-image: url("../../images/arrows/arrow-right-26x52-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cboxWrapper #cboxContent #cboxNext:hover, #cboxWrapper #cboxContent #cboxNext:focus {
    background-image: url("../../images/icons/arrow-right-26x52-yellow@2x.png");
    background-size: 26px 52px;
  }
}
#cboxWrapper #cboxContent #cboxPrevious {
  left: -36px;
  right: auto;
  background-image: url("../../images/arrows/arrow-left-26x52-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cboxWrapper #cboxContent #cboxPrevious {
    background-image: url("../../images/icons/arrow-left-26x52-white@2x.png");
    background-size: 26px 52px;
  }
}
#cboxWrapper #cboxContent #cboxPrevious:hover, #cboxWrapper #cboxContent #cboxPrevious:focus {
  background-image: url("../../images/arrows/arrow-left-26x52-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #cboxWrapper #cboxContent #cboxPrevious:hover, #cboxWrapper #cboxContent #cboxPrevious:focus {
    background-image: url("../../images/icons/arrow-left-26x52-yellow@2x.png");
    background-size: 26px 52px;
  }
}
#cboxWrapper #cboxContent #cboxCurrent {
  display: none !important;
  text-indent: -9999px;
}
#cboxWrapper #cboxContent #cboxTitle {
  width: calc(100% - 20px);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  margin: 0;
  padding: 30px 10px 10px 10px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
}
#cboxWrapper #cboxExternalGallery {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  text-align: center;
}
#cboxWrapper #cboxExternalGallery a.external-gallery {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  transition: background-color 0.2s ease-in-out;
  display: inline-block;
  height: 42px;
  padding: 11px 20px;
  border: 0 none;
  margin: 0;
  color: white;
  background: #e5af39;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
}
#cboxWrapper #cboxExternalGallery a.external-gallery:hover, #cboxWrapper #cboxExternalGallery a.external-gallery:focus {
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border: 0 none;
  background: #00508c;
  outline: none;
}

body.front #colorbox #cboxContent #cboxTitle {
  background-color: rgba(0, 80, 140, 0.8);
}

/* @end */
/* Flickr Galleria in Content Bottom */
.flickr-galleria {
  width: 430px;
  height: 300px;
  width: 100%;
  height: 400px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
.flickr-galleria .galleria-loader {
  background-image: url("../../images/galleria/classic-loader.gif");
}
.flickr-galleria .galleria-container {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
}
.flickr-galleria .galleria-container .galleria-stage .galleria-counter {
  display: none !important;
  opacity: 0 !important;
}
.flickr-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-right,
.flickr-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-left {
  opacity: 1;
  background-image: url("../../images/galleria/classic-map.png");
}
.flickr-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-right:hover, .flickr-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-right:focus,
.flickr-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-left:hover,
.flickr-galleria .galleria-container .galleria-stage .galleria-image-nav .galleria-image-nav-left:focus {
  background-image: url("../../images/galleria/classic-map-hover.png");
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right,
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left {
  opacity: 1;
  background-image: url("../../images/galleria/classic-map.png");
  background-color: transparent;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right:hover, .flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right:focus,
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left:hover,
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left:focus {
  background-image: url("../../images/galleria/classic-map-hover.png");
  background-color: transparent;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-right.disabled,
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumb-nav-left.disabled {
  display: none;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image {
  position: relative;
  border: 1px solid #00508c;
  background: #00508c;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image:after {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: 4px solid #e5af39;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image img {
  opacity: 1 !important;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image:hover, .flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image:focus, .flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image.active {
  border-color: #e5af39;
}
.flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image:hover:after, .flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image:focus:after, .flickr-galleria .galleria-container .galleria-thumbnails-container .galleria-thumbnails-list .galleria-image.active:after {
  display: block;
}
.flickr-galleria .galleria-container .galleria-info {
  display: none !important;
}
.flickr-galleria .galleria-container .galleria-info .galleria-info-link {
  opacity: 1;
  background-color: #00508c;
}
.flickr-galleria .galleria-container .galleria-info .galleria-info-link:hover, .flickr-galleria .galleria-container .galleria-info .galleria-info-link:focus {
  background-color: #e5af39;
}
.flickr-galleria .galleria-container .galleria-info .galleria-info-text {
  background-color: #00508c;
}
.flickr-galleria .galleria-container .galleria-info .galleria-info-close {
  opacity: 1;
}
.flickr-galleria .galleria-container .galleria-tooltip {
  display: none !important;
  opacity: 0 !important;
}

/* @end */
/* @group Flickr CTA in Content Bottom */
.flickr-cta {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
}
.flickr-cta a {
  display: block;
  float: right;
  height: 26px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  color: white;
  text-transform: none;
  margin: 0;
  padding: 5px 10px;
  border: none;
  background: #00508c;
}
.flickr-cta a:hover, .flickr-cta a:focus {
  background-color: #e5af39;
}

/* = END = */
/* =========== */
/* = SIDEBAR = */
/* =========== */
/* @group Block Default in Sidebar Left/Right */
.sidebar .block {
  margin: 0 0 40px 0;
  padding: 0;
  overflow: hidden;
}
.sidebar .block > h2 {
  font-size: 24px;
  line-height: 26px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: #00508c;
}

/* @end */
/* Block Menu in Sidebar Left/Right */
.sidebar .block-menu,
.sidebar .block-menu-block {
  background: #f1f3f4;
}
.sidebar .block-menu > h2,
.sidebar .block-menu-block > h2 {
  display: none;
}
.sidebar .block-menu .menu-title,
.sidebar .block-menu-block .menu-title {
  display: none;
}
.sidebar .block-menu ul.menu,
.sidebar .block-menu-block ul.menu {
  margin: 0;
  padding: 0;
}
.sidebar .block-menu ul.menu li,
.sidebar .block-menu-block ul.menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .block-menu ul.menu li a,
.sidebar .block-menu-block ul.menu li a {
  display: block;
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #00508c;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 13px 30px;
  position: relative;
  overflow: hidden;
}
.sidebar .block-menu ul.menu li a:hover, .sidebar .block-menu ul.menu li a:focus,
.sidebar .block-menu-block ul.menu li a:hover,
.sidebar .block-menu-block ul.menu li a:focus {
  color: #e5af39;
}
.sidebar .block-menu ul.menu li a.active, .sidebar .block-menu ul.menu li a.active-trail,
.sidebar .block-menu-block ul.menu li a.active,
.sidebar .block-menu-block ul.menu li a.active-trail {
  color: white;
  padding-right: 40px;
  background: #00508c;
}
.sidebar .block-menu ul.menu li a.active:after, .sidebar .block-menu ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li a.active-trail:after {
  content: "";
  display: block;
  width: 13px;
  height: 17px;
  margin: -8px 0 0 0;
  padding: 0;
  position: absolute;
  right: 25px;
  top: 50%;
  background: url("../../images/arrows/arrow-right-13x17-yellow.png") right center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-menu ul.menu li a.active:after, .sidebar .block-menu ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li a.active-trail:after {
    background-image: url("../../images/arrows/arrow-right-13x17-yellow@2x.png");
    background-size: 13px 17px;
  }
}
.sidebar .block-menu ul.menu li ul.menu,
.sidebar .block-menu-block ul.menu li ul.menu {
  background: rgba(0, 80, 140, 0.1);
}
.sidebar .block-menu ul.menu li ul.menu li a,
.sidebar .block-menu-block ul.menu li ul.menu li a {
  padding: 11px 30px 11px 45px;
}
.sidebar .block-menu ul.menu li ul.menu li a:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  margin: -6px 0 0 0;
  padding: 0;
  position: absolute;
  left: 30px;
  top: 50%;
  background: url("../../images/arrows/arrow-right-9x12-blue.png") left center no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-menu ul.menu li ul.menu li a:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:after {
    background-image: url("../../images/arrows/arrow-right-9x12-blue@2x.png");
    background-size: 9px 12px;
  }
}
.sidebar .block-menu ul.menu li ul.menu li a:hover:after, .sidebar .block-menu ul.menu li ul.menu li a:focus:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:hover:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:focus:after {
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-menu ul.menu li ul.menu li a:hover:after, .sidebar .block-menu ul.menu li ul.menu li a:focus:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:hover:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:focus:after {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}
.sidebar .block-menu ul.menu li ul.menu li a.active, .sidebar .block-menu ul.menu li ul.menu li a.active-trail,
.sidebar .block-menu-block ul.menu li ul.menu li a.active,
.sidebar .block-menu-block ul.menu li ul.menu li a.active-trail {
  color: white;
  background-color: rgba(0, 80, 140, 0.2);
}
.sidebar .block-menu ul.menu li ul.menu li a.active:after, .sidebar .block-menu ul.menu li ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active-trail:after {
  background-image: url("../../images/arrows/arrow-right-9x12-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-menu ul.menu li ul.menu li a.active:after, .sidebar .block-menu ul.menu li ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active-trail:after {
    background-image: url("../../images/arrows/arrow-right-9x12-white@2x.png");
    background-size: 9px 12px;
  }
}
.sidebar .block-menu ul.menu li ul.menu li ul.menu,
.sidebar .block-menu-block ul.menu li ul.menu li ul.menu {
  display: none;
}

/* @end */
/* @group Block Views in Sidebar */
.sidebar .block-views .view .view-content .views-row {
  margin: 0 20px 16px 20px;
  padding: 0 0 16px 0;
  border-bottom: 1px solid #eef0f6;
}
.sidebar .block-views .view .view-content .views-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar .block-views .view .more-link {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.sidebar .block-views .view .more-link:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 10;
  background: #bfc1c9;
}
.sidebar .block-views .view .more-link a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #00508c;
  text-indent: -9999px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 12;
  border: 1px solid #bfc1c9;
  background-image: url("../../images/see-more-icons.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-views .view .more-link a {
    background-image: url("../../images/see-more-icons@2x.png");
    background-size: 40px 122px;
  }
}
.sidebar .block-views .view .more-link a:hover, .sidebar .block-views .view .more-link a:focus {
  border-color: #e5af39;
  background-position: center center;
}

/* @end */
/* @group Block Flickr link in Sidebar */
.sidebar .block-views-flickr-link-block {
  margin-bottom: 20px;
}
.sidebar .block-views-flickr-link-block > h2 {
  display: none;
}
.sidebar .block-views-flickr-link-block .agenda-item-flickr-link {
  display: block;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  color: white;
  margin: 0;
  padding: 20px 20px 20px 78px;
  position: relative;
  background: #00508c;
}
.sidebar .block-views-flickr-link-block .agenda-item-flickr-link:before {
  content: "";
  display: block;
  width: 38px;
  height: 30px;
  margin: -15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  background-image: url("../../images/icons/icons-press-photos.png");
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-views-flickr-link-block .agenda-item-flickr-link:before {
    background-image: url("../../images/icons/icons-press-photos@2x.png");
    background-size: 38px 61px;
  }
}
.sidebar .block-views-flickr-link-block .agenda-item-flickr-link .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.sidebar .block-views-flickr-link-block .agenda-item-flickr-link:hover, .sidebar .block-views-flickr-link-block .agenda-item-flickr-link:focus {
  background: #e5af39;
}
.sidebar .block-views-flickr-link-block .agenda-item-flickr-link:hover:before, .sidebar .block-views-flickr-link-block .agenda-item-flickr-link:focus:before {
  background-position: center bottom;
}

/* @end */
/* = END = */
/* ================ */
/* = NODE DEFAULT = */
/* ================ */
/* @group Node Default Full */
.content .node-view-full .field-name-field-date-withend,
.content .view-mode-full .field-name-field-date-withend {
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
  color: #e5af39;
  margin: 0 0 20px 0;
  padding: 0;
}
.content .node-view-full .field-name-title + .field-name-field-date-withend,
.content .view-mode-full .field-name-title + .field-name-field-date-withend {
  margin-top: -10px;
}
.content .node-view-full .field-name-field-image,
.content .view-mode-full .field-name-field-image {
  float: right;
  margin: 0 0 0 40px;
  padding: 0;
  overflow: hidden;
}
.content .node-view-full .field-name-field-image img,
.content .view-mode-full .field-name-field-image img {
  display: block;
  margin: 0;
}
.content .node-view-full .field-summary,
.content .node-view-full .field-name-field-summary,
.content .node-view-full .field-name-field-article-summary,
.content .view-mode-full .field-summary,
.content .view-mode-full .field-name-field-summary,
.content .view-mode-full .field-name-field-article-summary {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0;
}
.content .node-view-full .field-type-text-long,
.content .node-view-full .field-name-body,
.content .node-view-full .field-name-field-body,
.content .view-mode-full .field-type-text-long,
.content .view-mode-full .field-name-body,
.content .view-mode-full .field-name-field-body {
  margin: 0;
  padding: 0;
}
.content .node-view-full .field-type-text-long:after,
.content .node-view-full .field-name-body:after,
.content .node-view-full .field-name-field-body:after,
.content .view-mode-full .field-type-text-long:after,
.content .view-mode-full .field-name-body:after,
.content .view-mode-full .field-name-field-body:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
.content .node-view-full .field-type-text-long p.intro,
.content .node-view-full .field-name-body p.intro,
.content .node-view-full .field-name-field-body p.intro,
.content .view-mode-full .field-type-text-long p.intro,
.content .view-mode-full .field-name-body p.intro,
.content .view-mode-full .field-name-field-body p.intro {
  font-size: 20px;
  line-height: 26px;
}
.content .node-view-full .field-type-text-long p.align-left,
.content .node-view-full .field-name-body p.align-left,
.content .node-view-full .field-name-field-body p.align-left,
.content .view-mode-full .field-type-text-long p.align-left,
.content .view-mode-full .field-name-body p.align-left,
.content .view-mode-full .field-name-field-body p.align-left {
  float: left;
}
.content .node-view-full .field-type-text-long p.align-right,
.content .node-view-full .field-name-body p.align-right,
.content .node-view-full .field-name-field-body p.align-right,
.content .view-mode-full .field-type-text-long p.align-right,
.content .view-mode-full .field-name-body p.align-right,
.content .view-mode-full .field-name-field-body p.align-right {
  float: right;
}
.content .node-view-full .field-type-text-long p.align-center,
.content .node-view-full .field-name-body p.align-center,
.content .node-view-full .field-name-field-body p.align-center,
.content .view-mode-full .field-type-text-long p.align-center,
.content .view-mode-full .field-name-body p.align-center,
.content .view-mode-full .field-name-field-body p.align-center {
  text-align: center;
}
.content .node-view-full .field-type-text-long p.align-center > figure,
.content .node-view-full .field-name-body p.align-center > figure,
.content .node-view-full .field-name-field-body p.align-center > figure,
.content .view-mode-full .field-type-text-long p.align-center > figure,
.content .view-mode-full .field-name-body p.align-center > figure,
.content .view-mode-full .field-name-field-body p.align-center > figure {
  display: inline-block;
}
.content .node-view-full .field-type-text-long img,
.content .node-view-full .field-name-body img,
.content .node-view-full .field-name-field-body img,
.content .view-mode-full .field-type-text-long img,
.content .view-mode-full .field-name-body img,
.content .view-mode-full .field-name-field-body img {
  max-width: 100%;
  height: auto !important;
}
.content .node-view-full .field-type-text-long a,
.content .node-view-full .field-name-body a,
.content .node-view-full .field-name-field-body a,
.content .view-mode-full .field-type-text-long a,
.content .view-mode-full .field-name-body a,
.content .view-mode-full .field-name-field-body a {
  text-decoration: underline;
}
.content .node-view-full .field-type-text-long a:hover, .content .node-view-full .field-type-text-long a:focus,
.content .node-view-full .field-name-body a:hover,
.content .node-view-full .field-name-body a:focus,
.content .node-view-full .field-name-field-body a:hover,
.content .node-view-full .field-name-field-body a:focus,
.content .view-mode-full .field-type-text-long a:hover,
.content .view-mode-full .field-type-text-long a:focus,
.content .view-mode-full .field-name-body a:hover,
.content .view-mode-full .field-name-body a:focus,
.content .view-mode-full .field-name-field-body a:hover,
.content .view-mode-full .field-name-field-body a:focus {
  text-decoration: none;
}
.content .node-view-full .field-type-text-long ul,
.content .node-view-full .field-type-text-long ol,
.content .node-view-full .field-name-body ul,
.content .node-view-full .field-name-body ol,
.content .node-view-full .field-name-field-body ul,
.content .node-view-full .field-name-field-body ol,
.content .view-mode-full .field-type-text-long ul,
.content .view-mode-full .field-type-text-long ol,
.content .view-mode-full .field-name-body ul,
.content .view-mode-full .field-name-body ol,
.content .view-mode-full .field-name-field-body ul,
.content .view-mode-full .field-name-field-body ol {
  display: block;
  margin: 0 0 14px 0;
  padding: 0;
  overflow: hidden;
}
.content .node-view-full .field-type-text-long ul li,
.content .node-view-full .field-type-text-long ol li,
.content .node-view-full .field-name-body ul li,
.content .node-view-full .field-name-body ol li,
.content .node-view-full .field-name-field-body ul li,
.content .node-view-full .field-name-field-body ol li,
.content .view-mode-full .field-type-text-long ul li,
.content .view-mode-full .field-type-text-long ol li,
.content .view-mode-full .field-name-body ul li,
.content .view-mode-full .field-name-body ol li,
.content .view-mode-full .field-name-field-body ul li,
.content .view-mode-full .field-name-field-body ol li {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0;
  padding: 0 0 2px 14px;
}
.content .node-view-full .field-type-text-long ul ul,
.content .node-view-full .field-type-text-long ol ul,
.content .node-view-full .field-name-body ul ul,
.content .node-view-full .field-name-body ol ul,
.content .node-view-full .field-name-field-body ul ul,
.content .node-view-full .field-name-field-body ol ul,
.content .view-mode-full .field-type-text-long ul ul,
.content .view-mode-full .field-type-text-long ol ul,
.content .view-mode-full .field-name-body ul ul,
.content .view-mode-full .field-name-body ol ul,
.content .view-mode-full .field-name-field-body ul ul,
.content .view-mode-full .field-name-field-body ol ul {
  margin: 0 0 -2px 20px;
  padding: 0;
}
.content .node-view-full .field-type-text-long ul ol,
.content .node-view-full .field-type-text-long ol ol,
.content .node-view-full .field-name-body ul ol,
.content .node-view-full .field-name-body ol ol,
.content .node-view-full .field-name-field-body ul ol,
.content .node-view-full .field-name-field-body ol ol,
.content .view-mode-full .field-type-text-long ul ol,
.content .view-mode-full .field-type-text-long ol ol,
.content .view-mode-full .field-name-body ul ol,
.content .view-mode-full .field-name-body ol ol,
.content .view-mode-full .field-name-field-body ul ol,
.content .view-mode-full .field-name-field-body ol ol {
  margin: 0 0 -2px 30px;
  padding: 0;
}
.content .node-view-full .field-type-text-long ul li,
.content .node-view-full .field-name-body ul li,
.content .node-view-full .field-name-field-body ul li,
.content .view-mode-full .field-type-text-long ul li,
.content .view-mode-full .field-name-body ul li,
.content .view-mode-full .field-name-field-body ul li {
  background-image: url("../../images/bullets/bullet-blue.png");
  background-position: 0 9px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-view-full .field-type-text-long ul li,
.content .node-view-full .field-name-body ul li,
.content .node-view-full .field-name-field-body ul li,
.content .view-mode-full .field-type-text-long ul li,
.content .view-mode-full .field-name-body ul li,
.content .view-mode-full .field-name-field-body ul li {
    background-image: url("../../images/bullets/bullet-blue@2x.png");
    background-size: 4px 4px;
  }
}
.content .node-view-full .field-type-text-long ul li ul li,
.content .node-view-full .field-name-body ul li ul li,
.content .node-view-full .field-name-field-body ul li ul li,
.content .view-mode-full .field-type-text-long ul li ul li,
.content .view-mode-full .field-name-body ul li ul li,
.content .view-mode-full .field-name-field-body ul li ul li {
  background-image: url("../../images/bullets/bullet-empty-blue.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-view-full .field-type-text-long ul li ul li,
.content .node-view-full .field-name-body ul li ul li,
.content .node-view-full .field-name-field-body ul li ul li,
.content .view-mode-full .field-type-text-long ul li ul li,
.content .view-mode-full .field-name-body ul li ul li,
.content .view-mode-full .field-name-field-body ul li ul li {
    background-image: url("../../images/bullets/bullet-empty-blue@2x.png");
    background-size: 4px 4px;
  }
}
.content .node-view-full .field-type-text-long ul li ol li,
.content .node-view-full .field-name-body ul li ol li,
.content .node-view-full .field-name-field-body ul li ol li,
.content .view-mode-full .field-type-text-long ul li ol li,
.content .view-mode-full .field-name-body ul li ol li,
.content .view-mode-full .field-name-field-body ul li ol li {
  padding-left: 0;
  list-style: decimal inside;
  background: transparent;
}
.content .node-view-full .field-type-text-long ol li,
.content .node-view-full .field-name-body ol li,
.content .node-view-full .field-name-field-body ol li,
.content .view-mode-full .field-type-text-long ol li,
.content .view-mode-full .field-name-body ol li,
.content .view-mode-full .field-name-field-body ol li {
  padding-left: 0;
  list-style: decimal inside;
}
.content .node-view-full .field-type-text-long ol li ul li,
.content .node-view-full .field-name-body ol li ul li,
.content .node-view-full .field-name-field-body ol li ul li,
.content .view-mode-full .field-type-text-long ol li ul li,
.content .view-mode-full .field-name-body ol li ul li,
.content .view-mode-full .field-name-field-body ol li ul li {
  padding-left: 14px;
  list-style: none;
}
.content .node-view-full .field-type-text-long blockquote,
.content .node-view-full .field-name-body blockquote,
.content .node-view-full .field-name-field-body blockquote,
.content .view-mode-full .field-type-text-long blockquote,
.content .view-mode-full .field-name-body blockquote,
.content .view-mode-full .field-name-field-body blockquote {
  display: block;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  line-height: 22px;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 16px 20px;
  position: relative;
  overflow: hidden;
  background: rgba(238, 240, 246, 0.5);
}
.content .node-view-full .field-type-text-long blockquote *,
.content .node-view-full .field-name-body blockquote *,
.content .node-view-full .field-name-field-body blockquote *,
.content .view-mode-full .field-type-text-long blockquote *,
.content .view-mode-full .field-name-body blockquote *,
.content .view-mode-full .field-name-field-body blockquote * {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  text-align: left;
  margin-bottom: 0;
}
.content .node-view-full .field-type-text-long blockquote br,
.content .node-view-full .field-name-body blockquote br,
.content .node-view-full .field-name-field-body blockquote br,
.content .view-mode-full .field-type-text-long blockquote br,
.content .view-mode-full .field-name-body blockquote br,
.content .view-mode-full .field-name-field-body blockquote br {
  display: block;
}
.content .node-view-full .field-type-text-long blockquote p + p,
.content .node-view-full .field-name-body blockquote p + p,
.content .node-view-full .field-name-field-body blockquote p + p,
.content .view-mode-full .field-type-text-long blockquote p + p,
.content .view-mode-full .field-name-body blockquote p + p,
.content .view-mode-full .field-name-field-body blockquote p + p {
  padding-top: 18px;
}
.content .node-view-full .field-type-text-long iframe,
.content .node-view-full .field-type-text-long object,
.content .node-view-full .field-name-body iframe,
.content .node-view-full .field-name-body object,
.content .node-view-full .field-name-field-body iframe,
.content .node-view-full .field-name-field-body object,
.content .view-mode-full .field-type-text-long iframe,
.content .view-mode-full .field-type-text-long object,
.content .view-mode-full .field-name-body iframe,
.content .view-mode-full .field-name-body object,
.content .view-mode-full .field-name-field-body iframe,
.content .view-mode-full .field-name-field-body object {
  display: block;
  margin: 0 auto 20px auto;
}
.content .node-view-full .field-type-text-long table,
.content .node-view-full .field-name-body table,
.content .node-view-full .field-name-field-body table,
.content .view-mode-full .field-type-text-long table,
.content .view-mode-full .field-name-body table,
.content .view-mode-full .field-name-field-body table {
  width: auto;
  max-width: 100%;
  outline: none;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  border: 1px solid rgba(0, 80, 140, 0);
  border-collapse: collapse;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.content .node-view-full .field-type-text-long table tr,
.content .node-view-full .field-name-body table tr,
.content .node-view-full .field-name-field-body table tr,
.content .view-mode-full .field-type-text-long table tr,
.content .view-mode-full .field-name-body table tr,
.content .view-mode-full .field-name-field-body table tr {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.content .node-view-full .field-type-text-long table tr th,
.content .node-view-full .field-name-body table tr th,
.content .node-view-full .field-name-field-body table tr th,
.content .view-mode-full .field-type-text-long table tr th,
.content .view-mode-full .field-name-body table tr th,
.content .view-mode-full .field-name-field-body table tr th {
  font-weight: 500;
  margin: 0;
  padding: 6px 8px;
  color: white;
  border: 1px solid rgba(0, 80, 140, 0);
  background: #00508c;
}
.content .node-view-full .field-type-text-long table tr td,
.content .node-view-full .field-name-body table tr td,
.content .node-view-full .field-name-field-body table tr td,
.content .view-mode-full .field-type-text-long table tr td,
.content .view-mode-full .field-name-body table tr td,
.content .view-mode-full .field-name-field-body table tr td {
  margin: 0;
  padding: 6px 8px;
  border: 1px solid rgba(0, 80, 140, 0);
}
.content .node-view-full .field-type-text-long table tr:nth-child(even),
.content .node-view-full .field-name-body table tr:nth-child(even),
.content .node-view-full .field-name-field-body table tr:nth-child(even),
.content .view-mode-full .field-type-text-long table tr:nth-child(even),
.content .view-mode-full .field-name-body table tr:nth-child(even),
.content .view-mode-full .field-name-field-body table tr:nth-child(even) {
  background: rgba(238, 240, 246, 0.5);
}
.content .node-view-full .field-type-text-long p + h5,
.content .node-view-full .field-type-text-long p + h6,
.content .node-view-full .field-type-text-long ul + h5,
.content .node-view-full .field-type-text-long ul + h6,
.content .node-view-full .field-type-text-long ol + h5,
.content .node-view-full .field-type-text-long ol + h6,
.content .node-view-full .field-type-text-long blockquote + h5,
.content .node-view-full .field-type-text-long blockquote + h6,
.content .node-view-full .field-type-text-long iframe + h5,
.content .node-view-full .field-type-text-long iframe + h6,
.content .node-view-full .field-type-text-long object + h5,
.content .node-view-full .field-type-text-long object + h6,
.content .node-view-full .field-type-text-long table + h5,
.content .node-view-full .field-type-text-long table + h6,
.content .node-view-full .field-name-body p + h5,
.content .node-view-full .field-name-body p + h6,
.content .node-view-full .field-name-body ul + h5,
.content .node-view-full .field-name-body ul + h6,
.content .node-view-full .field-name-body ol + h5,
.content .node-view-full .field-name-body ol + h6,
.content .node-view-full .field-name-body blockquote + h5,
.content .node-view-full .field-name-body blockquote + h6,
.content .node-view-full .field-name-body iframe + h5,
.content .node-view-full .field-name-body iframe + h6,
.content .node-view-full .field-name-body object + h5,
.content .node-view-full .field-name-body object + h6,
.content .node-view-full .field-name-body table + h5,
.content .node-view-full .field-name-body table + h6,
.content .node-view-full .field-name-field-body p + h5,
.content .node-view-full .field-name-field-body p + h6,
.content .node-view-full .field-name-field-body ul + h5,
.content .node-view-full .field-name-field-body ul + h6,
.content .node-view-full .field-name-field-body ol + h5,
.content .node-view-full .field-name-field-body ol + h6,
.content .node-view-full .field-name-field-body blockquote + h5,
.content .node-view-full .field-name-field-body blockquote + h6,
.content .node-view-full .field-name-field-body iframe + h5,
.content .node-view-full .field-name-field-body iframe + h6,
.content .node-view-full .field-name-field-body object + h5,
.content .node-view-full .field-name-field-body object + h6,
.content .node-view-full .field-name-field-body table + h5,
.content .node-view-full .field-name-field-body table + h6,
.content .view-mode-full .field-type-text-long p + h5,
.content .view-mode-full .field-type-text-long p + h6,
.content .view-mode-full .field-type-text-long ul + h5,
.content .view-mode-full .field-type-text-long ul + h6,
.content .view-mode-full .field-type-text-long ol + h5,
.content .view-mode-full .field-type-text-long ol + h6,
.content .view-mode-full .field-type-text-long blockquote + h5,
.content .view-mode-full .field-type-text-long blockquote + h6,
.content .view-mode-full .field-type-text-long iframe + h5,
.content .view-mode-full .field-type-text-long iframe + h6,
.content .view-mode-full .field-type-text-long object + h5,
.content .view-mode-full .field-type-text-long object + h6,
.content .view-mode-full .field-type-text-long table + h5,
.content .view-mode-full .field-type-text-long table + h6,
.content .view-mode-full .field-name-body p + h5,
.content .view-mode-full .field-name-body p + h6,
.content .view-mode-full .field-name-body ul + h5,
.content .view-mode-full .field-name-body ul + h6,
.content .view-mode-full .field-name-body ol + h5,
.content .view-mode-full .field-name-body ol + h6,
.content .view-mode-full .field-name-body blockquote + h5,
.content .view-mode-full .field-name-body blockquote + h6,
.content .view-mode-full .field-name-body iframe + h5,
.content .view-mode-full .field-name-body iframe + h6,
.content .view-mode-full .field-name-body object + h5,
.content .view-mode-full .field-name-body object + h6,
.content .view-mode-full .field-name-body table + h5,
.content .view-mode-full .field-name-body table + h6,
.content .view-mode-full .field-name-field-body p + h5,
.content .view-mode-full .field-name-field-body p + h6,
.content .view-mode-full .field-name-field-body ul + h5,
.content .view-mode-full .field-name-field-body ul + h6,
.content .view-mode-full .field-name-field-body ol + h5,
.content .view-mode-full .field-name-field-body ol + h6,
.content .view-mode-full .field-name-field-body blockquote + h5,
.content .view-mode-full .field-name-field-body blockquote + h6,
.content .view-mode-full .field-name-field-body iframe + h5,
.content .view-mode-full .field-name-field-body iframe + h6,
.content .view-mode-full .field-name-field-body object + h5,
.content .view-mode-full .field-name-field-body object + h6,
.content .view-mode-full .field-name-field-body table + h5,
.content .view-mode-full .field-name-field-body table + h6 {
  padding-top: 4px;
}

/* @end */
/* = END = */
/* ======== */
/* = PAGE = */
/* ======== */
/* @group Node Page Full */
.content .node-page-full,
.content .node-ofed_page-full {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.content .node-page-full .field-name-field-image,
.content .node-page-full .field-name-field-ofed-page-image,
.content .node-ofed_page-full .field-name-field-image,
.content .node-ofed_page-full .field-name-field-ofed-page-image {
  float: right;
  width: 40%;
  margin: 0 0 10px 30px;
  padding: 0;
}
.content .node-page-full .field-name-field-image img,
.content .node-page-full .field-name-field-ofed-page-image img,
.content .node-ofed_page-full .field-name-field-image img,
.content .node-ofed_page-full .field-name-field-ofed-page-image img {
  display: block;
  margin: 0;
}
.content .node-page-full .field-name-field-page-body,
.content .node-ofed_page-full .field-name-field-page-body {
  clear: both;
  margin: 0;
  padding: 0;
}

/* @end */
/* = END = */
/* ================== */
/* = FORM / WEBFORM = */
/* ================== */
/* @group Form Default */
form {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
form .views-exposed-form {
  margin: 0;
  padding: 0;
}
form .views-exposed-form .views-exposed-widgets {
  margin: 0;
  padding: 0;
}
form .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  float: none;
  margin: 0;
  padding: 0;
}
form .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #00508c;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 0;
}
form .views-exposed-form .views-exposed-widgets .views-exposed-widget label.option {
  display: inline;
  color: #414141;
  text-transform: none;
  margin-bottom: 0;
}
form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
}
form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
  float: right;
  margin: 0 0 0 10px;
}
form .container-inline-date .form-item {
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 16px 0;
  overflow: hidden;
}
form .container-inline-date .form-item .form-item,
form .container-inline-date .form-item .date-padding {
  float: none;
}
form .form-item {
  display: block;
  clear: both;
  margin: 0;
  padding: 0 0 16px 0;
  overflow: hidden;
}
form .form-item label {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #00508c;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  padding: 0;
}
form .form-item label.option {
  display: inline;
  color: #414141;
  text-transform: none;
  margin-bottom: 0;
}
form .form-item .form-item {
  padding-bottom: 0;
}
form .form-item .description {
  color: #b4b7be;
  margin: 0;
  padding: 5px 0 0 0;
}
form .form-item .form-text {
  display: block;
  width: 100%;
  height: 42px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  color: #b4b7be;
  margin: 0;
  padding: 0 16px;
  position: relative;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  border-top: 1px solid #d9d9d9;
  background: #f2f2f2;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-text:hover, form .form-item .form-text:focus {
  outline: none;
  border-color: #e5af39;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-text.error {
  color: red;
  border-color: red;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-textarea-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
form .form-item .form-textarea-wrapper .form-textarea {
  display: block;
  width: 100% !important;
  height: 100px !important;
  min-height: 100px !important;
  max-height: 100px !important;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  color: #b4b7be;
  text-transform: none;
  margin: 0;
  padding: 10px 16px;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  border-top: 1px solid #d9d9d9;
  background: #f2f2f2;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-textarea-wrapper .form-textarea:hover, form .form-item .form-textarea-wrapper .form-textarea:focus {
  outline: none;
  border-color: #e5af39;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-textarea-wrapper .form-textarea.error {
  color: red;
  border-color: red;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-textarea-wrapper .grippie {
  display: none;
}
form .form-item.form-type-select {
  overflow: visible;
}
form .form-item.form-type-select:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
form .form-item .form-select {
  display: block;
  width: 100%;
  height: 42px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 20px;
  color: #b4b7be;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 2px 0 0 0;
  padding: 0 74px 0 16px;
  padding-right: 0 \9 ;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0;
  border: 1px solid #f2f2f2;
  border-top: 1px solid #d9d9d9;
  background-image: url("../../images/form-icons/form-select-list.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
  background: #f2f2f2 \9 ;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  form .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-list@2x.png");
    background-size: 74px 85px;
    background: #f2f2f2 \9 ;
  }
}
form .form-item .form-select:hover, form .form-item .form-select:focus {
  outline: none;
  border-color: #e5af39;
  background-position: right bottom;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-select.error {
  color: red;
  border-color: red;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-item .form-select::-ms-expand {
  display: none;
}
form .form-item .form-select::-moz-expand {
  display: none;
}
form .form-item .form-select::expand {
  display: none;
}
form .form-item .form-select option {
  font-size: 16px;
  font-style: normal;
  line-height: 18px;
  color: #414141;
  padding: 0 10px;
  background: white;
}
form .form-item.form-item-name .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-user.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  form .form-item.form-item-name .form-text {
    background-image: url("../../images/form-icons/form-icon-user@2x.png");
    background-size: 33px 19px;
  }
}
form .form-item.form-item-pass .form-text {
  padding-right: 50px;
  background-image: url("../../images/form-icons/form-icon-password.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  form .form-item.form-item-pass .form-text {
    background-image: url("../../images/form-icons/form-icon-password@2x.png");
    background-size: 29px 18px;
  }
}
form .form-item.form-item-mail .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-mail.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  form .form-item.form-item-mail .form-text {
    background-image: url("../../images/form-icons/form-icon-mail@2x.png");
    background-size: 33px 13px;
  }
}
form .form-item.form-type-date-popup .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  form .form-item.form-type-date-popup .form-text {
    background-image: url("../../images/form-icons/form-icon-calendar@2x.png");
    background-size: 34px 19px;
  }
}
form .form-submit {
  display: block;
  height: 42px;
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: white;
  text-align: center;
  text-transform: none;
  margin: 0 10px 0 0;
  padding: 0 40px;
  cursor: pointer;
  border-radius: 0;
  border: none;
  background: #e5af39;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  transition: background-color 0.2s ease-in-out;
}
form .form-submit:hover, form .form-submit:focus {
  outline: none;
  border: none;
  background: #00508c;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-submit.error {
  color: red;
  border-color: red;
  -ms-box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
form .form-submit[disabled=disabled] {
  background-color: #d9d9d9;
}
form .form-actions {
  clear: both;
  margin: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
}
form .form-actions .form-submit {
  float: right;
  margin: 0 0 0 10px;
}
form .form-actions .ajax-progress {
  display: none;
}

/* @end */
/* @group Node Webform Full */
.content .node-webform-full,
.region-content .node-webform-full {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.content .node-webform-full .messages,
.region-content .node-webform-full .messages {
  margin: 0 0 16px 0;
  padding: 10px 20px;
  background: #f2f2f2;
}
.content .node-webform-full .webform-confirmation,
.region-content .node-webform-full .webform-confirmation {
  color: white;
  margin: 0;
  padding: 10px 20px;
  background: #004070;
}
.content .node-webform-full .webform-confirmation p,
.region-content .node-webform-full .webform-confirmation p {
  color: white;
}
.content .node-webform-full .webform-confirmation .links,
.region-content .node-webform-full .webform-confirmation .links {
  display: none;
}
.content .node-webform-full form,
.region-content .node-webform-full form {
  margin: 0;
  padding: 0;
}
.content .node-webform-full form .form-item#webform-component-nom .form-text,
.region-content .node-webform-full form .form-item#webform-component-nom .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-user.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-webform-full form .form-item#webform-component-nom .form-text,
.region-content .node-webform-full form .form-item#webform-component-nom .form-text {
    background-image: url("../../images/form-icons/form-icon-user@2x.png");
    background-size: 33px 19px;
  }
}
.content .node-webform-full form .form-item#webform-component-sujet .form-text,
.region-content .node-webform-full form .form-item#webform-component-sujet .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-message.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-webform-full form .form-item#webform-component-sujet .form-text,
.region-content .node-webform-full form .form-item#webform-component-sujet .form-text {
    background-image: url("../../images/form-icons/form-icon-message@2x.png");
    background-size: 31px 17px;
  }
}
.content .node-webform-full form .form-item.webform-component-email .form-text,
.region-content .node-webform-full form .form-item.webform-component-email .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-mail.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-webform-full form .form-item.webform-component-email .form-text,
.region-content .node-webform-full form .form-item.webform-component-email .form-text {
    background-image: url("../../images/form-icons/form-icon-mail@2x.png");
    background-size: 33px 13px;
  }
}
.content .node-webform-full form .form-item.webform-component-textarea .form-textarea-wrapper .form-textarea,
.region-content .node-webform-full form .form-item.webform-component-textarea .form-textarea-wrapper .form-textarea {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-message.png");
  background-position: right 10px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-webform-full form .form-item.webform-component-textarea .form-textarea-wrapper .form-textarea,
.region-content .node-webform-full form .form-item.webform-component-textarea .form-textarea-wrapper .form-textarea {
    background-image: url("../../images/form-icons/form-icon-message@2x.png");
    background-size: 31px 17px;
  }
}

/* @end */
/* = END = */
/* ============== */
/* = HIGHLIGHTS = */
/* ============== */
/* @group Block Views Highlights on Front */
body.front .block-views-highlights-block {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.front .block-views-highlights-block .view-highlights .view-content .views-row {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav {
  width: 100%;
  height: 10px;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 235px;
  z-index: 90;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav li {
  display: inline-block;
  margin: 0 4px;
  padding: 0;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav li a {
  display: inline-block;
  width: 6px;
  height: 6px;
  text-indent: -9999px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav li a:hover, body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav li a:focus {
  border-color: #e5af39;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav li a.flex-active {
  border-color: white;
  background: white;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav {
  display: none;
  margin: 0;
  padding: 0;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li {
  display: block;
  width: 60px;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 90;
  transition: opacity 0.2s ease-in-out;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li a {
  display: block;
  width: 60px;
  height: 52px;
  text-indent: -9999px;
  margin: -26px 0 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: left 0.2s ease-in-out;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev {
  left: 0;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev a {
  left: -100%;
  background-image: url("../../images/arrows/arrow-left-26x52-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev a {
    background-image: url("../../images/arrows/arrow-left-26x52-white@2x.png");
    background-size: 26px 52px;
  }
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev a:hover, body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev a:focus {
  background-image: url("../../images/arrows/arrow-left-26x52-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev a:hover, body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-prev a:focus {
    background-image: url("../../images/arrows/arrow-left-26x52-yellow@2x.png");
    background-size: 26px 52px;
  }
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next {
  right: 0;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next a {
  left: 100%;
  background-image: url("../../images/arrows/arrow-right-26x52-white.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next a {
    background-image: url("../../images/arrows/arrow-right-26x52-white@2x.png");
    background-size: 26px 52px;
  }
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next a:hover, body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next a:focus {
  background-image: url("../../images/arrows/arrow-right-26x52-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next a:hover, body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li.flex-nav-next a:focus {
    background-image: url("../../images/arrows/arrow-right-26x52-yellow@2x.png");
    background-size: 26px 52px;
  }
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li:hover, body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li:focus {
  opacity: 1;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li:hover a, body.front .block-views-highlights-block .view-highlights .view-content .flex-direction-nav li:focus a {
  left: 0;
}
body.front .block-views-highlights-block .view-highlights .view-content .flex-pauseplay {
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 90;
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
}

/* @end */
/* @group Node Highlights Teaser */
.node-highlight-teaser {
  min-height: 640px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  overflow: hidden;
}
.node-highlight-teaser:after {
  content: "";
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 21;
  visibility: visible;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.node-highlight-teaser .group-wrapper {
  width: 1180px;
  height: 100%;
  margin: 0 0 0 -590px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 22;
  overflow: hidden;
}
.node-highlight-teaser .group-wrapper .group-inner {
  width: 540px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 280px;
  z-index: 22;
  overflow: hidden;
}
.node-highlight-teaser .group-wrapper .group-inner .field-name-title h2 {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 36px;
  color: white;
  margin-bottom: 5px;
}
.node-highlight-teaser .group-wrapper .group-inner .field-name-field-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: white;
}
.node-highlight-teaser .field-name-field-image {
  min-height: 640px;
  margin: 0;
  padding: 0;
  position: relative;
  left: 50%;
  top: 0;
  z-index: 20;
}
.node-highlight-teaser .field-name-field-image *,
.node-highlight-teaser .field-name-field-image img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.no-js .node-highlight-teaser .field-name-field-image {
  left: 0;
}

/* @end */
/* = END = */
/* ============ */
/* = SPEECHES = */
/* ============ */
/* @group View Speeches Form in Sidebar */
.sidebar .block-views--exp-speeches-page-1,
.sidebar .blocktitle-search-a-speech {
  padding: 20px 29px;
  border: 1px solid rgba(0, 80, 140, 0.2);
}
.sidebar .block-views--exp-speeches-page-1 > h2,
.sidebar .blocktitle-search-a-speech > h2 {
  color: #00508c;
  padding: 0;
  background: transparent;
}
.sidebar .block-views--exp-speeches-page-1 form,
.sidebar .blocktitle-search-a-speech form {
  padding: 5px 0;
}
.sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme_tid .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme_tid .form-item .form-select {
  background-image: url("../../images/form-icons/form-select-list.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme_tid .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme_tid .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-list@2x.png");
    background-size: 74px 85px;
  }
}
.sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place_tid .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place_tid .form-item .form-select {
  background-image: url("../../images/form-icons/form-select-location.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place_tid .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place_tid .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-location@2x.png");
    background-size: 74px 85px;
  }
}
.sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about_tid .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about_tid .form-item .form-select {
  background-image: url("../../images/form-icons/form-select-user.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about_tid .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about_tid .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-user@2x.png");
    background-size: 74px 85px;
  }
}
.sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value .form-item .form-select {
  background-image: url("../../images/form-icons/form-select-calendar.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value .form-item .form-select,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-calendar@2x.png");
    background-size: 74px 85px;
  }
}
.sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
  margin-left: 0;
}

/* @end */
/* @group View Speeches in Content */
.content .view-speeches .view-content .views-row {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #eef0f6;
}
.content .view-speeches .view-content .views-row .views-field-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 8px;
}
.content .view-speeches .view-content .views-row .views-field-field-date-withend {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #414141;
  margin: 0 0 20px 0;
  padding: 0;
}
.content .view-speeches .view-content .views-row .views-field-view-node {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.content .view-speeches .view-content .views-row .views-field-view-node a {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 18px;
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .view-speeches .view-content .views-row .views-field-view-node a {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}

/* @end */
/* = END = */
/* ========== */
/* = AGENDA = */
/* ========== */
/* @group Agenda Pages Layout */
body.page-agenda {
  /* @group Base Layout */
  /* @end */
}
body.page-agenda #page #section-title-wrapper {
  background-image: url("../../images/section-title/section-title-agenda.jpg");
}

/* @end */
/* @group Block View Agenda Page (Search) in Content */
.content .view-agenda-page .view-header > h2 {
  text-transform: uppercase;
}
.content .view-agenda-page .view-filters {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets {
  position: relative;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  margin: 0;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  display: block;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext {
  clear: both;
  float: none;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext .form-item .form-text {
  padding-right: 40px;
  background-image: url("../../images/form-icons/form-icon-message.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-search_api_views_fulltext .form-item .form-text {
    background-image: url("../../images/form-icons/form-icon-message@2x.png");
    background-size: 29px 18px;
  }
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
  width: 260px;
  position: absolute;
  left: 0;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value .form-item label, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1 .form-item label, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 .form-item label {
  display: none;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value .form-item .description, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1 .form-item .description, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 .form-item .description {
  height: 1px;
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value {
  top: 84px;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
  top: 168px;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_sector, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place {
  clear: both;
  float: right;
  width: 500px;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about .form-item .form-select {
  background-image: url("../../images/form-icons/form-select-user.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-user@2x.png");
    background-size: 74px 85px;
  }
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place .form-item .form-select {
  background-image: url("../../images/form-icons/form-select-location.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place .form-item .form-select {
    background-image: url("../../images/form-icons/form-select-location@2x.png");
    background-size: 74px 85px;
  }
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  clear: both;
  float: none;
  margin: 0;
}
.content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
  float: right;
  margin: 0 0 0 10px;
}
.content .view-agenda-page .view-content .views-row {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #eef0f6;
}
.content .view-agenda-page .view-content .views-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.content .view-agenda-page .view-empty {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

/* @end */
/* @group Block View Agenda Overview in Sidebar */
/* @end */
/* @group Block View Agenda Overview in Content */
.content .view-agenda-overview .view-content .views-row {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  border-bottom: 1px solid #eef0f6;
}
.content .view-agenda-overview .view-content .views-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* @end */
/* @group Node Agenda Item List Item */
.node-agenda-item-page-list .field-name-field-image {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
}
.node-agenda-item-page-list .field-name-field-image a,
.node-agenda-item-page-list .field-name-field-image img {
  display: block;
  margin: 0;
}
.node-agenda-item-page-list .group-inner {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.node-agenda-item-page-list .field-name-title h2,
.node-agenda-item-page-list .field-name-title h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #00508c;
  text-transform: none;
  margin-top: -2px;
  margin-bottom: 4px;
}
.node-agenda-item-page-list .field-name-title h2 a,
.node-agenda-item-page-list .field-name-title h3 a {
  color: #00508c;
}
.node-agenda-item-page-list .field-name-title h2 a:hover, .node-agenda-item-page-list .field-name-title h2 a:focus,
.node-agenda-item-page-list .field-name-title h3 a:hover,
.node-agenda-item-page-list .field-name-title h3 a:focus {
  color: #e5af39;
}
.node-agenda-item-page-list .field-name-field-date-withend {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #414141;
  margin: 0 0 12px 0;
  padding: 0;
}
.node-agenda-item-page-list .field-name-body {
  margin: 0 0 12px 0;
  padding: 0;
  overflow: hidden;
}
.node-agenda-item-page-list .field-name-body p {
  margin-bottom: 0;
}
.node-agenda-item-page-list .field-name-node-link {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.node-agenda-item-page-list .field-name-node-link a {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 18px;
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .node-agenda-item-page-list .field-name-node-link a {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}

/* @end */
/* @group Node Agenda Item List Item */
.node-agenda-item-list-item .field-name-title h2,
.node-agenda-item-list-item .field-name-title h3 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #e5af39;
  text-transform: none;
  margin-bottom: 8px;
}
.node-agenda-item-list-item .field-name-title h2 a,
.node-agenda-item-list-item .field-name-title h3 a {
  color: #e5af39;
}
.node-agenda-item-list-item .field-name-title h2 a:hover, .node-agenda-item-list-item .field-name-title h2 a:focus,
.node-agenda-item-list-item .field-name-title h3 a:hover,
.node-agenda-item-list-item .field-name-title h3 a:focus {
  color: #00508c;
}
.node-agenda-item-list-item .field-name-field-date-withend {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #414141;
  margin: 0;
  padding: 0;
}
/* @end */
/* @group Node Agenda Item Short Reference */
.node-agenda-item-short-references .field-name-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  color: #e5af39;
  text-transform: none;
  margin-bottom: 8px;
}
.node-agenda-item-short-references .field-name-title h2 a {
  color: #e5af39;
}
.node-agenda-item-short-references .field-name-title h2 a:hover, .node-agenda-item-short-references .field-name-title h2 a:focus {
  text-decoration: underline;
}
.node-agenda-item-short-references .field-name-field-date-withend {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: white;
  margin: 0;
  padding: 0;
}
/* @end */
/* @group Node Agenda Item Teaser */
.node-agenda-item-teaser {
  height: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../../images/agenda-image-background.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #004070;
}
.node-agenda-item-teaser .group-overlay {
  height: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 22;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.node-agenda-item-teaser .group-overlay .group-title {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.node-agenda-item-teaser .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser .group-overlay .group-title .field-name-title h3 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #e5af39;
  text-transform: none;
  margin-bottom: 16px;
}
.node-agenda-item-teaser .group-overlay .group-title .field-name-field-date-withend {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  margin: 0 0 10px 0;
  padding: 0;
}
.node-agenda-item-teaser .group-overlay .group-description {
  display: none;
  margin: 0;
  padding: 0;
}
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-about,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-theme,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-sector,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-place {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #373737;
  margin: 0 0 10px 0;
  padding: 0;
}
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-about .label-above,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-theme .label-above,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-sector .label-above,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-place .label-above {
  display: inline;
}
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-about .lineage-item + .lineage-item:before,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-theme .lineage-item + .lineage-item:before,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-sector .lineage-item + .lineage-item:before,
.node-agenda-item-teaser .group-overlay .group-description .field-name-field-place .lineage-item + .lineage-item:before {
  content: ", ";
}
.node-agenda-item-teaser .group-overlay .group-description .field-name-node-link {
  margin: 0;
  padding: 10px 0 0 0;
  overflow: hidden;
}
.node-agenda-item-teaser .group-overlay .group-description .field-name-node-link a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  padding: 5px 10px;
  color: #e5af39;
  background: white;
}
.node-agenda-item-teaser .group-overlay .group-description .field-name-node-link a:hover, .node-agenda-item-teaser .group-overlay .group-description .field-name-node-link a:focus {
  color: white;
  background: #00508c;
}
.node-agenda-item-teaser .field-name-field-image {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
}
.node-agenda-item-teaser:hover .group-overlay, .node-agenda-item-teaser:focus .group-overlay {
  padding: 40px 30px 0 30px;
  background: #e5af39;
}
.node-agenda-item-teaser:hover .group-overlay .group-title, .node-agenda-item-teaser:focus .group-overlay .group-title {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  bottom: auto;
}
.node-agenda-item-teaser:hover .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser:hover .group-overlay .group-title .field-name-title h3, .node-agenda-item-teaser:focus .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser:focus .group-overlay .group-title .field-name-title h3 {
  color: #373737;
  margin-bottom: 10px;
}
.node-agenda-item-teaser:hover .group-overlay .group-description, .node-agenda-item-teaser:focus .group-overlay .group-description {
  display: block;
}

/* @end */
/* @group Node Agenda Item Full */
.node-agenda-item-full .field-name-field-image,
.content .node-agenda-item-full .field-name-field-image {
  float: left;
  margin: 0 40px 0 0;
}

/* @end */
/* = END = */
/* ================ */
/* = ROYAL FAMILY = */
/* ================ */
/* @group View Family Member Anniversaries / History */
.content .view-birthday-overview .view-content,
.content .view-history-overview .view-content {
  margin: 0 -9px;
  padding: 0;
  overflow: hidden;
}
.content .view-birthday-overview .view-content .views-row,
.content .view-history-overview .view-content .views-row {
  float: left;
  width: 248px;
  height: 248px;
  margin: 0 9px 20px 9px;
  padding: 0;
  overflow: hidden;
}

/* @end */
/* @group Node Family Member Birthdays / History */
.node-family-member-thumnail-overview-birthdays,
.node-family-member-thumbnail-overview-links {
  height: 100%;
  min-height: 200px;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.node-family-member-thumnail-overview-birthdays .group-overlay,
.node-family-member-thumbnail-overview-links .group-overlay {
  height: 100%;
  min-height: 200px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 22;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#cc000000", GradientType=0);
}
.node-family-member-thumnail-overview-birthdays .group-overlay .group-inner,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner {
  width: 100%;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 10px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-field-date-of-birth,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-field-date-of-birth {
  font-size: 18px;
  line-height: 20px;
  color: white;
  margin: 0 0 2px 0;
  padding: 0;
}
.node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-title h2,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-title h2 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #e5af39;
  text-transform: none;
  margin-bottom: 10px;
}
.node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-node-link,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-node-link {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-node-link a,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-node-link a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  padding: 5px 10px;
  color: #414141;
  background: white;
}
.node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-node-link a:hover, .node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-node-link a:focus,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-node-link a:hover,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-node-link a:focus {
  color: white;
  background: #00508c;
}
.node-family-member-thumnail-overview-birthdays .field-name-field-thumbnail,
.node-family-member-thumbnail-overview-links .field-name-field-thumbnail {
  margin: 0;
  padding: 0;
}
.node-family-member-thumnail-overview-birthdays .field-name-field-thumbnail img,
.node-family-member-thumbnail-overview-links .field-name-field-thumbnail img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 300%;
  max-height: 300%;
  margin: auto;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  z-index: 20;
}
.node-family-member-thumnail-overview-birthdays:hover .group-overlay, .node-family-member-thumnail-overview-birthdays:focus .group-overlay, .node-family-member-thumnail-overview-birthdays.is-hovered .group-overlay,
.node-family-member-thumbnail-overview-links:hover .group-overlay,
.node-family-member-thumbnail-overview-links:focus .group-overlay,
.node-family-member-thumbnail-overview-links.is-hovered .group-overlay {
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
  border: 10px solid #e5af39;
}
.node-family-member-thumnail-overview-birthdays:hover .group-overlay .group-inner .field-name-node-link, .node-family-member-thumnail-overview-birthdays:focus .group-overlay .group-inner .field-name-node-link, .node-family-member-thumnail-overview-birthdays.is-hovered .group-overlay .group-inner .field-name-node-link,
.node-family-member-thumbnail-overview-links:hover .group-overlay .group-inner .field-name-node-link,
.node-family-member-thumbnail-overview-links:focus .group-overlay .group-inner .field-name-node-link,
.node-family-member-thumbnail-overview-links.is-hovered .group-overlay .group-inner .field-name-node-link {
  display: block;
}

/* @end */
/* @group Node Family Member Teaser */
.node-family-member-teaser {
  height: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  cursor: pointer;
  overflow: hidden;
}
.node-family-member-teaser .group-overlay {
  height: 100%;
  min-height: 240px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 22;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.node-family-member-teaser .group-overlay .group-inner {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.node-family-member-teaser .group-overlay .group-inner h2 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #e5af39;
  text-transform: none;
  margin-bottom: 10px;
}
.node-family-member-teaser .group-overlay .group-inner .field-name-body {
  display: none;
  color: white;
  margin: 0 0 20px 0;
  padding: 0;
}
.node-family-member-teaser .group-overlay .group-inner .field-name-body p {
  color: white;
  margin-bottom: 0;
}
.node-family-member-teaser .group-overlay .group-inner .field-name-node-link {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.node-family-member-teaser .group-overlay .group-inner .field-name-node-link a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  padding: 5px 10px;
  color: #414141;
  background: white;
}
.node-family-member-teaser .group-overlay .group-inner .field-name-node-link a:hover, .node-family-member-teaser .group-overlay .group-inner .field-name-node-link a:focus {
  color: white;
  background: #00508c;
}
.node-family-member-teaser .field-name-field-main-photo,
.node-family-member-teaser .field-name-field-frontpage-image {
  margin: 0;
  padding: 0;
}
.node-family-member-teaser .field-name-field-main-photo img,
.node-family-member-teaser .field-name-field-frontpage-image img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  margin: 0;
  position: absolute;
  top: 0;
  z-index: 20;
}
.node-family-member-teaser:hover .group-overlay, .node-family-member-teaser:focus .group-overlay {
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
  border: 10px solid #e5af39;
}
.node-family-member-teaser:hover .group-overlay .group-inner, .node-family-member-teaser:focus .group-overlay .group-inner {
  padding: 0 25px;
}
.node-family-member-teaser:hover .group-overlay .group-inner h2, .node-family-member-teaser:focus .group-overlay .group-inner h2 {
  margin-bottom: 10px;
}
.node-family-member-teaser:hover .group-overlay .group-inner .field-name-body,
.node-family-member-teaser:hover .group-overlay .group-inner .field-name-node-link, .node-family-member-teaser:focus .group-overlay .group-inner .field-name-body,
.node-family-member-teaser:focus .group-overlay .group-inner .field-name-node-link {
  display: block;
}

.view-royal-family-frontpage .views-row-1 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-2 .node-family-member-teaser {
  min-height: 480px;
}
.view-royal-family-frontpage .views-row-1 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-2 .node-family-member-teaser .group-overlay {
  min-height: 480px;
}

.view-royal-family-frontpage .views-row-3 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser {
  min-height: 240px;
}
.view-royal-family-frontpage .views-row-3 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser .group-overlay {
  min-height: 240px;
}

.view-royal-family-frontpage .views-row-7 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-8 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-9 .node-family-member-teaser {
  min-height: 480px;
}
.view-royal-family-frontpage .views-row-7 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-8 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-9 .node-family-member-teaser .group-overlay {
  min-height: 480px;
}

/* @end */
/* @group Page Node Royal Family Layout */
body.node-type-family-member {
  /* @group Base Layout */
  /* @end */
}
body.node-type-family-member #page #section-title-wrapper {
  background-image: url("../../images/section-title/section-title-royal-family.jpg");
}

/* @end */
/* @group Node Family Member Full */
.node-family-member-full .field-name-field-main-photo {
  float: right;
  margin: 0 0 0 40px;
  padding: 0;
}
.node-family-member-full .field-name-field-main-photo img {
  display: block;
}

/* @end */
/* = END = */
/* ============ */
/* = HERITAGE = */
/* ============ */
/* @group Node Heritage Teaser */
.node-heritage-teaser {
  height: 100%;
  min-height: 360px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  cursor: pointer;
  overflow: hidden;
}
.node-heritage-teaser .group-overlay {
  height: 100%;
  min-height: 360px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 22;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.65) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}
.node-heritage-teaser .group-overlay .group-inner {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-title {
  margin-bottom: 10px;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-title h2 {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: #e5af39;
  text-transform: none;
  margin-bottom: 0;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-body {
  display: none;
  color: white;
  margin: 0 0 20px 0;
  padding: 0;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-body p {
  color: white;
  margin-bottom: 0;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-node-link {
  display: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-node-link a {
  display: block;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: 0;
  padding: 5px 10px;
  color: #414141;
  background: white;
}
.node-heritage-teaser .group-overlay .group-inner .field-name-node-link a:hover, .node-heritage-teaser .group-overlay .group-inner .field-name-node-link a:focus {
  color: white;
  background: #00508c;
}
.node-heritage-teaser .field-name-field-frontpage-image {
  margin: 0;
  padding: 0;
}
.node-heritage-teaser .field-name-field-frontpage-image img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 300%;
  max-height: 300%;
  margin: auto;
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  z-index: 20;
}
.node-heritage-teaser:hover .group-overlay, .node-heritage-teaser:focus .group-overlay {
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
  border: 10px solid #e5af39;
}
.node-heritage-teaser:hover .group-overlay .group-inner, .node-heritage-teaser:focus .group-overlay .group-inner {
  padding: 0 25px;
}
.node-heritage-teaser:hover .group-overlay .group-inner .field-name-title, .node-heritage-teaser:focus .group-overlay .group-inner .field-name-title {
  margin-bottom: 10px;
}
.node-heritage-teaser:hover .group-overlay .group-inner .field-name-body,
.node-heritage-teaser:hover .group-overlay .group-inner .field-name-node-link, .node-heritage-teaser:focus .group-overlay .group-inner .field-name-body,
.node-heritage-teaser:focus .group-overlay .group-inner .field-name-node-link {
  display: block;
}

/* @end */
/* @group Page Node Heritage Layout */
body.node-type-heritage {
  /* @group Base Layout */
  /* @end */
}
body.node-type-heritage #page #section-title-wrapper {
  background-image: url("../../images/section-title/section-title-heritage.jpg");
}

/* @end */
/* @group Node Heritage Full */
/* @end */
/* = END = */
/* =================== */
/* = PHOTOS & VIDEOS = */
/* =================== */
/* @group Node Gallery Photo Front / Overview */
.node-photo-gallery-photo-front-page-photos-videos,
.node-photo-gallery-photo-photo-gallery-overview,
.node-photo-gallery-photo-photo-gallery-overview-video {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a img,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a img,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:before, .node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:after,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:before,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:after,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:before,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:before,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:before,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:before {
  background-image: url("../../images/icons/icon-loop.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:before,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:before,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:before {
    background-image: url("../../images/icons/icon-loop@2x.png");
    background-size: 40px 40px;
  }
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:after,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:after,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:after {
  z-index: 19;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
  border: 10px solid #e5af39;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:hover:before, .node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:hover:after, .node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:focus:before, .node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a:focus:after,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:hover:before,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:hover:after,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:focus:before,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a:focus:after,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:hover:before,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:hover:after,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:focus:before,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a:focus:after {
  opacity: 1;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a .file-video,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a .file-video,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a .file-video {
  margin: 0;
  padding: 0;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a .file-video > h2,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a .file-video > h2,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a .file-video > h2 {
  display: none;
}
.node-photo-gallery-photo-front-page-photos-videos .field-name-field-photo a .file-video .content,
.node-photo-gallery-photo-photo-gallery-overview .field-name-field-photo a .file-video .content,
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo a .file-video .content {
  margin: 0;
  padding: 0;
}

.node-photo-gallery-photo-photo-gallery-overview-video {
  width: auto;
  height: auto;
}
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo {
  float: none;
  width: 248px;
  height: 248px;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: hidden;
}
.node-photo-gallery-photo-photo-gallery-overview-video .field-name-title h2 {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 10px;
}
.node-photo-gallery-photo-photo-gallery-overview-video > .item-list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.node-photo-gallery-photo-photo-gallery-overview-video > .item-list > ul {
  margin: 0;
  padding: 0;
}
.node-photo-gallery-photo-photo-gallery-overview-video > .item-list > ul li {
  clear: both;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.node-photo-gallery-photo-photo-gallery-overview-video > .item-list > ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0 0 2px 18px;
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  background-position: left 2px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .node-photo-gallery-photo-photo-gallery-overview-video > .item-list > ul li a {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}

/* @end */
/* @group View Family Member Anniversaries / History */
.content .view-photo-gallery .view-content {
  margin: 0 -9px;
  padding: 0;
  overflow: hidden;
}
.content .view-photo-gallery .view-content .views-row {
  float: left;
  width: 248px;
  height: 248px;
  margin: 0 9px 20px 9px;
  padding: 0;
  overflow: hidden;
}
.content .view-photo-gallery.view-display-id-block_3 .view-content .views-row {
  height: auto;
}
.content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(4), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(7), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(10), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(13), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(16), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(19), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(22), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(25), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(28), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(31), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(34), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(37), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(40), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(43), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(46), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(49), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(52), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(55), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(58), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(61), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(64), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(67), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(70), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(73), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(76), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(79), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(82), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(85), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(88), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(91), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(94), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(97), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(100) {
  clear: left;
}

/* @end */
/* = END = */
/* ============ */
/* = FOR KIDS = */
/* ============ */
/* @group For Kids Pages Layout */
body.path-kids,
body.path-for-kids,
body.path-for-children,
body.path-pour-les-enfants,
body.path-voor-kinderen,
body.path-fur-kinder {
  /* @group Base Layout (for kids) */
  /* @end */
  /* @group Breadcrumb in Section Title (for kids) */
  /* @end */
  /* @end */
  /* @group Node Default Full (for kids) */
  /* @end */
}
body.path-kids #page #section-title-wrapper,
body.path-for-kids #page #section-title-wrapper,
body.path-for-children #page #section-title-wrapper,
body.path-pour-les-enfants #page #section-title-wrapper,
body.path-voor-kinderen #page #section-title-wrapper,
body.path-fur-kinder #page #section-title-wrapper {
  background-image: url("../../images/section-title/section-title-for-kids.jpg");
}
body.path-kids #page #main-wrapper #main,
body.path-for-kids #page #main-wrapper #main,
body.path-for-children #page #main-wrapper #main,
body.path-pour-les-enfants #page #main-wrapper #main,
body.path-voor-kinderen #page #main-wrapper #main,
body.path-fur-kinder #page #main-wrapper #main {
  overflow: visible;
}
body.path-kids #page #main-wrapper #main:after,
body.path-for-kids #page #main-wrapper #main:after,
body.path-for-children #page #main-wrapper #main:after,
body.path-pour-les-enfants #page #main-wrapper #main:after,
body.path-voor-kinderen #page #main-wrapper #main:after,
body.path-fur-kinder #page #main-wrapper #main:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body.path-kids #page #main-wrapper #main #sidebar-first,
body.path-for-kids #page #main-wrapper #main #sidebar-first,
body.path-for-children #page #main-wrapper #main #sidebar-first,
body.path-pour-les-enfants #page #main-wrapper #main #sidebar-first,
body.path-voor-kinderen #page #main-wrapper #main #sidebar-first,
body.path-fur-kinder #page #main-wrapper #main #sidebar-first {
  width: 440px;
  margin: 0 10px 0 -50px;
  padding: 0 60px 0 50px;
}
body.path-kids #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title,
body.path-for-kids #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title,
body.path-for-children #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title,
body.path-pour-les-enfants #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title,
body.path-voor-kinderen #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title,
body.path-fur-kinder #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title {
  display: block;
  font-family: "Coming Soon", cursive;
  padding-top: 4px;
}
body.path-kids #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator,
body.path-for-kids #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator,
body.path-for-children #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator,
body.path-pour-les-enfants #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator,
body.path-voor-kinderen #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator,
body.path-fur-kinder #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment-separator {
  display: none;
}
body.path-kids .sidebar .block-menu,
body.path-kids .sidebar .block-menu-block,
body.path-for-kids .sidebar .block-menu,
body.path-for-kids .sidebar .block-menu-block,
body.path-for-children .sidebar .block-menu,
body.path-for-children .sidebar .block-menu-block,
body.path-pour-les-enfants .sidebar .block-menu,
body.path-pour-les-enfants .sidebar .block-menu-block,
body.path-voor-kinderen .sidebar .block-menu,
body.path-voor-kinderen .sidebar .block-menu-block,
body.path-fur-kinder .sidebar .block-menu,
body.path-fur-kinder .sidebar .block-menu-block {
  margin: 0 -36px 36px -36px;
  padding: 0;
  position: relative;
  background-image: url("../../images/for-kids/kids-canvas.png");
  background-position: center center;
  background-repeat: repeat-y;
  background-color: transparent;
}
body.path-kids .sidebar .block-menu .menu-block-wrapper,
body.path-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-children .sidebar .block-menu .menu-block-wrapper,
body.path-for-children .sidebar .block-menu-block .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu-block .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu-block .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu-block .menu-block-wrapper {
  margin: 0;
  padding: 36px 0 0 0;
  background-image: url("../../images/for-kids/kids-canvas.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
}
body.path-kids .sidebar .block-menu ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu,
body.path-for-children .sidebar .block-menu ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu {
  margin: 0;
  padding: 0 36px 36px 36px;
  background-image: url("../../images/for-kids/kids-canvas.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: transparent;
}
body.path-kids .sidebar .block-menu ul.menu li a,
body.path-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-kids .sidebar .block-menu ul.menu li a,
body.path-for-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-children .sidebar .block-menu ul.menu li a,
body.path-for-children .sidebar .block-menu-block ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li a,
body.path-fur-kinder .sidebar .block-menu ul.menu li a,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li a {
  font-family: "Coming Soon", cursive;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
body.path-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li ul.menu {
  padding: 0;
}
body.path-kids .content .node-view-full .field-name-title h1,
body.path-kids .content .view-mode-full .field-name-title h1,
body.path-for-kids .content .node-view-full .field-name-title h1,
body.path-for-kids .content .view-mode-full .field-name-title h1,
body.path-for-children .content .node-view-full .field-name-title h1,
body.path-for-children .content .view-mode-full .field-name-title h1,
body.path-pour-les-enfants .content .node-view-full .field-name-title h1,
body.path-pour-les-enfants .content .view-mode-full .field-name-title h1,
body.path-voor-kinderen .content .node-view-full .field-name-title h1,
body.path-voor-kinderen .content .view-mode-full .field-name-title h1,
body.path-fur-kinder .content .node-view-full .field-name-title h1,
body.path-fur-kinder .content .view-mode-full .field-name-title h1 {
  font-family: "Coming Soon", cursive;
  margin-bottom: 14px;
}
body.path-kids .content .node-view-full .field-summary,
body.path-kids .content .node-view-full .field-name-field-summary,
body.path-kids .content .node-view-full .field-name-field-article-summary,
body.path-kids .content .view-mode-full .field-summary,
body.path-kids .content .view-mode-full .field-name-field-summary,
body.path-kids .content .view-mode-full .field-name-field-article-summary,
body.path-for-kids .content .node-view-full .field-summary,
body.path-for-kids .content .node-view-full .field-name-field-summary,
body.path-for-kids .content .node-view-full .field-name-field-article-summary,
body.path-for-kids .content .view-mode-full .field-summary,
body.path-for-kids .content .view-mode-full .field-name-field-summary,
body.path-for-kids .content .view-mode-full .field-name-field-article-summary,
body.path-for-children .content .node-view-full .field-summary,
body.path-for-children .content .node-view-full .field-name-field-summary,
body.path-for-children .content .node-view-full .field-name-field-article-summary,
body.path-for-children .content .view-mode-full .field-summary,
body.path-for-children .content .view-mode-full .field-name-field-summary,
body.path-for-children .content .view-mode-full .field-name-field-article-summary,
body.path-pour-les-enfants .content .node-view-full .field-summary,
body.path-pour-les-enfants .content .node-view-full .field-name-field-summary,
body.path-pour-les-enfants .content .node-view-full .field-name-field-article-summary,
body.path-pour-les-enfants .content .view-mode-full .field-summary,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-summary,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-article-summary,
body.path-voor-kinderen .content .node-view-full .field-summary,
body.path-voor-kinderen .content .node-view-full .field-name-field-summary,
body.path-voor-kinderen .content .node-view-full .field-name-field-article-summary,
body.path-voor-kinderen .content .view-mode-full .field-summary,
body.path-voor-kinderen .content .view-mode-full .field-name-field-summary,
body.path-voor-kinderen .content .view-mode-full .field-name-field-article-summary,
body.path-fur-kinder .content .node-view-full .field-summary,
body.path-fur-kinder .content .node-view-full .field-name-field-summary,
body.path-fur-kinder .content .node-view-full .field-name-field-article-summary,
body.path-fur-kinder .content .view-mode-full .field-summary,
body.path-fur-kinder .content .view-mode-full .field-name-field-summary,
body.path-fur-kinder .content .view-mode-full .field-name-field-article-summary {
  font-family: "Coming Soon", cursive;
}
body.path-kids .content .node-view-full .field-type-text-long p.intro,
body.path-kids .content .node-view-full .field-name-body p.intro,
body.path-kids .content .node-view-full .field-name-field-body p.intro,
body.path-kids .content .view-mode-full .field-type-text-long p.intro,
body.path-kids .content .view-mode-full .field-name-body p.intro,
body.path-kids .content .view-mode-full .field-name-field-body p.intro,
body.path-for-kids .content .node-view-full .field-type-text-long p.intro,
body.path-for-kids .content .node-view-full .field-name-body p.intro,
body.path-for-kids .content .node-view-full .field-name-field-body p.intro,
body.path-for-kids .content .view-mode-full .field-type-text-long p.intro,
body.path-for-kids .content .view-mode-full .field-name-body p.intro,
body.path-for-kids .content .view-mode-full .field-name-field-body p.intro,
body.path-for-children .content .node-view-full .field-type-text-long p.intro,
body.path-for-children .content .node-view-full .field-name-body p.intro,
body.path-for-children .content .node-view-full .field-name-field-body p.intro,
body.path-for-children .content .view-mode-full .field-type-text-long p.intro,
body.path-for-children .content .view-mode-full .field-name-body p.intro,
body.path-for-children .content .view-mode-full .field-name-field-body p.intro,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long p.intro,
body.path-pour-les-enfants .content .node-view-full .field-name-body p.intro,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body p.intro,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long p.intro,
body.path-pour-les-enfants .content .view-mode-full .field-name-body p.intro,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body p.intro,
body.path-voor-kinderen .content .node-view-full .field-type-text-long p.intro,
body.path-voor-kinderen .content .node-view-full .field-name-body p.intro,
body.path-voor-kinderen .content .node-view-full .field-name-field-body p.intro,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long p.intro,
body.path-voor-kinderen .content .view-mode-full .field-name-body p.intro,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body p.intro,
body.path-fur-kinder .content .node-view-full .field-type-text-long p.intro,
body.path-fur-kinder .content .node-view-full .field-name-body p.intro,
body.path-fur-kinder .content .node-view-full .field-name-field-body p.intro,
body.path-fur-kinder .content .view-mode-full .field-type-text-long p.intro,
body.path-fur-kinder .content .view-mode-full .field-name-body p.intro,
body.path-fur-kinder .content .view-mode-full .field-name-field-body p.intro {
  font-family: "Coming Soon", cursive;
}
body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta {
  display: block;
  width: 100%;
  min-width: 554px;
  height: 484px;
  font-family: "Coming Soon", cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  color: #00508c;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 390px 0 0 0;
  background-image: url("../../images/for-kids/kids-illustration-drawings.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta strong {
  display: inline-block;
  font-family: "Coming Soon", cursive;
  font-size: 38px;
  font-weight: 400;
  line-height: 40px;
  color: white;
  margin: 0 auto;
  padding: 10px 20px 5px 20px;
  background: rgba(0, 80, 140, 0.8);
}
body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta .ext,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta .ext,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta .ext,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta .ext,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta .ext,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta .ext,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta .ext,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta .ext,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta .ext,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta .ext,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta .ext,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta .ext,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta .ext,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta .ext,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta .ext,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta .ext,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta .ext,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta .ext,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta .ext,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta .ext,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta .ext,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta .ext,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta .ext,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta .ext,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta .ext,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta .ext,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta .ext,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta .ext,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta .ext,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta .ext,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta .ext,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta .ext,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta .ext,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta .ext,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta .ext,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta:hover, body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta:focus,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta:hover,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta:focus,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta:hover,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta:focus,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta:hover,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta:focus,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta:hover,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta:focus,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta:hover,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta:focus,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta:hover,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta:focus,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta:hover,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta:focus,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta:hover,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta:focus,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta:hover,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta:focus,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta:hover,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta:focus,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta:hover,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta:focus,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta:hover,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta:focus,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta:hover,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta:focus,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta:hover,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta:focus,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta:hover,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta:focus,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta:hover,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta:focus,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta:hover,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta:focus,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta:hover,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta:focus,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta:hover,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta:focus,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta:hover,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta:focus,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta:hover,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta:focus,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta:hover,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta:focus,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta:hover,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta:focus,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta:hover,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta:focus,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta:hover,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta:focus,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta:hover,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta:focus,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta:hover,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta:focus,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta:hover,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta:focus,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta:hover,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta:focus,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta:hover,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta:focus,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta:hover,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta:focus,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta:hover,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta:focus,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta:hover,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta:focus,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta:hover,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta:focus,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta:hover,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta:focus {
  color: #e5af39;
}
body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta:hover strong, body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta:focus strong,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta:hover strong,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta:focus strong,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta:hover strong,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta:focus strong,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta:hover strong,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta:focus strong,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta:hover strong,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta:focus strong,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta:hover strong,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta:focus strong,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta:hover strong,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta:focus strong,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta:hover strong,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta:focus strong,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta:hover strong,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta:focus strong,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta:hover strong,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta:focus strong,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta:hover strong,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta:focus strong,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta:hover strong,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta:focus strong,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta:hover strong,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta:focus strong,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta:hover strong,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta:focus strong,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta:hover strong,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta:focus strong,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta:hover strong,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta:focus strong,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta:hover strong,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta:focus strong,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta:hover strong,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta:focus strong,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta:hover strong,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta:focus strong,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta:hover strong,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta:focus strong,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta:hover strong,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta:focus strong,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta:hover strong,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta:focus strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta:hover strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta:focus strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta:hover strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta:focus strong,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta:hover strong,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta:focus strong,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta:hover strong,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta:focus strong,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta:hover strong,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta:focus strong,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta:hover strong,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta:focus strong,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta:hover strong,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta:focus strong,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta:hover strong,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta:focus strong,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta:hover strong,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta:focus strong,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta:hover strong,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta:focus strong,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta:hover strong,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta:focus strong,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta:hover strong,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta:focus strong,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta:hover strong,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta:focus strong,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta:hover strong,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta:focus strong {
  color: white;
  background: rgba(229, 175, 57, 0.8);
}
body.path-kids .content .node-view-full .field-type-text-long blockquote,
body.path-kids .content .node-view-full .field-name-body blockquote,
body.path-kids .content .node-view-full .field-name-field-body blockquote,
body.path-kids .content .view-mode-full .field-type-text-long blockquote,
body.path-kids .content .view-mode-full .field-name-body blockquote,
body.path-kids .content .view-mode-full .field-name-field-body blockquote,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote,
body.path-for-kids .content .node-view-full .field-name-body blockquote,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote,
body.path-for-kids .content .view-mode-full .field-name-body blockquote,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote,
body.path-for-children .content .node-view-full .field-type-text-long blockquote,
body.path-for-children .content .node-view-full .field-name-body blockquote,
body.path-for-children .content .node-view-full .field-name-field-body blockquote,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote,
body.path-for-children .content .view-mode-full .field-name-body blockquote,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote {
  min-height: 35px;
  text-align: justify;
  margin: 0 0 20px 0;
  padding: 28px 24px;
  position: relative;
  border: 1px solid rgba(0, 80, 140, 0.5);
  background: transparent;
  border-radius: 6px;
}
body.path-kids .content .node-view-full .field-type-text-long blockquote:before, body.path-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-kids .content .node-view-full .field-name-body blockquote:before,
body.path-kids .content .node-view-full .field-name-body blockquote:after,
body.path-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-kids .content .node-view-full .field-name-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-body blockquote:after,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-children .content .node-view-full .field-name-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-body blockquote:after,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-children .content .view-mode-full .field-name-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-body blockquote:after,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:after {
  content: "";
  width: 103px;
  height: 83px;
  position: absolute;
  background-image: url("../../images/for-kids/kids-border.png");
  background-repeat: no-repeat;
  /*@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    background: {
      image:url('../../images/for-kids/kids-border@2x.png');
      size:200px 80px;
    }
  }*/
}
body.path-kids .content .node-view-full .field-type-text-long blockquote:before,
body.path-kids .content .node-view-full .field-name-body blockquote:before,
body.path-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-kids .content .node-view-full .field-name-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-children .content .node-view-full .field-name-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-children .content .view-mode-full .field-name-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:before {
  left: 0;
  top: 0;
  background-position: left top;
}
body.path-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-kids .content .node-view-full .field-name-body blockquote:after,
body.path-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-kids .content .node-view-full .field-name-body blockquote:after,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-children .content .node-view-full .field-name-body blockquote:after,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-children .content .view-mode-full .field-name-body blockquote:after,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:after {
  right: 0;
  bottom: 0;
  background-position: right bottom;
}

/* @end */
/* = END = */
/* ========== */
/* = BOTTOM = */
/* ========== */
/* @group Block Menu in Bottom */
#bottom .block-menu {
  clear: both;
  margin: 0 0 26px 0;
  padding: 0;
  overflow: hidden;
}
#bottom .block-menu ul {
  text-align: center;
}
#bottom .block-menu ul li {
  display: inline-block;
  margin: 0 8px 4px 0;
  padding: 0 14px 0 0;
  background-image: url("../../images/bullets/bullet-white.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bottom .block-menu ul li {
    background-image: url("../../images/bullets/bullet-white@2x.png");
    background-size: 4px 4px;
  }
}
#bottom .block-menu ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: white;
}
#bottom .block-menu ul li a:hover, #bottom .block-menu ul li a:focus {
  color: #e5af39;
}
#bottom .block-menu ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  background: transparent;
}
#bottom .block-menu ul li ul {
  display: none;
}

/* @end */
/* @group Sharethis in Bottom */
#bottom .block-sharethis {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 20px;
}
#bottom .block-sharethis > h2 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  color: white;
  margin: 0 0 10px 0;
  padding: 0;
}
#bottom .block-sharethis .sharethis-wrapper {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#bottom .block-sharethis .sharethis-wrapper span {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin: 0 5px 0 0;
  padding: 0;
  cursor: pointer;
  background: url("../../images/social-icons.png") 0 0 no-repeat !important;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bottom .block-sharethis .sharethis-wrapper span {
    background-image: url("../../images/social-icons@2x.png") !important;
    background-size: 123px 61px !important;
  }
}
#bottom .block-sharethis .sharethis-wrapper span.st_facebook_custom {
  background-position: 0 0 !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_facebook_custom:hover, #bottom .block-sharethis .sharethis-wrapper span.st_facebook_custom:focus {
  background-position: 0 -31px !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_linkedin_custom {
  background-position: -31px 0 !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_linkedin_custom:hover, #bottom .block-sharethis .sharethis-wrapper span.st_linkedin_custom:focus {
  background-position: -31px -31px !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_twitter_custom {
  background-position: -62px 0 !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_twitter_custom:hover, #bottom .block-sharethis .sharethis-wrapper span.st_twitter_custom:focus {
  background-position: -62px -31px !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_email_custom {
  background-position: -93px 0 !important;
}
#bottom .block-sharethis .sharethis-wrapper span.st_email_custom:hover, #bottom .block-sharethis .sharethis-wrapper span.st_email_custom:focus {
  background-position: -93px -31px !important;
}

/* @end */
/* @group Site Logo in Bottom */
#bottom #site-logo {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#bottom #site-logo .logo {
  display: block;
  margin: 0 auto;
  padding: 0;
}

/* @end */
/* @group Back to Top in Bottom */
#bottom .back-to-top {
  display: block;
  width: 34px;
  height: 24px;
  text-indent: -9999px;
  position: absolute;
  right: 0;
  bottom: 20px;
  background: url("../../images/back-to-top.png") center top no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #bottom .back-to-top {
    background-image: url("../../images/back-to-top@2x.png");
    background-size: 34px 49px;
  }
}
#bottom .back-to-top:hover, #bottom .back-to-top:focus {
  background-position: center bottom;
}

/* @end */
/* = END = */
/* ========== */
/* = FOOTER = */
/* ========== */
/* @group Copyright in Footer */
#footer .copyright {
  font-size: 11px;
  line-height: 15px;
  color: white;
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* @end */
/* = END = */
/* ========= */
/* = FRONT = */
/* ========= */
/* @group Front Layout */
body.front {
  /* @group Drupal Messages */
  /* @end */
}
body.front #page #main-wrapper #main {
  padding-top: 200px;
}
body.front #drupal-messages {
  margin-bottom: 0;
}
body.front #home-sections {
  margin: -152px 0 0;
  padding: 152px 0 0 0;
}
body.front #home-sections .home-section {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  /* SECTION WELCOME */
  /* SECTION AGENDA */
  /* SECTION MONARCHY */
  /* SECTION ROYAL FAMILY */
  /* SECTION PHOTOS VIDEOS */
  /* SECTION HERITAGE */
  /* SECTION ROYAL INITIATIVES */
  /* SECTION FOR KIDS */
}
body.front #home-sections .home-section .section-wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section .section-wrapper .section-title {
  font-family: "Roboto", Verdana, Arial, sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
  color: white;
  text-align: center;
  text-transform: none;
  margin-bottom: 15px;
}
body.front #home-sections .home-section .section-wrapper .section-head {
  clear: both;
  text-align: center;
  margin: 0;
  padding: 62px 0 0 0;
  background: #00508c;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section .section-wrapper .section-head:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body.front #home-sections .home-section .section-wrapper .section-head .section-inner {
  width: 1180px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.front #home-sections .home-section .section-wrapper .section-head p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  color: white;
}
body.front #home-sections .home-section .section-wrapper .section-head a {
  font-weight: 400;
  text-decoration: underline;
}
body.front #home-sections .home-section .section-wrapper .section-content {
  clear: both;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section .section-wrapper .section-content:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body.front #home-sections .home-section .section-wrapper .next-section {
  display: block;
  width: 20px;
  height: 76px;
  text-indent: -9999px;
  margin: 0 0 0 -10px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 90;
}
body.front #home-sections .home-section .section-wrapper .next-section:before {
  content: "";
  display: block;
  width: 20px;
  height: 38px;
  margin: 0 0 0 -10px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 5px;
  background-image: url("../../images/icons/icon-mousewheel-yellow.png");
  background-position: center top;
  background-repeat: no-repeat;
  animation: next_section_start_before 2.5s ease-in-out infinite;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section .section-wrapper .next-section:before {
    background-image: url("../../images/icons/icon-mousewheel-yellow@2x.png");
    background-size: 20px 38px;
  }
}
body.front #home-sections .home-section .section-wrapper .next-section:after {
  content: "";
  display: block;
  width: 14px;
  height: 8px;
  margin: 0 0 0 -7px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 54px;
  background-image: url("../../images/arrows/arrow-down-14x8-yellow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  animation: next_section_start_after 2.5s ease-in-out infinite;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section .section-wrapper .next-section:after {
    background-image: url("../../images/arrows/arrow-down-14x8-yellow@2x.png");
    background-size: 14px 8px;
  }
}
body.front #home-sections .home-section.section-welcome {
  background: #00508c;
  padding-top: 304px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper {
  margin-top: -152px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content {
  width: auto;
  min-height: 640px;
  /* @group Block Views Calendar on Home section WELCOME */
  /* @end */
  /* @group Block Calendar */
  /* @end */
  /* @group Block Twitter */
  /* @end */
  /* @group Block Facebook */
  /* @end */
  /* @group Block For Kids */
  /* @end */
  /* @group Block Instagram */
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
  width: 274px;
  height: 180px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 90;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 {
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 14px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a {
  display: block;
  color: white;
  margin: 0;
  padding: 2px 0 14px 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before {
  content: "";
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-position: left top;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:focus {
  color: #e5af39;
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen .view .more-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder .view .more-link {
  display: none;
  /* TEMPORARY */
  position: absolute;
  right: 0;
  top: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen .view .more-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder .view .more-link a {
  display: block;
  font-size: 12px;
  line-height: 28px;
  color: #e5af39;
  text-transform: uppercase;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda {
  margin-left: -590px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a {
  padding-left: 40px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before {
  width: 29px;
  height: 29px;
  background-image: url("../../images/icons/icon-calendar-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before {
    background-image: url("../../images/icons/icon-calendar-yellow@2x.png");
    background-size: 29px 29px;
  }
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
  margin-left: -288px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a {
  padding-left: 45px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before {
  width: 35px;
  height: 28px;
  background-image: url("../../images/icons/icon-twitter-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before {
    background-image: url("../../images/icons/icon-twitter-yellow@2x.png");
    background-size: 35px 28px;
  }
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets {
  color: white;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .head {
  min-height: 30px;
  margin: -2px 0 10px 0;
  padding: 0 0 0 40px;
  background-image: url("../../images/facebook-feed-icon.jpg");
  background-position: left 2px;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .head .twitter-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #e5af39;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .head .twitter-link .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .head .twitter-link:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .head .twitter-link:focus {
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .head .time {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: white;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .message {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: white;
  margin: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .message a {
  color: #e5af39;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .message a .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .message a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .message a:focus {
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
  margin-left: 14px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a {
  padding-left: 25px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before {
  width: 15px;
  height: 30px;
  background-image: url("../../images/icons/icon-facebook-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before {
    background-image: url("../../images/icons/icon-facebook-yellow@2x.png");
    background-size: 15px 30px;
  }
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item {
  color: white;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .head {
  min-height: 30px;
  margin: -2px 0 10px 0;
  padding: 0 0 0 40px;
  background-image: url("../../images/facebook-feed-icon.jpg");
  background-position: left 2px;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .head .facebook-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #e5af39;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .head .facebook-link .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .head .facebook-link:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .head .facebook-link:focus {
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .head .time {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: white;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .message {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: white;
  margin: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .message a {
  color: #e5af39;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .message a .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .message a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .message a:focus {
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
  margin-left: 316px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a {
  padding-left: 43px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before {
  width: 33px;
  height: 33px;
  margin-right: 10px;
  background-image: url("../../images/icons/icon-smile-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before {
    background-image: url("../../images/icons/icon-smile-yellow@2x.png");
    background-size: 33px 33px;
  }
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder p {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: white;
  margin-bottom: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids p a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children p a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants p a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen p a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder p a {
  color: #e5af39;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids p a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children p a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants p a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen p a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder p a .ext {
  display: inline-block !important;
  position: absolute !important;
  overflow: hidden;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids p a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids p a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children p a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children p a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants p a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants p a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen p a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen p a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder p a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder p a:focus {
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
  margin-left: 316px;
  /* @end */
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a {
  padding-left: 45px;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:before {
  width: 32px;
  height: 32px;
  background-image: url("../../images/icons/icon-instagram-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:before {
    background-image: url("../../images/icons/icon-instagram-yellow@2x.png");
    background-size: 32px 32px;
  }
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds {
  color: white;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-created-time,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-created-time {
  min-height: 30px;
  margin: -2px 0 10px 0;
  padding: 0 0 0 40px;
  background-image: url("../../images/facebook-feed-icon.jpg");
  background-position: left 2px;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-created-time .instagram-user-link,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-created-time .instagram-user-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #e5af39;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-created-time .instagram-user-link .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-created-time .instagram-user-link .ext {
  display: none;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-created-time .instagram-user-link:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-created-time .instagram-user-link:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-created-time .instagram-user-link:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-created-time .instagram-user-link:focus {
  text-decoration: underline;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-created-time .time,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-created-time .time {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: white;
  text-transform: lowercase;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .post-caption,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .post-caption {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: white;
  margin: 0;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .instagram-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .instagram-link a {
  word-break: break-word;
  font-weight: 300;
  color: #e5af39;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .instagram-link a .ext,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .instagram-link a .ext {
  display: none;
}
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .instagram-link a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .instagram-link a:focus,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .instagram-link a:hover,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .instagram-link a:focus {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .instagram-feeds .instagram-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .instagram-feeds .instagram-link a {
    font-size: 14px;
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head {
  position: relative;
  padding: 62px 0 12px 0;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .section-inner {
  overflow: visible;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .section-inner:after {
  clear: both;
  display: block;
  content: ".";
  height: 0;
  font-size: 0;
  visibility: hidden;
  zoom: 1;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .section-title {
  margin-bottom: 3px;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0 34px 0 0;
  position: absolute;
  right: 0;
  top: 10px;
  overflow: hidden;
  z-index: 100;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:before {
  content: "";
  display: block;
  width: 34px;
  height: 19px;
  text-indent: -9999px;
  margin: -9px 0 0 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 50%;
  background-image: url("../../images/icons/icons-calendar.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:before {
    background-image: url("../../images/icons/icons-calendar@2x.png");
    background-size: 19px 59px;
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:hover, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:focus {
  color: #e5af39;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:hover:before, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:focus:before {
  background-position: right bottom;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav {
  height: auto;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 6px;
  overflow: visible;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav h3 {
  color: #e5af39;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -27px;
  font-size: 18px;
  text-transform: uppercase;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li {
  display: inline-block;
  padding: 0px 80px;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a:hover, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a:focus {
  color: #e5af39;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.active {
  display: none;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-prev {
  width: 15px;
  height: 30px;
  background-image: url("../../images/arrows/arrow-left-bold-17x27-yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-prev {
    background-image: url("../../images/arrows/arrow-left-bold-17x27-yellow@2x.png");
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-prev:hover, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-prev:focus {
  background-image: url("../../images/arrows/arrow-left-bold-17x27-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-prev:hover, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-prev:focus {
    background-image: url("../../images/arrows/arrow-left-bold-17x27-yellow@2x.png");
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-next {
  width: 15px;
  height: 30px;
  background-image: url("../../images/arrows/arrow-right-bold-17x27-yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-next {
    background-image: url("../../images/arrows/arrow-right-bold-17x27-yellow@2x.png");
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-next:hover, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-next:focus {
  background-image: url("../../images/arrows/arrow-right-bold-17x27-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-next:hover, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li a.flex-next:focus {
    background-image: url("../../images/arrows/arrow-right-bold-17x27-yellow@2x.png");
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  color: white;
  opacity: 0.5;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 0;
  cursor: not-allowed;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li span.flex-next {
  width: 15px;
  height: 30px;
  background-image: url("../../images/arrows/arrow-right-bold-17x27-yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li span.flex-next {
    background-image: url("../../images/arrows/arrow-right-bold-17x27-yellow@2x.png");
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li span.flex-prev {
  width: 15px;
  height: 30px;
  background-image: url("../../images/arrows/arrow-left-bold-17x27-yellow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .flex-direction-nav li span.flex-prev {
    background-image: url("../../images/arrows/arrow-left-bold-17x27-yellow@2x.png");
  }
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content {
  width: 100%;
  min-height: 480px;
  position: relative;
  background: #00508c;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .content,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .content {
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view {
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view .view-content,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view .view-content {
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view .view-content .views-row,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view .view-content .views-row {
  float: left;
  width: 50%;
  height: 50%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #004070;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .flex-viewport {
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .views-rows-wrapper {
  width: 100%;
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .flex-pauseplay {
  position: absolute;
  top: 0;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .flex-pauseplay a {
  text-align: center;
  margin: 0;
  background-color: #ffffff;
  z-index: 90;
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 {
  display: none;
  float: right;
  padding-left: 3px;
  position: relative;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .flex-viewport {
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .views-rows-wrapper {
  width: 100%;
  height: 100%;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .flex-pauseplay {
  position: absolute;
  top: 0;
  right: 0;
}
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .flex-pauseplay a {
  text-align: center;
  margin: 0;
  background-color: #ffffff;
  z-index: 90;
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .flex-pauseplay {
    left: 0;
    right: auto;
  }
}
body.front #home-sections .home-section.section-monarchy {
  background-color: white;
}
body.front #home-sections .home-section.section-monarchy:before {
  content: "";
  width: 100%;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background-image: url("../../images/monarchy-banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00508c;
  border-bottom: 10px solid #00508c;
}
@media only screen and (max-height: 900px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 360px;
    background-size: auto 580px;
  }
}
@media only screen and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 300px;
    background-size: auto 560px;
  }
}
@media only screen and (max-height: 800px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 260px;
    background-size: auto 550px;
  }
}
@media only screen and (max-height: 750px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 220px;
    background-size: auto 550px;
  }
}
@media only screen and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 180px;
    background-size: auto 550px;
  }
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content {
  min-height: 640px;
  position: relative;
  z-index: 12;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
  margin: 0;
  padding: 340px 0 0 0;
  position: relative;
  z-index: 12;
}
@media only screen and (max-height: 900px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 280px;
  }
}
@media only screen and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 250px;
  }
}
@media only screen and (max-height: 800px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 210px;
  }
}
@media only screen and (max-height: 750px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 170px;
  }
}
@media only screen and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 140px;
  }
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content {
  margin: 0;
  padding: 40px 80px 10px 80px;
  position: relative;
  background: white;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  position: absolute;
  left: 50%;
  top: -40px;
  z-index: 91;
  background: url("../../images/royal-blazon.png") center center no-repeat white;
  border-radius: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content:before {
    background-image: url("../../images/royal-blazon@2x.png");
    background-size: 50px 55px;
  }
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .section-title {
  color: #e5af39;
  text-align: center;
  margin-bottom: 10px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media only screen and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: none;
  }
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block {
  clear: both;
  margin: 0 -70px;
  padding: 10px 0 0 0;
  overflow: hidden;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a {
  display: block;
  width: 117px;
  height: 115px;
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 1px 10px 1px;
  padding: 80px 4px 0 4px;
  position: relative;
  overflow: hidden;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:before {
  content: "";
  width: 80px;
  height: 60px;
  margin: 0 0 0 -40px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 8px;
  background-image: url("../../images/monarchy-links-icons.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:hover, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:focus {
  color: white;
  background: #e5af39;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:focus:before {
  background-position: 0 -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-function:before {
  background-position: 0 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-function:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-function:focus:before {
  background-position: 0 -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.monarchy-and-the-people:before {
  background-position: -80px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.monarchy-and-the-people:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.monarchy-and-the-people:focus:before {
  background-position: -80px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-household:before {
  background-position: -160px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-household:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-household:focus:before {
  background-position: -160px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.resources:before {
  background-position: -240px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.resources:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.resources:focus:before {
  background-position: -240px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.protocol:before {
  background-position: -320px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.protocol:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.protocol:focus:before {
  background-position: -320px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.events-linked-to-the-monarchy:before {
  background-position: -400px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.events-linked-to-the-monarchy:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.events-linked-to-the-monarchy:focus:before {
  background-position: -400px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speech:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speeches:before {
  background-position: -480px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speech:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speech:focus:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speeches:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speeches:focus:before {
  background-position: -480px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.contact:before {
  background-position: -560px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.contact:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.contact:focus:before {
  background-position: -560px -120px;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.dotations:before {
  background-position: -640px 0;
}
body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.dotations:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.dotations:focus:before {
  background-position: -640px -120px;
}
body.front #home-sections .home-section.section-royal-family {
  background: #004070;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 10px;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu {
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  overflow: hidden;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: white;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0 34px;
  position: relative;
  overflow: hidden;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a:before {
  content: "";
  display: block;
  width: 34px;
  height: 20px;
  text-indent: -9999px;
  margin: -10px 0 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  background-position: left center;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a:hover, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a:focus {
  color: #e5af39;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a:hover:before, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a:focus:before {
  background-position: left bottom;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a.royal-family-link-history:before {
  height: 17px;
  margin-top: -8px;
  background-image: url("../../images/icons/icons-history.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a.royal-family-link-history:before {
    background-image: url("../../images/icons/icons-history@2x.png");
    background-size: 19px 53px;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a.royal-family-link-birthdays:before {
  height: 19px;
  margin-top: -9px;
  background-image: url("../../images/icons/icons-calendar.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a.royal-family-link-birthdays:before {
    background-image: url("../../images/icons/icons-calendar@2x.png");
    background-size: 19px 59px;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
  overflow: hidden;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 42px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a:hover, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a:focus {
  color: #e5af39;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.active {
  display: none;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.previous {
  padding-left: 20px;
  background-image: url("../../images/arrows/arrow-left-7x13-white.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.previous {
    background-image: url("../../images/arrows/arrow-left-7x13-white@2x.png");
    background-size: 7px 13px;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.previous:hover, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.previous:focus {
  background-image: url("../../images/arrows/arrow-left-7x13-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.previous:hover, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.previous:focus {
    background-image: url("../../images/arrows/arrow-left-7x13-yellow@2x.png");
    background-size: 7px 13px;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.next {
  margin-left: 20px;
  padding-right: 20px;
  background-image: url("../../images/arrows/arrow-right-7x13-white.png");
  background-position: right center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.next {
    background-image: url("../../images/arrows/arrow-right-7x13-white@2x.png");
    background-size: 7px 13px;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.next:hover, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.next:focus {
  background-image: url("../../images/arrows/arrow-right-7x13-yellow.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.next:hover, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav li a.next:focus {
    background-image: url("../../images/arrows/arrow-right-7x13-yellow@2x.png");
    background-size: 7px 13px;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content {
  width: auto;
  min-height: 480px;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block {
  height: 100%;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content {
  height: 100%;
  position: relative;
  overflow: hidden;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .first-page,
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .second-page {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: left 0.8s cubic-bezier(0.3, 0.3, 0.5, 1.3);
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .second-page {
  left: 100%;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row {
  float: left;
  width: 25%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #00508c;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
  height: 50%;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-7, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-8, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-9 {
  width: 33.3333%;
}
@media only screen and (max-height: 700px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2 {
    width: 28%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 22%;
  }
}
@media only screen and (max-height: 600px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2 {
    width: 30%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 20%;
  }
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage.next-page .view-content .first-page {
  left: -100%;
}
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage.next-page .view-content .second-page {
  left: 0;
}
body.front #home-sections .home-section.section-photos-videos {
  background: #00508c;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head {
  padding-bottom: 20px;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .section-inner {
  padding-bottom: 44px;
  position: relative;
  background-image: url("../../images/small-blazon-blue-light.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .section-inner {
    background-image: url("../../images/small-blazon-blue-light@2x.png");
    background-size: 36px 36px;
  }
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .section-inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  text-indent: -9999px;
  margin: 0 25px 0 0;
  padding: 0;
  position: absolute;
  right: 50%;
  bottom: 15px;
  visibility: visible;
  background: #004070;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .section-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  text-indent: -9999px;
  margin: 0 0 0 25px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 15px;
  visibility: visible;
  background: #004070;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu {
  text-align: center;
  margin: 0;
  padding: 10px 0 5px 0;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 8px;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  overflow: hidden;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  background: #004070;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a:hover, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a:focus {
  color: #e5af39;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a.active {
  color: white;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a.active:after {
  border: 3px solid #004070;
  background: #e5af39;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content {
  width: 100%;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-row {
  float: left;
  width: 16.6666%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.centered .instagram-posts-content {
  width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row {
  display: none;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(6) {
  display: block;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row {
  display: none;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(12) {
  display: block;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row {
  display: none;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
  display: block;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image {
  height: 100%;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:before, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
  opacity: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:before {
  background-image: url("../../images/icons/icon-loop.png");
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:before {
    background-image: url("../../images/icons/icon-loop@2x.png");
    background-size: 40px 40px;
  }
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:after {
  z-index: 19;
  background: rgba(0, 0, 0, 0.4);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC45Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#e6000000", GradientType=0);
  border: 10px solid #e5af39;
}
body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:hover:before, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:hover:after, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:focus:before, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.block_instagram_homepage_gallery .instagram-post-link-image a:focus:after {
  opacity: 1;
}
body.front #home-sections .home-section.section-heritage {
  background: white;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-head {
  padding-bottom: 40px;
  position: relative;
  background: white;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-head:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 0 0 -40px;
  position: absolute;
  left: 50%;
  bottom: -40px;
  z-index: 91;
  background: url("../../images/royal-blazon.png") center center no-repeat white;
  border-radius: 50%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-head:before {
    background-image: url("../../images/royal-blazon@2x.png");
    background-size: 50px 55px;
  }
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-head .section-title {
  color: #414141;
  margin-bottom: 20px;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-head p {
  color: #414141;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-content {
  width: auto;
  min-height: 360px;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block {
  height: 100%;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage {
  height: 100%;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage .view-content {
  height: 100%;
  overflow: hidden;
}
body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage .view-content .views-row {
  float: left;
  width: 25%;
  height: 100%;
  background: #00508c;
}
body.front #home-sections .home-section.section-royal-initiatives {
  background: #00508c;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head {
  padding-bottom: 20px;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head .section-title {
  padding-bottom: 44px;
  position: relative;
  background-image: url("../../images/small-blazon-white.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head .section-title {
    background-image: url("../../images/small-blazon-white@2x.png");
    background-size: 36px 36px;
  }
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head .section-title:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  text-indent: -9999px;
  margin: 0 25px 0 0;
  padding: 0;
  position: absolute;
  right: 50%;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.25);
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head .section-title:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  text-indent: -9999px;
  margin: 0 0 0 25px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.25);
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
  width: auto;
  min-height: 600px;
}
@media only screen and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
    min-height: 480px;
  }
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block {
  width: 100%;
  height: 600px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
@media only screen and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block {
    height: 480px;
  }
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper {
  height: 100%;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu {
  height: 100%;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li {
  display: block;
  float: left;
  width: 25%;
  height: 200px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 1px solid #00508c;
  border-right: 1px solid #00508c;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li {
    height: 160px;
  }
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li:nth-child(1), body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li:nth-child(2), body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li:nth-child(3) {
  width: 33.3333%;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  margin: 0 1px;
  padding: 150px 0 0 0;
  background-position: center 40px;
  background-repeat: no-repeat;
  background-size: auto 90px;
  position: relative;
  z-index: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a {
    padding-top: 120px;
    background-position: center 20px;
    background-size: auto 90px;
  }
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a span {
  display: block;
  margin: 0;
  padding: 0;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a span.name {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 5px 10px 5px;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a span.more {
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 4px 8px;
  color: #e5af39;
  background: white;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a span.more:hover, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a span.more:focus {
  color: white;
  background: #00508c;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:before {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.1);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#33ffffff", GradientType=0);
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus {
  padding-top: 120px;
  background-size: auto 70px;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover:before, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus:before {
  background: #e5af39;
  background: linear-gradient(to bottom, rgba(229, 175, 57, 0) 0%, #e5af39 100%);
}
@media only screen and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus {
    padding-top: 90px;
    background-size: auto 60px;
  }
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover span.more, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus span.more {
  display: inline-block;
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.royal-trust {
  background-image: url("../../images/royal-initiatives/royal-initiative-royal-trust.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.queen-paola-foundation, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.queen-paola-foundation- {
  background-image: url("../../images/royal-initiatives/royal-initiative-queen-paola-foundation.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.queen-mathilde-fund {
  background-image: url("../../images/royal-initiatives/royal-initiative-queen-mathilde-fund.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.prince-philippe-fund {
  background-image: url("../../images/royal-initiatives/royal-initiative-prince-philippe-fund.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.prince-albert-fund {
  background-image: url("../../images/royal-initiatives/royal-initiative-prince-albert-fund.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.king-baudouin-foundation {
  background-image: url("../../images/royal-initiatives/royal-initiative-king-baudouin-foundation.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.prince-laurent-foundation {
  background-image: url("../../images/royal-initiatives/royal-initiative-prince-laurent-foundation.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.the-queens-charities {
  background-image: url("../../images/royal-initiatives/royal-initiative-the-queen-charities.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.queen-elisabeth-competition {
  background-image: url("../../images/royal-initiatives/royal-initiative-queen-elisabeth-competition.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.queen-elisabeth-medical-foundation {
  background-image: url("../../images/royal-initiatives/royal-initiative-queen-elisabeth-medical-foundation.png");
}
body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a.queen-fabiolas-charities {
  background-image: url("../../images/royal-initiatives/royal-initiative-queen-fabiola-charities.png");
}
body.front #home-sections .home-section.section-for-kids, body.front #home-sections .home-section.section-for-children {
  background-image: url("../../images/for-kids/kids-background.jpg");
  background-position: center -40px;
  background-repeat: no-repeat;
  background-color: #fbfef9;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-head, body.front #home-sections .home-section.section-for-children .section-wrapper .section-head {
  background: transparent;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-head .section-title, body.front #home-sections .home-section.section-for-children .section-wrapper .section-head .section-title {
  font-family: "Coming Soon", cursive;
  font-weight: 400;
  color: #414141;
  padding-bottom: 44px;
  position: relative;
  background-image: url("../../images/small-blazon.png");
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-head .section-title, body.front #home-sections .home-section.section-for-children .section-wrapper .section-head .section-title {
    background-image: url("../../images/small-blazon@2x.png");
    background-size: 36px 36px;
  }
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-head .section-title:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-head .section-title:before {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  text-indent: -9999px;
  margin: 0 25px 0 0;
  padding: 0;
  position: absolute;
  right: 50%;
  bottom: 15px;
  background: rgba(65, 65, 65, 0.25);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-head .section-title:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-head .section-title:after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  text-indent: -9999px;
  margin: 0 0 0 25px;
  padding: 0;
  position: absolute;
  left: 50%;
  bottom: 15px;
  background: rgba(65, 65, 65, 0.25);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content {
  min-height: 720px;
  position: relative;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block {
  height: 700px;
  margin: 0;
  padding: 0;
  position: relative;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul {
  margin: 0;
  padding: 0;
  position: static;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li {
  margin: 0;
  padding: 0;
  position: static;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a {
  display: none;
  font-family: "Coming Soon", cursive;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:before {
  content: "";
  width: 20px;
  height: 45px;
  margin: 0;
  padding: 0;
  position: absolute;
  background-image: url("../../images/for-kids/kids-arrows.png");
  background-position: left top;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:after {
  content: "";
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  position: absolute;
  background-position: center top;
  background-repeat: no-repeat;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:hover, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:focus, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:hover, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:focus {
  color: #e5af39;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:hover:before, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:focus:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:hover:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:focus:before {
  background-position: left bottom;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:hover:after, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:focus:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:hover:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:focus:after {
  animation: for-kids-shake 0.6s ease-in-out infinite;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings {
  display: block;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king {
  width: 140px;
  left: 10px;
  top: 160px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:before {
  left: -15px;
  top: -25px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:after {
  width: 76px;
  height: 152px;
  margin-left: -38px;
  left: 50%;
  bottom: 110%;
  background-image: url("../../images/for-kids/kids-icon01.png");
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol {
  left: 520px;
  top: 150px;
  margin-left: 30px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:before {
  left: 30px;
  bottom: -40px;
  transform: rotate(-135deg);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:after {
  display: none;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king {
  width: 250px;
  left: 250px;
  top: 80px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:before {
  margin-left: -10px;
  left: 100px;
  bottom: -40px;
  transform: rotate(-130deg);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:after {
  width: 116px;
  height: 97px;
  left: -50px;
  bottom: -87px;
  background-image: url("../../images/for-kids/kids-icon02.png");
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history {
  left: 0;
  bottom: 20px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:before {
  right: 20px;
  top: -45px;
  background-position: right top;
  transform: rotate(80deg);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:after {
  width: 126px;
  height: 101px;
  left: 100%;
  top: -80px;
  background-image: url("../../images/for-kids/kids-icon05.png");
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:hover:before, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:focus:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:hover:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:focus:before {
  background-position: right bottom;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace {
  width: 220px;
  margin-left: -110px;
  left: 50%;
  bottom: 0;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:before {
  left: 40px;
  top: -45px;
  transform: rotate(30deg);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:after {
  width: 97px;
  height: 84px;
  right: 30px;
  top: -94px;
  background-image: url("../../images/for-kids/kids-icon06.png");
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family {
  width: 150px;
  right: 0;
  top: 150px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before {
  left: 25px;
  bottom: -35px;
  transform: rotate(-120deg);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after {
  width: 158px;
  height: 121px;
  left: -158px;
  top: 0;
  background-image: url("../../images/for-kids/kids-icon07.png");
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings {
  right: 0;
  bottom: 100px;
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:before {
  left: 25px;
  bottom: -35px;
  transform: rotate(-125deg);
}
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:after {
  width: 106px;
  height: 75px;
  left: -110px;
  bottom: -50px;
  background-image: url("../../images/for-kids/kids-icon04.png");
}
@keyframes for-kids-shake {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* @end */
/* @group Front Layout for GERMAN  */
body.front.i18n-de #home-sections .home-section {
  /* SECTION WELCOME */
}
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content {
  /* @group Block Twitter */
  /* @end */
  /* @group Block Facebook */
  /* @end */
  /* @group Block For Kids */
}
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
  margin-left: -590px;
}
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
  margin-left: -288px;
}
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
  width: 576px;
  margin-left: 14px;
}

/* @end */
/* = END = */
/* ========== */
/* = SEARCH = */
/* ========== */
/* @group Page Search Results */
body.page-search .content .search-form {
  margin: 0 0 16px 0;
  padding: 0 0 30px 0;
  position: relative;
  border-bottom: 1px solid #eef0f6;
}
body.page-search .content .search-form .form-item-keys {
  padding-bottom: 0;
}
body.page-search .content .search-form .form-item-keys label {
  display: none;
}
body.page-search .content .search-form .form-item-keys .form-text {
  padding-right: 160px;
}
body.page-search .content .search-form .form-submit {
  float: none;
  width: 140px;
  text-align: center;
  margin: 0 0 0 10px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.page-search .content .block-mefibs {
  margin: 0 0 30px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
body.page-search .content .block-mefibs form .views-exposed-form .views-exposed-widgets .views-exposed-widget {
  clear: both;
  float: none;
  margin-right: 145px;
}
body.page-search .content .block-mefibs form .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
  display: none;
}
body.page-search .content .block-mefibs form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item {
  padding-bottom: 0;
}
body.page-search .content .block-mefibs form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button {
  clear: none;
  float: none;
  width: 150px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
body.page-search .content .block-mefibs form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
  float: right;
  width: 140px;
  text-align: center;
  margin: 0;
  padding: 0;
}
body.page-search .content h2 {
  display: none;
}
body.page-search .content .search-results .search-result {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  overflow: hidden;
  border-bottom: 1px solid #eef0f6;
}
body.page-search .content .search-results .search-result .title {
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 8px 0;
  padding: 0;
}
body.page-search .content .search-results .search-result .title a {
  color: #00508c;
}
body.page-search .content .search-results .search-result .title a:hover, body.page-search .content .search-results .search-result .title a:focus {
  color: #e5af39;
}
body.page-search .content .search-results .search-result .search-snippet-info {
  margin: 0;
  padding: 0;
}
body.page-search .content .search-results .search-result .search-snippet-info .search-snippet {
  margin: 0;
  padding: 0;
}
body.page-search .content .search-results .search-result .search-snippet-info .search-snippet strong {
  color: #e5af39;
}
body.page-search .content .search-results .search-result .search-snippet-info .search-info {
  display: none;
}
body.page-search .content .view-search .view-content,
body.page-search .content .view-search1 .view-content,
body.page-search .content .view-search2 .view-content {
  margin: 0;
  padding: 0;
}
body.page-search .content .view-search .view-content .views-row,
body.page-search .content .view-search1 .view-content .views-row,
body.page-search .content .view-search2 .view-content .views-row {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  overflow: hidden;
  border-bottom: 1px solid #eef0f6;
}
body.page-search .content .view-search .view-content .views-row .views-field-title,
body.page-search .content .view-search .view-content .views-row .views-field-title-1,
body.page-search .content .view-search1 .view-content .views-row .views-field-title,
body.page-search .content .view-search1 .view-content .views-row .views-field-title-1,
body.page-search .content .view-search2 .view-content .views-row .views-field-title,
body.page-search .content .view-search2 .view-content .views-row .views-field-title-1 {
  font-family: "Roboto Condensed", Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 8px 0;
  padding: 0;
}
body.page-search .content .view-search .view-content .views-row .views-field-title a,
body.page-search .content .view-search .view-content .views-row .views-field-title-1 a,
body.page-search .content .view-search1 .view-content .views-row .views-field-title a,
body.page-search .content .view-search1 .view-content .views-row .views-field-title-1 a,
body.page-search .content .view-search2 .view-content .views-row .views-field-title a,
body.page-search .content .view-search2 .view-content .views-row .views-field-title-1 a {
  color: #00508c;
}
body.page-search .content .view-search .view-content .views-row .views-field-title a:hover, body.page-search .content .view-search .view-content .views-row .views-field-title a:focus,
body.page-search .content .view-search .view-content .views-row .views-field-title-1 a:hover,
body.page-search .content .view-search .view-content .views-row .views-field-title-1 a:focus,
body.page-search .content .view-search1 .view-content .views-row .views-field-title a:hover,
body.page-search .content .view-search1 .view-content .views-row .views-field-title a:focus,
body.page-search .content .view-search1 .view-content .views-row .views-field-title-1 a:hover,
body.page-search .content .view-search1 .view-content .views-row .views-field-title-1 a:focus,
body.page-search .content .view-search2 .view-content .views-row .views-field-title a:hover,
body.page-search .content .view-search2 .view-content .views-row .views-field-title a:focus,
body.page-search .content .view-search2 .view-content .views-row .views-field-title-1 a:hover,
body.page-search .content .view-search2 .view-content .views-row .views-field-title-1 a:focus {
  color: #e5af39;
}
body.page-search .content .view-search .view-content .views-row .views-field-search-api-excerpt,
body.page-search .content .view-search1 .view-content .views-row .views-field-search-api-excerpt,
body.page-search .content .view-search2 .view-content .views-row .views-field-search-api-excerpt {
  margin: 0 0 20px 0;
  padding: 0;
}
body.page-search .content .view-search .view-content .views-row .views-field-search-api-excerpt .field-content,
body.page-search .content .view-search1 .view-content .views-row .views-field-search-api-excerpt .field-content,
body.page-search .content .view-search2 .view-content .views-row .views-field-search-api-excerpt .field-content {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0;
}
body.page-search .content .view-search .view-content .views-row .views-field-search-api-excerpt .field-content .highlight,
body.page-search .content .view-search1 .view-content .views-row .views-field-search-api-excerpt .field-content .highlight,
body.page-search .content .view-search2 .view-content .views-row .views-field-search-api-excerpt .field-content .highlight {
  color: #e5af39;
}
body.page-search .content .view-search .view-content .views-row .views-field-view-node,
body.page-search .content .view-search1 .view-content .views-row .views-field-view-node,
body.page-search .content .view-search2 .view-content .views-row .views-field-view-node {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.page-search .content .view-search .view-content .views-row .views-field-view-node a,
body.page-search .content .view-search1 .view-content .views-row .views-field-view-node a,
body.page-search .content .view-search2 .view-content .views-row .views-field-view-node a {
  display: block;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0 0 0 18px;
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-search .content .view-search .view-content .views-row .views-field-view-node a,
body.page-search .content .view-search1 .view-content .views-row .views-field-view-node a,
body.page-search .content .view-search2 .view-content .views-row .views-field-view-node a {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}

/* @end */
/* = END = */
/* ======== */
/* = USER = */
/* ======== */
/* @group Page User */
body.page-user .content #login-message {
  display: none;
}
body.page-user .content #login-links {
  clear: both;
  margin: 0 0 40px 0;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
  background: #00508c;
}
body.page-user .content #login-links .login-link {
  display: block;
  float: left;
  width: auto;
  height: auto;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color: white;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 16px 10px;
  overflow: hidden;
  border: none;
  background: none;
}
body.page-user .content #login-links .login-link:hover, body.page-user .content #login-links .login-link:focus, body.page-user .content #login-links .login-link.lt-active {
  color: #e5af39;
}
body.page-user .content #login-form .login-forgot {
  clear: both;
}
body.page-user .content #login-form .login-forgot a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0 0 0 18px;
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-user .content #login-form .login-forgot a {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}
body.page-user .content form .form-item-name {
  clear: none;
  float: left;
  width: 48%;
}
body.page-user .content form .form-item-mail,
body.page-user .content form .form-item-pass {
  clear: none;
  float: right;
  width: 48%;
}

/* @end */
/* = END = */
/* ========= */
/* = PRESS = */
/* ========= */
/* @group Page Press */
/* @end */
/* Block Menu in Sidebar Left/Right on Page Press */
body.page-press .sidebar .block-menu,
body.page-press .sidebar .block-menu-block {
  margin-bottom: 0;
  background: transparent;
}
body.page-press .sidebar .block-menu ul.menu li,
body.page-press .sidebar .block-menu-block ul.menu li {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
body.page-press .sidebar .block-menu ul.menu li a,
body.page-press .sidebar .block-menu-block ul.menu li a {
  display: block;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  color: white;
  margin: 0;
  padding: 20px 20px 20px 78px;
  position: relative;
  background: #00508c;
}
body.page-press .sidebar .block-menu ul.menu li a:before,
body.page-press .sidebar .block-menu-block ul.menu li a:before {
  content: "";
  display: block;
  width: 38px;
  height: 30px;
  margin: -15px 0 0 0;
  padding: 0;
  position: absolute;
  left: 20px;
  top: 50%;
  background-position: center top;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a:before,
body.page-press .sidebar .block-menu-block ul.menu li a:before {
    background-size: 38px 61px;
  }
}
body.page-press .sidebar .block-menu ul.menu li a:hover, body.page-press .sidebar .block-menu ul.menu li a:focus,
body.page-press .sidebar .block-menu-block ul.menu li a:hover,
body.page-press .sidebar .block-menu-block ul.menu li a:focus {
  background: #e5af39;
}
body.page-press .sidebar .block-menu ul.menu li a:hover:before, body.page-press .sidebar .block-menu ul.menu li a:focus:before,
body.page-press .sidebar .block-menu-block ul.menu li a:hover:before,
body.page-press .sidebar .block-menu-block ul.menu li a:focus:before {
  background-position: center bottom;
}
body.page-press .sidebar .block-menu ul.menu li a.archives:before,
body.page-press .sidebar .block-menu-block ul.menu li a.archives:before {
  background-image: url("../../images/icons/icons-press-archives.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a.archives:before,
body.page-press .sidebar .block-menu-block ul.menu li a.archives:before {
    background-image: url("../../images/icons/icons-press-archives@2x.png");
  }
}
body.page-press .sidebar .block-menu ul.menu li a.news:before,
body.page-press .sidebar .block-menu-block ul.menu li a.news:before {
  background-image: url("../../images/icons/icons-press-news.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a.news:before,
body.page-press .sidebar .block-menu-block ul.menu li a.news:before {
    background-image: url("../../images/icons/icons-press-news@2x.png");
  }
}
body.page-press .sidebar .block-menu ul.menu li a.photos:before,
body.page-press .sidebar .block-menu-block ul.menu li a.photos:before {
  background-image: url("../../images/icons/icons-press-photos.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a.photos:before,
body.page-press .sidebar .block-menu-block ul.menu li a.photos:before {
    background-image: url("../../images/icons/icons-press-photos@2x.png");
  }
}
body.page-press .sidebar .block-menu ul.menu li a.logout:before,
body.page-press .sidebar .block-menu-block ul.menu li a.logout:before {
  background-image: url("../../images/icons/icons-press-logout.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a.logout:before,
body.page-press .sidebar .block-menu-block ul.menu li a.logout:before {
    background-image: url("../../images/icons/icons-press-logout@2x.png");
  }
}
body.page-press .sidebar .block-menu ul.menu li.active-trail,
body.page-press .sidebar .block-menu-block ul.menu li.active-trail {
  display: none;
}
body.page-press .sidebar .block-menu ul.menu li ul,
body.page-press .sidebar .block-menu-block ul.menu li ul {
  display: none;
}

/* @end */
/* @group Block View Press Page in Content */
.content .view-press .view-content .views-row {
  margin: 0 0 24px 0;
  padding: 0;
  border-bottom: 1px solid #eef0f6;
}
.content .view-press .view-content .views-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

/* @end */
/* @group Node Agenda Item Full */
.content .node-press-pdf-full .field-name-title h2,
.content .content .node-press-pdf-full .field-name-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 8px 0;
  padding: 0;
}
.content .node-press-pdf-full .field-name-title h2 a,
.content .content .node-press-pdf-full .field-name-title h2 a {
  color: #00508c;
}
.content .node-press-pdf-full .field-name-title h2 a:hover, .content .node-press-pdf-full .field-name-title h2 a:focus,
.content .content .node-press-pdf-full .field-name-title h2 a:hover,
.content .content .node-press-pdf-full .field-name-title h2 a:focus {
  color: #e5af39;
}
.content .node-press-pdf-full .field-name-post-date,
.content .node-press-pdf-full .field-name-field-date-withend,
.content .content .node-press-pdf-full .field-name-post-date,
.content .content .node-press-pdf-full .field-name-field-date-withend {
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #e5af39;
  margin: 0 0 20px 0;
  padding: 0;
}
.content .node-press-pdf-full .field-name-title + .field-name-post-date,
.content .node-press-pdf-full .field-name-title + .field-name-field-date-withend,
.content .content .node-press-pdf-full .field-name-title + .field-name-post-date,
.content .content .node-press-pdf-full .field-name-title + .field-name-field-date-withend {
  margin-top: 0;
}
.content .node-press-pdf-full .field-name-field-pdfs,
.content .node-press-pdf-full .field-name-field-activity,
.content .content .node-press-pdf-full .field-name-field-pdfs,
.content .content .node-press-pdf-full .field-name-field-activity {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: hidden;
}
.content .node-press-pdf-full .field-name-field-pdfs .label-above,
.content .node-press-pdf-full .field-name-field-activity .label-above,
.content .content .node-press-pdf-full .field-name-field-pdfs .label-above,
.content .content .node-press-pdf-full .field-name-field-activity .label-above {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-transform: none;
  margin: 0 0 8px 0;
  padding: 0 0 0 30px;
  position: relative;
}
.content .node-press-pdf-full .field-name-field-pdfs .label-above:before,
.content .node-press-pdf-full .field-name-field-activity .label-above:before,
.content .content .node-press-pdf-full .field-name-field-pdfs .label-above:before,
.content .content .node-press-pdf-full .field-name-field-activity .label-above:before {
  content: "";
  display: block;
  width: 34px;
  height: 19px;
  text-indent: -9999px;
  margin: -9px 0 0 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 50%;
  background-position: left top;
  background-repeat: no-repeat;
}
.content .node-press-pdf-full .field-name-field-pdfs ul,
.content .node-press-pdf-full .field-name-field-activity ul,
.content .content .node-press-pdf-full .field-name-field-pdfs ul,
.content .content .node-press-pdf-full .field-name-field-activity ul {
  margin: 0;
  padding: 0;
}
.content .node-press-pdf-full .field-name-field-pdfs ul li,
.content .node-press-pdf-full .field-name-field-activity ul li,
.content .content .node-press-pdf-full .field-name-field-pdfs ul li,
.content .content .node-press-pdf-full .field-name-field-activity ul li {
  display: block;
  margin: 0;
  padding: 0;
}
.content .node-press-pdf-full .field-name-field-pdfs ul li .file,
.content .node-press-pdf-full .field-name-field-activity ul li .file,
.content .content .node-press-pdf-full .field-name-field-pdfs ul li .file,
.content .content .node-press-pdf-full .field-name-field-activity ul li .file {
  display: block;
  margin: 0;
  padding: 0;
}
.content .node-press-pdf-full .field-name-field-pdfs ul li .file img,
.content .node-press-pdf-full .field-name-field-activity ul li .file img,
.content .content .node-press-pdf-full .field-name-field-pdfs ul li .file img,
.content .content .node-press-pdf-full .field-name-field-activity ul li .file img {
  display: none;
}
.content .node-press-pdf-full .field-name-field-pdfs ul li a,
.content .node-press-pdf-full .field-name-field-activity ul li a,
.content .content .node-press-pdf-full .field-name-field-pdfs ul li a,
.content .content .node-press-pdf-full .field-name-field-activity ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  margin: 0;
  padding: 0 0 2px 18px;
  background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  background-position: left 2px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-press-pdf-full .field-name-field-pdfs ul li a,
.content .node-press-pdf-full .field-name-field-activity ul li a,
.content .content .node-press-pdf-full .field-name-field-pdfs ul li a,
.content .content .node-press-pdf-full .field-name-field-activity ul li a {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}
.content .node-press-pdf-full .field-name-field-pdfs .label-above:before,
.content .content .node-press-pdf-full .field-name-field-pdfs .label-above:before {
  background-image: url("../../images/icons/icons-pdf.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-press-pdf-full .field-name-field-pdfs .label-above:before background: ,
.content .content .node-press-pdf-full .field-name-field-pdfs .label-above:before background:  {
    image: url("../../images/icons/icons-pdf@2x.png");
    size: 19px 59px;
  }
}
.content .node-press-pdf-full .field-name-field-activity .label-above:before,
.content .content .node-press-pdf-full .field-name-field-activity .label-above:before {
  background-image: url("../../images/icons/icons-calendar.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .content .node-press-pdf-full .field-name-field-activity .label-above:before background: ,
.content .content .node-press-pdf-full .field-name-field-activity .label-above:before background:  {
    image: url("../../images/icons/icons-calendar@2x.png");
    size: 19px 59px;
  }
}

/* @end */
/* = END = */
/* =========== */
/* = SITEMAP = */
/* =========== */
/* @group Page Sitemap Layout */
body.page-sitemap {
  /* @group Base Layout */
  /* @end */
  /* @group Sitemap Layout */
  /* @end */
}
body.page-sitemap #page #section-title-wrapper {
  background-image: url("../../images/section-title/section-title-sitemap.jpg");
}
body.page-sitemap #site-map .site-map-front-page,
body.page-sitemap #site-map .site-map-box-menu-menu-footer-french-menu,
body.page-sitemap #site-map .site-map-box-menu-menu-footer-dutch-menu,
body.page-sitemap #site-map .site-map-box-menu-menu-footer-german-menu,
body.page-sitemap #site-map .site-map-box-menu-menu-footer-english-menu {
  display: none;
}
body.page-sitemap #site-map .site-map-menus .title {
  display: none;
}
body.page-sitemap #site-map .site-map-menus ul {
  /*margin:0 -10px;*/
  margin: 0;
  padding: 0;
}
body.page-sitemap #site-map .site-map-menus ul li {
  display: block;
  /*float:left;
  margin:0 10px 10px 10px;*/
  margin: 0 0 10px 0;
  padding: 0;
}
body.page-sitemap #site-map .site-map-menus ul li a {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #414141;
  margin: 0 0 10px 0;
  padding: 0;
}
body.page-sitemap #site-map .site-map-menus ul li a:hover, body.page-sitemap #site-map .site-map-menus ul li a:focus {
  color: #e5af39;
}
body.page-sitemap #site-map .site-map-menus ul li ul {
  margin: 0;
  padding: 6px 0 6px 15px;
  border-left: 1px solid #eef0f6;
}
body.page-sitemap #site-map .site-map-menus ul li ul li {
  float: none;
  margin: 0 0 6px 0;
}
body.page-sitemap #site-map .site-map-menus ul li ul li a {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  margin-bottom: 0;
}
body.page-sitemap #site-map .site-map-menus ul li ul li ul {
  padding-left: 0;
  padding-bottom: 0;
  border-left: 0;
}
body.page-sitemap #site-map .site-map-menus ul li ul li ul li {
  margin-bottom: 2px;
  padding-left: 14px;
  background-image: url("../../images/bullets/bullet.png");
  background-position: left 7px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body.page-sitemap #site-map .site-map-menus ul li ul li ul li {
    background-image: url("../../images/bullets/bullet@2x.png");
    background-size: 4px 4px;
  }
}
body.page-sitemap #site-map .site-map-menus ul li ul li ul li a {
  font-weight: 300;
}

/* @end */
/* = END = */
/* ====================== */
/* = LANGUAGE SELECTION = */
/* ====================== */
/* @group Page Language Selection */
html.page-language-selection {
  height: 100%;
  background: #004f8f;
}

body.page-language-selection {
  height: 100%;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  background: #004f8f;
}
body.page-language-selection #page {
  width: 940px;
  height: 940px;
  margin: -580px 0 0 -470px;
  padding: 650px 0 0 0;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../../images/language-selection-background.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
body.page-language-selection #page h1 {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}
body.page-language-selection #page #language-selection {
  clear: both;
  width: 800px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
body.page-language-selection #page #language-selection ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body.page-language-selection #page #language-selection ul li {
  display: block;
  float: left;
  width: 380px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: white;
  text-align: center;
  margin: 0 10px 30px 10px;
  padding: 0;
}
body.page-language-selection #page #language-selection ul li h2 {
  font-family: Georgia, Verdana, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  color: white;
  margin-bottom: 5px;
  text-transform: none;
}
body.page-language-selection #page #language-selection ul li a {
  color: white;
  border-bottom: 1px solid white;
}
body.page-language-selection #page #language-selection ul li a:hover, body.page-language-selection #page #language-selection ul li a:focus {
  color: #e5af39;
  border-bottom: 1px solid #e5af39;
}

/* @end */
/* = END = */
/* ========================== */
/* = More than 1980 screens = */
/* == aka for BIG screens === */
/* ========================== */
@media only screen and (min-width: 1921px) {
  /* ========== */
  /* = LAYOUT = */
  /* ========== */
  /* @group Base Layout */
  body {
    background-image: url("../../images/blazon-background.png");
    background-position: center center;
    background-repeat: repeat;
    background-color: #004070;
    /*&:before {
      content:'1980css';
      display:none;
      font: {
        size:16px;
        weight:300;
      }
      line-height:18px;
      color:white;
      margin:0;
      padding:2px 4px 4px 4px;
      position:fixed;
      right:0;
      top:0;
      z-index:99999;
      background:black;
      opacity:0.2;
    }*/
  }
  body #page {
    width: 1920px;
    margin: 0 auto;
    background-image: url("../../images/background.png");
    background-position: center center;
    background-repeat: repeat;
    background-color: #00508c;
  }
  body #page #header-wrapper {
    width: 1920px;
    margin-left: -960px;
    left: 50%;
  }

  /* @end */
  /* = END = */
}
/* ======= */
/* = END = */
/* ======= */
/* ========================== */
/* = Less than 1280 screens = */
/* == aka for 1024 screens == */
/* ========================== */
@media only screen and (max-width: 1279px) {
  /* ========== */
  /* = LAYOUT = */
  /* ========== */
  /* @group Base Layout */
  body {
    /*min-width:1024px;*/
    /*&:before {
      content:'1024css';
      display:block;
      font: {
        size:16px;
        weight:300;
      }
      line-height:18px;
      color:white;
      margin:0;
      padding:2px 4px 4px 4px;
      position:fixed;
      right:0;
      top:0;
      z-index:99999;
      background:salmon;
      opacity:0.2;
    }*/
  }
  body #page #header-wrapper #header {
    width: 980px;
  }
  body #page #section-title-wrapper #section-title {
    width: 980px;
  }
  body #page #main-wrapper #main {
    width: 980px;
  }
  body #page #main-wrapper #main #sidebar-first {
    width: 300px;
  }
  body #page #main-wrapper #main #sidebar-second {
    width: 300px;
  }
  body #page #main-wrapper #main #content {
    width: auto;
  }
  body #page #bottom-wrapper #bottom {
    width: 980px;
  }
  body #page #footer-wrapper #footer {
    width: 980px;
  }
  body.one-sidebar #page #main-wrapper #main #content {
    width: 650px;
  }
  body.two-sidebars #page #main-wrapper #main #content {
    width: 310px;
  }

  /* @end */
  /* = END = */
  /* ========== */
  /* = HEADER = */
  /* ========== */
  /* @group Block Search Forum in Header */
  #header .block-views--exp-search2-page {
    right: 0;
  }
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text {
    width: 110px;
  }

  /* @end */
  /* @group Block Main Menu in Header */
  #header .block-menu ul li {
    margin: 0 5px;
  }
  #header .block-menu ul li a {
    font-size: 15px;
  }

  /* @end */
  /* = END = */
  /* ============== */
  /* = HIGHLIGHTS = */
  /* ============== */
  /* @group Node Highlights Teaser */
  .node-highlight-teaser .group-wrapper {
    width: 980px;
    margin-left: -490px;
  }
  .node-highlight-teaser .group-wrapper .group-inner {
    width: 520px;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-title h2 {
    font-size: 32px;
    line-height: 34px;
  }

  /* @end */
  /* = END = */
  /* ========== */
  /* = AGENDA = */
  /* ========== */
  /* @group Block View Agenda Page (Search) in Content */
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
    width: 250px;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_sector, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place {
    width: 380px;
  }

  /* @end */
  /* @group Node Agenda Item Teaser */
  .node-agenda-item-teaser .group-overlay .group-title {
    padding: 0 25px;
  }
  .node-agenda-item-teaser .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser .group-overlay .group-title .field-name-title h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .node-agenda-item-teaser:hover .group-overlay, .node-agenda-item-teaser:focus .group-overlay {
    padding: 40px 25px 0 25px;
  }

  /* @end */
  /* = END = */
  /* ================ */
  /* = ROYAL FAMILY = */
  /* ================ */
  /* @group View Family Member Anniversaries / History */
  .content .view-birthday-overview .view-content,
.content .view-history-overview .view-content {
    margin: 0 -8px;
  }
  .content .view-birthday-overview .view-content .views-row,
.content .view-history-overview .view-content .views-row {
    width: 206px;
    height: 206px;
    margin: 0 8px 20px 8px;
  }

  /* @end */
  /* @group Node Family Member Birthdays / History */
  .node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-field-date-of-birth,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-field-date-of-birth {
    font-size: 16px;
    line-height: 18px;
  }
  .node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-title h2,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  /* @end */
  /* @group Node Family Member Teaser */
  .node-family-member-teaser .group-overlay .group-inner {
    padding: 0 25px;
  }
  .node-family-member-teaser .group-overlay .group-inner h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .node-family-member-teaser .group-overlay .group-inner .field-name-node-link {
    margin-bottom: 5px;
  }
  .node-family-member-teaser:hover .group-overlay .group-inner, .node-family-member-teaser:focus .group-overlay .group-inner {
    padding: 0 20px;
  }

  /* @end */
  /* = END = */
  /* ============ */
  /* = HERITAGE = */
  /* ============ */
  /* @group Node Heritage Teaser */
  .node-heritage-teaser .group-overlay .group-inner {
    padding: 0 25px;
  }
  .node-heritage-teaser .group-overlay .group-inner .field-name-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .node-heritage-teaser .group-overlay .group-inner .field-name-node-link {
    margin-bottom: 5px;
  }
  .node-heritage-teaser:hover .group-overlay .group-inner, .node-heritage-teaser:focus .group-overlay .group-inner {
    padding: 0 20px;
  }

  /* @end */
  /* = END = */
  /* =================== */
  /* = PHOTOS & VIDEOS = */
  /* =================== */
  /* @group Node Gallery Photo Front / Overview */
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo {
    width: 206px;
    height: 206px;
  }
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-title h2 {
    font-size: 24px;
    line-height: 26px;
  }

  /* @end */
  /* @group View Family Member Anniversaries / History */
  .content .view-photo-gallery .view-content {
    margin: 0 -8px;
  }
  .content .view-photo-gallery .view-content .views-row {
    width: 206px;
    height: 206px;
    margin: 0 8px 20px 8px;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row {
    height: auto;
  }

  /* @end */
  /* = END = */
  /* ============ */
  /* = FOR KIDS = */
  /* ============ */
  /* @group For Kids Pages Layout */
  body.path-kids,
body.path-for-kids,
body.path-for-children,
body.path-pour-les-enfants,
body.path-voor-kinderen,
body.path-fur-kinder {
    /* @group Base Layout (for kids) */
    /* @end */
    /* Block Menu in Sidebar Left/Right (for kids) */
    /* @end */
  }
  body.path-kids #page #main-wrapper #main #sidebar-first,
body.path-for-kids #page #main-wrapper #main #sidebar-first,
body.path-for-children #page #main-wrapper #main #sidebar-first,
body.path-pour-les-enfants #page #main-wrapper #main #sidebar-first,
body.path-voor-kinderen #page #main-wrapper #main #sidebar-first,
body.path-fur-kinder #page #main-wrapper #main #sidebar-first {
    width: 360px;
    margin-right: 10px;
    margin-left: -40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  body.path-kids .sidebar .block-menu,
body.path-kids .sidebar .block-menu-block,
body.path-for-kids .sidebar .block-menu,
body.path-for-kids .sidebar .block-menu-block,
body.path-for-children .sidebar .block-menu,
body.path-for-children .sidebar .block-menu-block,
body.path-pour-les-enfants .sidebar .block-menu,
body.path-pour-les-enfants .sidebar .block-menu-block,
body.path-voor-kinderen .sidebar .block-menu,
body.path-voor-kinderen .sidebar .block-menu-block,
body.path-fur-kinder .sidebar .block-menu,
body.path-fur-kinder .sidebar .block-menu-block {
    margin-right: -30px;
    margin-left: -30px;
    background-image: url("../../images/for-kids/kids-canvas-1024.png");
  }
  body.path-kids .sidebar .block-menu .menu-block-wrapper,
body.path-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-children .sidebar .block-menu .menu-block-wrapper,
body.path-for-children .sidebar .block-menu-block .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu-block .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu-block .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu-block .menu-block-wrapper {
    padding-top: 30px;
    background-image: url("../../images/for-kids/kids-canvas-1024.png");
  }
  body.path-kids .sidebar .block-menu ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu,
body.path-for-children .sidebar .block-menu ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu {
    padding: 0 30px 30px 30px;
    background-image: url("../../images/for-kids/kids-canvas-1024.png");
  }
  body.path-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li ul.menu {
    padding: 0;
  }

  /* @end */
  /* = END = */
  /* ========= */
  /* = FRONT = */
  /* ========= */
  /* @group Front Layout */
  body.front #home-sections .home-section {
    /* SECTION WELCOME */
    /* SECTION AGENDA */
    /* SECTION MONARCHY */
    /* SECTION ROYAL FAMILY */
    /* SECTION PHOTOS VIDEOS */
    /* SECTION HERITAGE */
    /* SECTION ROYAL INITIATIVES */
    /* SECTION FOR KIDS */
  }
  body.front #home-sections .home-section .section-wrapper .section-head .section-inner {
    width: 980px;
  }
  body.front #home-sections .home-section .section-wrapper .section-content {
    width: 980px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content {
    width: auto;
    /* @group Block Views Calendar on Home section WELCOME */
    /* @end */
    /* @group Block Calendar */
    /* @end */
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
    /* @group Block For Kids */
    /* @end */
    /* @group Block Instagram */
    /* @end */
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    width: 230px;
    height: 190px;
    bottom: 30px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a {
    padding-bottom: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda {
    margin-left: -490px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    margin-left: -240px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    margin-left: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    margin-left: 260px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
    margin-left: 260px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .views-field-instagram-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .views-field-instagram-link a {
    font-size: 14px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content {
    width: 100%;
  }
  body.front #home-sections .home-section.section-monarchy:before {
    height: 380px;
    background-size: auto 620px;
  }

  /* @end */
  /* @group Front Layout for GERMAN  */

  /* @end */
  /* = END = */
}
@media only screen and (max-width: 1279px) and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 300px;
    background-size: auto 560px;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 750px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 220px;
    background-size: auto 550px;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 340px;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 260px;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 750px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 180px;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content {
    padding-right: 50px;
    padding-left: 50px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: block;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block {
    margin: 0 -40px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a {
    width: 114px;
    height: 96px;
    margin: 0 1px 6px 1px;
    padding: 62px 3px 0 3px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:before {
    width: 60px;
    height: 45px;
    margin-left: -30px;
    top: 8px;
    background-size: 540px 135px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a:focus:before {
    background-position: 0 -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-function:before {
    background-position: 0 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-function:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-function:focus:before {
    background-position: 0 -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.monarchy-and-the-people:before {
    background-position: -60px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.monarchy-and-the-people:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.monarchy-and-the-people:focus:before {
    background-position: -60px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-household:before {
    background-position: -120px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-household:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.royal-household:focus:before {
    background-position: -120px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.resources:before {
    background-position: -180px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.resources:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.resources:focus:before {
    background-position: -180px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.protocol:before {
    background-position: -240px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.protocol:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.protocol:focus:before {
    background-position: -240px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.events-linked-to-the-monarchy:before {
    background-position: -300px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.events-linked-to-the-monarchy:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.events-linked-to-the-monarchy:focus:before {
    background-position: -300px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speech:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speeches:before {
    background-position: -360px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speech:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speech:focus:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speeches:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.speeches:focus:before {
    background-position: -360px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.contact:before {
    background-position: -420px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.contact:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.contact:focus:before {
    background-position: -420px -90px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.dotations:before {
    background-position: -480px 0;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.dotations:hover:before, body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block .menu li a.dotations:focus:before {
    background-position: -480px -90px;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content {
    width: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2 {
    width: 25%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 25%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-7, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-8, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-9 {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2 {
    width: 28%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 22%;
  }
}
@media only screen and (max-width: 1279px) and (max-height: 600px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2 {
    width: 30%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 20%;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu {
    padding: 0;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li {
    padding: 0 5px;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content {
    width: 100%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery .instagram-posts-content .instagram-post-row {
    width: 20%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(5) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(10) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(15) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content {
    width: auto;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
    width: auto;
  }
}
@media only screen and (max-width: 1279px) {
  body.front #home-sections .home-section.section-for-kids, body.front #home-sections .home-section.section-for-children {
    background-position: center top;
    background-size: 1140px 733px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content {
    min-height: 600px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block {
    height: 580px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a {
    font-size: 20px;
    line-height: 24px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol {
    top: 120px;
    margin-left: 15px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family {
    top: 100px;
  }
}
@media only screen and (max-width: 1279px) {
  body.front.i18n-de #home-sections .home-section {
    /* SECTION WELCOME */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content {
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
    /* @group Block For Kids */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    margin-left: -490px;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    margin-left: -240px;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    width: 480px;
    margin-left: 10px;
  }
}
/* ======= */
/* = END = */
/* ======= */
/* ========================== */
/* = Less than 1024 screens = */
/* == aka for 980 screens === */
/* ========================== */
@media only screen and (max-width: 1023px) {
  /* ========== */
  /* = LAYOUT = */
  /* ========== */
  /* @group Base Layout */
  body {
    /*min-width:960px;*/
    /*&:before {
      content:'960css';
      display:block;
      font: {
        size:16px;
        weight:300;
      }
      line-height:18px;
      color:white;
      margin:0;
      padding:2px 4px 4px 4px;
      position:fixed;
      right:0;
      top:0;
      z-index:99999;
      background:black;
      opacity:0.2;
    }*/
  }
  body #page #header-wrapper {
    top: -90px;
  }
  body #page #header-wrapper #header {
    width: 920px;
    height: 115px;
  }
  body #page #section-title-wrapper #section-title {
    width: 920px;
  }
  body #page #main-wrapper #main {
    width: 920px;
  }
  body #page #main-wrapper #main #sidebar-first {
    width: 260px;
  }
  body #page #main-wrapper #main #sidebar-second {
    width: 260px;
  }
  body #page #main-wrapper #main #content {
    width: auto;
  }
  body #page #bottom-wrapper #bottom {
    width: 920px;
  }
  body #page #footer-wrapper #footer {
    width: 920px;
  }
  body.one-sidebar #page #main-wrapper #main #content {
    width: 630px;
  }
  body.two-sidebars #page #main-wrapper #main #content {
    width: 310px;
  }
  body.header-expanded #page #header-wrapper {
    top: 0;
  }

  /* @end */
  /* = END = */
  /* ======== */
  /* = BASE = */
  /* ======== */
  /* @group Base Elements */
  h1 {
    font-size: 36px;
    line-height: 36px;
  }
  h1#page-title {
    font-size: 22px;
    line-height: 24px;
  }

  h2 {
    font-size: 22px;
    line-height: 24px;
  }

  /* @end */
  /* = END = */
  /* ========== */
  /* = HEADER = */
  /* ========== */
  /* @group Site Name in Header */
  #site-name {
    height: 75px;
    background-size: 85px 60px;
  }

  /* @end */
  /* @group Block Search Forum in Header */

  /* @end */
  /* @group Block Locale in Header */

  /* @end */
  /* @group Block Main Menu in Header */

  /* @end */
  /* = END = */
  /* =========== */
  /* = SIDEBAR = */
  /* =========== */
  /* @group Block Default in Sidebar Left/Right */

  /* @end */
  /* Block Menu in Sidebar Left/Right */

  /* @end */
  /* = END = */
  /* ================ */
  /* = NODE DEFAULT = */
  /* ================ */
  /* @group Node Default Full */

  /* @end */
  /* = END = */
  /* ================== */
  /* = FORM / WEBFORM = */
  /* ================== */
  /* @group Form Default */

  /* @end */
  /* = END = */
  /* ============== */
  /* = HIGHLIGHTS = */
  /* ============== */
  /* @group Block Views Highlights on Front */

  /* @end */
  /* @group Node Highlights Teaser */

  /* @end */
  /* = END = */
  /* ============ */
  /* = SPEECHES = */
  /* ============ */
  /* @group View Speeches Form in Sidebar */

  /* @end */
  /* = END = */
  /* ========== */
  /* = AGENDA = */
  /* ========== */
  /* @group Block View Agenda Page (Search) in Content */

  /* @end */
  /* @group Node Agenda Item List Item */

  /* @end */
  /* @group Node Agenda Item Short Reference */

  /* @end */
  /* @group Node Agenda Item Teaser */

  /* @end */
  /* @group Node Agenda Item Full */

  /* @end */
  /* = END = */
  /* ================= */
  /* = ROYAL FAMILY = */
  /* ================= */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* @group Node Family Member Teaser */

  /* @end */
  /* @group Node Family Member Full */

  /* @end */
  /* = END = */
  /* ============ */
  /* = HERITAGE = */
  /* ============ */
  /* @group Node Heritage Teaser */

  /* @end */
  /* = END = */
  /* =================== */
  /* = PHOTOS & VIDEOS = */
  /* =================== */
  /* @group Node Gallery Photo Front / Overview */

  /* @end */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* = END = */
  /* ============ */
  /* = FOR KIDS = */
  /* ============ */
  /* @group For Kids Pages Layout */

  /* @end */
  /* = END = */
  /* ========= */
  /* = FRONT = */
  /* ========= */
  /* @group Front Layout */

  /* @end */
  /* @group Front Layout for GERMAN  */

  /* @end */
  /* = END = */
  /* ========= */
  /* = PRESS = */
  /* ========= */
  /* Block Menu in Sidebar Left/Right on Page Press */

  /* @end */
  /* = END = */
  /* ====================== */
  /* = LANGUAGE SELECTION = */
  /* ====================== */
  /* @group Page Language Selection */

  /* @end */
  /* = END = */
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  #site-name {
    background-size: 85px 60px;
  }
}
@media only screen and (max-width: 1023px) {
  #site-name h1 img,
#site-name a img {
    height: 75px;
  }
}
@media only screen and (max-width: 1023px) {
  #header .block-views--exp-search2-page {
    /*right:100px;*/
    right: 0;
    top: 55px;
  }
}
@media only screen and (max-width: 1023px) {
  #header .block-locale {
    top: 66px;
  }
}
@media only screen and (max-width: 1023px) {
  #header .block-menu ul li {
    margin: 0 4px;
  }
  #header .block-menu ul li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar .block > h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar .block-menu ul.menu li a,
.sidebar .block-menu-block ul.menu li a {
    font-size: 16px;
    line-height: 18px;
    padding: 12px 20px;
  }
  .sidebar .block-menu ul.menu li a.active, .sidebar .block-menu ul.menu li a.active-trail,
.sidebar .block-menu-block ul.menu li a.active,
.sidebar .block-menu-block ul.menu li a.active-trail {
    padding-right: 30px;
  }
  .sidebar .block-menu ul.menu li a.active:after, .sidebar .block-menu ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li a.active-trail:after {
    right: 15px;
  }
  .sidebar .block-menu ul.menu li ul.menu li a,
.sidebar .block-menu-block ul.menu li ul.menu li a {
    padding: 12px 20px 12px 35px;
  }
  .sidebar .block-menu ul.menu li ul.menu li a:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:after {
    left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .node-view-full .field-name-field-image,
.content .view-mode-full .field-name-field-image {
    max-width: 260px;
    margin-left: 30px;
  }
  .content .node-view-full .field-name-field-image img,
.content .view-mode-full .field-name-field-image img {
    height: auto !important;
  }
  .content .node-view-full .field-type-text-long img[style*=float],
.content .node-view-full .field-name-body img[style*=float],
.content .node-view-full .field-name-field-body img[style*=float],
.content .view-mode-full .field-type-text-long img[style*=float],
.content .view-mode-full .field-name-body img[style*=float],
.content .view-mode-full .field-name-field-body img[style*=float] {
    max-width: 260px;
  }
}
@media only screen and (max-width: 1023px) {
  form .views-exposed-form .views-exposed-widgets .views-exposed-widget label {
    font-size: 14px;
    line-height: 16px;
  }
  form .form-item label {
    display: block;
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav {
    bottom: 225px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-highlight-teaser {
    min-height: 540px;
  }
  .node-highlight-teaser .group-wrapper {
    width: 920px;
    margin-left: -460px;
  }
  .node-highlight-teaser .group-wrapper .group-inner {
    width: 520px;
    bottom: 260px;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-title h2 {
    font-size: 32px;
    line-height: 34px;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-field-description {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 1023px) {
  .sidebar .block-views--exp-speeches-page-1,
.sidebar .blocktitle-search-a-speech {
    padding: 20px 19px;
  }
  .sidebar .block-views--exp-speeches-page-1 form,
.sidebar .blocktitle-search-a-speech form {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
    width: 240px;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value {
    top: 82px;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
    top: 164px;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_sector, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place {
    width: 370px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-agenda-item-list-item .field-name-title h2,
.node-agenda-item-list-item .field-name-title h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
  .node-agenda-item-list-item .field-name-field-date-withend {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-agenda-item-short-references .field-name-field-date-withend {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-agenda-item-teaser .group-overlay .group-title {
    padding: 0 20px;
  }
  .node-agenda-item-teaser .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser .group-overlay .group-title .field-name-title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 14px;
  }
  .node-agenda-item-teaser .group-overlay .group-title .field-name-field-date-withend {
    font-size: 13px;
    line-height: 15px;
  }
  .node-agenda-item-teaser:hover .group-overlay, .node-agenda-item-teaser:focus .group-overlay {
    padding: 35px 20px 0 20px;
  }
  .node-agenda-item-teaser:hover .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser:hover .group-overlay .group-title .field-name-title h3, .node-agenda-item-teaser:focus .group-overlay .group-title .field-name-title h2,
.node-agenda-item-teaser:focus .group-overlay .group-title .field-name-title h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-agenda-item-full .field-name-field-image,
.content .node-agenda-item-full .field-name-field-image {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .view-birthday-overview .view-content,
.content .view-history-overview .view-content {
    margin: 0 -6px;
  }
  .content .view-birthday-overview .view-content .views-row,
.content .view-history-overview .view-content .views-row {
    width: 202px;
    height: 202px;
    margin: 0 6px 16px 6px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-family-member-teaser .group-overlay .group-inner {
    padding: 0 20px;
  }
  .node-family-member-teaser .group-overlay .group-inner h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .node-family-member-teaser .group-overlay .group-inner .field-name-body p {
    font-size: 14px;
    line-height: 20px;
  }
  .node-family-member-teaser .group-overlay .group-inner .field-name-node-link {
    margin-bottom: 0;
  }
  .node-family-member-teaser:hover .group-overlay .group-inner, .node-family-member-teaser:focus .group-overlay .group-inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-family-member-full .field-name-field-main-photo {
    max-width: 260px;
    margin-left: 30px;
  }
  .node-family-member-full .field-name-field-main-photo img {
    height: auto !important;
  }
}
@media only screen and (max-width: 1023px) {
  .node-heritage-teaser .group-overlay .group-inner {
    padding: 0 20px;
  }
  .node-heritage-teaser .group-overlay .group-inner .field-name-title h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .node-heritage-teaser .group-overlay .group-inner .field-name-body p {
    font-size: 14px;
    line-height: 20px;
  }
  .node-heritage-teaser .group-overlay .group-inner .field-name-node-link {
    margin-bottom: 0;
  }
  .node-heritage-teaser:hover .group-overlay .group-inner, .node-heritage-teaser:focus .group-overlay .group-inner {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo {
    width: 202px;
    height: 202px;
  }
}
@media only screen and (max-width: 1023px) {
  .content .view-photo-gallery .view-content {
    margin: 0 -6px;
  }
  .content .view-photo-gallery .view-content .views-row {
    width: 202px;
    height: 202px;
    margin: 0 6px 16px 6px;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row {
    height: auto;
  }
}
@media only screen and (max-width: 1023px) {
  body.path-kids,
body.path-for-kids,
body.path-for-children,
body.path-pour-les-enfants,
body.path-voor-kinderen,
body.path-fur-kinder {
    /* @group Base Layout */
    /* @end */
    /* Block Menu in Sidebar Left/Right */
    /* @end */
  }
  body.path-kids #page #main-wrapper #main #sidebar-first,
body.path-for-kids #page #main-wrapper #main #sidebar-first,
body.path-for-children #page #main-wrapper #main #sidebar-first,
body.path-pour-les-enfants #page #main-wrapper #main #sidebar-first,
body.path-voor-kinderen #page #main-wrapper #main #sidebar-first,
body.path-fur-kinder #page #main-wrapper #main #sidebar-first {
    width: 310px;
    margin-right: 10px;
    margin-left: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body.path-kids .sidebar .block-menu,
body.path-kids .sidebar .block-menu-block,
body.path-for-kids .sidebar .block-menu,
body.path-for-kids .sidebar .block-menu-block,
body.path-for-children .sidebar .block-menu,
body.path-for-children .sidebar .block-menu-block,
body.path-pour-les-enfants .sidebar .block-menu,
body.path-pour-les-enfants .sidebar .block-menu-block,
body.path-voor-kinderen .sidebar .block-menu,
body.path-voor-kinderen .sidebar .block-menu-block,
body.path-fur-kinder .sidebar .block-menu,
body.path-fur-kinder .sidebar .block-menu-block {
    margin-right: -27px;
    margin-left: -27px;
    background-image: url("../../images/for-kids/kids-canvas-960.png");
  }
  body.path-kids .sidebar .block-menu .menu-block-wrapper,
body.path-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-children .sidebar .block-menu .menu-block-wrapper,
body.path-for-children .sidebar .block-menu-block .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu-block .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu-block .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu-block .menu-block-wrapper {
    padding-top: 27px;
    background-image: url("../../images/for-kids/kids-canvas-960.png");
  }
  body.path-kids .sidebar .block-menu ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu,
body.path-for-children .sidebar .block-menu ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu {
    padding: 0 27px 27px 27px;
    background-image: url("../../images/for-kids/kids-canvas-960.png");
  }
  body.path-kids .sidebar .block-menu ul.menu li a,
body.path-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-kids .sidebar .block-menu ul.menu li a,
body.path-for-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-children .sidebar .block-menu ul.menu li a,
body.path-for-children .sidebar .block-menu-block ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li a,
body.path-fur-kinder .sidebar .block-menu ul.menu li a,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li a {
    font-size: 14px;
    line-height: 16px;
  }
  body.path-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li ul.menu {
    padding: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section {
    /* SECTION WELCOME */
    /* SECTION AGENDA */
    /* SECTION MONARCHY */
    /* SECTION PHOTOS VIDEOS */
    /* SECTION HERITAGE */
    /* SECTION ROYAL INITIATIVES */
    /* SECTION FOR KIDS */
  }
  body.front #home-sections .home-section .section-wrapper .section-head .section-inner {
    width: 920px;
  }
  body.front #home-sections .home-section .section-wrapper .section-content {
    width: 920px;
  }
  body.front #home-sections .home-section .section-wrapper .next-section {
    width: 16px;
    margin-left: -8px;
  }
  body.front #home-sections .home-section .section-wrapper .next-section:before {
    width: 16px;
    height: 38px;
    margin-left: -8px;
    background-position: center bottom;
    background-size: 16px 30px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section .section-wrapper .next-section:before {
    background-size: 16px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content {
    width: auto;
    min-height: 540px;
    /* @group Block Views Calendar on Home section WELCOME */
    /* @end */
    /* @group Block Calendar */
    /* @end */
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
    /* @group Block For Kids */
    /* @end */
    /* @group Block Instagram */
    /* @end */
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
    width: 215px;
    height: 190px;
    bottom: 15px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 {
    font-size: 20px;
    line-height: 22px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:before {
    margin-right: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda {
    margin-left: -460px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a {
    padding-left: 33px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before {
    background-size: 23px 23px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    margin-left: -225px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a {
    padding-left: 38px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before {
    width: 28px;
    height: 22px;
    background-size: 28px 22px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before {
    background-size: 28px 22px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed .tweets .message {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    margin-left: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a {
    padding-left: 22px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before {
    width: 12px;
    height: 24px;
    background-size: 12px 24px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before {
    background-size: 12px 24px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed .facebook-item .message {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    margin-left: 245px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a {
    padding-left: 36px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before {
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before {
    background-size: 26px 26px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder p {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
    margin-left: 245px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a {
    padding-left: 36px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block > h2 a:before {
    background-size: 24px 24px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram p, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram span,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block p,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block span {
    font-size: 13px;
    line-height: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram .views-field-instagram-link a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block .views-field-instagram-link a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content {
    width: 100%;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 360px;
    background-size: auto 600px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 900px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 300px;
    background-size: auto 540px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 240px;
    background-size: auto 460px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 800px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 220px;
    background-size: auto 420px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 750px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 180px;
    background-size: auto 400px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 160px;
    background-size: auto 380px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 650px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 140px;
    background-size: auto 360px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 320px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 900px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 260px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 800px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 190px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 750px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 150px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 130px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 110px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: block;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block {
    margin: 0 115px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu {
    padding: 0;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li {
    padding: 0 4px;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a {
    font-size: 13px;
    line-height: 15px;
    padding-left: 18px;
    position: relative;
    overflow: hidden;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a:after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a.active:after {
    border-width: 2px;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content {
    width: 100%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery .instagram-posts-content .instagram-post-row {
    width: 20%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(4) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(8) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(12) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(16) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .block-views .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content {
    width: auto;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
    width: auto;
    min-height: 540px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
    min-height: 480px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block {
    height: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li {
    height: 200px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li {
    height: 160px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a {
    padding-top: 150px;
    background-position: center 40px;
    background-repeat: no-repeat;
    background-size: auto 90px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a {
    padding-top: 105px;
    background-position: center 15px;
    background-size: auto 80px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus {
    padding-top: 120px;
    background-size: auto 70px;
  }
}
@media only screen and (max-width: 1023px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus {
    padding-top: 80px;
    background-size: auto 55px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections .home-section.section-for-kids, body.front #home-sections .home-section.section-for-children {
    background-size: 1100px 707px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content {
    min-height: 580px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block {
    height: 560px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a {
    font-size: 20px;
    line-height: 24px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king {
    top: 145px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol {
    margin-left: -5px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king {
    top: 70px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family {
    top: 90px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before {
    left: 30px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after {
    left: -150px;
  }
}
@media only screen and (max-width: 1023px) {
  body.front #home-sections {
    padding: 142px 0 0 0;
  }
  body.front.i18n-de #home-sections .home-section {
    /* SECTION WELCOME */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content {
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
    /* @group Block For Kids */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    margin-left: -460px;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    margin-left: -225px;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    width: 450px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-press .sidebar .block-menu ul.menu li a,
body.page-press .sidebar .block-menu-block ul.menu li a {
    font-size: 20px;
    line-height: 22px;
    padding: 16px 20px 16px 70px;
  }
  body.page-press .sidebar .block-menu ul.menu li a:before,
body.page-press .sidebar .block-menu-block ul.menu li a:before {
    width: 32px;
    height: 25px;
    margin-top: -13px;
    background-size: 32px 51px;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1023px) and (min-resolution: 192dpi), only screen and (max-width: 1023px) and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a:before,
body.page-press .sidebar .block-menu-block ul.menu li a:before {
    background-size: 32px 51px;
  }
}
@media only screen and (max-width: 1023px) {
  body.page-language-selection #page #site-logo-wrapper #site-logo {
    width: 940px;
  }
}
/* ======= */
/* = END = */
/* ======= */
/* ========================== */
/* = Less than 980 screens = */
/* == aka for 768 screens === */
/* ========================== */
@media only screen and (max-width: 959px) {
  /* ========== */
  /* = LAYOUT = */
  /* ========== */
  /* @group Base Layout */
  body {
    /*min-width:768px;*/
    /*&:before {
      content:'768css';
      display:block;
      font: {
        size:16px;
        weight:300;
      }
      line-height:18px;
      color:white;
      margin:0;
      padding:2px 4px 4px 4px;
      position:fixed;
      right:0;
      top:0;
      z-index:99999;
      background:blue;
      opacity:0.2;
    }*/
  }
  body #page #header-wrapper {
    top: 0;
  }
  body #page #header-wrapper #header {
    width: auto;
    height: 85px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }
  body #page #section-title-wrapper {
    padding-top: 85px;
  }
  body #page #section-title-wrapper #section-title {
    width: auto;
    min-height: 80px;
    margin-left: 40px;
    margin-right: 40px;
  }
  body #page #main-wrapper #main {
    width: 700px;
    padding-bottom: 20px;
  }
  body #page #main-wrapper #main #sidebar-first {
    width: 220px;
    margin-right: 20px;
  }
  body #page #main-wrapper #main #sidebar-second {
    clear: both;
    float: none;
    width: auto;
    margin: 0;
    padding: 30px 0 0 0;
  }
  body #page #main-wrapper #main #content {
    width: auto;
  }
  body #page #bottom-wrapper #bottom {
    width: 700px;
  }
  body #page #footer-wrapper #footer {
    width: 700px;
  }
  body.one-sidebar #page #main-wrapper #main #content {
    float: none;
    width: auto;
  }
  body.one-sidebar.sidebar-first #page #main-wrapper #main #content {
    float: left;
    width: 460px;
  }
  body.two-sidebars #page #main-wrapper #main #content {
    width: 460px;
  }
  body.admin-menu #page #header-wrapper {
    top: 29px;
  }

  /* @end */
  /* = END = */
  /* ======== */
  /* = BASE = */
  /* ======== */
  /* @group Base Elements */
  h1 {
    font-size: 32px;
    line-height: 32px;
  }

  /* @end */
  /* = END = */
  /* ================ */
  /* = DRUPAL STUFF = */
  /* ================ */
  /* @group Drupal Messages */
  #drupal-messages {
    margin-bottom: 30px;
  }

  /* @end */
  /* @group Drupal Tabs */
  #drupal-tabs {
    margin-bottom: 30px;
  }
  #drupal-tabs .tabs {
    padding: 0 8px;
  }
  #drupal-tabs .tabs li a {
    font-size: 14px;
    line-height: 16px;
    padding: 14px 8px;
  }

  /* @end */
  /* = END = */
  /* ========== */
  /* = HEADER = */
  /* ========== */
  /* @group Site Name in Header */
  #site-name {
    height: 65px;
    margin: 0;
    padding: 10px 0;
    background-position: right bottom;
  }
  #site-name h1 img,
#site-name a img {
    height: 65px;
  }

  /* @end */
  /* @group Block Search Forum in Header */
  #header .block-views--exp-search2-page {
    width: 270px;
    height: 65px;
    padding: 15px 30px 20px 60px;
    position: fixed;
    left: -20px;
    right: auto;
    top: auto;
    bottom: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.2);
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text {
    width: 180px;
    height: 30px;
    color: white;
    border-color: white;
  }
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text:hover, #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text:focus {
    color: #e5af39;
    border-color: #e5af39;
  }
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
    background-position: center center;
  }
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit:hover, #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit:focus {
    background-position: center bottom;
  }

  body.navigation-close #header .block-views--exp-search2-page {
    left: -270px;
  }

  body.navigation-open #header .block-views--exp-search2-page {
    left: -20px;
    transition: left 0.4s cubic-bezier(0.3, 0.3, 0.5, 1.3);
  }

  body.navigation-used-once #header .block-views--exp-search2-page {
    transition: left 0.4s cubic-bezier(0.3, 0.3, 0.5, 1.3);
  }

  /* @end */
  /* @group Block Locale in Header */
  #header .block-locale {
    display: block;
    left: 20px;
    top: 10px;
  }

  body.header-expanded #header .block-locale {
    display: block;
  }

  /* @end */
  /* @group Nav Handler in Header */
  #header .nav-handler {
    display: block;
    margin-top: 0;
    left: 15px;
    bottom: 10px;
  }

  body.header-expanded #header .nav-handler {
    display: block;
  }

  /* @end */
  /* @group Navigation in Header */
  #navigation {
    width: 270px;
    height: 100%;
    position: fixed;
    left: -20px;
    top: 85px;
    z-index: 98;
    overflow: hidden;
    background: rgba(0, 80, 140, 0.9);
  }
  #navigation .nav-inner {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  #navigation .nav-inner::-webkit-scrollbar {
    -webkit-appearance: none;
  }
  #navigation .nav-inner::-webkit-scrollbar:vertical {
    width: 0;
  }
  #navigation .nav-inner::-webkit-scrollbar:horizontal {
    height: 0;
  }
  #navigation .nav-inner::-ms-scrollbar {
    -ms-appearance: none;
  }
  #navigation .nav-inner::-ms-scrollbar:vertical {
    width: 0;
  }
  #navigation .nav-inner::-ms-scrollbar:horizontal {
    height: 0;
  }

  body.navigation-close #navigation {
    left: -270px;
  }

  body.navigation-open #navigation {
    left: -20px;
    transition: left 0.4s cubic-bezier(0.3, 0.3, 0.5, 1.3);
  }

  body.navigation-used-once #navigation {
    transition: left 0.4s cubic-bezier(0.3, 0.3, 0.5, 1.3);
  }

  body.admin-menu #navigation {
    top: 114px;
  }

  /* @end */
  /* @group Block Main Menu in Header */
  #header .block-menu {
    height: auto;
    margin: 0;
  }
  #header .block-menu ul {
    text-align: left;
    padding: 0;
  }
  #header .block-menu ul li {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*&.active-trail {

      ul {
        display:block;
      }
    }*/
  }
  #header .block-menu ul li a {
    display: block;
    color: white;
    margin: 0;
    padding: 20px 30px 20px 60px;
  }
  #header .block-menu ul li a:hover, #header .block-menu ul li a:focus {
    color: #e5af39;
  }
  #header .block-menu ul li a.active-section, #header .block-menu ul li a.section-link-active {
    color: #e5af39;
  }
  #header .block-menu ul li ul {
    display: none;
    background: rgba(255, 255, 255, 0.2);
  }
  #header .block-menu ul li ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  /* @end */
  /* = END = */
  /* ================= */
  /* = SECTION TITLE = */
  /* ================= */
  /* @group Breadcrumb in Section Title */
  #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-1 {
    font-size: 46px;
    line-height: 50px;
  }
  #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title {
    font-size: 22px;
    line-height: 26px;
  }

  /* @end */
  /* = END = */
  /* =========== */
  /* = SIDEBAR = */
  /* =========== */
  /* @group Block Default in Sidebar Left/Right */
  .sidebar .block {
    margin-bottom: 30px;
  }

  /* @end */
  /* Block Menu in Sidebar Left/Right */
  .sidebar .block-menu ul.menu li a,
.sidebar .block-menu-block ul.menu li a {
    padding: 8px 15px;
  }
  .sidebar .block-menu ul.menu li a.active, .sidebar .block-menu ul.menu li a.active-trail,
.sidebar .block-menu-block ul.menu li a.active,
.sidebar .block-menu-block ul.menu li a.active-trail {
    padding-right: 25px;
  }
  .sidebar .block-menu ul.menu li a.active:after, .sidebar .block-menu ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li a.active-trail:after {
    right: 10px;
  }
  .sidebar .block-menu ul.menu li ul.menu li a,
.sidebar .block-menu-block ul.menu li ul.menu li a {
    padding: 8px 15px 8px 30px;
  }
  .sidebar .block-menu ul.menu li ul.menu li a:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:after {
    left: 15px;
  }

  /* @end */
  /* @group Block Views in Sidebar */
  .sidebar .block-views {
    position: relative;
  }
  .sidebar .block-views > h2 {
    margin-bottom: 0;
    padding-right: 58px;
  }
  .sidebar .block-views .view .view-content {
    display: none;
  }
  .sidebar .block-views .view .more-link {
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
  }
  .sidebar .block-views .view .more-link:after {
    display: none;
  }
  .sidebar .block-views .view .more-link a {
    float: right;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 0;
    background-size: 38px 116px;
  }

  /* @end */
  /* = END = */
  /* ================ */
  /* = NODE DEFAULT = */
  /* ================ */
  /* @group Node Default Full */

  /* @end */
  /* = END = */
  /* ============== */
  /* = HIGHLIGHTS = */
  /* ============== */
  /* @group Block Views Highlights on Front */

  /* @end */
  /* @group Node Highlights Teaser */

  /* @end */
  /* = END = */
  /* ============ */
  /* = SPEECHES = */
  /* ============ */
  /* @group View Speeches Form in Sidebar */

  /* @end */
  /* @group View Speeches in Content */

  /* @end */
  /* = END = */
  /* ========== */
  /* = AGENDA = */
  /* ========== */
  /* @group Block View Agenda Page (Search) in Content */

  /* @end */
  /* @group Block View Agenda Overview in Sidebar */

  /* @end */
  /* = END = */
  /* ================ */
  /* = ROYAL FAMILY = */
  /* ================ */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* @group Node Family Member Birthdays / History */

  /* @end */
  /* @group Node Family Member Teaser */

  /* @end */
  /* @group Node Family Member Full */

  /* @end */
  /* = END = */
  /* ============ */
  /* = HERITAGE = */
  /* ============ */
  /* @group Node Heritage Teaser */

  /* @end */
  /* = END = */
  /* =================== */
  /* = PHOTOS & VIDEOS = */
  /* =================== */
  /* @group Node Gallery Photo Front / Overview */

  /* @end */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* = END = */
  /* ============ */
  /* = FOR KIDS = */
  /* ============ */
  /* @group For Kids Pages Layout */

  /* @end */
  /* = END = */
  /* ========== */
  /* = BOTTOM = */
  /* ========== */
  /* @group Site Logo in Bottom */

  /* @end */
  /* = END = */
  /* ========= */
  /* = FRONT = */
  /* ========= */
  /* @group Front Layout */

  /* @end */
  /* @group Front Layout for GERMAN  */

  /* @end */
  /* = END = */
  /* ========== */
  /* = SEARCH = */
  /* ========== */
  /* @group Page Search Results */

  /* @end */
  /* = END = */
  /* ========= */
  /* = PRESS = */
  /* ========= */
  /* Block Menu in Sidebar Left/Right on Page Press */

  /* @end */
  /* @group Block View Press Page in Content */

  /* @end */
  /* @group Node Agenda Item Full */

  /* @end */
  /* = END = */
  /* ====================== */
  /* = LANGUAGE SELECTION = */
  /* ====================== */
  /* @group Page Language Selection */

  /* @end */
  /* = END = */
}
@media only screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 959px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 959px) and (min-device-pixel-ratio: 2), only screen and (max-width: 959px) and (min-resolution: 192dpi), only screen and (max-width: 959px) and (min-resolution: 2dppx) {
  .sidebar .block-views .view .more-link a {
    background-size: 34px 104px;
  }
}
@media only screen and (max-width: 959px) {
  .content .node-view-full .field-name-field-date-withend,
.content .view-mode-full .field-name-field-date-withend {
    font-size: 18px;
    line-height: 20px;
  }
  .content .node-view-full .field-name-field-image,
.content .view-mode-full .field-name-field-image {
    max-width: 220px;
    margin-left: 20px;
  }
  .content .node-view-full .field-summary,
.content .node-view-full .field-name-field-summary,
.content .node-view-full .field-name-field-article-summary,
.content .view-mode-full .field-summary,
.content .view-mode-full .field-name-field-summary,
.content .view-mode-full .field-name-field-article-summary {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
    padding: 0;
  }
  .content .node-view-full .field-type-text-long p.intro,
.content .node-view-full .field-name-body p.intro,
.content .node-view-full .field-name-field-body p.intro,
.content .view-mode-full .field-type-text-long p.intro,
.content .view-mode-full .field-name-body p.intro,
.content .view-mode-full .field-name-field-body p.intro {
    font-size: 18px;
    line-height: 24px;
  }
  .content .node-view-full .field-type-text-long img[style*=float],
.content .node-view-full .field-name-body img[style*=float],
.content .node-view-full .field-name-field-body img[style*=float],
.content .view-mode-full .field-type-text-long img[style*=float],
.content .view-mode-full .field-name-body img[style*=float],
.content .view-mode-full .field-name-field-body img[style*=float] {
    max-width: 220px;
  }
}
@media only screen and (max-width: 959px) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav {
    bottom: 230px;
  }
}
@media only screen and (max-width: 959px) {
  .node-highlight-teaser {
    min-height: 540px;
  }
  .node-highlight-teaser .group-wrapper {
    width: 700px;
    margin-left: -350px;
  }
  .node-highlight-teaser .group-wrapper .group-inner {
    width: 480px;
    bottom: 270px;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-title h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-field-description {
    font-size: 16px;
    line-height: 22px;
  }
  .node-highlight-teaser .field-name-field-image {
    min-height: 540px;
  }
}
@media only screen and (max-width: 959px) {
  .sidebar .block-views--exp-speeches-page-1,
.sidebar .blocktitle-search-a-speech {
    padding: 10px 14px 14px 14px;
  }
  .sidebar .block-views--exp-speeches-page-1 > h2,
.sidebar .blocktitle-search-a-speech > h2 {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .sidebar .block-views--exp-speeches-page-1 form,
.sidebar .blocktitle-search-a-speech form {
    padding: 0;
  }
  .sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 959px) {
  .content .view-speeches .view-content .views-row {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
    width: 40%;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_sector, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place {
    width: 60%;
    padding-left: 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .view-agenda-page .view-content .views-row {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 959px) {
  .sidebar .view-agenda-overview .view-content {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .content .view-birthday-overview .view-content,
.content .view-history-overview .view-content {
    margin: 0 -4px;
  }
  .content .view-birthday-overview .view-content .views-row,
.content .view-history-overview .view-content .views-row {
    width: 226px;
    height: 226px;
    margin: 0 4px 10px 4px;
  }
}
@media only screen and (max-width: 959px) {
  .node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-field-date-of-birth,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-field-date-of-birth {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
  }
  .node-family-member-thumnail-overview-birthdays .group-overlay .group-inner .field-name-title h2,
.node-family-member-thumbnail-overview-links .group-overlay .group-inner .field-name-title h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 959px) {
  .node-family-member-teaser {
    min-height: 300px;
  }
  .node-family-member-teaser .group-overlay {
    min-height: 300px;
  }
  .node-family-member-teaser .group-overlay .group-inner .field-name-body p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 959px) {
  .view-royal-family-frontpage .views-row-3 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser {
    min-height: 150px;
  }
  .view-royal-family-frontpage .views-row-3 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser .group-overlay {
    min-height: 150px;
  }
  .view-royal-family-frontpage .views-row-3 .node-family-member-teaser .group-overlay .group-inner .field-name-body,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser .group-overlay .group-inner .field-name-body,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser .group-overlay .group-inner .field-name-body,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser .group-overlay .group-inner .field-name-body {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .node-family-member-full .field-name-field-main-photo {
    max-width: 220px;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .node-heritage-teaser .group-overlay .group-inner .field-name-body p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 959px) {
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo {
    width: 226px;
    height: 226px;
  }
}
@media only screen and (max-width: 959px) {
  .content .view-photo-gallery .view-content {
    margin: 0 -4px;
  }
  .content .view-photo-gallery .view-content .views-row {
    width: 148px;
    height: 148px;
    margin: 0 4px 10px 4px;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row {
    clear: none;
    width: 226px;
    height: auto;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(4), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(7), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(10), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(13), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(16), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(19), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(22), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(25), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(28), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(31), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(34), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(37), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(40), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(43), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(46), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(49), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(52), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(55), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(58), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(61), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(64), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(67), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(70), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(73), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(76), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(79), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(82), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(85), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(88), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(91), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(94), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(97), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(100) {
    clear: none;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(3), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(5), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(7), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(9), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(11), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(13), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(15), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(17), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(19), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(21), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(23), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(25), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(27), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(29), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(31), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(33), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(35), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(37), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(39), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(41), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(43), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(45), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(47), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(49), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(51), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(53), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(55), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(57), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(59), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(61), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(63), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(65), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(67), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(69), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(71), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(73), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(75), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(77), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(79), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(81), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(83), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(85), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(87), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(89), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(91), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(93), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(95), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(97), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(99), .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row:nth-child(101) {
    clear: left;
  }
}
@media only screen and (max-width: 959px) {
  body.path-kids,
body.path-for-kids,
body.path-for-children,
body.path-pour-les-enfants,
body.path-voor-kinderen,
body.path-fur-kinder {
    /* @group Base Layout */
    /* @end */
    /* Block Menu in Sidebar Left/Right */
    /* @end */
    /* @group Node Default Full (for kids) */
    /* @end */
  }
  body.path-kids #page #main-wrapper #main #sidebar-first,
body.path-for-kids #page #main-wrapper #main #sidebar-first,
body.path-for-children #page #main-wrapper #main #sidebar-first,
body.path-pour-les-enfants #page #main-wrapper #main #sidebar-first,
body.path-voor-kinderen #page #main-wrapper #main #sidebar-first,
body.path-fur-kinder #page #main-wrapper #main #sidebar-first {
    width: 250px;
    margin-right: 10px;
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.path-kids .sidebar .block-menu,
body.path-kids .sidebar .block-menu-block,
body.path-for-kids .sidebar .block-menu,
body.path-for-kids .sidebar .block-menu-block,
body.path-for-children .sidebar .block-menu,
body.path-for-children .sidebar .block-menu-block,
body.path-pour-les-enfants .sidebar .block-menu,
body.path-pour-les-enfants .sidebar .block-menu-block,
body.path-voor-kinderen .sidebar .block-menu,
body.path-voor-kinderen .sidebar .block-menu-block,
body.path-fur-kinder .sidebar .block-menu,
body.path-fur-kinder .sidebar .block-menu-block {
    margin-right: -23px;
    margin-left: -23px;
    background-image: url("../../images/for-kids/kids-canvas-768.png");
  }
  body.path-kids .sidebar .block-menu .menu-block-wrapper,
body.path-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-children .sidebar .block-menu .menu-block-wrapper,
body.path-for-children .sidebar .block-menu-block .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu-block .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu-block .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu-block .menu-block-wrapper {
    padding-top: 22px;
    background-image: url("../../images/for-kids/kids-canvas-768.png");
  }
  body.path-kids .sidebar .block-menu ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu,
body.path-for-children .sidebar .block-menu ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu {
    padding: 0 23px 23px 23px;
    background-image: url("../../images/for-kids/kids-canvas-768.png");
  }
  body.path-kids .sidebar .block-menu ul.menu li a,
body.path-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-kids .sidebar .block-menu ul.menu li a,
body.path-for-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-children .sidebar .block-menu ul.menu li a,
body.path-for-children .sidebar .block-menu-block ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li a,
body.path-fur-kinder .sidebar .block-menu ul.menu li a,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li a {
    font-size: 14px;
    line-height: 16px;
  }
  body.path-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li ul.menu {
    padding: 0;
  }
  body.path-kids .content .node-view-full .field-name-title h1,
body.path-kids .content .view-mode-full .field-name-title h1,
body.path-for-kids .content .node-view-full .field-name-title h1,
body.path-for-kids .content .view-mode-full .field-name-title h1,
body.path-for-children .content .node-view-full .field-name-title h1,
body.path-for-children .content .view-mode-full .field-name-title h1,
body.path-pour-les-enfants .content .node-view-full .field-name-title h1,
body.path-pour-les-enfants .content .view-mode-full .field-name-title h1,
body.path-voor-kinderen .content .node-view-full .field-name-title h1,
body.path-voor-kinderen .content .view-mode-full .field-name-title h1,
body.path-fur-kinder .content .node-view-full .field-name-title h1,
body.path-fur-kinder .content .view-mode-full .field-name-title h1 {
    font-family: "Coming Soon", cursive;
    margin-bottom: 14px;
  }
  body.path-kids .content .node-view-full .field-summary,
body.path-kids .content .node-view-full .field-name-field-summary,
body.path-kids .content .node-view-full .field-name-field-article-summary,
body.path-kids .content .view-mode-full .field-summary,
body.path-kids .content .view-mode-full .field-name-field-summary,
body.path-kids .content .view-mode-full .field-name-field-article-summary,
body.path-for-kids .content .node-view-full .field-summary,
body.path-for-kids .content .node-view-full .field-name-field-summary,
body.path-for-kids .content .node-view-full .field-name-field-article-summary,
body.path-for-kids .content .view-mode-full .field-summary,
body.path-for-kids .content .view-mode-full .field-name-field-summary,
body.path-for-kids .content .view-mode-full .field-name-field-article-summary,
body.path-for-children .content .node-view-full .field-summary,
body.path-for-children .content .node-view-full .field-name-field-summary,
body.path-for-children .content .node-view-full .field-name-field-article-summary,
body.path-for-children .content .view-mode-full .field-summary,
body.path-for-children .content .view-mode-full .field-name-field-summary,
body.path-for-children .content .view-mode-full .field-name-field-article-summary,
body.path-pour-les-enfants .content .node-view-full .field-summary,
body.path-pour-les-enfants .content .node-view-full .field-name-field-summary,
body.path-pour-les-enfants .content .node-view-full .field-name-field-article-summary,
body.path-pour-les-enfants .content .view-mode-full .field-summary,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-summary,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-article-summary,
body.path-voor-kinderen .content .node-view-full .field-summary,
body.path-voor-kinderen .content .node-view-full .field-name-field-summary,
body.path-voor-kinderen .content .node-view-full .field-name-field-article-summary,
body.path-voor-kinderen .content .view-mode-full .field-summary,
body.path-voor-kinderen .content .view-mode-full .field-name-field-summary,
body.path-voor-kinderen .content .view-mode-full .field-name-field-article-summary,
body.path-fur-kinder .content .node-view-full .field-summary,
body.path-fur-kinder .content .node-view-full .field-name-field-summary,
body.path-fur-kinder .content .node-view-full .field-name-field-article-summary,
body.path-fur-kinder .content .view-mode-full .field-summary,
body.path-fur-kinder .content .view-mode-full .field-name-field-summary,
body.path-fur-kinder .content .view-mode-full .field-name-field-article-summary {
    font-family: "Coming Soon", cursive;
  }
  body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta {
    width: 440px;
    min-width: 440px;
    height: 384px;
    font-family: "Coming Soon", cursive;
    font-size: 28px;
    line-height: 30px;
    padding-top: 310px;
    background-size: 440px 384px;
  }
  body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta strong {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 959px) {
  #bottom #site-logo .logo {
    width: auto;
    height: 60px;
  }
}
@media only screen and (max-width: 959px) {
  body.front {
    /* @group Drupal Messages */
    /* @end */
  }
  body.front #drupal-messages {
    margin-bottom: 0;
  }
  body.front #home-sections {
    padding: 85px 0 0 0;
  }
  body.front #home-sections .home-section {
    /* SECTION WELCOME */
    /* SECTION AGENDA */
    /* SECTION MONARCHY */
    /* SECTION ROYAL FAMILY */
    /* SECTION PHOTOS VIDEOS */
    /* SECTION FOR KIDS */
  }
  body.front #home-sections .home-section .section-wrapper .section-title {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head {
    padding-top: 95px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head .section-inner {
    width: 700px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head p {
    font-size: 14px;
    line-height: 20px;
  }
  body.front #home-sections .home-section .section-wrapper .section-content {
    width: 700px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content {
    width: auto;
    min-height: 540px;
    /* @group Block Views Calendar on Home section WELCOME */
    /* @end */
    /* @group Block Calendar */
    /* @end */
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
    /* @group Block For Kids */
    /* @end */
    /* @group Block Instagram */
    /* @end */
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
    width: 325px;
    height: 190px;
    bottom: 20px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda {
    margin-left: -350px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    margin-left: 25px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    display: none;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    display: none;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-instagram,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .block-views-instagram-feeds-block {
    display: none;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content {
    width: 100%;
  }
  body.front #home-sections .home-section.section-monarchy:before {
    height: 320px;
    background-size: auto 400px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 900px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 280px;
    background-size: auto 380px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 240px;
    background-size: auto 300px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 800px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 200px;
    background-size: auto 275px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 240px;
    background-size: auto 300px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 200px;
    background-size: auto 275px;
  }
}
@media only screen and (max-width: 959px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 280px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 900px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 240px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 850px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 800px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 200px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 160px;
  }
}
@media only screen and (max-width: 959px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content {
    padding: 35px 35px 30px;
  }
}
@media only screen and (max-width: 959px) and (max-height: 700px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block {
    margin: 0 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 959px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content {
    width: auto;
    min-height: 600px;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2 {
    width: 35%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 30%;
    height: 25%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-7, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-8, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-9 {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 959px) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content {
    width: 100%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery .instagram-posts-content .instagram-post-row {
    width: 25%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(4) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(8) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(12) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(16) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  body.front #home-sections .home-section.section-for-kids, body.front #home-sections .home-section.section-for-children {
    background-position: center 30px;
    background-size: 930px 598px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content {
    min-height: 460px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block {
    height: 440px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a {
    font-size: 18px;
    line-height: 22px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:before {
    width: 15px;
    height: 30px;
    background-size: 30px 61px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king {
    left: 0;
    top: 100px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:before {
    left: -5px;
    top: -25px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:after {
    width: 53px;
    height: 106px;
    margin-left: -26px;
    bottom: 110%;
    background-size: 53px 106px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol {
    left: 390px;
    top: 70px;
    margin-left: 0;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:before {
    left: 30px;
    bottom: -30px;
    transform: rotate(-120deg);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:after {
    display: none;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king {
    width: 180px;
    left: 215px;
    top: 20px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:before {
    margin-left: -10px;
    left: 80px;
    bottom: -35px;
    transform: rotate(-130deg);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:after {
    width: 81px;
    height: 68px;
    left: -40px;
    bottom: -66px;
    background-size: 81px 68px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history {
    left: 0;
    bottom: 20px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:before {
    right: 20px;
    top: -30px;
    background-position: right top;
    transform: rotate(80deg);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:after {
    width: 88px;
    height: 71px;
    left: auto;
    right: -70px;
    top: -60px;
    background-size: 88px 71px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:hover:before, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:focus:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:hover:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:focus:before {
    background-position: right bottom;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace {
    width: 180px;
    margin-left: -130px;
    left: 50%;
    bottom: 5px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:before {
    left: 30px;
    top: -30px;
    transform: rotate(30deg);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:after {
    width: 68px;
    height: 58px;
    right: 25px;
    top: -60px;
    background-size: 68px 59px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family {
    width: 130px;
    top: 90px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before {
    left: -5px;
    bottom: auto;
    top: -10px;
    transform: rotate(-10deg);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after {
    width: 111px;
    height: 85px;
    margin-left: -56px;
    left: 50%;
    top: -90px;
    background-size: 111px 85px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings {
    bottom: 60px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:before {
    left: 20px;
    bottom: -30px;
    transform: rotate(-120deg);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:after {
    width: 74px;
    height: 53px;
    left: -84px;
    bottom: -30px;
    background-size: 74px 53px;
  }
}
@media only screen and (max-width: 959px) {
  body.front.i18n-de #home-sections .home-section {
    /* SECTION WELCOME */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content {
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    margin-left: -350px;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    display: block;
    margin-left: 25px;
  }
}
@media only screen and (max-width: 959px) {
  body.page-search .content .block-mefibs {
    margin-bottom: 20px;
  }
  body.page-search .content .search-results .search-result {
    margin-bottom: 16px;
    padding-bottom: 16px;
    /*.title {
      font: {
        size:16px;
        weight:400;
      }
      line-height:18px;
    }*/
  }
  body.page-search .content .view-search .view-content .views-row,
body.page-search .content .view-search1 .view-content .views-row,
body.page-search .content .view-search2 .view-content .views-row {
    margin-bottom: 16px;
    padding-bottom: 16px;
    /*.views-field-title,
    .views-field-title-1 {
      font: {
        size:16px;
        weight:400;
      }
      line-height:18px;
    }*/
  }
}
@media only screen and (max-width: 959px) {
  body.page-press .sidebar .block-menu ul.menu li a,
body.page-press .sidebar .block-menu-block ul.menu li a {
    font-size: 20px;
    line-height: 22px;
    padding: 16px 20px 16px 70px;
  }
  body.page-press .sidebar .block-menu ul.menu li a:before,
body.page-press .sidebar .block-menu-block ul.menu li a:before {
    width: 32px;
    height: 25px;
    margin-top: -13px;
    background-size: 32px 51px;
  }
}
@media only screen and (max-width: 959px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 959px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 959px) and (min-device-pixel-ratio: 2), only screen and (max-width: 959px) and (min-resolution: 192dpi), only screen and (max-width: 959px) and (min-resolution: 2dppx) {
  body.page-press .sidebar .block-menu ul.menu li a:before,
body.page-press .sidebar .block-menu-block ul.menu li a:before {
    background-size: 32px 51px;
  }
}
@media only screen and (max-width: 959px) {
  .content .view-press .view-content .views-row {
    margin-bottom: 16px;
  }
  .content .view-press .view-content .views-row:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 959px) {
  .content .node-press-pdf-full .field-name-field-pdfs,
.content .node-press-pdf-full .field-name-field-activity,
.content .content .node-press-pdf-full .field-name-field-pdfs,
.content .content .node-press-pdf-full .field-name-field-activity {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 959px) {
  body.page-language-selection #page h1 {
    font-size: 34px;
    line-height: 38px;
  }
  body.page-language-selection #page #language-selection {
    width: 600px;
  }
  body.page-language-selection #page #language-selection ul li {
    width: 290px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 5px 30px 5px;
  }
  body.page-language-selection #page #language-selection ul li h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
/* ======= */
/* = END = */
/* ======= */
/* ========================== */
/* = Less than 768 screens = */
/* == aka for 480 screens === */
/* ========================== */
@media only screen and (max-width: 767px) {
  /* ========== */
  /* = LAYOUT = */
  /* ========== */
  /* @group Base Layout */
  body {
    /*min-width:480px;*/
    /*&:before {
      content:'480css';
      display:block;
      font: {
        size:16px;
        weight:300;
      }
      line-height:18px;
      color:white;
      margin:0;
      padding:2px 4px 4px 4px;
      position:fixed;
      right:0;
      top:0;
      z-index:99999;
      background:peru;
      opacity:0.2;
    }*/
  }
  body #page #header-wrapper #header {
    height: 70px;
    margin-left: 0;
    margin-right: 0;
  }
  body #page #section-title-wrapper {
    padding-top: 70px;
  }
  body #page #section-title-wrapper #section-title {
    min-height: 55px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  body #page #section-title-wrapper #section-title:before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    bottom: -30px;
    background-size: 33px 45px;
  }

  /* @end */
  /* = END = */
  /* ======== */
  /* = BASE = */
  /* ======== */
  /* @group Base Elements */

  /* @end */
  /* = END = */
  /* ================ */
  /* = DRUPAL STUFF = */
  /* ================ */
  /* @group Drupal Messages */

  /* @end */
  /* @group Drupal Tabs */

  /* @end */
  /* = END = */
  /* ========== */
  /* = HEADER = */
  /* ========== */
  /* @group Site Name in Header */

  /* @end */
  /* @group Block Search Forum in Header */

  /* @end */
  /* @group Block Locale in Header */

  /* @end */
  /* @group Nav Handler in Header */

  /* @end */
  /* @group Navigation in Header */

  /* @end */
  /* @group Block Main Menu in Header */

  /* @end */
  /* = END = */
  /* ================= */
  /* = SECTION TITLE = */
  /* ================= */
  /* @group Breadcrumb in Section Title */

  /* @end */
  /* = END = */
  /* =========== */
  /* = SIDEBAR = */
  /* =========== */
  /* @group Block Default in Sidebar Left/Right */

  /* @end */
  /* @group Blocks in Sidebar Left */

  /* @end */
  /* Block Menu in Sidebar Left/Right */

  /* @end */
  /* = END = */
  /* ================ */
  /* = NODE DEFAULT = */
  /* ================ */
  /* @group Node Default Full */

  /* @end */
  /* = END = */
  /* ============== */
  /* = HIGHLIGHTS = */
  /* ============== */
  /* @group Block Views Highlights on Front */

  /* @end */
  /* @group Node Highlights Teaser */

  /* @end */
  /* = END = */
  /* ============ */
  /* = SPEECHES = */
  /* ============ */
  /* @group View Speeches Form in Sidebar */

  /* @end */
  /* = END = */
  /* ========== */
  /* = AGENDA = */
  /* ========== */
  /* @group Block View Agenda Page (Search) in Content */

  /* @end */
  /* ================ */
  /* = ROYAL FAMILY = */
  /* ================ */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* @group Node Family Member Teaser */

  /* @end */
  /* @group Node Family Member Full */

  /* @end */
  /* = END = */
  /* =================== */
  /* = PHOTOS & VIDEOS = */
  /* =================== */
  /* @group Node Gallery Photo Front / Overview */

  /* @end */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* = END = */
  /* ============ */
  /* = FOR KIDS = */
  /* ============ */
  /* @group For Kids Pages Layout */

  /* @end */
  /* = END = */
  /* ========== */
  /* = BOTTOM = */
  /* ========== */
  /* @group Block Menu in Bottom */

  /* @end */
  /* @group Sharethis in Bottom */

  /* @end */
  /* = END = */
  /* ========= */
  /* = FRONT = */
  /* ========= */
  /* @group Front Layout */

  /* @end */
  /* @group Front Layout for GERMAN  */

  /* @end */
  /* = END = */
  /* ======== */
  /* = USER = */
  /* ======== */
  /* @group Page User */

  /* @end */
  /* = END = */
  /* ====================== */
  /* = LANGUAGE SELECTION = */
  /* ====================== */
  /* @group Page Language Selection */

  /* @end */
  /* = END = */
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  body #page #section-title-wrapper #section-title:before {
    background-size: 33px 45px;
  }
}
@media only screen and (max-width: 767px) {
  body #page #main-wrapper #main {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
  }
  body #page #main-wrapper #main #sidebar-first {
    clear: both;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
  }
  body #page #main-wrapper #main #sidebar-second {
    padding-top: 20px;
  }
  body #page #main-wrapper #main #content {
    clear: both;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  body #page #bottom-wrapper #bottom {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body #page #footer-wrapper #footer {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.one-sidebar #page #main-wrapper #main #content, body.sidebar-first #page #main-wrapper #main #content, body.two-sidebars #page #main-wrapper #main #content {
    float: none;
    width: auto;
  }
  body.one-sidebar.sidebar-first #page #main-wrapper #main #content, body.sidebar-first.sidebar-first #page #main-wrapper #main #content, body.two-sidebars.sidebar-first #page #main-wrapper #main #content {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.admin-menu #page #header-wrapper {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #drupal-messages {
    margin-bottom: 20px;
    padding: 20px 20px 10px 20px;
  }
  #drupal-messages .messages {
    font-size: 14px;
    line-height: 20px;
  }
  #drupal-messages .messages + messages {
    padding-top: 20px;
  }
  #drupal-messages .messages p,
#drupal-messages .messages * {
    font-size: 14px;
    line-height: 20px;
  }
  #drupal-messages .messages ul li,
#drupal-messages .messages ol li {
    font-size: 14px;
    line-height: 20px;
  }
  #drupal-messages .messages ul li {
    background-position: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  #drupal-tabs {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #site-name {
    height: 50px;
    background-position: 102% bottom;
  }
  #site-name h1 img,
#site-name a img {
    height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block-views--exp-search2-page {
    width: 240px;
    padding-left: 40px;
    padding-right: 20px;
  }
  #header .block-views--exp-search2-page .contextual-links-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-close #header .block-views--exp-search2-page {
    left: -240px;
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-open #header .block-views--exp-search2-page {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block-locale {
    width: 180px;
    height: 25px;
    padding: 20px 20px 10px 40px;
    position: fixed;
    left: -20px;
    top: 70px;
    z-index: 99;
  }
  #header .block-locale ul li .language-link {
    height: 25px;
    font-size: 10px;
    line-height: 25px;
    color: white;
    padding: 0 8px;
  }
  #header .block-locale ul li .language-link:hover, #header .block-locale ul li .language-link:focus {
    color: #e5af39;
  }
  #header .block-locale ul li .language-link.locale-untranslated {
    color: rgba(255, 255, 255, 0.5);
  }
  #header .block-locale ul li .language-link.active {
    color: white;
    padding: 0 8px;
    background-color: #e5af39;
  }
  #header .block-locale ul li:first-child .language-link {
    padding-left: 0;
  }
  #header .block-locale ul li:first-child .language-link.active {
    padding-left: 8px;
  }
  #header .block-locale ul li:last-child .language-link {
    padding-right: 0;
  }
  #header .block-locale ul li:last-child .language-link.active {
    padding-right: 8px;
  }
  #header .block-locale .contextual-links-wrapper {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-close #header .block-locale {
    left: -240px;
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-open #header .block-locale {
    left: -20px;
    transition: left 0.4s cubic-bezier(0.3, 0.3, 0.5, 1.3);
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-used-once #header .block-locale {
    transition: left 0.4s cubic-bezier(0.3, 0.3, 0.5, 1.3);
  }
}
@media only screen and (max-width: 767px) {
  body.admin-menu #header .block-locale {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #header .nav-handler {
    left: 15px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #navigation {
    width: 240px;
    top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-close #navigation {
    left: -240px;
  }
}
@media only screen and (max-width: 767px) {
  body.navigation-open #navigation {
    left: -20px;
  }
}
@media only screen and (max-width: 767px) {
  body.admin-menu #navigation {
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #header .block-menu {
    padding-top: 55px;
  }
  #header .block-menu ul li a {
    padding: 15px 20px 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
  #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-1 {
    font-size: 36px;
    line-height: 40px;
  }
  #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar-first .block {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar-first .block-menu.collapsible,
#sidebar-first .block-menu-block.collapsible {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-menu,
.sidebar .block-menu-block {
    display: none;
  }
  .sidebar .block-menu .menu-title,
.sidebar .block-menu-block .menu-title {
    display: block;
    font-size: 16px;
    line-height: 18px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 29px 10px 15px;
    position: relative;
    overflow: hidden;
    background: #00508c;
  }
  .sidebar .block-menu .menu-title:after,
.sidebar .block-menu-block .menu-title:after {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    margin: -7px 0 0 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url("../../images/menu-dropdown.png") right center no-repeat;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .sidebar .block-menu .menu-title:after,
.sidebar .block-menu-block .menu-title:after {
    background-image: url("../../images/menu-dropdown@2x.png");
    background-size: 17px 41px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-menu .menu-title:hover, .sidebar .block-menu .menu-title:focus,
.sidebar .block-menu-block .menu-title:hover,
.sidebar .block-menu-block .menu-title:focus {
    background: #e5af39;
  }
  .sidebar .block-menu .menu-title:hover:after, .sidebar .block-menu .menu-title:focus:after,
.sidebar .block-menu-block .menu-title:hover:after,
.sidebar .block-menu-block .menu-title:focus:after {
    background-position: right top;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-menu .menu-block-wrapper,
.sidebar .block-menu-block .menu-block-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-menu ul.menu,
.sidebar .block-menu-block ul.menu {
    margin: 0;
    padding: 4px 0;
  }
  .sidebar .block-menu ul.menu li a,
.sidebar .block-menu-block ul.menu li a {
    font-size: 16px;
    line-height: 18px;
    padding: 6px 15px;
  }
  .sidebar .block-menu ul.menu li a.active, .sidebar .block-menu ul.menu li a.active-trail,
.sidebar .block-menu-block ul.menu li a.active,
.sidebar .block-menu-block ul.menu li a.active-trail {
    color: #e5af39;
    padding-right: 15px;
    padding-left: 15px;
    background: transparent;
  }
  .sidebar .block-menu ul.menu li a.active:after, .sidebar .block-menu ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li a.active-trail:after {
    display: none;
  }
  .sidebar .block-menu ul.menu li ul.menu,
.sidebar .block-menu-block ul.menu li ul.menu {
    padding: 0;
    background: transparent;
  }
  .sidebar .block-menu ul.menu li ul.menu li a,
.sidebar .block-menu-block ul.menu li ul.menu li a {
    padding: 6px 15px 6px 40px;
  }
  .sidebar .block-menu ul.menu li ul.menu li a:after,
.sidebar .block-menu-block ul.menu li ul.menu li a:after {
    left: 25px;
  }
  .sidebar .block-menu ul.menu li ul.menu li a.active, .sidebar .block-menu ul.menu li ul.menu li a.active-trail,
.sidebar .block-menu-block ul.menu li ul.menu li a.active,
.sidebar .block-menu-block ul.menu li ul.menu li a.active-trail {
    color: #e5af39;
    background: transparent;
  }
  .sidebar .block-menu ul.menu li ul.menu li a.active:after, .sidebar .block-menu ul.menu li ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active-trail:after {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow.png");
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .sidebar .block-menu ul.menu li ul.menu li a.active:after, .sidebar .block-menu ul.menu li ul.menu li a.active-trail:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active:after,
.sidebar .block-menu-block ul.menu li ul.menu li a.active-trail:after {
    background-image: url("../../images/arrows/arrow-right-9x12-yellow@2x.png");
    background-size: 9px 12px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-menu.expanded .menu-block-wrapper,
.sidebar .block-menu-block.expanded .menu-block-wrapper {
    display: block;
  }
  .sidebar .block-menu.expanded .menu-block-wrapper .menu-title,
.sidebar .block-menu-block.expanded .menu-block-wrapper .menu-title {
    background: #e5af39;
  }
  .sidebar .block-menu.expanded .menu-block-wrapper .menu-title:after,
.sidebar .block-menu-block.expanded .menu-block-wrapper .menu-title:after {
    background-position: right top;
  }
}
@media only screen and (max-width: 767px) {
  .content .node-view-full .field-name-field-image,
.content .view-mode-full .field-name-field-image {
    max-width: 180px;
  }
  .content .node-view-full .field-type-text-long img[style*=float],
.content .node-view-full .field-name-body img[style*=float],
.content .node-view-full .field-name-field-body img[style*=float],
.content .view-mode-full .field-type-text-long img[style*=float],
.content .view-mode-full .field-name-body img[style*=float],
.content .view-mode-full .field-name-field-body img[style*=float] {
    max-width: 180px;
  }
  .content .node-view-full .field-type-text-long ul li,
.content .node-view-full .field-type-text-long ol li,
.content .node-view-full .field-name-body ul li,
.content .node-view-full .field-name-body ol li,
.content .node-view-full .field-name-field-body ul li,
.content .node-view-full .field-name-field-body ol li,
.content .view-mode-full .field-type-text-long ul li,
.content .view-mode-full .field-type-text-long ol li,
.content .view-mode-full .field-name-body ul li,
.content .view-mode-full .field-name-body ol li,
.content .view-mode-full .field-name-field-body ul li,
.content .view-mode-full .field-name-field-body ol li {
    font-size: 14px;
    line-height: 20px;
  }
  .content .node-view-full .field-type-text-long ul li,
.content .node-view-full .field-name-body ul li,
.content .node-view-full .field-name-field-body ul li,
.content .view-mode-full .field-type-text-long ul li,
.content .view-mode-full .field-name-body ul li,
.content .view-mode-full .field-name-field-body ul li {
    background-position: 0 8px;
  }
  .content .node-view-full .field-type-text-long blockquote,
.content .node-view-full .field-name-body blockquote,
.content .node-view-full .field-name-field-body blockquote,
.content .view-mode-full .field-type-text-long blockquote,
.content .view-mode-full .field-name-body blockquote,
.content .view-mode-full .field-name-field-body blockquote {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  body.front .block-views-highlights-block .view-highlights .view-content .flex-control-nav {
    bottom: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .node-highlight-teaser {
    min-height: 200px;
  }
  .node-highlight-teaser .group-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
  }
  .node-highlight-teaser .group-wrapper .group-inner {
    width: auto;
    padding: 0 20px;
    bottom: 220px;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-title h2 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
  }
  .node-highlight-teaser .group-wrapper .group-inner .field-name-field-description {
    display: none;
  }
  .node-highlight-teaser .field-name-field-image {
    min-height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #sidebar-first .block-views--exp-speeches-page-1.collapsible,
#sidebar-first .blocktitle-search-a-speech.collapsible {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-views--exp-speeches-page-1,
.sidebar .blocktitle-search-a-speech {
    display: none;
    padding: 0;
    border: 0;
  }
  .sidebar .block-views--exp-speeches-page-1 > h2,
.sidebar .blocktitle-search-a-speech > h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
    padding: 9px 28px 9px 14px;
    position: relative;
    border: 1px solid rgba(0, 80, 140, 0.2);
  }
  .sidebar .block-views--exp-speeches-page-1 > h2:after,
.sidebar .blocktitle-search-a-speech > h2:after {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    margin: -7px 0 0 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    background: url("../../images/menu-dropdown.png") right bottom no-repeat;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .sidebar .block-views--exp-speeches-page-1 > h2:after,
.sidebar .blocktitle-search-a-speech > h2:after {
    background-image: url("../../images/menu-dropdown@2x.png");
    background-size: 17px 41px;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-views--exp-speeches-page-1 > h2:hover, .sidebar .block-views--exp-speeches-page-1 > h2:focus,
.sidebar .blocktitle-search-a-speech > h2:hover,
.sidebar .blocktitle-search-a-speech > h2:focus {
    color: #e5af39;
    border-color: #e5af39;
  }
  .sidebar .block-views--exp-speeches-page-1 > h2:hover:after, .sidebar .block-views--exp-speeches-page-1 > h2:focus:after,
.sidebar .blocktitle-search-a-speech > h2:hover:after,
.sidebar .blocktitle-search-a-speech > h2:focus:after {
    background-position: right center;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-views--exp-speeches-page-1 form,
.sidebar .blocktitle-search-a-speech form {
    display: none;
    padding: 10px 14px 14px 14px;
    border: 1px solid #e5af39;
    border-top: 0;
  }
  .sidebar .block-views--exp-speeches-page-1 form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit,
.sidebar .blocktitle-search-a-speech form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-submit-button .form-submit {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-views--exp-speeches-page-1.collapsible,
.sidebar .blocktitle-search-a-speech.collapsible {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .sidebar .block-views--exp-speeches-page-1.expanded > h2,
.sidebar .blocktitle-search-a-speech.expanded > h2 {
    color: #e5af39;
    border-color: #e5af39;
    border-bottom: 0;
  }
  .sidebar .block-views--exp-speeches-page-1.expanded > h2:after,
.sidebar .blocktitle-search-a-speech.expanded > h2:after {
    background-position: right center;
  }
  .sidebar .block-views--exp-speeches-page-1.expanded form,
.sidebar .blocktitle-search-a-speech.expanded form {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
    width: 40%;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_sector, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place {
    width: 60%;
    padding-left: 20px;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .content .view-birthday-overview,
.content .view-history-overview {
    width: 440px;
    margin: 0 auto;
  }
  .content .view-birthday-overview .view-content,
.content .view-history-overview .view-content {
    margin: 0 -5px;
  }
  .content .view-birthday-overview .view-content .views-row,
.content .view-history-overview .view-content .views-row {
    width: 215px;
    height: 215px;
    margin: 0 5px 10px 5px;
  }
}
@media only screen and (max-width: 767px) {
  .node-family-member-teaser {
    height: auto;
    min-height: 100px;
  }
  .node-family-member-teaser .group-overlay {
    width: 100%;
    height: 100%;
    min-height: 100px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .node-family-member-teaser .group-overlay .group-inner .field-name-body {
    display: none;
  }
  .node-family-member-teaser .field-name-field-main-photo,
.node-family-member-teaser .field-name-field-frontpage-image {
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: none;
    width: 100%;
    height: auto;
  }
  .node-family-member-teaser .field-name-field-main-photo img,
.node-family-member-teaser .field-name-field-frontpage-image img {
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100px;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .node-family-member-teaser:hover .group-overlay .group-inner .field-name-body, .node-family-member-teaser:focus .group-overlay .group-inner .field-name-body {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .view-royal-family-frontpage .views-row-1 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-2 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-3 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-7 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-8 .node-family-member-teaser,
.view-royal-family-frontpage .views-row-9 .node-family-member-teaser {
    min-height: 100px;
  }
  .view-royal-family-frontpage .views-row-1 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-2 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-3 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-4 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-5 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-6 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-7 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-8 .node-family-member-teaser .group-overlay,
.view-royal-family-frontpage .views-row-9 .node-family-member-teaser .group-overlay {
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .node-family-member-full .field-name-field-main-photo {
    max-width: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo {
    width: 215px;
    height: 215px;
  }
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-title h2 {
    font-size: 22px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content .view-photo-gallery {
    width: 440px;
    margin: 0 auto;
  }
  .content .view-photo-gallery .view-content {
    margin: 0 -5px;
  }
  .content .view-photo-gallery .view-content .views-row {
    width: 140px;
    height: 140px;
    margin: 0 5px 10px 5px;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row {
    width: 215px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.path-kids,
body.path-for-kids,
body.path-for-children,
body.path-pour-les-enfants,
body.path-voor-kinderen,
body.path-fur-kinder {
    /* @group Base Layout */
    /* @end */
    /* Block Menu in Sidebar Left/Right */
    /* @end */
    /* @group Node Default Full (for kids) */
    /* @end */
  }
  body.path-kids #page #main-wrapper #main #sidebar-first,
body.path-for-kids #page #main-wrapper #main #sidebar-first,
body.path-for-children #page #main-wrapper #main #sidebar-first,
body.path-pour-les-enfants #page #main-wrapper #main #sidebar-first,
body.path-voor-kinderen #page #main-wrapper #main #sidebar-first,
body.path-fur-kinder #page #main-wrapper #main #sidebar-first {
    width: auto;
    margin: 0;
    padding: 0;
  }
  body.path-kids .sidebar .block-menu,
body.path-kids .sidebar .block-menu-block,
body.path-for-kids .sidebar .block-menu,
body.path-for-kids .sidebar .block-menu-block,
body.path-for-children .sidebar .block-menu,
body.path-for-children .sidebar .block-menu-block,
body.path-pour-les-enfants .sidebar .block-menu,
body.path-pour-les-enfants .sidebar .block-menu-block,
body.path-voor-kinderen .sidebar .block-menu,
body.path-voor-kinderen .sidebar .block-menu-block,
body.path-fur-kinder .sidebar .block-menu,
body.path-fur-kinder .sidebar .block-menu-block {
    margin: 0 0 20px 0;
    background: #f1f3f4;
  }
  body.path-kids .sidebar .block-menu .menu-block-wrapper,
body.path-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu .menu-block-wrapper,
body.path-for-kids .sidebar .block-menu-block .menu-block-wrapper,
body.path-for-children .sidebar .block-menu .menu-block-wrapper,
body.path-for-children .sidebar .block-menu-block .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu .menu-block-wrapper,
body.path-pour-les-enfants .sidebar .block-menu-block .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu .menu-block-wrapper,
body.path-voor-kinderen .sidebar .block-menu-block .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu .menu-block-wrapper,
body.path-fur-kinder .sidebar .block-menu-block .menu-block-wrapper {
    padding-top: 0;
    background: transparent;
  }
  body.path-kids .sidebar .block-menu ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu,
body.path-for-children .sidebar .block-menu ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu {
    padding: 4px 0;
    background: transparent;
  }
  body.path-kids .sidebar .block-menu ul.menu li a,
body.path-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-kids .sidebar .block-menu ul.menu li a,
body.path-for-kids .sidebar .block-menu-block ul.menu li a,
body.path-for-children .sidebar .block-menu ul.menu li a,
body.path-for-children .sidebar .block-menu-block ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li a,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu ul.menu li a,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li a,
body.path-fur-kinder .sidebar .block-menu ul.menu li a,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li a {
    font-size: 14px;
    line-height: 16px;
  }
  body.path-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu ul.menu li ul.menu,
body.path-for-kids .sidebar .block-menu-block ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu ul.menu li ul.menu,
body.path-for-children .sidebar .block-menu-block ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu ul.menu li ul.menu,
body.path-pour-les-enfants .sidebar .block-menu-block ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu ul.menu li ul.menu,
body.path-voor-kinderen .sidebar .block-menu-block ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu ul.menu li ul.menu,
body.path-fur-kinder .sidebar .block-menu-block ul.menu li ul.menu {
    padding: 0;
  }
  body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta {
    width: 420px;
    min-width: 420px;
    height: 367px;
    font-size: 22px;
    line-height: 24px;
    padding-top: 300px;
    background-size: 420px 367px;
  }
  body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta strong {
    font-size: 22px;
    line-height: 24px;
  }
  body.path-kids .content .node-view-full .field-type-text-long blockquote,
body.path-kids .content .node-view-full .field-name-body blockquote,
body.path-kids .content .node-view-full .field-name-field-body blockquote,
body.path-kids .content .view-mode-full .field-type-text-long blockquote,
body.path-kids .content .view-mode-full .field-name-body blockquote,
body.path-kids .content .view-mode-full .field-name-field-body blockquote,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote,
body.path-for-kids .content .node-view-full .field-name-body blockquote,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote,
body.path-for-kids .content .view-mode-full .field-name-body blockquote,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote,
body.path-for-children .content .node-view-full .field-type-text-long blockquote,
body.path-for-children .content .node-view-full .field-name-body blockquote,
body.path-for-children .content .node-view-full .field-name-field-body blockquote,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote,
body.path-for-children .content .view-mode-full .field-name-body blockquote,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote {
    min-height: 47px;
    padding: 16px 20px;
  }
  body.path-kids .content .node-view-full .field-type-text-long blockquote:before, body.path-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-kids .content .node-view-full .field-name-body blockquote:before,
body.path-kids .content .node-view-full .field-name-body blockquote:after,
body.path-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-kids .content .node-view-full .field-name-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-body blockquote:after,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-children .content .node-view-full .field-name-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-body blockquote:after,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-children .content .view-mode-full .field-name-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-body blockquote:after,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:after {
    width: 75px;
    height: 60px;
    background-size: 150px 60px;
  }
}
@media only screen and (max-width: 767px) {
  #bottom .block-menu ul li {
    margin-right: 6px;
    padding-right: 12px;
  }
  #bottom .block-menu ul li a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #bottom .block-sharethis > h2 {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections {
    padding: 70px 0 0 0;
  }
  body.front #home-sections .home-section {
    /* SECTION WELCOME */
    /* SECTION AGENDA */
    /* SECTION MONARCHY */
    /* SECTION ROYAL FAMILY */
    /* SECTION PHOTOS VIDEOS */
    /* SECTION HERITAGE */
    /* SECTION ROYAL INITIATIVES */
    /* SECTION FOR KIDS */
  }
  body.front #home-sections .home-section .section-wrapper .section-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head {
    padding-top: 80px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head .section-inner {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head p {
    font-size: 14px;
    line-height: 20px;
  }
  body.front #home-sections .home-section .section-wrapper .section-content {
    width: auto;
  }
  body.front #home-sections .home-section .section-wrapper .next-section {
    width: 22px;
    height: 12px;
    margin-left: -11px;
    padding: 0;
    position: absolute;
    left: 50%;
    bottom: 12px;
    z-index: 90;
    background-image: url("../../images/arrows/arrow-down-22x12-yellow.png");
    background-position: center center;
    background-repeat: no-repeat;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section .section-wrapper .next-section {
    background-image: url("../../images/arrows/arrow-down-22x12-yellow@2x.png");
    background-size: 22px 12px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section .section-wrapper .next-section:before, body.front #home-sections .home-section .section-wrapper .next-section:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content {
    width: auto;
    min-height: 100px;
    /* @group Block Views Calendar on Home section WELCOME */
    /* @end */
    /* @group Block Calendar */
    /* @end */
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
    /* @group Block For Kids */
    /* @end */
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    width: 50%;
    height: 130px;
    padding: 0 20px;
    left: 0;
    bottom: 30px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 {
    font-size: 20px;
    line-height: 22px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder > h2 a:before {
    margin-right: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda {
    margin-left: 0;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a {
    padding-left: 40px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before {
    width: 29px;
    height: 29px;
    background-image: url("../../images/icons/icon-calendar-yellow.png");
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier > h2 a:before,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda > h2 a:before {
    background-image: url("../../images/icons/icon-calendar-yellow@2x.png");
    background-size: 29px 29px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    display: block;
    height: 44px;
    margin-left: 0;
    left: auto;
    right: 0;
    bottom: 82px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a {
    padding: 10px 10px 10px 48px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:before {
    margin-top: -11px;
    left: 10px;
    top: 50%;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2 a:focus {
    text-decoration: none;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter > h2:focus {
    border-color: #e5af39;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter .twitter-feed {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    display: block;
    height: 44px;
    margin-left: 0;
    left: auto;
    right: 0;
    bottom: 30px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 {
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a {
    padding: 10px 10px 10px 32px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:before {
    margin-top: -12px;
    left: 10px;
    top: 50%;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2 a:focus {
    text-decoration: none;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2:hover, body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook > h2:focus {
    border-color: #e5af39;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook .facebook-feed {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head {
    position: relative;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav {
    top: 8px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav .flex-direction-nav li {
    padding: 0px 70px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav .flex-direction-nav li a, body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav .flex-direction-nav li span {
    width: 12px;
    height: 21px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content {
    width: auto;
    min-height: 100px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content:before {
    display: none;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 {
    clear: both;
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .content,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .content {
    height: auto;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view {
    height: auto;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view .view-content,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view .view-content {
    height: auto;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view .view-content .views-row,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view .view-content .views-row {
    float: left;
    width: 50%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 280px;
    background-size: auto 380px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content {
    min-height: 100px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 240px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content {
    padding: 30px 20px 10px 20px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .section-title {
    margin-bottom: 10px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: block;
    padding: 10px 0 0 0;
  }
}
@media only screen and (max-width: 767px) and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .view-monarchy-frontpage-description {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block {
    width: auto;
    clear: both;
    margin: 0;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) and (max-height: 640px) {
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content .block-menu-block {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu {
    margin-bottom: 10px;
    position: relative;
    left: auto;
    bottom: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu {
    overflow: hidden;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li {
    float: left;
    width: 50%;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .block-menu .menu li a {
    width: 100%;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-head .family-member-nav {
    display: none;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content {
    width: auto;
    min-height: 100px;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block {
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage {
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content {
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .first-page,
body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .second-page {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .second-page {
    display: none;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row {
    float: left;
    width: 50%;
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-1, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-2, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-3, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-4, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-5, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-6 {
    width: 50%;
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-7, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-8, body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage .view-content .views-row.views-row-9 {
    display: none;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage.next-page .view-content .first-page {
    left: auto;
  }
  body.front #home-sections .home-section.section-royal-family .section-wrapper .section-content .block-views-royal-family-frontpage-block .view-royal-family-frontpage.next-page .view-content .second-page {
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu {
    padding: 0;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li {
    padding: 0 4px;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-head .block-menu-block .menu-block-wrapper .menu li a {
    font-size: 12px;
    line-height: 14px;
    padding-left: 18px;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery .instagram-posts-content .instagram-post-row {
    width: 33.3333%;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row, body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row {
    display: none;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(6), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(1), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(2), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(3), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(4), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(5), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(6) {
    display: block;
  }
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-1-row .instagram-posts-content .instagram-post-row:nth-child(18), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-2-rows .instagram-posts-content .instagram-post-row:nth-child(18), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-3-rows .instagram-posts-content .instagram-post-row:nth-child(18), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(7), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(8), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(9), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(10), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(11), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(12), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(13), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(14), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(15), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(16), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(17), body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery.show-4-rows .instagram-posts-content .instagram-post-row:nth-child(18) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-head {
    padding-bottom: 20px;
  }
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content {
    width: auto;
    min-height: 100px;
  }
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block {
    height: auto;
  }
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage {
    height: auto;
  }
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage .view-content {
    height: auto;
  }
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage .view-content .views-row {
    float: left;
    width: 50%;
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head {
    padding-bottom: 0;
  }
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head .section-title {
    padding-bottom: 38px;
    position: relative;
    background-size: 30px 30px;
  }
}
@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-head .section-title {
    background-size: 36px 36px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
    width: auto;
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content {
    min-height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) and (max-height: 820px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper {
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu {
    height: auto;
  }
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li {
    display: block;
    float: left;
    width: 100%;
    height: 140px;
  }
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li:nth-child(1), body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li:nth-child(2), body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li:nth-child(3) {
    width: 100%;
  }
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a {
    padding-top: 105px;
    background-position: center 15px;
    background-size: auto 80px;
  }
  body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:hover, body.front #home-sections .home-section.section-royal-initiatives .section-wrapper .section-content .block-menu-block .menu-block-wrapper .menu li a:focus {
    padding-top: 80px;
    background-size: auto 55px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #home-sections .home-section.section-for-kids, body.front #home-sections .home-section.section-for-children {
    background-position: center center;
    background-size: 140% auto;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper, body.front #home-sections .home-section.section-for-children .section-wrapper {
    background: rgba(255, 255, 255, 0.8);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-head .section-title, body.front #home-sections .home-section.section-for-children .section-wrapper .section-head .section-title {
    margin-bottom: 0;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content {
    min-height: 100px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block {
    height: auto;
    margin: 0;
    padding: 10px 20px;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li {
    clear: both;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(65, 65, 65, 0.25);
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li:last-child, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li:last-child {
    border-bottom: 0;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings {
    width: auto;
    height: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #414141;
    text-align: left;
    margin: 0;
    padding: 18px 0 18px 70px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:before, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:before,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:before {
    display: none;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:after {
    display: block;
    width: 50px;
    height: 36px;
    margin: -18px 0 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    bottom: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:hover, body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:focus,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:hover,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings:focus, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:hover, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family:focus,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:hover,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings:focus {
    color: #e5af39;
  }
  body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.symbol.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.history.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family.symbol:after,
body.front #home-sections .home-section.section-for-kids .section-wrapper .section-content .block-menu-block ul li a.drawings.symbol:after, body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.symbol.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.a-day-in-the-life-of-the-king.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.history.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.working-in-a-palace.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.the-king-and-his-family.symbol:after,
body.front #home-sections .home-section.section-for-children .section-wrapper .section-content .block-menu-block ul li a.drawings.symbol:after {
    background-image: url("../../images/for-kids/kids-icon08.png");
  }
}
@media only screen and (max-width: 767px) {
  body.front.i18n-de #home-sections .home-section {
    /* SECTION WELCOME */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content {
    /* @group Block Calendar */
    /* @group Block Twitter */
    /* @end */
    /* @group Block Facebook */
    /* @end */
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda {
    display: none;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter {
    display: block;
    margin-left: 0;
    left: 0;
    right: auto;
    bottom: 82px;
  }
  body.front.i18n-de #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook {
    display: block;
    margin-left: 0;
    bottom: 82px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-user .content form .form-item-name,
body.page-user .content form .form-item-mail,
body.page-user .content form .form-item-pass {
    clear: both;
    float: none;
    width: auto;
  }
  body.page-user .content form .form-actions {
    padding-top: 20px;
  }
  body.page-user .content form .form-actions .form-submit {
    width: 100%;
    float: none;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.page-language-selection #page {
    width: 600px;
    height: 600px;
    margin: -450px 0 0 -300px;
    padding: 370px 0 0 0;
    background-size: 500px 500px;
  }
  body.page-language-selection #page h1 {
    font-size: 24px;
    line-height: 28px;
  }
  body.page-language-selection #page #language-selection {
    width: auto;
  }
  body.page-language-selection #page #language-selection ul li {
    float: none;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    margin: 0 20px 30px 20px;
  }
  body.page-language-selection #page #language-selection ul li h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  body.front #colorbox {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
  }
  body.front #colorbox #cboxWrapper {
    height: 100% !important;
    width: 100% !important;
  }
  body.front #colorbox #cboxWrapper > div {
    height: 100%;
    padding: 35px;
  }
  body.front #colorbox #cboxWrapper > div:first-child {
    display: none;
  }
  body.front #colorbox #cboxWrapper > div:last-child {
    display: none;
  }
  body.front #colorbox #cboxWrapper #cboxMiddleLeft {
    display: none;
  }
  body.front #colorbox #cboxWrapper #cboxContent {
    height: 100% !important;
    width: 100% !important;
    background-color: transparent;
  }
  body.front #colorbox #cboxWrapper #cboxContent #cboxLoadedContent {
    width: auto !important;
    height: auto !important;
  }
  body.front #colorbox #cboxWrapper #cboxContent #cboxLoadedContent img {
    width: 100% !important;
    height: auto !important;
  }
  body.front #colorbox #cboxWrapper #cboxContent #cboxTitle {
    width: 100%;
    left: 0;
    right: 0;
    border: 10px solid #e5af39;
    border-top: 0;
    position: relative;
    overflow: auto;
  }
  body.front #colorbox #cboxWrapper #cboxContent #cboxLoadingOverlay {
    background-color: transparent;
  }
}
/* ======= */
/* = END = */
/* ======= */
/* ========================= */
/* = Less than 480 screens = */
/* == aka for 320 screens == */
/* ========================= */
@media only screen and (max-width: 479px) {
  /* ========== */
  /* = LAYOUT = */
  /* ========== */
  /* @group Base Layout */
  body {
    min-width: 320px;
    /*&:before {
      content:'320css';
      display:block;
      font: {
        size:16px;
        weight:300;
      }
      line-height:18px;
      color:white;
      margin:0;
      padding:2px 4px 4px 4px;
      position:fixed;
      right:0;
      top:0;
      z-index:99999;
      background:green;
      opacity:0.2;
    }*/
  }
  body #page {
    min-width: 320px;
  }
  body #page #header-wrapper {
    min-width: 320px;
  }
  body #page #header-wrapper #header {
    height: 60px;
  }
  body #page #section-title-wrapper {
    padding-top: 60px;
  }
  body #page #section-title-wrapper #section-title {
    min-height: 55px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;
    padding-bottom: 40px;
  }
  body #page #section-title-wrapper #section-title:before {
    width: 60px;
    height: 60px;
    margin-left: -30px;
    bottom: -30px;
    background-size: 33px 45px;
  }

  /* @end */
  /* = END = */
  /* =============== */
  /* = PACE LOADER = */
  /* =============== */
  /* @group Pace Loader Layout */

  /* @end */
  /* ======= */
  /* = END = */
  /* ======= */
  /* ========== */
  /* = HEADER = */
  /* ========== */
  /* @group Site Name in Header */

  /* @end */
  /* @group OLD Block Search Forum in Header */

  /* @end */
  /* @group NEW Block Search Forum in Header */

  /* @end */
  /* @group Block Locale in Header */

  /* @end */
  /* @group Nav Handler in Header */

  /* @end */
  /* @group Navigation in Header */

  /* @end */
  /* @group Block Main Menu in Header */

  /* @end */
  /* = END = */
  /* ================= */
  /* = SECTION TITLE = */
  /* ================= */
  /* @group Breadcrumb in Section Title */

  /* @end */
  /* = END = */
  /* ================ */
  /* = NODE DEFAULT = */
  /* ================ */
  /* @group Node Default Full */

  /* @end */
  /* = END = */
  /* ============== */
  /* = HIGHLIGHTS = */
  /* ============== */
  /* @group Node Highlights Teaser */

  /* @end */
  /* = END = */
  /* ========== */
  /* = AGENDA = */
  /* ========== */
  /* @group Block View Agenda Page (Search) in Content */

  /* @end */
  /* @group Node Agenda Item Teaser */

  /* @end */
  /* = END = */
  /* ================ */
  /* = ROYAL FAMILY = */
  /* ================ */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* @group Node Family Member Teaser */

  /* @end */
  /* @group Node Family Member Full */

  /* @end */
  /* = END = */
  /* ============ */
  /* = HERITAGE = */
  /* ============ */
  /* @group Node Heritage Teaser */

  /* @end */
  /* = END = */
  /* =================== */
  /* = PHOTOS & VIDEOS = */
  /* =================== */
  /* @group Node Gallery Photo Front / Overview */

  /* @end */
  /* @group View Family Member Anniversaries / History */

  /* @end */
  /* = END = */
  /* ============ */
  /* = FOR KIDS = */
  /* ============ */
  /* @group For Kids Pages Layout */

  /* @end */
  /* = END = */
  /* ========== */
  /* = BOTTOM = */
  /* ========== */
  /* @group Site Logo in Bottom */

  /* @end */
  /* = END = */
  /* ========= */
  /* = FRONT = */
  /* ========= */
  /* @group Front Layout */

  /* @end */
  /* = END = */
  /* ====================== */
  /* = LANGUAGE SELECTION = */
  /* ====================== */
  /* @group Page Language Selection */

  /* @end */
  /* = END = */
}
@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-resolution: 192dpi), only screen and (max-width: 479px) and (min-resolution: 2dppx) {
  body #page #section-title-wrapper #section-title:before {
    background-size: 33px 45px;
  }
}
@media only screen and (max-width: 479px) {
  body #page #main-wrapper #main {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 479px) {
  body #page #bottom-wrapper #bottom {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 25px;
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 479px) {
  body #page #footer-wrapper #footer {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .pace .pace-activity {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2001;
    background-image: url("../../images/logo-en-white.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 50px;
  }
}
@media only screen and (max-width: 479px) {
  body.i18n-fr .pace .pace-activity,
body.i18n-nl .pace .pace-activity,
body.i18n-de .pace .pace-activity,
body.i18n-en .pace .pace-activity {
    background-size: auto 50px;
  }
}
@media only screen and (max-width: 479px) {
  #site-name {
    height: 35px;
    padding: 15px 0 10px 0;
    background: transparent;
  }
}
@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-resolution: 192dpi), only screen and (max-width: 479px) and (min-resolution: 2dppx) {
  #site-name {
    background: transparent;
  }
}
@media only screen and (max-width: 479px) {
  #site-name h1 img,
#site-name a img {
    height: 35px;
  }
}
@media only screen and (max-width: 479px) {
  #header .block-search {
    padding-left: 30px;
    padding-right: 10px;
  }
  #header .block-search form .container-inline .form-item .form-text {
    width: 200px;
  }
}
@media only screen and (max-width: 479px) {
  #header .block-views--exp-search2-page {
    padding-left: 30px;
    padding-right: 10px;
  }
  #header .block-views--exp-search2-page form .views-exposed-form .views-exposed-widgets .views-exposed-widget .form-item .form-text {
    width: 200px;
  }
}
@media only screen and (max-width: 479px) {
  #header .block-locale {
    width: 200px;
    padding-left: 30px;
    padding-right: 10px;
    top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  body.admin-menu #header .block-locale {
    top: 110px;
  }
}
@media only screen and (max-width: 479px) {
  #header .nav-handler {
    left: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #navigation {
    top: 60px;
  }
}
@media only screen and (max-width: 479px) {
  body.admin-menu #navigation {
    top: 110px;
  }
}
@media only screen and (max-width: 479px) {
  #header .block-menu ul li a {
    padding-left: 30px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 479px) {
  #section-title-wrapper #section-title .easy-breadcrumb .easy-breadcrumb_segment.easy-breadcrumb_segment-1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 479px) {
  .content .node-view-full .field-name-field-image,
.content .view-mode-full .field-name-field-image {
    max-width: 150px;
  }
  .content .node-view-full .field-type-text-long img[style*=float],
.content .node-view-full .field-name-body img[style*=float],
.content .node-view-full .field-name-field-body img[style*=float],
.content .view-mode-full .field-type-text-long img[style*=float],
.content .view-mode-full .field-name-body img[style*=float],
.content .view-mode-full .field-name-field-body img[style*=float] {
    max-width: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .node-highlight-teaser .group-wrapper .group-inner {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value_1, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_date_withend_value2 {
    clear: both;
    width: auto;
    position: relative;
    left: auto;
    top: auto;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_about, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_sector, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_theme, .content .view-agenda-page .view-filters form .views-exposed-form .views-exposed-widgets .views-exposed-widget.views-widget-filter-field_place {
    clear: both;
    float: none;
    width: auto;
    padding-left: 0;
  }
}
@media only screen and (max-width: 479px) {
  .node-agenda-item-teaser .group-overlay .group-title {
    padding: 0 10px;
  }
  .node-agenda-item-teaser:hover .group-overlay, .node-agenda-item-teaser:focus .group-overlay {
    padding: 30px 10px 0 10px;
  }
}
@media only screen and (max-width: 479px) {
  .block-views-agenda-block .views-row-first .node-agenda-item-teaser:hover .group-overlay, .block-views-agenda-block .views-row-first .node-agenda-item-teaser:focus .group-overlay {
    padding-top: 45px;
  }
}
@media only screen and (max-width: 479px) {
  .content .view-birthday-overview,
.content .view-history-overview {
    width: auto;
  }
  .content .view-birthday-overview .view-content,
.content .view-history-overview .view-content {
    margin: 0;
  }
  .content .view-birthday-overview .view-content .views-row,
.content .view-history-overview .view-content .views-row {
    float: none;
    width: 240px;
    height: 240px;
    margin: 0 auto 10px auto;
  }
}
@media only screen and (max-width: 479px) {
  .node-family-member-teaser .group-overlay .group-inner {
    padding: 0 10px;
    bottom: 5px;
  }
  .node-family-member-teaser .group-overlay .group-inner h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .node-family-member-teaser:hover .group-overlay .group-inner, .node-family-member-teaser:focus .group-overlay .group-inner {
    padding: 0 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .node-family-member-full .field-name-field-main-photo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 479px) {
  .node-heritage-teaser .group-overlay .group-inner {
    padding: 0 10px;
    bottom: 5px;
  }
  .node-heritage-teaser .group-overlay .group-inner .field-name-title h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .node-heritage-teaser:hover .group-overlay .group-inner, .node-heritage-teaser:focus .group-overlay .group-inner {
    padding: 0 10px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .node-photo-gallery-photo-photo-gallery-overview-video .field-name-field-photo {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  .content .view-photo-gallery {
    width: 320px;
  }
  .content .view-photo-gallery .view-content .views-row {
    width: 145px;
    height: 145px;
  }
  .content .view-photo-gallery.view-display-id-block_3 {
    width: auto;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content {
    margin: 0;
  }
  .content .view-photo-gallery.view-display-id-block_3 .view-content .views-row {
    clear: both;
    float: none;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  body.path-kids,
body.path-for-kids,
body.path-for-children,
body.path-pour-les-enfants,
body.path-voor-kinderen,
body.path-fur-kinder {
    /* @group Node Default Full (for kids) */
    /* @end */
  }
  body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta {
    width: 280px;
    min-width: 280px;
    height: 245px;
    font-size: 18px;
    line-height: 20px;
    padding-top: 200px;
    background-size: 280px 245px;
  }
  body.path-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-kids .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-for-children .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .node-view-full .field-name-field-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-type-text-long a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-body a.drawing-cta strong,
body.path-fur-kinder .content .view-mode-full .field-name-field-body a.drawing-cta strong {
    font-size: 18px;
    line-height: 20px;
  }
  body.path-kids .content .node-view-full .field-type-text-long blockquote,
body.path-kids .content .node-view-full .field-name-body blockquote,
body.path-kids .content .node-view-full .field-name-field-body blockquote,
body.path-kids .content .view-mode-full .field-type-text-long blockquote,
body.path-kids .content .view-mode-full .field-name-body blockquote,
body.path-kids .content .view-mode-full .field-name-field-body blockquote,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote,
body.path-for-kids .content .node-view-full .field-name-body blockquote,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote,
body.path-for-kids .content .view-mode-full .field-name-body blockquote,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote,
body.path-for-children .content .node-view-full .field-type-text-long blockquote,
body.path-for-children .content .node-view-full .field-name-body blockquote,
body.path-for-children .content .node-view-full .field-name-field-body blockquote,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote,
body.path-for-children .content .view-mode-full .field-name-body blockquote,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote {
    min-height: 47px;
    padding: 16px 20px;
  }
  body.path-kids .content .node-view-full .field-type-text-long blockquote:before, body.path-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-kids .content .node-view-full .field-name-body blockquote:before,
body.path-kids .content .node-view-full .field-name-body blockquote:after,
body.path-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-kids .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-kids .content .node-view-full .field-name-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-body blockquote:after,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-kids .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-kids .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-body blockquote:after,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-kids .content .view-mode-full .field-name-field-body blockquote:after,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:before,
body.path-for-children .content .node-view-full .field-type-text-long blockquote:after,
body.path-for-children .content .node-view-full .field-name-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-body blockquote:after,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:before,
body.path-for-children .content .node-view-full .field-name-field-body blockquote:after,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:before,
body.path-for-children .content .view-mode-full .field-type-text-long blockquote:after,
body.path-for-children .content .view-mode-full .field-name-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-body blockquote:after,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:before,
body.path-for-children .content .view-mode-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .node-view-full .field-name-field-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-type-text-long blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-body blockquote:after,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:before,
body.path-pour-les-enfants .content .view-mode-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .node-view-full .field-name-field-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-type-text-long blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-body blockquote:after,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:before,
body.path-voor-kinderen .content .view-mode-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .node-view-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-body blockquote:after,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .node-view-full .field-name-field-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-type-text-long blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-body blockquote:after,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:before,
body.path-fur-kinder .content .view-mode-full .field-name-field-body blockquote:after {
    width: 75px;
    height: 60px;
    background-size: 150px 60px;
  }
}
@media only screen and (max-width: 479px) {
  #bottom #site-logo .logo {
    height: 50px;
  }
}
@media only screen and (max-width: 479px) {
  body.front #home-sections {
    padding: 60px 0 0 0;
  }
  body.front #home-sections .home-section {
    /* SECTION WELCOME */
    /* SECTION AGENDA */
    /* SECTION MONARCHY */
    /* SECTION ROYAL FAMILY */
    /* SECTION PHOTOS VIDEOS */
    /* SECTION HERITAGE */
  }
  body.front #home-sections .home-section .section-wrapper .section-title {
    font-size: 26px;
    line-height: 36px;
  }
  body.front #home-sections .home-section .section-wrapper .section-head .section-inner {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content {
    /* @group Block Views Calendar on Home section WELCOME */
    /* @end */
  }
  body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendar,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-calendrier,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-agenda,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-twitter,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-facebook,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-kids,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-for-children,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-pour-les-enfants,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-voor-kinderen,
body.front #home-sections .home-section.section-welcome .section-wrapper .section-content .blocktitle-für-kinder {
    padding: 0 10px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head {
    padding-top: 70px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link {
    font-size: 10px;
    line-height: 14px;
    padding-right: 18px;
    top: 16px;
  }
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:before {
    width: 13px;
    height: 13px;
    margin-top: -7px;
    background-size: 13px 41px;
  }
}
@media only screen and (max-width: 479px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (-moz-min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-device-pixel-ratio: 2), only screen and (max-width: 479px) and (min-resolution: 192dpi), only screen and (max-width: 479px) and (min-resolution: 2dppx) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-search-link:before background:  {
    size: 13px 41px;
  }
}
@media only screen and (max-width: 479px) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-head .agenda-events-nav .flex-direction-nav li {
    padding: 0px 60px;
  }
}
@media only screen and (max-width: 479px) {
  body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block .view .view-content .views-row,
body.front #home-sections .home-section.section-agenda .section-wrapper .section-content .block-views-agenda-block-1 .view .view-content .views-row {
    float: none;
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 479px) {
  body.front #home-sections .home-section.section-monarchy:before {
    height: 120px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner {
    padding-top: 110px;
  }
  body.front #home-sections .home-section.section-monarchy .section-wrapper .section-content .monarchy-inner .monarchy-content {
    padding: 30px 10px 10px 10px;
  }
}
@media only screen and (max-width: 479px) {
  body.front #home-sections .home-section.section-photos-videos .section-wrapper .section-content .instagram-feeds-gallery .instagram-posts-content .instagram-post-row {
    width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  body.front #home-sections .home-section.section-heritage .section-wrapper .section-content .block-views-heritage-frontpage-block .view-heritage-frontpage .view-content .views-row {
    float: none;
    width: 100%;
    height: 360px;
  }
}
@media only screen and (max-width: 479px) {
  body.page-language-selection #page h1 {
    font-size: 20px;
    line-height: 24px;
  }
  body.page-language-selection #page #language-selection ul li {
    font-size: 12px;
    line-height: 16px;
  }
  body.page-language-selection #page #language-selection ul li h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* ======= */
/* = END = */
/* ======= */