/*

Reddal Group - Culture - 2023
-------------------------------------------------------------------------------------

*/
/*

Grid variables
-------------------------------------------------------------------------------------

*/
/* limits */
/* breakpoints */
/*

CSS
-------------------------------------------------------------------------------------

*/
/*

Links on white
-------------------------------------------------------------------------------------

*/
@import 'pushy.css';
a {
  transition: all 0.2s ease-in-out;
  color: #000000;
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  vertical-align: baseline;
  text-decoration: none;
}
a:link {
  color: #96d7e6;
  text-decoration: none;
}
a:link h1,
a:link h2,
a:link h3,
a:link h3,
a:link h5,
a:link p {
  color: #000000;
}
a:visited {
  color: #96d7e6;
  text-decoration: none;
}
a:visited h1,
a:visited h2,
a:visited h3,
a:visited h3,
a:visited h5,
a:visited p {
  color: #000000;
}
a:active {
  color: #96d7e6;
  text-decoration: none;
}
a:active h1,
a:active h2,
a:active h3,
a:active h3,
a:active h5,
a:active p {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #96d7e6;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h3,
a:hover h5,
a:hover p {
  color: #96d7e6;
}
a.current,
a.active {
  color: #999999;
}
a.passive {
  color: #000000;
}
li.current a {
  color: #999999;
}
/*

Masthead
-------------------------------------------------------------------------------------

*/
.masthead {
  position: relative;
  /* wrapper to enclose the whole image */
  /* masthead content placement */
  /* container for buttons */
}
.masthead img {
  width: 100%;
  height: auto;
}
.masthead .masthead-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .masthead .masthead-wrap {
    float: left;
    position: inherit;
    padding-top: 55px;
  }
}
@media (max-width: 520px) {
  .masthead .masthead-wrap {
    padding-top: 45px;
  }
}
.masthead .masthead-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 50px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .masthead .masthead-content {
    bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .masthead .masthead-content {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 576px) {
  .masthead .masthead-content {
    float: left;
    position: inherit;
  }
}
.masthead .masthead-buttons {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .masthead .masthead-buttons {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .masthead .masthead-buttons {
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .masthead .masthead-buttons {
    padding-top: 20px;
  }
}
@media (max-width: 520px) {
  .masthead .masthead-buttons {
    padding-top: 15px;
  }
}
/*

Home block buttons
-------------------------------------------------------------------------------------

*/
.block-home {
  font-weight: 400;
  display: block;
  background-color: #000;
  color: #000;
  padding: 28px 20px 28px 20px;
  text-align: left;
  font-size: 20px;
  line-height: 20px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.block-home .fa {
  font-size: 80%;
}
.block-home:link {
  color: #fff;
  text-decoration: none;
}
.block-home:visited {
  color: #fff;
  text-decoration: none;
}
.block-home:active {
  color: #fff;
  text-decoration: none;
}
.block-home:hover {
  color: #96d7e6;
  text-decoration: none;
}
@media (max-width: 992px) {
  .block-home {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .block-home {
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .block-home {
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    line-height: 16px;
  }
}
.block-home-inv {
  background-color: #fff;
  color: #000;
}
.block-home-inv:link {
  color: #000;
  text-decoration: none;
}
.block-home-inv:visited {
  color: #000;
  text-decoration: none;
}
.block-home-inv:active {
  color: #000;
  text-decoration: none;
}
.block-home-inv:hover {
  color: #96d7e6;
  text-decoration: none;
}
.block-home-inv-selected {
  background-color: #efefef;
}
/*

Buttons
-------------------------------------------------------------------------------------

*/
.btns {
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.2s ease-in-out;
}
.btns.btns-large {
  min-width: 50%;
  /*	margin: 0 1em 1em 1em; */
  margin: 0 0.5em 0.5em 0.5em;
  background-color: #000;
  padding: 0.5em 1.5em 0.55em 1.5em;
  color: #96d7e6;
}
@media (min-width: 768px) {
  .btns.btns-large {
    min-width: auto;
    margin: 0 0.5em 0.5em 0.5em;
  }
}
.btns.btns-large:link {
  color: #fff;
  text-decoration: none;
}
.btns.btns-large:visited {
  color: #fff;
  text-decoration: none;
}
.btns.btns-large:active {
  color: #fff;
  text-decoration: none;
}
.btns.btns-large:hover {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-large.current,
.btns.btns-large.active {
  color: rgba(255, 255, 255, 0.5);
}
.btns.btns-single {
  margin: 0;
}
.btns.btns-filter {
  display: inline-block;
  padding: 1em 2em;
  color: #96d7e6;
  border-bottom: #96d7e6 solid 1px;
  width: auto;
}
@media (min-width: 576px) {
  .btns.btns-filter {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .btns.btns-filter {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .btns.btns-filter {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  .btns.btns-filter {
    width: 20%;
  }
}
.btns.btns-filter:link {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-filter:visited {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-filter:active {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-filter:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.btns.btns-filter.current,
.btns.btns-filter.is-checked {
  background-color: #96d7e6;
  color: #fff;
}
.btns.btns-link {
  color: #96d7e6;
}
.btns.btns-link:link {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-link:visited {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-link:active {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-link:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.btns.btns-link.current,
.btns.btns-link.active,
.btns.btns-link.is-checked {
  color: rgba(0, 0, 0, 0.5);
}
.btns.btns-dropdown {
  color: #96d7e6;
}
.btns.btns-dropdown:link {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-dropdown:visited {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-dropdown:active {
  color: #96d7e6;
  text-decoration: none;
}
.btns.btns-dropdown:hover {
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
.btns.btns-dropdown.current,
.btns.btns-dropdown.active,
.btns.btns-dropdown.is-checked {
  color: rgba(0, 0, 0, 0.5);
}
.btns.btns-dropdown.current:after,
.btns.btns-dropdown.active:after,
.btns.btns-dropdown.is-checked:after {
  content: "↑";
}
.btns.btns-selected {
  margin-right: 0.75em;
  color: #96d7e6;
}
.btns.btns-selected:link {
  color: #999999;
  text-decoration: none;
}
.btns.btns-selected:visited {
  color: #999999;
  text-decoration: none;
}
.btns.btns-selected:active {
  color: #999999;
  text-decoration: none;
}
.btns.btns-selected:hover {
  color: #96d7e6;
  text-decoration: none;
}
.blue .btns-link {
  color: #fff;
}
.blue .btns-link:link {
  color: #fff;
  text-decoration: none;
}
.blue .btns-link:visited {
  color: #fff;
  text-decoration: none;
}
.blue .btns-link:active {
  color: #fff;
  text-decoration: none;
}
.blue .btns-link:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}
.blue .btns-link.current,
.blue .btns-link.active {
  color: rgba(255, 255, 255, 0.5);
}
/*

Arrows
-------------------------------------------------------------------------------------

*/
.arrow-down {
  position: absolute;
  bottom: 55px;
  left: 50%;
  z-index: 9997;
  display: none;
}
.arrow-down .arrow-down img {
  height: 50px;
  width: 50px;
}
.arrow-down .arrow-down-link {
  display: block;
  width: 50px;
  height: 50px;
  border: 0;
  box-shadow: none;
  margin-left: -25px;
  margin-bottom: -25px;
}
@media (min-width: 768px) {
  .arrow-down {
    display: inherit;
  }
}
/*

Carousel
-------------------------------------------------------------------------------------

*/
#carousel-custom h3 {
  padding-bottom: 20px;
}
#carousel-custom .item {
  height: 300px;
  background-color: #000000;
  padding-top: 60px;
  color: #ffffff;
}
#carousel-custom .item p,
#carousel-custom .item h1,
#carousel-custom .item h2,
#carousel-custom .item h3,
#carousel-custom .item h4,
#carousel-custom .item h5 {
  color: #ffffff;
}
@media (max-width: 991px) {
  #carousel-custom .item {
    height: 300px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #carousel-custom .item {
    height: 300px;
    padding-top: 60px;
  }
}
@media (max-width: 520px) {
  #carousel-custom .item {
    height: 300px;
    padding-top: 60px;
  }
}
@media (max-width: 321px) {
  #carousel-custom .item {
    height: 300px;
    padding-top: 30px;
  }
}
#carousel-custom .carousel-indicators li {
  border: 1px solid #ffffff;
}
#carousel-custom .carousel-indicators .active {
  background-color: #ffffff;
}
/*

Bootstrap
-------------------------------------------------------------------------------------

*/
.container-fluid {
  max-width: 1404px;
}
.container-fluid-wide {
  max-width: 100%;
}
/*

Rows & row items
-------------------------------------------------------------------------------------

*/
.row .column-text {
  margin-bottom: 6vw;
}
.row .column-text:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .row .column-text {
    margin-bottom: 0vw;
  }
}
/*

Sections
-------------------------------------------------------------------------------------

*/
.page {
  display: block;
  position: relative;
  width: 100%;
  display: table;
  clear: both;
  padding: 0px;
  margin: 0px;
}
.page.page-padding {
  padding: 50px 0px 80px 0px;
}
.page.page-masthead {
  height: 60vh;
}
.page .pagebody {
  height: 100%;
  display: table-cell;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .page .pagebody {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 520px) {
  .page .pagebody {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 321px) {
  .page .pagebody {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
/*

Content
-------------------------------------------------------------------------------------

*/
.content {
  position: relative;
  padding: 0 0 6vw 0;
}
.content.nopadding {
  padding: 0px;
}
.content-padding {
  padding-top: 6vw;
}
/*

Articles color backgrounds
-------------------------------------------------------------------------------------

*/
.gray {
  background-color: #ebebeb;
  border-top: transparent;
}
.black {
  background-color: #000;
  color: #fff;
}
.black ul,
.black li,
.black p,
.black h1,
.black h2,
.black h3,
.black h4,
.black h5 {
  color: #fff;
}
.black #nav a {
  color: #fff;
}
.black #nav a:link {
  color: #fff;
}
.black #nav a:visited {
  color: #fff;
}
.black #nav a:active {
  color: #fff;
}
.black #nav a:hover {
  color: #96d7e6;
}
.black #nav a.current,
.black #nav a.active {
  color: #999999;
}
.black h1.c {
  color: #fff;
}
/*

Backgrounds
-------------------------------------------------------------------------------------

*/
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.bg-fixed {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}
.bg-left {
  background-position: left top;
  background-repeat: no-repeat;
}
/*

Backgrounds
-------------------------------------------------------------------------------------

*/
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
/*

AddThis
-------------------------------------------------------------------------------------

*/
.addthis_sharing_toolbox {
  padding-bottom: 15px;
}
.addthis_sharing_toolbox.blog {
  padding-bottom: 35px;
}
.addthis_sharing_toolbox a.at-svc-twitter,
.addthis_sharing_toolbox a.at-svc-facebook {
  margin-left: 20px;
}
/*

Backgrounds
-------------------------------------------------------------------------------------

*/
.bg-cover {
  background-size: cover;
  background-position: center center;
}
.bg-center {
  background-repeat: repeat-x;
  background-position: center center;
}
.bg-fixed {
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1025px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}
.bg-left {
  background-position: left top;
  background-repeat: no-repeat;
}
/*

Video masthead
-------------------------------------------------------------------------------------

*/
.bg-video {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  max-height: 666px;
}
.bg-video .bg-video-file {
  vertical-align: middle;
  height: 100%;
  position: relative;
  width: 100%;
  display: block;
}
.bg-video .bg-video-overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.bg-video .bg-video-content {
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 63px;
  z-index: 2000;
}
@media (max-width: 767px) {
  .bg-video {
    height: 460px;
  }
  .bg-video .bg-video-file {
    display: none;
  }
  .bg-video .bg-video-content {
    bottom: 30px;
  }
}
@media (max-width: 520px) {
  .bg-video {
    height: 380px;
  }
  .bg-video .bg-video-file {
    display: none;
  }
  .bg-video .bg-video-content {
    bottom: 30px;
  }
}
@media (max-width: 321px) {
  .bg-video {
    height: 300px;
  }
  .bg-video .bg-video-content {
    bottom: 10px;
  }
}
/*

Images
-------------------------------------------------------------------------------------

*/
.img-padding {
  padding-bottom: 1.4em;
}
.img-margin {
  margin-bottom: 1.4em;
}
@media (max-width: 992px) {
  .img-padding-lg {
    padding-bottom: 1.4em;
  }
}
@media (max-width: 768px) {
  .img-padding-md {
    padding-bottom: 1.4em;
  }
}
@media (max-width: 576px) {
  .img-padding-sm {
    padding-bottom: 1.4em;
  }
}
@media (max-width: 520px) {
  .img-padding-xs {
    padding-bottom: 1.4em;
  }
}
/*

Features
-------------------------------------------------------------------------------------

*/
.feature {
  padding-bottom: 15px;
}
/*

HR
-------------------------------------------------------------------------------------

*/
hr {
  margin-top: 0px;
  margin-bottom: 1.5em;
  border-top-color: #96d7e6;
}
@media (max-width: 520px) {
  hr {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 321px) {
  hr {
    margin-bottom: 1.5em;
  }
}
/*

Block ordering
-------------------------------------------------------------------------------------

*/
@media (min-width: 768px) {
  .flip-order {
    order: 2;
  }
}
/*

Titles
-------------------------------------------------------------------------------------

*/
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li {
  padding: 0;
  margin: 0;
}
h1,
.h1 {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: 700;
  font-size: 3.5em;
  margin: 0em 0em 0.25em 0em;
  padding: 0;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 4em;
  }
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 3.5em;
  }
}
.headline-value {
  font-size: 2em;
}
.headline-testimonial {
  font-size: 2em;
}
@media (min-width: 576px) {
  .headline-testimonial {
    font-size: 2.25em;
  }
}
@media (min-width: 768px) {
  .headline-testimonial {
    font-size: 2.5em;
  }
}
.headline {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 5.5em;
  line-height: 0.9em;
  margin: 0em 0em 0.15em 0em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
@media (min-width: 576px) {
  .headline {
    font-size: 6em;
  }
}
@media (min-width: 768px) {
  .headline {
    font-size: 8em;
  }
}
@media (min-width: 992px) {
  .headline {
    font-size: 11em;
  }
}
h2,
.h2 {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 1.1em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0em 0em 1.5em 0em;
}
h3,
.h3 {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  margin: 0em 0em 0.1em 0em;
}
h4,
.h4 {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em 0em 0em 0em;
}
h5,
.h5 {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em 0em 0em 0em;
}
/*

Paragraphs
-------------------------------------------------------------------------------------

*/
p,
ul,
.address {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, Arial;
  font-weight: 300;
  font-size: 1em;
  margin: 0em 0em 1.4em 0em;
  list-style: square;
  letter-spacing: 0.01em;
}
/*

Preheading
-------------------------------------------------------------------------------------

*/
.preheading {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
}
@media (min-width: 768px) {
  .preheading {
    font-size: 1em;
  }
}
.citation-block {
  margin-bottom: 3em;
}
.citation {
  font-style: italic;
  font-size: 0.9em;
  font-weight: 300;
  max-width: 500px;
  margin: 0 auto 0.5em auto;
}
.citation-credit {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.8em;
}
/*

Global typographic blocks
-------------------------------------------------------------------------------------

*/
.lead {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 1.5em;
  line-height: 1.5em;
}
.ingress-title {
  margin-right: 60px;
}
.ingress-text p {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 1.5em;
  line-height: 1.4em;
  margin: 0em 0em 1.4rem 0em;
}
.ingress-text-padding p {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0em 0em 1.5em 0em;
}
.column-text p:last-child {
  margin-bottom: 0em;
}
/*

Blockquote
-------------------------------------------------------------------------------------

*/
blockquote,
blockquote p {
  border-left: none;
  font-size: 32px;
  line-height: 40px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 10px;
  font-weight: 700;
}
blockquote.nopadding,
blockquote p.nopadding {
  padding-bottom: 0px;
}
@media (max-width: 520px) {
  blockquote,
  blockquote p {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 321px) {
  blockquote,
  blockquote p {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
}
blockquote p,
blockquote p p {
  padding-bottom: 0px;
}
blockquote {
  display: block;
  padding: 45px 20px 45px 60px;
  margin: 0px;
  position: relative;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}
blockquote::before {
  content: "\201C";
  font-size: 60px;
  font-weight: bold;
  position: absolute;
  left: 15px;
  top: 20px;
}
blockquote::after {
  content: "";
}
blockquote a {
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}
blockquote a:hover {
  color: #666;
}
blockquote em {
  font-style: italic;
}
/*

Styles
-------------------------------------------------------------------------------------

*/
b,
strong {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, Arial;
  font-weight: 700;
}
.slim {
  font-weight: normal;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
}
.nopadding {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
/*

Special global typograhic styles
-------------------------------------------------------------------------------------

*/
.heading {
  font-style: normal;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 1em;
}
/*

Footer navi
-------------------------------------------------------------------------------------

*/
.footer-navi {
  display: flex;
  background-color: #000;
  justify-content: space-between;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.footer-navi .footer-link {
  padding: 1em 30px;
  width: 25%;
}
.footer-navi .footer-link:link {
  color: #ffffff;
}
.footer-navi .footer-link:visited {
  color: #ffffff;
}
.footer-navi .footer-link:active {
  color: #ffffff;
}
.footer-navi .footer-link:hover {
  color: #96d7e6;
}
.footer-navi .footer-link-left {
  text-align: left;
}
.footer-navi .footer-link-right {
  text-align: right;
}
.footer-navi .footer-link-center {
  text-align: center;
}
/*

Footer v1
-------------------------------------------------------------------------------------

*/
.footer {
  display: block;
}
.footer .footer-inner {
  display: block;
  border-top: #000000 solid 1px;
  padding: 6vw 0px;
  margin: 0;
}
@media (min-width: 1200px) {
  .footer .footer-inner {
    margin: 0 40px 0 40px;
  }
}
.footer .footer-office {
  margin-bottom: 3em;
}
.footer .credit {
  text-align: left;
}
@media (min-width: 768px) {
  .footer .credit {
    text-align: right;
  }
}
.footer .heading {
  color: #96d7e6;
}
.footer .address {
  margin-bottom: 1em;
}
.footer-new {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 0.6em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.footer-new a {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
}
.footer-new .footer-inner {
  padding: 30px 6vw;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .footer-new .footer-inner {
    padding: 30px 0px;
  }
}
.footer-new .fnavi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.footer-new .fnavi .fnavi-item {
  padding-right: 2em;
}
@media (min-width: 768px) {
  .footer-new .fnavi {
    width: inherit;
    flex-direction: row;
  }
}
.footer-new .credit {
  width: 100%;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-new .credit {
    width: inherit;
    flex-direction: row;
    text-align: right;
  }
}
.footer-new .heading {
  color: #96d7e6;
}
.footer-new .address {
  margin-bottom: 1em;
}
/*

Home head
-------------------------------------------------------------------------------------

*/
#homehead {
  background-position: bottom center;
  background-size: 1280px;
  background-repeat: no-repeat;
}
#homehead h1 {
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  font-size: 60px;
  line-height: 60px;
  padding-bottom: 30px;
  text-align: left;
}
@media (max-width: 767px) {
  #homehead h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 520px) {
  #homehead h1 {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 321px) {
  #homehead h1 {
    font-size: 21px;
    line-height: 31px;
    padding-bottom: 28px;
  }
}
/*

Intro element
-------------------------------------------------------------------------------------

*/
#intro,
#intro p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
@media (max-width: 991px) {
  #intro,
  #intro p {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  #intro,
  #intro p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 520px) {
  #intro,
  #intro p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 321px) {
  #intro,
  #intro p {
    font-size: 17px;
    line-height: 22px;
  }
}
/*

Large full width tabs
-------------------------------------------------------------------------------------

*/
nav.tabnav {
  display: block;
  padding-top: 50px;
}
@media (max-width: 767px) {
  nav.tabnav {
    padding-top: 20px;
  }
}
@media (max-width: 321px) {
  nav.tabnav {
    padding-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
ul.tab-menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  list-style: none;
}
ul.tab-menu li {
  float: left;
  list-style: none;
}
@media (max-width: 520px) {
}
ul.tab-menu li a {
  font-weight: 400;
  display: block;
  background-color: #000;
  color: #fff;
  padding: 35px 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
}
@media (max-width: 520px) {
  ul.tab-menu li a {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }
}
@media (max-width: 321px) {
  ul.tab-menu li a {
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 16px;
  }
}
ul.tab-menu li a:hover {
  background-color: #333;
}
ul.tab-menu li a:hover + div {
  display: block;
}
ul.tab-menu li a.selected {
  background-color: #fff;
  color: #000;
}
ul.tab-menu li a.selected a {
  color: #000000;
}
/*

Clearfix
-------------------------------------------------------------------------------------

*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear {
  clear: both;
}
/*

Utility Classes
-------------------------------------------------------------------------------------

*/
.left {
  float: left;
}
.right {
  float: right;
}
.centered {
  text-align: center;
}
/*

Utility Classes
-------------------------------------------------------------------------------------

*/
.col2-full {
  width: 50%;
}
@media (max-width: 520px) {
  .col2-full {
    width: 100%;
  }
}
.col3-full {
  width: 33.3333333%;
}
@media (max-width: 520px) {
  .col3-full {
    width: 100%;
  }
}
.col4-full {
  width: 25%;
}
@media (max-width: 520px) {
  .col4-full {
    width: 100%;
  }
}
.col5-full {
  width: 20%;
}
@media (max-width: 520px) {
  .col5-full {
    width: 100%;
  }
}
.peek {
  display: none;
  position: absolute;
  background-color: #333;
  color: #fff;
  padding: 20px;
  width: 380px;
}
/*

Side navigation
-------------------------------------------------------------------------------------

*/
.subnavi {
  padding-bottom: 20px;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
}
.subnavi ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.subnavi ul ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.subnavi ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #cccccc;
}
.subnavi li {
  font-weight: normal;
  margin: 0px;
  padding: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #efefef;
}
.subnavi li a {
  display: block;
  padding-top: 4px;
  padding-bottom: 4px;
}
.subnavi li a:link,
.subnavi li a:visited {
  color: #000000;
  text-decoration: none;
}
.subnavi li a:hover,
.subnavi li a:active {
  color: #96d7e6;
  text-decoration: none;
}
.subnavi li.current a {
  color: #999999;
}
/*

Lower level
--------------------------------------------------------------------------------

*/
.subnavi .sub li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #efefef;
}
.subnavi .sub li a {
  padding-left: 20px;
}
/*

Processwire form styling
-------------------------------------------------------------------------------------

*/
label.InputfieldHeader {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: normal;
  font-size: 0.6em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0;
}
/* Required state: Add asterisk to indicate field is required */
.InputfieldStateRequired > .InputfieldHeader:first-child:after {
  color: #96d7e6 !important;
}
.blue .InputfieldStateRequired > .InputfieldHeader:first-child:after {
  color: #fff !important;
}
/*

Bootstrap form styling
-------------------------------------------------------------------------------------

*/
.form-control {
  display: block;
  width: 100%;
  padding: 0.5em;
  line-height: 20px;
  color: #000000;
  background-color: #f7f7f7;
  background-image: none;
  border: 1px solid #f7f7f7;
  border-bottom: 1px solid #96d7e6;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  border-color: #96d7e6;
  color: #96d7e6;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: none;
  border-radius: 0px;
}
/*

Bootstrap tweaks
-------------------------------------------------------------------------------------

*/
.btn {
  font-style: normal;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #fff;
  background-color: #96d7e6;
  border-color: #96d7e6;
  border-radius: 0px;
  padding: 1em 2em;
  line-height: 1.4em;
}
.btn-default:after {
  content: ">";
  margin: 0 0 0 0.75em;
  font-size: 1.25em;
}
.btn-default:hover,
.btn-default:active {
  color: #999999;
  background-color: #96d7e6 !important;
  border-color: #96d7e6 !important;
}
.btn-primary:after {
  content: ">";
  margin: 0 0 0 0.75em;
  font-size: 1.25em;
}
.btn-primary:hover,
.btn-primary:active {
  color: #999999;
  background-color: #96d7e6 !important;
  border-color: #96d7e6 !important;
}
.blue .btn-default {
  color: #96d7e6;
  background-color: #fff;
  border-color: #fff;
}
.blue .btn-default:hover,
.blue .btn-default:active {
  color: #999999;
  background-color: #fff !important;
  border-color: #fff !important;
}
.blue .btn-primary {
  color: #96d7e6;
  background-color: #fff;
  border-color: #fff;
}
.blue .btn-primary:hover,
.blue .btn-primary:active {
  color: #999999;
  background-color: #fff !important;
  border-color: #fff !important;
}
/*

Bootstrap tweaks
-------------------------------------------------------------------------------------

*/
.error {
  padding: 0.75em 1em 0.75em 1em;
  color: #ed4337;
  font-size: 1em;
  background-color: #fff;
  border: solid 1px #ed4337;
}
.text-success {
  padding: 0.75em 1em 0.75em 1em;
  color: #96d7e6 !important;
  /* green: #28a745 */
  font-size: 1em;
  background-color: #fff;
  border: solid 1px #96d7e6 !important;
}
/*

Panels
-------------------------------------------------------------------------------------

*/
.panel {
  margin-bottom: 20px;
  background-color: #ebebeb;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .panel {
    margin-bottom: 15px;
  }
}
.panel .panel-body {
  padding: 15px;
}
.panel .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  font-weight: 600;
}
/*

FormBuilder forms adjustments for mobile
-------------------------------------------------------------------------------------

*/
/* Optional responsive adjustments for mobile - can be removed if not using 'Column Width' for fields */
@media only screen and (max-width: 479px) {
  .InputfieldFormWidths .Inputfield {
    clear: both !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 1em !important;
  }
  .Inputfield .InputfieldContent,
  .Inputfield .InputfieldHeader {
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: none !important;
    width: 100%;
  }
  .InputfieldFormWidths .Inputfield .InputfieldHeader {
    margin-bottom: 0;
  }
  .InputfieldFormNoWidths .Inputfield .InputfieldHeader {
    text-align: initial;
  }
}
/*

Product navigation
-------------------------------------------------------------------------------------

*/
#productnavi {
  display: block;
  list-style: none;
  margin-top: 0px;
  font-size: 15px;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  padding-left: 0px;
  line-height: 20px;
  margin-right: 0px;
  font-weight: 300;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  color: #fff;
  /*
	a {
		color: #fff;
		&:link {
			color: #fff;
		}
		&:visited {
			color: #fff;
		}
		&:active {
			color: #fff;
		}
		&:hover {
			color: @sitecolor;
		}
		&.current, &.active {
			color: #999;
		}
	}
	*/
}
#productnavi ul {
  float: left;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
}
#productnavi ul a {
  display: block;
  padding-right: 20px;
  padding-left: 0px;
  text-decoration: none;
  font-weight: 300;
}
@media (max-width: 992px) {
  #productnavi ul {
    font-size: 13px;
    line-height: 20px;
  }
}
#productnavi ul li {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
/*

Tables
-------------------------------------------------------------------------------------

*/
table {
  padding-bottom: 24px;
}
@media (max-width: 321px) {
  table {
    padding-bottom: 20px;
  }
}
table th,
table td {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  list-style: square;
}
@media (max-width: 991px) {
  table th,
  table td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  table th,
  table td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 520px) {
  table th,
  table td {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 321px) {
  table th,
  table td {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 0px;
  }
}
table th {
  font-weight: 700;
}
.table-case td,
.table-case th {
  width: 50%;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #000;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 14px;
  padding-top: 12px;
  padding-bottom: 12px;
}
/*

Table lists
-------------------------------------------------------------------------------------

*/
#table-case td ul {
  list-style: none;
  padding-bottom: 0px;
  padding: 0px;
  list-style-position: inside;
}
#table-case td ul ul {
  list-style: none;
  padding-left: 30px;
}
#table-case td ul ul li {
  font-weight: 300;
}
#table-case td li {
  font-weight: 400;
  padding-bottom: 0px;
  margin-left: 0px;
  padding-left: 0px;
}
#table-case td li:before {
  content: "\25AA";
  margin-right: 10px;
}
/*

Promo
-------------------------------------------------------------------------------------

*/
.content-promo {
  padding: 0px;
  background-color: #0039a6;
  /* #4c5cc5 */
  border: none;
  font-weight: 400;
}
.content-promo .content-promo-body {
  padding-top: 16px;
  padding-bottom: 10px;
}
.content-promo .btns {
  margin-top: 5px;
  margin-bottom: 10px;
  border-width: 2px;
  font-weight: 400;
}
.content-promo span {
  margin-right: 10px;
}
.content-promo p {
  font-weight: 400;
}
/*

Profiles
-------------------------------------------------------------------------------------

*/
.profile-item {
  margin-bottom: 3em;
  padding-right: 1px;
}
.profile-item .profile-image {
  position: relative;
  background-color: #efefef;
}
.profile-item .profile-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
}
.profile-item .profile-image-overlay:hover {
  background-color: rgba(0, 0, 0, 0);
}
.profile-item .profile-title {
  color: #000000;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  margin-right: 1em;
}
.item-service {
  margin-bottom: 4vw;
}
/*

Contact items
-------------------------------------------------------------------------------------

*/
.profile-contact {
  list-style: none;
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0;
}
.profile-contact .profile-contact-item {
  margin-right: 2em;
  margin-bottom: 1.4em;
  width: 100%;
}
.profile-contact .profile-contact-item a {
  white-space: nowrap;
}
/*

About block
-------------------------------------------------------------------------------------

*/
img {
  max-width: 100%;
  border: 0;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
  height: auto;
}
.pos-rel {
  position: relative;
}
.about {
  display: block;
  pointer-events: none;
}
.about-text {
  position: relative;
}
.about-text-ratio {
  background: #96d7e6;
  color: #fff;
  pointer-events: auto;
}
@media (min-width: 750px) {
  .about-text-ratio {
    position: relative;
    padding-bottom: 63.7%;
  }
  .about-text-ratio {
    margin-top: calc(0.74 * 82.7%);
    z-index: 2;
  }
}
@media (min-width: 1150px) {
  .about-text-ratio {
    margin-top: calc(0.66 * 50%);
    z-index: 2;
  }
}
.about-text-body {
  margin-bottom: 1em;
}
@media (min-width: 750px) {
  .about-text {
    float: left;
  }
  .about-text {
    float: right;
  }
  .about-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .about-text-inner {
    position: relative;
    height: 100%;
  }
}
@media (min-width: 1150px) {
  .about-text-link {
    position: absolute;
    bottom: 0;
  }
}
.about-image {
  float: right;
  position: relative;
  z-index: 1;
  pointer-events: auto;
}
@media (min-width: 750px) {
  .about-image {
    position: absolute;
  }
}
@media (min-width: 750px) {
  .about-image-picture {
    margin-top: calc(-0.74 * 17.3%);
  }
}
@media (min-width: 1150px) {
  .about-image-picture {
    margin-top: calc(-0.6666 * 50%);
  }
}
.about-image-picture {
  margin-top: 0;
}
.about-image,
.about-text {
  width: 100%;
}
@media (min-width: 750px) {
  .about-image,
  .about-text {
    width: 74%;
  }
}
@media (min-width: 1150px) {
  .about-image,
  .about-text {
    width: 66.66%;
  }
}
.padding-m {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1150px) {
  .padding-m {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.grid-container {
  display: block;
  max-width: 2250px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 750px) {
  .grid-container {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media (min-width: 980px) {
  .grid-container {
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 1150px) {
  .grid-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1420px) {
  .grid-container {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (min-width: 1800px) {
  .grid-container {
    padding-left: 125px;
    padding-right: 125px;
  }
}
/*

News items
-------------------------------------------------------------------------------------

*/
.item-news {
  margin-bottom: 6vw;
}
.news-cats {
  display: block;
  margin-bottom: 1.4em;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  letter-spacing: 0.2em;
}
.news-summary {
  /*
	p:first-child {
		margin-top: 0em;
	}
	p:last-child {
		margin-bottom: 0em;
	}
	*/
}
.news-link {
  margin-top: 0em;
}
.news-headline {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .news-headline {
    font-size: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .news-headline {
    font-size: 3rem;
  }
}
/*

Pagination
-------------------------------------------------------------------------------------

*/
.MarkupPagerNav {
  margin: 0px;
  padding: 0px;
  float: left;
}
.MarkupPagerNav li {
  display: inline;
  list-style: none;
}
.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  color: #96d7e6;
  padding: 5px 11px;
  margin-right: 3px;
  border: 1px solid #96d7e6;
}
.MarkupPagerNav li.MarkupPagerNavOn a {
  color: #fff;
  background: #96d7e6;
  text-decoration: none;
}
.MarkupPagerNav li a:hover {
  background: #96d7e6;
  color: #fff;
  text-decoration: none;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #96d7e6;
  background: #ffffff;
  padding-left: 3px;
  padding-right: 3px;
}
/*

Block styles
-------------------------------------------------------------------------------------

*/
.blue {
  background-color: #D5EFF5;
}
.black {
  background-color: #000;
}
.black h1,
.black .h1,
.black h2,
.black .h2,
.black h3,
.black .h3,
.black h4,
.black .h4,
.black h5,
.black .h5,
.black p,
.black ul {
  color: #ffffff;
}
.black .preheading {
  color: #96d7e6;
}
.black a:hover .h1 {
  color: #96d7e6;
}
/*

Header banner
-------------------------------------------------------------------------------------

*/
.content-cover {
  background-color: #efefef;
  position: relative;
  height: 70vh;
  padding: 0px;
}
.content-cover picture,
.content-cover .cover-img {
  width: 100%;
}
.content-cover-small {
  height: calc(85vh - 60px);
}
@media (min-width: 768px) {
  .content-cover-small {
    height: calc(85vh - 80px);
  }
}
@media (min-width: 992px) {
  .content-cover-small {
    height: calc(85vh - 80px);
  }
}
.cover-wrap {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 70vh;
}
.object-fit {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.cover-wrap-white p,
.cover-wrap-white h1,
.cover-wrap-white h2,
.cover-wrap-white h3,
.cover-wrap-white h4,
.cover-wrap-white h5 {
  color: #fff;
}
.cover-wrap-white a {
  color: #fff;
}
.cover-wrap-black p,
.cover-wrap-black h1,
.cover-wrap-black h2,
.cover-wrap-black h3,
.cover-wrap-black h4,
.cover-wrap-black h5 {
  color: #000;
}
.cover-wrap-black hr,
.cover-wrap-black .hr {
  border-color: #000;
}
.cover-wrap-black a {
  color: #000;
}
.hotspot {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
/*

Cover
-------------------------------------------------------------------------------------

*/
.cover-preheading {
  font-family: 'Gotham Narrow SSm A', 'Gotham Narrow SSm B', Helvetica, Arial;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  text-transform: uppercase;
  font-size: 0.75em;
  letter-spacing: 0.15em;
  font-weight: 400;
}
.cover-headline {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  margin: 1em auto;
  font-size: 2em;
  max-width: 100%;
  text-align: center;
  line-height: 1.2em;
}
@media (min-width: 768px) {
  .cover-headline {
    font-size: 2em;
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .cover-headline {
    font-size: 2em;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .cover-headline {
    font-size: 2.5em;
    max-width: 50%;
  }
}
@media (min-width: 1680px) {
  .cover-headline {
    font-size: 3em;
    max-width: 50%;
  }
}
.cover-subtitle {
  padding: 0px;
  margin: 0px;
  font-weight: 400;
}
.cover-intro {
  line-height: 1.5em;
  max-width: 650px;
  margin: 0 auto;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.cover-buttons {
  text-align: center;
  margin: 2em auto 0 auto;
}
/*

Card
-------------------------------------------------------------------------------------

*/
.bcard {
  display: flex;
  margin-bottom: 2em;
  border-top: solid #96d7e6 1px;
  padding-top: 1.5em;
}
.bcard .bcard-image {
  width: 20%;
  margin-right: 1.5em;
}
.bcard .bcard-info {
  width: 80%;
  margin-left: 0em;
}
/*

Isotope styles
-------------------------------------------------------------------------------------

*/
.grid {
  width: 100%;
}
.grid .profile-item {
  width: 50%;
}
@media (min-width: 992px) {
  .grid .profile-item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .grid .profile-item {
    width: 25%;
  }
}
@media (min-width: 1680px) {
  .grid .profile-item {
    width: 20%;
  }
}
.filters-button-group {
  margin-bottom: 3em;
  border-top: #96d7e6 solid 1px;
}
.filter-link {
  padding-right: 1em;
}
.filter-link.is-checked {
  color: #999999;
}
.filter-group-toggle {
  margin-bottom: 1.5em;
}
#filterlist {
  display: none;
}
/*

Principle numbering
-------------------------------------------------------------------------------------

*/
.principle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
}
.principle-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background-color: #96d7e6;
  color: #000000;
  border-radius: 50%;
  font-size: 1.5em;
}
.principle-number span {
  width: 50px;
}
.principle-quote {
  font-size: 2.5em;
}
.principle-quote span {
  margin-top: 15px;
}
/*

Spread - mobile
-------------------------------------------------------------------------------------

*/
.spread {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: auto;
  position: relative;
}
.spread .page {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.spread .page-full {
  width: 100%;
}
.spread .page-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.spread .page-image {
  order: 1;
  overflow-y: hidden;
  max-height: 80vh;
  /* 100vh */
}
.spread .page-image-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0em;
}
.spread .page-content {
  display: flex;
  order: 2;
}
.spread .page-heading {
  margin-bottom: 2em;
}
.spread .page-inner {
  width: 85%;
  max-width: 700px;
}
.spread .page-inner-margins {
  margin: 12vh 0vh;
}
.spread.spread-flip .page-image {
  order: 1;
}
.spread.spread-flip .page-content {
  order: 2;
}
/*

Spread - testimony
-------------------------------------------------------------------------------------

*/
.spread-testimony {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  justify-content: center;
}
.spread-testimony .testimony {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 4em 2em;
}
.spread-testimony .page-inner {
  width: 85%;
  max-width: 900px !important;
}
.spread-testimony .page-inner-margins {
  margin: 2.5em 1em;
}
@media (min-width: 768px) {
  .spread-testimony .testimony {
    margin: 6em 3em;
  }
}
@media (min-width: 992px) {
  .spread-testimony .testimony {
    margin: 6em 3em;
  }
}
/*

Spread - Typeform
-------------------------------------------------------------------------------------

*/
.spread-typeform {
  height: 100vh;
}
.spread-typeform .page-full {
  height: 100vh;
}
.content-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0em;
}
@media (min-width: 768px) {
  .spread .page-inner {
    width: 75%;
    max-width: 700px;
  }
  .spread .page-inner-margins {
    margin: 16vh 0vh 9vh 0vh;
  }
  .spread .spread.spread-flip .page-image {
    order: 2;
  }
  .spread .spread.spread-flip .page-content {
    order: 1;
  }
}
/*

Spread - desktop
-------------------------------------------------------------------------------------

*/
@media (min-width: 992px) {
  .spread {
    min-height: 80vh;
    /* 100vh */
    flex-direction: row;
  }
  .spread .page {
    display: flex;
    width: 50%;
  }
  .spread .page-full {
    width: 100%;
  }
  .spread .page-image {
    order: 1;
  }
  .spread .page-content {
    order: 2;
  }
  .spread .page-heading {
    margin-bottom: 3em;
  }
  .spread .page-inner {
    width: 75%;
    max-width: 700px;
  }
  .spread .page-inner-margins {
    margin: 8em 0vh;
  }
  .spread.spread-flip .page-image {
    order: 2;
  }
  .spread.spread-flip .page-content {
    order: 1;
  }
}
/*

Section cover image
-------------------------------------------------------------------------------------

*/
.spread-section-cover {
  /*
	.page-image-inner {
		padding: 6em 3em 0em 3em;
		max-width: 600px;
	}
	*/
}
.spread-section-cover .page-img {
  padding: 6em 3em 0em 3em;
  max-width: 600px;
}
@media (min-width: 768px) {
  .spread-section-cover {
    /*
		.page-image-inner {
		}
		*/
  }
}
@media (min-width: 992px) {
  .spread-section-cover .page-img {
    /* object-fit */
    padding: 0;
    max-width: inherit;
  }
  .spread-section-cover .page-image-inner {
    height: 100%;
    padding: 0em;
    max-width: inherit;
  }
}
/*

Themes
-------------------------------------------------------------------------------------

*/
.theme-blue {
  background-color: #D5EFF5;
}
/*

Value navi
-------------------------------------------------------------------------------------

*/
.valuenavi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.valuenaviitem {
  width: 28%;
}
.valuenaviitem .valuenaviimg {
  margin-bottom: 1em;
  width: 75%;
  max-width: 400px;
}
.value-img {
  margin-bottom: 2em;
  width: 75%;
  max-width: 380px;
}
/*

Blog - mobile
-------------------------------------------------------------------------------------

*/
.blog {
  display: flex;
  flex-direction: column;
  height: auto;
}
.blog .page {
  display: flex;
  width: 100%;
  justify-content: center;
  text-align: left;
}
.blog .page-full {
  width: 100%;
}
.blog .page-sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  max-height: 100vh;
}
.blog .page-heading {
  margin-bottom: 2em;
}
.blog .page-inner {
  width: 85%;
  max-width: 700px;
  margin: 12vh 0vh;
}
.blog .page-inner-first {
  margin-bottom: 6em;
}
.blog .page-inner-preheading {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .blog .page-inner {
    width: 75%;
    max-width: 700px;
    margin: 16vh 0vh 9vh 0vh;
  }
}
/*

Blog items
-------------------------------------------------------------------------------------

*/
.blog-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 3em;
}
.blog-item-image {
  display: flex;
  width: 20%;
  margin-right: 1.5em;
}
.blog-item-info {
  width: 80%;
}
.blog-item-date {
  font-family: 'Gotham Cond A', 'Gotham Cond B', Helvetica, Arial;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.9em;
  margin-bottom: 0.5em;
  display: block;
}
@media (min-width: 768px) {
  .blog-item-date {
    font-size: 1em;
  }
}
.blog-item-title {
  font-size: 2em;
  margin: 0em 0em 0.25em 0em;
}
@media (min-width: 576px) {
  .blog-item-title {
    font-size: 2em;
  }
}
@media (min-width: 768px) {
  .blog-item-title {
    font-size: 2em;
  }
}
/*

Blog - desktop
-------------------------------------------------------------------------------------

*/
@media (min-width: 992px) {
  .blog {
    min-height: 100vh;
    flex-direction: row;
  }
  .blog .page {
    display: flex;
    width: 50%;
  }
  .blog .page-full {
    width: 100%;
  }
  .blog .page-heading {
    margin-bottom: 2em;
  }
  .blog .page-inner {
    width: 75%;
    max-width: 700px;
    margin: 17vh 0 12vh 0;
  }
}
/*

The End
-------------------------------------------------------------------------------------

*/
/*# sourceMappingURL=styles.css.map */