:root {
  --lightColor: white;
  --darkColor: #666666;
}

a,
a:active,
a:focus {
  outline: none;
}

p {
  line-height: 1.85;
  font-size: 18px;
  line-height: 1.8em;
  color: #666666;
}

li {
  line-height: 1.85;
  font-size: 18px;
  line-height: 1.8em;
  color: #666666;
}

h1 {
  font-size: 48px;
  font-size: 4.33em;
  font-weight: 300;
  color: #666666;
  color: var(--darkColor)
}

h2 {
  font-size: 36px;
  font-size: 3.33em;
  font-weight: 300;
  color: #666666;
  color: var(--darkColor)
}

h3 {
  font-size: 28px;
  font-size: 2.66em;
  font-weight: 300;
  color: #ffffff;
  color: var(--lightColor)
}

body {
  overflow-x: hidden;
}

.barba-container {
  position: relative;
}

.centre-column {
  width: 80%;
  margin: 0 auto;
  float: none;
}

@media (max-width: 992px) {
  .centre-column {
    width: 992px;
    margin: 0 20px;
  }
}

@media (max-width: 794px) {
  .centre-column {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.tight-centre-column {
  width: 70%;
  margin: 0 auto;
  float: none;
}

@media (max-width: 992px) {
  .tight-centre-column {
    width: 992px;
    margin: 0 20px;
  }
}

@media (max-width: 694px) {
  .tight-centre-column {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}


.hero {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 50vh;
  height: auto;
  width: 100vw;
  padding: 1em;
  box-sizing: border-box;
  color: white;
  color: var(--lightColor);
  background-size: cover;
  transition: 0.5s;
}

.header {
  padding-left: 2em;
  padding-right: 2em;
  position: fixed;
  top: 0;
  left: 0;
  top: 0;
  color: white;
  color: var(--lightColor);
  height: 90px;
  width: 100%;
  align-items: center;
  transition: all 0.5s;
  z-index: 4;
}

.navbar {
  width: 100vw;
  z-index: 4;
  background-color: #2A2A2A;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.navbar a {
  background: none;
}

.navbar a:hover,
.navbar a:focus {
  background: none;
}

@media (min-width: 1000px) {
  .navbar {
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 80px;
  }
}

.fullwidth-block {
  padding: 30px 0;
}

.navbar-brand {
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 0;
  left: 0;
  top: 50%;
  color: white;
  color: var(--lightColor);
  padding-left: 20px;
  padding-right: 20px;
  height: 90px;
  vertical-align: center;
  height: 100%;
  font-size: 4vh;
  font-weight: bold;
  transition: 0.5s ease;
  -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

.navbar-brand :hover {
  -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.navbar-brand :active {
  opacity: 0.8;
}

.navbar a:hover {
  color: white;
  color: var(--lightColor);
}

.navbar a:active {
  color: white;
  color: var(--lightColor);
  opacity: 0.8;
}

.header .navbar {
  padding-left: 0;
  margin-left: 0;
  color: white;
  color: var(--lightColor);
}

.header .navbar .container {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 150px;
  margin-right: 100px;
  height: auto;
  width: 100%;
  font-size: 2vh;
  text-align: center;
  color: white;
  color: var(--lightColor);
  vertical-align: bottom;
  box-sizing: border-box;
}

.header .navbar .container::-webkit-scrollbar {
  display: none;
}

.header .navbar .container a {
  flex: 0 0 auto;
  color: white;
  color: var(--lightColor);
  text-decoration: none;
  margin: 0px 10px;
  padding: 10px 10px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  mix-blend-mode: screen;
  justify-content: flex-start;
}

.navbar-nav {
  position: relative;
  padding: 0;
  outline: none;
  font-size: 2vh;
  -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.nav-item {
  margin-left: 10px;
}

.navbar-nav a {
  color: white;
  color: var(--lightColor);
  padding: 0;
  margin: 0;
}

.navbar-nav a:before,
.navbar-nav a:after {
  display: inline-block;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: white;
  background-color: var(--lightColor);
  content: "";
  opacity: 0;
  transition: all 0.3s;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  outline: none;
}

@media (max-width: 1000px) {
  .navbar-nav {
    font-size: 3vh;
  }

  .navbar-nav a:before,
  .navbar-nav a:after {
    display: none;
  }
}

.navbar-nav a:before {
  top: 0px;
  transform: translateY(10px);
  outline: none
}

.navbar-nav a:after {
  bottom: 0px;
  transform: translateY(-20px);
  outline: none
}

.navbar-nav a:hover:before {
  opacity: 1;
  transform: translateY(0px);
  outline: none
}

.navbar-nav a:hover:after {
  opacity: 1;
  transform: translateY(-10px);
  outline: none
}

.navbar-nav a:active:before {
  opacity: 0.8;
}

.navbar-nav a:active:after {
  opacity: 0.8;
}

.navbar-nav .active:before {
  top: 0px;
  opacity: 1;
  transform: translateY(5px);
  outline: none
}

.navbar-nav .active:after {
  bottom: 0px;
  opacity: 1;
  transform: translateY(-15px);
  outline: none
}

.navbar-nav .active:hover:before {
  opacity: 1;
  transform: translateY(0px);
  outline: none
}

.navbar-nav .active:hover:after {
  opacity: 1;
  transform: translateY(-10px);
  outline: none
}

.navbar-nav .active:active:before {
  opacity: 0.8;
}

.navbar-nav .active:active:after {
  opacity: 0.8;
}

.hero .hero-title {
  margin: 0;
  padding-left: 20px;
  font-size: 8vh;
  font-weight: bold;
  line-height: .9;
  -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  color: white;
  color: var(--lightColor);
}

@media (min-width: 1000px) {
  .hero .hero-title {
    max-width: 70vw;
  }
}

.hero .hero-subtitle {
  margin: 0;
  margin-top: 3vh;
  padding-left: 20px;
  font-size: 5vh;
  font-weight: bold;
  line-height: .9;
  -webkit-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  transition: 0.5s;
  color: white;
  color: var(--lightColor);
}

@media (min-width: 1000px) {
  .hero .hero-subtitle {
    max-width: 65vw;
  }
}

.hero .hero-credit {
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 15px;
  font-size: 0.9em;
  padding: 12px;
  transition: 0.5s;
  transition: all 0.5s;
  color: white;
  color: var(--lightColor);
}

.hero .hero-credit-hidden {
  opacity: 0.3;
}

.hero .hero-credit a {
  -webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: white;
  color: var(--lightColor);
}

.hero .hero-credit a:hover {
  cursor: pointer;
}

@media only screen and (min-width: 32em) {
  .hero-title {
    font-size: 16vh;
  }
}

.hero .hero-footer {
  display: flex;
  margin-bottom: 1em;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.hero .button {
  padding: .5em .67em;
  color: white;
  text-decoration: none;
  border: .1em solid white;
}

.hero .button-primary {
  color: black;
  background-color: white;
}

#sidebarMenu {
  height: 100%;
  position: fixed;
  right: 0;
  width: 250px;
  margin-top: 45px;
  transform: translateX(+250px);
  transition: transform 250ms ease-in-out;
  background: rgba(200, 200, 200, 0.1);
}

input[type="checkbox"]:checked~.header {
  height: 180px;
}

input[type=checkbox] {
  transition: all 0.3s;
  box-sizing: border-box;
  display: none;
}

.sidebarIconToggle {
  transition: all 0.3s;
  box-sizing: border-box;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  top: 30px;
  right: 20px;
  height: 50px;
  width: 40px;
}

.spinner {
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
}

.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

.diagonal.part-1 {
  position: relative;
  transition: all 0.3s;
  box-sizing: border-box;
  float: left;
}

.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}

input[type=checkbox]:checked~.sidebarIconToggle>.horizontal {
  transition: all 0.3s;
  box-sizing: border-box;
  opacity: 0;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-1 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(135deg);
  margin-top: 8px;
}

input[type=checkbox]:checked~.sidebarIconToggle>.diagonal.part-2 {
  transition: all 0.3s;
  box-sizing: border-box;
  transform: rotate(-135deg);
  margin-top: -9px;
}

.site-content {
  position: absolute;
  margin: 0 auto;
  top: 50vh;
  width: 100vw;
  transition: 0.5s;
  margin-bottom: 500px;
}

@media (max-width: 1000px) {
  .site-content {
    margin-bottom: 0;
  }
}

.site-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  position: fixed;
  background-color: #2A2A2A;
  color: #8e9ca5;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1000px) {
  .site-footer {
    position: static;
  }
}

@media (max-width: 992px) {
  .site-footer {
    width: 992px;
  }
}

@media (max-width: 794px) {
  .site-footer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-footer .widget {
  font-size: 20px;
  margin-bottom: 30px;
  z-index: -1;
}

.site-footer .widget .widget-title {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
}

.site-footer .widget address {
  margin: 20px 0;
}

.site-footer .widget a {
  color: #cddbe1;
}

.site-footer .widget a:hover {
  color: #69acc7;
}



.site-footer .arrow-list {
  list-style: none;
  list-style-image: url(../images/arrow.png);
  margin-left: 20px;
  margin-bottom: 30px;
}

.site-footer .arrow-list li {
  padding: 10px 0 10px 10px;
}

.site-footer .arrow-list li a {
  color: #8e9ca5;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.site-footer .arrow-list li a:hover {
  color: #69acc7;
}

.site-footer .arrow-list.has-border li {
  border-bottom: 1px solid #edf2f4;
}

.site-footer .arrow-list.has-border li:last-child {
  border-bottom: none;
}

.site-footer .widget .bigonly {}

@media (max-width: 1000px) {
  .site-footer .widget .bigonly {
    display: none;
  }
}

.site-footer .logo .bigonly {}

@media (max-width: 1000px) {
  .site-footer .logo .bigonly {
    display: none;
  }
}


.main-content {
  min-height: 50vh;
  padding-top: 65px;
  background: white;
  -webkit-box-shadow: #000 0 7px 35px 0;
  -moz-box-shadow: #000 0 7px 35px 0;
  box-shadow: #000 0 7px 35px 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1;
  min-width: 750px;
  width: 80vw;
}

.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  *zoom: 1;
  box-sizing: border-box;
  justify-content: center;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}

.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.multirow {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100%+30px);
  *zoom: 1;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.row:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.textSection {
  font-size: 20px;
  line-height: 1.8em;
  color: #666666;
}

.readMore {
  font-size: 20px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 1.8em;
  color: #666666;
  color: var(--darkColor);
  text-align: right;
}

.readMore a {
  color: #666666;
  color: var(--darkColor);
}

.caption {
  text-align: center;
  font-style: italic;
}

.section-title {
  font-size: 50px;
  font-size: 3.33em;
  font-weight: 300;
  margin-bottom: 30px;
  padding-top: 0;
  margin-top: -15px;
  color: #666666;
  color: var(--darkColor)
}

.markdown {
  text-align: justify;
  padding-bottom: 20px;
}

.markdown .row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.markdown h1 {
  font-size: 65px;
  font-size: 4.33em;
  font-weight: 300;
  color: #666666;
  color: var(--darkColor)
}

.markdown h2 {
  font-size: 50px;
  font-size: 3.33em;
  font-weight: 300;
  color: #666666;
  color: var(--darkColor)
}

.markdown h3 {
  font-size: 35px;
  font-size: 2.66em;
  font-weight: 300;
  color: #666666;
  color: var(--darkColor)
}

.markdown img {
  padding-left: 20px;
  padding-right: 20px;
}

.markdown li {
  padding-top: 10px;
  padding-bottom: 10px;
}

.markdown a {
  position: relative;
  text-decoration: none;
  line-height: 24px;
}

.markdown a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  text-align: center;
}

.markdown a:hover,
.markdown a:focus {
  background-size: 100% 2px;
}


.block-image {
  width: 100%;
  object-fit: cover;
  height: auto;
}

.contact-form form {
  width: 100%;
}

.contact-form input:not([type="submit"]),
.contact-form textarea {
  width: 100%;
}

.contact-form textarea {
  min-height: 150px;
}

.contact-form input[type="submit"] {
  background: -webkit-linear-gradient(#69c7b7, #69acc6);
  background: linear-gradient(#69c7b7, #69acc6);
  color: white;
}

.contact-form .text-right {
  text-align: right;
}

.map {
  overflow: hidden;
  border: none;
  height: 500px;
  width: 100%;
  min-height: 500px;
  height: 500px;
  max-height: 500px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  flex-basis: auto;
  /* default value */
  flex-grow: 1;
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 470px;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
  opacity: 0.8;
}

a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size .3s;
  text-align: center;
}

a:hover,
a:focus {
  background-size: 100% 2px;
}

.hidePreTags pre {
  display: none;
}

.card-columns {
  column-count: 3;
}

@media (max-width: 1200px) {
  .card-columns {
    column-count: 2;
  }
}

@media (max-width: 700px) {
  .card-columns {
    column-count: 1;
  }
}

.card {
  border: 0;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

.card-body {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-body .readMore {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.card-img-top {
  padding-bottom: 15px;
}

.card-body h2 {
  margin-top: 0;
  padding-bottom: 0;
}

.card-body .jumbotron {
  margin-top: 0;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.card-body .jumbotron:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.card-body .jumbotron:active {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5) inset;
}

.modalHeaderImage {
  display: none;
  position: fixed;
  z-index: 2000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.95);
  transition: 0.3s;
}

.modalHeaderImage-content {
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  z-index: 2000;
}

.modalHeaderImage-caption {
  color: white;
  margin: auto;
  display: block;
  width: auto;
  height: auto;
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
  z-index: 2000;
}

.modalHeaderImage-content {
  animation-name: zoom;
  animation-duration: 0.6s;
  z-index: 2000;
}

.modalHeaderImage-caption {
  text-align: center;
  z-index: 2000;
  font-size: 20px;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.modalClose {
  position: absolute;
  top: 15px;
  right: 40px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 20;
}

.modalClose:hover,
.modalClose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

@media only screen and (max-width: 700px) {
  .modalHeaderImage-content {
    width: 100%;
  }
}

.videoWrapper169 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper169 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

 /* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}

/* Change the color of links on hover */
.topnav a:hover {
  color: white;
  color: var(--lightColor);


}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 

.topnav a:before,
.topnav a:after {
  display: inline-block;
  left: 0px;
  width: 100%;
  height: 2px;
  background-color: white;
  background-color: var(--lightColor);
  content: "";
  opacity: 0;
  transition: all 0.3s;
  -webkit-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.3);
  outline: none;
}

@media (max-width: 1000px) {
  .topnav  {
    font-size: 3vh;
  }

  .topnav  a:before,
  .topnav  a:after {
    display: none;
  }
}

.topnav a:before {
  top: 0px;
  transform: translateY(10px);
  outline: none
}

.topnav  a:after {
  bottom: 0px;
  transform: translateY(-20px);
  outline: none
}

.topnav  a:hover:before {
  opacity: 1;
  transform: translateY(0px);
  outline: none
}

.topnav  a:hover:after {
  opacity: 1;
  transform: translateY(-10px);
  outline: none
}

.topnav v a:active:before {
  opacity: 0.8;
}

.topnav  a:active:after {
  opacity: 0.8;
}

.topnav v .active:before {
  top: 0px;
  opacity: 1;
  transform: translateY(5px);
  outline: none
}

.topnav  .active:after {
  bottom: 0px;
  opacity: 1;
  transform: translateY(-15px);
  outline: none
}

.topnav  .active:hover:before {
  opacity: 1;
  transform: translateY(0px);
  outline: none
}

.topnav  .active:hover:after {
  opacity: 1;
  transform: translateY(-10px);
  outline: none
}

.topnav .active:active:before {
  opacity: 0.8;
}

.topnav  .active:active:after {
  opacity: 0.8;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
} 