/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
html {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 14px;
  }
}
body {
  position: relative;
  background-color: #f0f0f0;
  margin: 0;
  width: 100%;
  height: 100%;
}
body ul#epi-quickNavigator {
  right: 150px;
}
img {
  border: none;
}
h1 {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
h2 {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  text-align: center;
  display: block;
  padding-top: 5px;
  padding-bottom: 10px;
  background-color: #51BAE8;
  color: #000;
  margin-top: 0;
}
h3 {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  text-align: center;
  display: block;
  margin-top: 0;
  padding-top: 2px;
  padding-bottom: 7px;
  background-color: rgba(81, 186, 232, 0.26);
  color: #252525;
}
h4 {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #263a76;
}
.ingress {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.description ul {
  list-style: inherit;
  padding-left: 30px;
}
.rich-text-field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:visited {
  text-decoration: none;
  color: #263a76;
}
.main-content {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  text-align: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-content a,
.main-content a:visited {
  border-bottom: 1px solid #263a76;
}
.main-content:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
section {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-column {
  margin: 0 auto;
  max-width: 1070px;
  padding: 0 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-column.view-wide-content {
  max-width: 1366px;
}
.default-button,
a.default-button {
  background-color: #51BAE8;
  color: #fff;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 17px 8px 17px;
  border-bottom: none;
}
.default-button i,
a.default-button i {
  color: #fff;
}
.default-button a,
a.default-button a,
.default-button a:visited,
a.default-button a:visited {
  color: #fff;
  border-bottom: none;
}
@media (max-width: 1000px) {
  .main-column {
    margin: 0 auto;
    min-width: 300px;
  }
  section {
    padding: 12px;
  }
  body {
    background-color: #fff;
  }
}
@media (max-width: 1450x) {
  .main-column {
    margin: 0 auto;
    max-width: 1450px;
  }
}
.tbutton {
  background-color: #f0f0f0;
  border: none;
  font-weight: bold;
  font-family: Verdana, sans-serif;
}
.tbutton:active {
  transform: translateY(3px);
}
.tbutton img {
  width: 30px;
  padding-right: 3px;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.content-page-links :after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.content-page-links ul li {
  display: inline-block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 18px 20px;
  width: 25%;
}
@media screen and (max-width: 880px) {
  .content-page-links ul li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 660px) {
  .content-page-links ul li {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .content-page-links ul li {
    width: 100%;
  }
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.cookie-modal {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1070px;
  max-width: 100%;
  margin: auto;
  padding: 35px 35px 25px;
  background-color: #263a76;
  color: #fff;
  z-index: 10;
  box-sizing: border-box;
}
.cookie-modal.visible {
  display: block;
}
.cookie-modal__close-btn {
  display: inline-block;
  position: absolute;
  padding: 0;
  top: 30px;
  right: 30px;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background: none;
  border: none;
}
.cookie-modal__close-btn:before,
.cookie-modal__close-btn:after {
  position: absolute;
  top: 0;
  left: 13px;
  content: '';
  height: 25px;
  width: 2px;
  background-color: #fff;
}
.cookie-modal__close-btn:before {
  transform: rotate(45deg);
}
.cookie-modal__close-btn:after {
  transform: rotate(-45deg);
}
.cookie-modal__text h1,
.cookie-modal__text h2,
.cookie-modal__text h3,
.cookie-modal__text h4 {
  text-align: left;
  font-weight: bold;
  padding: 0;
  margin-bottom: 20px;
  background: none;
}
.cookie-modal__text h1,
.cookie-modal__text h2,
.cookie-modal__text h3,
.cookie-modal__text h4,
.cookie-modal__text a {
  color: #fff;
}
.cookie-modal__text a {
  text-decoration: underline;
}
.cookie-modal__text a:hover,
.cookie-modal__text a:focus {
  text-decoration: none;
}
.cookie-modal__text p {
  font-size: 20px;
}
.cookie-modal__text p:last-child {
  margin-bottom: 0;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.cover-image-album .tile-group {
  width: 100%;
  display: inline-block;
}
.cover-image-album .tile-group-item {
  float: left;
  display: inline-block;
  padding: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333333%;
}
@media screen and (max-width: 900px) {
  .cover-image-album .tile-group-item {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .cover-image-album .tile-group-item {
    width: 100%;
  }
}
.cover-image-album .tile {
  height: 230px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cover-image-album .tile:hover .title {
  background-color: rgba(0, 0, 0, 0.85);
}
.cover-image-album .tile:hover .description {
  opacity: 1;
}
.cover-image-album .title {
  top: 0;
  text-align: center;
  position: absolute;
  height: 60px;
  width: 100%;
  z-index: 6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #336561;
}
.cover-image-album .title p {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  color: white;
  padding: 5px;
  margin: 0;
}
.cover-image-album .description {
  height: 170px;
  width: 100%;
  position: absolute;
  top: 60px;
  z-index: 5;
  float: left;
  text-align: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
}
.cover-image-album .description p {
  padding: 2px 10px 0 10px;
  margin: 0;
}
.cover-image-album .cover-image {
  background-size: cover;
  background-position: center;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
footer {
  background-color: #263a76;
  height: 100%;
  padding: 5px;
  padding-top: 10px;
  clear: both;
  position: relative;
  color: #fff;
}
footer .main-column:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
}
footer .footer-content {
  text-align: center;
}
footer .contact-info {
  display: inline-block;
  float: left;
  text-align: left;
}
footer .contact-info ul li {
  display: block;
}
footer .noa-logo {
  float: right;
  padding: 30px 10px;
}
footer img {
  width: 100px;
}
@media screen and (max-width: 500px) {
  footer img {
    width: 50px;
  }
}
footer .stami-logo {
  float: right;
}
footer ul {
  list-style: none;
}
footer .page-content {
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 700px) {
  footer .page-content {
    display: none;
  }
}
footer .page-content ul {
  width: 500px;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  footer .page-content ul {
    width: 350px;
  }
}
@media screen and (max-width: 850px) {
  footer .page-content ul {
    width: 200px;
  }
}
footer .page-content ul li {
  display: inline-block;
  margin-right: 15px;
  margin-left: 10px;
  margin-bottom: 18px;
  margin-top: 0;
  border-bottom: solid rgba(0, 0, 0, 0) 1px;
  transition: ease border-bottom 0.2s;
}
footer .page-content ul li:hover {
  border-bottom: solid #fff 1px;
}
footer .version-info {
  font-size: 11px;
}
footer .version-info a {
  float: left;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #263a76;
  position: fixed;
  padding: 7px 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header a {
  color: #fff;
}
header .logo {
  float: left;
  padding: 5px;
}
header .logo img {
  height: 34px;
}
header .site-title {
  color: #fff;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
header .site-title .divider {
  color: #fff;
}
@media (max-width: 800px) {
  header .site-title .extended-name,
  header .site-title .divider {
    display: none;
  }
}
header .search-bar {
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}
header .search-bar input {
  color: #fff;
  font-weight: lighter;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
header .search-bar .search-submit-button {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
header .search-bar .search-field {
  outline: 0;
  border-bottom: 1px white solid;
  width: 250px;
  padding-bottom: 2px;
}
@media screen and (max-width: 500px) {
  header .search-bar .search-field {
    width: 100px;
  }
}
header .search-bar ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search-bar :-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search-bar ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .search-bar :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
header .menu {
  color: #fff;
}
header .menu .text-icon-link {
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  position: relative;
}
header .menu .text-icon-link a {
  color: #fff;
}
header .menu .text-icon-link .text {
  float: left;
  margin-right: 5px;
}
@media screen and (max-width: 480px) {
  header .menu .text-icon-link .text {
    display: none;
  }
}
header .menu .text-icon-link .icon {
  float: right;
}
header .menu .text-icon-link .counter {
  font-size: 0.7rem;
  background-color: #51BAE8;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 36px;
  position: absolute;
  padding: 0 4px 2px 4px;
  top: 18px;
  right: 7px;
}
header .menu .menu-line-item {
  float: right;
  font-size: 1.25rem;
  position: relative;
  padding: 3px 14px 0 5px;
  top: 6px;
  text-align: right;
}
header .menu #header-saved-indicators a:visited {
  color: #fff;
}
header .menu ul {
  margin: 0;
}
header .menu .menu-dropdown.open {
  border-top: 1px solid white;
}
header .menu .menu-dropdown {
  clear: both;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  float: right;
  margin: 0 auto 10px auto;
  width: 100%;
  max-width: 400px;
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0);
  transition: border-top ease 0.5s;
}
header .menu .menu-dropdown .menu-item {
  border-bottom: solid rgba(0, 0, 0, 0) 1px;
  display: block;
  margin: 0 5px;
  padding: 5px 0;
  transition: border-bottom 0.5s;
  text-align: right;
}
header .menu .menu-dropdown .menu-item .menu-item:hover {
  border-bottom: solid #fff 1px;
  transition: border-bottom 0.5s;
}
header .menu .menu-dropdown .menu-item a {
  color: #fff;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
nav {
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 0;
}
nav .hidden ul {
  display: none;
}
nav .navigation-layers > li {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}
nav .navigation-layers > li a:visited {
  color: #fff;
}
nav .navigation-layers > li a {
  color: #fff;
}
nav .navigation-layers .navigation-bar {
  background-color: #fff;
  border-bottom: 1px solid #97d6f1;
}
nav .navigation-layers .navigation-bar ul li {
  display: inline-block;
  padding: 12px 5px;
}
nav .navigation-layers .navigation-bar ul .title {
  margin-right: 13px;
  margin-left: 15px;
  padding: 5px 2px 8px 2px;
  color: #263a76;
  font-weight: bold;
}
nav .navigation-layers .navigation-bar ul .title a:visited {
  color: #263a76;
}
nav .navigation-layers .navigation-bar ul .title a {
  color: #263a76;
}
nav .navigation-layers .navigation-bar ul .sibling {
  margin-right: 5px;
  margin-left: 5px;
}
nav .navigation-layers .navigation-bar ul .sibling a,
nav .navigation-layers .navigation-bar ul .sibling a:visited {
  color: #263a76;
}
nav .navigation-layers .navigation-bar ul .sibling a:hover {
  color: #263a76;
  text-decoration: underline;
}
nav .navigation-layers .navigation-bar ul .root-title {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  margin-right: 5px;
  border-radius: 4px;
  color: #263a76;
}
nav .navigation-layers .current-page-navigation-bar {
  background-color: #97d6f1;
  border-top: 0;
}
nav .navigation-layers .current-page-navigation-bar ul .title {
  margin: 0 5px;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  color: #263a76;
  text-decoration: underline;
}
nav .navigation-layers .current-page-navigation-bar ul .sibling {
  margin: 0 5px;
}
nav .navigation-layers .current-page-navigation-bar ul .sibling a:visited {
  color: #263a76;
}
nav .navigation-layers .current-page-navigation-bar ul .sibling a {
  color: #263a76;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
nav .navigation-layers .current-page-navigation-bar ul .sibling a:hover {
  color: #263a76;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.search-bar input {
  padding: 5px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.search-bar input .search-field {
  text-align: left;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.tile {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}
.tile .indicator-thumbnail-image img {
  height: 100%;
  width: 100%;
  position: absolute;
}
.tile .article-thumbnail-image img {
  position: absolute;
  height: auto;
  width: 100%;
}
.tile .group-thumbnail-image img {
  position: absolute;
  height: auto;
  width: 200px;
}
.tile .link-title {
  top: 100px;
  left: 0;
  height: 100px;
  width: 100%;
  position: absolute;
  padding: 10px;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #336561;
}
.tile:hover .link-title {
  background-color: rgba(0, 0, 0, 0.85);
}
.tile.cover-image {
  background-size: cover;
  background-position: center;
}
.tile a {
  height: 100%;
  width: 100%;
  cursor: pointer;
  display: block;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.area-page .group-listing ul li {
  display: inline-block;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 16.66666667%;
}
@media screen and (max-width: 1320px) {
  .area-page .group-listing ul li {
    width: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .area-page .group-listing ul li {
    width: 25%;
  }
}
@media screen and (max-width: 880px) {
  .area-page .group-listing ul li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 660px) {
  .area-page .group-listing ul li {
    width: 50%;
  }
}
@media screen and (max-width: 440px) {
  .area-page .group-listing ul li {
    width: 100%;
  }
}
.area-page .group-listing ul li .tile {
  width: 100%;
  overflow: hidden;
  height: 100px;
  position: relative;
}
.area-page .group-listing ul li .tile .link-title {
  position: absolute;
  padding: 30px 10px;
  height: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: ease background-color 0.2s;
  -moz-transition: ease background-color 0.2s;
  -o-transition: ease background-color 0.2s;
  transition: ease background-color 0.2s;
  width: 100%;
  color: #fff;
}
.area-page .group-listing ul li .tile :hover .link-title {
  background-color: rgba(0, 0, 0, 0.75);
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.article-page {
  font-size: 1rem;
}
.article-page .top-of-page {
  display: block;
}
.article-page .top-of-page h2 {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  text-align: left;
  margin-bottom: 0;
  display: block;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.article-page .description {
  overflow: hidden;
  margin: 0;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.article-page .coverimage {
  float: right;
  display: inline-block;
  max-height: 300px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
}
@media screen and (max-width: 1000px) {
  .article-page .coverimage {
    width: 100%;
  }
}
.article-page .coverimage img {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  position: relative;
}
.article-page .related-content {
  clear: right;
  width: 40%;
  display: inline-block;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  .article-page .related-content {
    width: 100%;
  }
}
.article-page .related-content .content-page-links ul li {
  display: inline-block;
  float: left;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
}
@media screen and (max-width: 1000px) {
  .article-page .related-content .content-page-links ul li {
    width: 25%;
  }
}
@media screen and (max-width: 880px) {
  .article-page .related-content .content-page-links ul li {
    width: 33.33333333%;
  }
}
@media screen and (max-width: 600px) {
  .article-page .related-content .content-page-links ul li {
    width: 50%;
  }
}
.article-page .publications {
  clear: right;
  width: 40%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .article-page .publications {
    width: 100%;
  }
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.content-group-page {
  font-size: 1rem;
}
.content-group-page .content-page-links .tile .link-title {
  height: 100px;
  top: 100px;
  text-align: center;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.content-group-page .description {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  padding: 10px;
}
.content-group-page section {
  padding: 10px;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.indicator-page {
  font-size: 1rem;
}
.indicator-page .description {
  overflow: hidden;
}
.indicator-page .indicator {
  display: block;
  padding: 0;
  margin: 10px auto;
  overflow: hidden;
  max-width: 1310px;
}
@media (min-width: 1280px) {
  .indicator-page .indicator {
    margin-left: 15px;
    float: left;
  }
}
@media (min-width: 1280px) {
  .indicator-page .hidden-when-large {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .indicator-page .hidden-when-small {
    display: none;
  }
}
.indicator-page .indicator-top-bar {
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
@media screen and (max-width: 1310px) {
  .indicator-page .indicator-top-bar {
    width: 100%;
  }
}
.indicator-page .indicator-top-bar .save-indicator,
.indicator-page .indicator-top-bar .how-to-button,
.indicator-page .indicator-top-bar .go-to-description {
  border: solid #f0f0f0 1px;
  padding: 3px 10px 6px 10px;
  background-color: #f0f0f0;
  border-radius: 4px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.indicator-page .indicator-top-bar .save-indicator i,
.indicator-page .indicator-top-bar .how-to-button i,
.indicator-page .indicator-top-bar .go-to-description i {
  color: #000;
}
.indicator-page .indicator-top-bar .save-indicator a,
.indicator-page .indicator-top-bar .how-to-button a,
.indicator-page .indicator-top-bar .go-to-description a,
.indicator-page .indicator-top-bar .save-indicator a:visited,
.indicator-page .indicator-top-bar .how-to-button a:visited,
.indicator-page .indicator-top-bar .go-to-description a:visited {
  color: #000;
  border-bottom: none;
}
.indicator-page .indicator-top-bar .save-indicator:hover,
.indicator-page .indicator-top-bar .how-to-button:hover,
.indicator-page .indicator-top-bar .go-to-description:hover {
  border: solid #818181 1px;
}
.indicator-page .indicator-top-bar .go-to-description {
  margin: 0 auto;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1280px) {
  .indicator-page .indicator-top-bar .hidden-when-large {
    display: none;
  }
}
.indicator-page .indicator-top-bar .how-to-button {
  float: left;
}
.indicator-page .indicator-top-bar .save-indicator {
  float: right;
}
.indicator-page .indicator-top-bar .save-indicator div {
  display: inline-block;
}
.indicator-page .indicator-top-bar:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.indicator-page .indicator iframe {
  overflow-x: hidden;
}
.indicator-page .separator {
  display: block;
  height: 1px;
  clear: both;
}
.indicator-page .background-information {
  width: 66%;
  float: left;
}
.indicator-page .background-information.give-full-width {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .indicator-page .background-information {
    width: 100%;
  }
}
.indicator-page .publications {
  overflow: hidden;
}
.indicator-page .related-content {
  float: left;
  width: 100%;
}
.indicator-page .sibling-content {
  float: left;
  width: 100%;
}
section.fancybox-content {
  text-align: center;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
section.fancybox-content ul {
  padding-left: inherit;
  margin-bottom: 20px;
  list-style-type: circle;
}
section.fancybox-content ul li {
  text-align: left;
  margin-left: 150px;
}
section.fancybox-content .button-wrapper {
  padding: 20px;
}
section.fancybox-content .button-wrapper form {
  display: inline;
}
section.fancybox-content .button-wrapper input {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  border: none;
  cursor: pointer;
}
section.fancybox-content .button-wrapper a,
section.fancybox-content .button-wrapper input {
  color: #fff;
  background-color: #A8A8A8;
  padding: 10px 25px 15px 25px;
  margin: 20px 10px;
}
section.fancybox-content .button-wrapper a.confirm,
section.fancybox-content .button-wrapper input.confirm {
  color: #2F3940;
  font-weight: bold;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.saved-indicators-page {
  font-size: 1rem;
}
.saved-indicators-page .page-title {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.saved-indicators-page .list-option-bar {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.saved-indicators-page .list-option-bar .run-presentation {
  position: absolute;
  left: 15px;
  background-color: #51BAE8;
}
.saved-indicators-page .list-option-bar .start-new-list {
  position: absolute;
  right: 15px;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item {
  border: 1px solid lightgray;
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  border-radius: 4px;
  background-color: #f8f8f8;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .draggable-icon {
  position: absolute;
  font-size: 40px;
  color: #A8A8A8;
  top: 97px;
  left: 10px;
  cursor: move;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .hidden {
  visibility: hidden;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .thumbnail {
  width: 200px;
  float: left;
  margin-left: 55px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .saved-indicators-page .saved-indicator-list .saved-indicator-item .thumbnail {
    width: 0px;
  }
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .title {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  color: #4a4a4a;
  width: 100%;
  padding: 7px;
  margin-left: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .side-button {
  position: absolute;
  right: 15px;
  top: 210px;
  font-size: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  color: #818181;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .side-button:hover {
  color: #000;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .user-comment-wrapper {
  overflow: hidden;
  height: 200px;
  padding-left: 10px;
  padding-right: 55px;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .user-comment-wrapper textarea {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  font-family: 'Calibri', Verdana, sans-serif;
  resize: none;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .user-comment-wrapper .text-box {
  width: 100%;
  float: left;
  margin: 0;
  padding: 10px;
  height: 200px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .user-comment-wrapper .text-box pre {
  font-family: 'Calibri', Verdana, sans-serif;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item .user-comment-wrapper .side-button {
  top: 41px;
}
.saved-indicators-page .saved-indicator-list .saved-indicator-item:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.graph-presentation {
  font-size: 1rem;
  background-color: #f0f0f0;
  color: rgba(0, 0, 0, 0.2);
}
.graph-presentation a,
.graph-presentation a:visited {
  color: rgba(0, 0, 0, 0.5);
}
.graph-presentation .user-comments {
  color: #2F3940;
}
.graph-presentation .left-navigator,
.graph-presentation .right-navigator {
  position: fixed;
  top: 45%;
  font-size: 10em;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .graph-presentation .left-navigator,
  .graph-presentation .right-navigator {
    font-size: 6.25em;
  }
}
@media screen and (max-width: 480px) {
  .graph-presentation .left-navigator,
  .graph-presentation .right-navigator {
    font-size: 5em;
  }
}
.graph-presentation .left-navigator {
  left: 10px;
}
.graph-presentation .right-navigator {
  right: 10px;
}
.graph-presentation .exit-button {
  position: fixed;
  font-size: 3.125em;
  top: 10px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .graph-presentation .exit-button {
    font-size: 2.1875em;
  }
}
@media screen and (max-width: 480px) {
  .graph-presentation .exit-button {
    font-size: 1.875em;
  }
}
.graph-presentation .exit-button a:visited {
  color: rgba(0, 0, 0, 0.7);
}
.graph-presentation .exit-button a {
  color: rgba(0, 0, 0, 0.7);
}
.graph-presentation .exit-button:hover a:visited {
  color: rgba(0, 0, 0, 0.9);
}
.graph-presentation .exit-button:hover a {
  color: rgba(0, 0, 0, 0.9);
}
.graph-presentation .user-comments {
  resize: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  color: #000;
  text-align: center;
  padding: 20px 10px 10px 10px;
}
.graph-presentation .user-comments pre {
  font-family: 'Calibri', Verdana, sans-serif;
  white-space: pre-wrap;
  /* CSS 3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.graph-presentation .tableau-window {
  margin: 0 auto;
  width: 1310px;
  text-align: center;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.search-page {
  font-size: 1rem;
}
.search-page .error-message .wrapper {
  margin: 0 auto;
  max-width: 600px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 12px;
  color: #1f1f1f;
}
.search-page .error-message .wrapper .icon {
  font-size: 5rem;
  float: left;
  padding: 0 19px 0 5px;
}
.search-page .error-message .wrapper .message {
  margin-top: 6px;
  margin-bottom: 10px;
}
.search-page .error-message .wrapper .message .status-code {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
}
.search-page .error-message .wrapper:after {
  content: " ";
  height: 0;
  clear: both;
  display: block;
}
.search-page .search-bar-wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 285px;
  width: 40%;
  max-width: 600px;
  margin: 0 auto;
}
.search-page .search-bar-wrapper .search-bar {
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-page .search-bar-wrapper .search-bar .search-field {
  min-width: 200px;
  max-width: 400px;
  width: 75%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 5px;
  border-radius: 4px;
  border-style: groove;
}
.search-page .search-bar-wrapper .search-bar .search-field:focus {
  outline: 1px solid #818181;
}
.search-page .search-bar-wrapper .search-bar .search-submit-button {
  min-width: 50px;
  max-width: 150px;
  width: 15%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  border: 1px solid #51BAE8;
  background-color: #51BAE8;
  border-radius: 4px;
}
.search-page .search-bar-wrapper .search-bar .search-submit-button:focus {
  outline: 1px solid #818181;
}
.search-page .search-parameters {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
  clear: both;
}
.search-page .search-parameters .query-text {
  font-size: 16pt;
}
.search-page .search-parameters .query-text .query {
  color: #818181;
}
.search-page .search-parameters .query-text .result-count {
  color: #818181;
}
.search-page .search-results .complete-link {
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .search-page .search-results .complete-link {
    width: 100%;
  }
}
.search-page .search-results .complete-link .tile-wrapper {
  float: left;
  width: 150px;
  height: 120px;
  overflow: hidden;
  padding-right: 10px;
}
@media screen and (max-width: 800px) {
  .search-page .search-results .complete-link .tile-wrapper {
    display: none;
  }
}
.search-page .search-results .complete-link .tile-wrapper img {
  width: 100%;
}
.search-page .search-results .complete-link .tile-wrapper .indicator-thumbnail-image img {
  width: auto;
  height: 210px;
  left: -30px;
  top: -10px;
  position: absolute;
}
.search-page .search-results .complete-link .tile-wrapper .link-title {
  display: none;
}
.search-page .search-results .complete-link .text-wrapper {
  display: block;
  height: 120px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.search-page .search-results .complete-link .text-wrapper .title {
  position: absolute;
  top: -1px;
}
.search-page .search-results .complete-link .text-wrapper .extracts {
  position: absolute;
  top: 30px;
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  color: #000;
}
.search-page .search-results .complete-link .text-wrapper .gradient-box-bottom {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 76%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(76%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 76%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 76%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 76%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 76%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
}
.search-page .search-results .complete-link:after {
  clear: both;
  content: "";
  display: block;
  padding-top: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.start-page {
  font-size: 1rem;
}
.start-page section {
  border-top: #d9d9d9 solid 1px;
  padding-bottom: 40px;
  padding-top: 20px;
}
.start-page section h3 {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  margin-bottom: 20px;
  border: none;
}
.start-page .main-text {
  font-family: 'Calibri', Verdana, sans-serif;
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  text-transform: initial;
  padding-top: 0;
}
.start-page section:first-child {
  border-top: none;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  .start-page section:first-child {
    width: 100%;
  }
}
.start-page section:last-child {
  margin-bottom: 10px;
}
.start-page .user-examples .content-page-links li,
.start-page .publications-overview .content-page-links li {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .start-page .user-examples .content-page-links li,
  .start-page .publications-overview .content-page-links li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .start-page .user-examples .content-page-links li,
  .start-page .publications-overview .content-page-links li {
    width: 100%;
  }
}
.start-page .user-examples .content-page-links li .article-thumbnail-image img,
.start-page .publications-overview .content-page-links li .article-thumbnail-image img {
  height: auto;
  width: 100%;
  position: absolute;
}
.start-page .user-examples ul,
.start-page .publications-overview ul,
.start-page .related-content ul {
  margin-left: -16px;
  margin-right: -16px;
}
.start-page .comic {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 974px;
}
.start-page .comic img {
  width: 100%;
}
.start-page .title--with-indent {
  margin-bottom: 15px;
}

/* SETTINGS */
/* COLORS */
/* ROOT FONT SIZES*/
/* FONT-SIZE */
/*HOOVER-TRANSITION-SPEED */
/* EASING */
/* To set font size on modules */
/* To set font size inside modules */
/* Overflows the text in the element with ellipsis (...) 
   Requires inline-block or block for proper styling */
.publication-block {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/Images/ThirdParty/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('/Images/ThirdParty/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('/Images/ThirdParty/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('/Images/ThirdParty/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('/Styles/ThirdParty/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('/Styles/ThirdParty/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
