h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
  color: #4c4c4c;
}

h1,
h2 {
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}

body,
p,
li {
  font-family: "Noto Serif", "Georgia", "Hoefler Text", "Palatino", cursive;
  color: #4c4c4c;
}

#lp-dropdown {
  width: 550px;
}

#lp-dropdown.dropdown-menu {
  transform: translate(-500px, 31px) !important;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}

@media only screen and (max-width: 768px) {
  #lp-dropdown {
    width: 350px;
  }
  #lp-dropdown.dropdown-menu {
    transform: translate(-300px, 31px) !important;
  }
}
.case-studies-sidebar-list li:last-child {
  padding-bottom: 2rem !important;
}

nav.sidebar li.parent {
  border-bottom: none;
}
nav.sidebar li.child {
  border-bottom: none;
}

/* Portrait tablets */

@media only screen and (min-width: 768px) and (orientation: portrait) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 23px;
  }
  p,
  li {
    font-size: 18px;
  }
  table {
    font-size: 18px;
  }
}

/* landscape tablets and desktop */

@media only screen and (min-width: 768px) and (orientation: landscape) {
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 25px;
  }
  p,
  li {
    font-size: 18px;
  }
  table {
    font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 27px;
  }
  p,
  li {
    font-size: 22px;
  }
  table {
    font-size: 22px;
  }
}

.li-font {
  font-size: 1.3em;
}

/*** GLOBAL  ***/

.block-caption {
  font-style: italic;
  color: #888;
}

blockquote {
  font-family: "noto_serif", "Georgia", "Hoefler Text", "Palatino", cursive;
  font-size: 24px;
  line-height: 130%;
  text-align: left;
  width: 35%;
  margin: 30px 0px 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 672px;
  font-style: italic;
  border-left: none;
  color: #777;
  padding: 12px 24px;
}

.bg-wrapper {
  position: relative;
  /*z-index: 100;*/
}

.bg-feature {
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-clip: border-box;
  background-origin: padding-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.bg-feature.contain {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  opacity: 0;
  /*z-index: 95;*/
  display: none;
}

#featured-maps .blocksWrapper,
#featured-maps .blocks {
  /*z-index: 100;*/
}

.text-white {
  color: #ffffff;
}

.title-text {
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.95);
}

.black-bg {
  background-color: #000000;
}

.blue-bg {
  background-color: #0079c0;
}

.blocksWrapper {
  /*z-index: 9;*/
}

.section .blocks {
  background-color: rgba(0, 0, 0, 0.75);
  min-width: 250px;
  max-width: 400px;
  width: 38%;
  padding: 15px;
  left: 20px;
}

.blocks {
  max-height: calc(100vh - 50px - 50px);
  position: absolute;
  top: 50%;
  /* z-index: 9; */
}

.blocks p {
  color: #fff !important;
  text-align: left;
}

.white-bg {
  background-color: #fff;
}

.fixed-position {
  position: fixed;
  /* z-index: 2; */
}

.fixed-top-center {
  position: absolute;
  /* z-index: 2; */
  top: 20px;
  text-align: center;
  width: 100%;
}

.section {
  position: relative;
  width: 100%;
  min-height: 100%;
  /* z-index: 90; */
}

.section-wrapper {
  position: relative;
  /* background-color: #fff; */
  /* z-index: 90; */
}

.section-wrapper .section {
  /* z-index: 60; */
}

.section blockquote {
  font-family: "noto_serif", "Georgia", "Hoefler Text", "Palatino", cursive;
  font-size: 24px;
  line-height: 130%;
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-style: italic;
  color: #777;
  border: none;
}

video {
  max-width: 100%;
  height: auto;
}

.embed-responsive-1by1,
.embed-responsive-1by1 iframe,
.embed-responsive-1by1 video {
  height: 375px;
}

.embed-responsive-16by9,
.embed-responsive-16by9 iframe,
.embed-responsive-16by9 video {
  height: 210px;
}

@media only screen and (min-width: 992px) {
  .embed-responsive-1by1,
  .embed-responsive-1by1 iframe,
  .embed-responsive-1by1 video {
    height: 695px;
  }
  .embed-responsive-16by9,
  .embed-responsive-16by9 iframe,
  .embed-responsive-16by9 video {
    height: 530px;
  }
}

.fullheight {
  overflow-y: auto;
  height: 100%;
}

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

.padding-20 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding-30 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-80 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padding-t10 {
  padding-top: 10px;
}

.padding-t20 {
  padding-top: 15px;
}

.padding-t30 {
  padding-top: 20px;
}

.padding-t50 {
  padding-top: 25px;
}

.padding-t80 {
  padding-top: 35px;
}

.padding-b10 {
  padding-bottom: 10px;
}

.padding-b20 {
  padding-bottom: 15px;
}

.padding-b30 {
  padding-bottom: 20px;
}

.padding-b50 {
  padding-bottom: 25px;
}

.padding-b80 {
  padding-bottom: 35px;
}

@media only screen and (min-width: 768px) {
  .padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .padding-t10 {
    padding-top: 10px;
  }
  .padding-t20 {
    padding-top: 20px;
  }
  .padding-t30 {
    padding-top: 30px;
  }
  .padding-t50 {
    padding-top: 50px;
  }
  .padding-t80 {
    padding-top: 80px;
  }
  .padding-b10 {
    padding-bottom: 10px;
  }
  .padding-b20 {
    padding-bottom: 20px;
  }
  .padding-b30 {
    padding-bottom: 30px;
  }
  .padding-b50 {
    padding-bottom: 50px;
  }
  .padding-b80 {
    padding-bottom: 80px;
  }
}

iframe {
  height: 1380px;
}

@media only screen and (min-width: 1200px) {
  iframe {
    height: 700px;
  }
}

/*** HEADER  ***/

.navbar {
  z-index: 99;
  background-color: #000000;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.75);
  opacity: 1;
  cursor: pointer;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
  margin: 0;
}
.sidebar {
  background-color: #ffffff;
}

.hide-title {
  opacity: 0;
  -moz-transition: opacity 1s linear;
  -webkit-transition: opacity 1s linear;
  -o-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.navbar-title {
  display: flex;
  flex: 0 1 auto;
  max-width: 90%;
  min-width: 0;
}

.navbar-brand {
  color: #fff;
  opacity: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  display: inline !important;
}

@media only screen and (min-width: 768px) {
  .navbar-title {
    max-width: 100%;
  }
}

a.navbar-brand,
a.navbar-brand:hover,
a.navbar-brand:focus {
  color: #fff;
}

.icons {
  position: fixed;
  top: 0;
  right: 10px;
  z-index: 999;
}

@media only screen and (min-width: 768px) {
  .icons {
    right: 5px;
  }
}

.icons a {
  color: white;
  margin-left: 8px;
}

#banner {
  text-align: center;
  /* z-index: 5; */
}

#banner h1 {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 27px;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.95);
  color: #ffffff;
}

#banner h1.fixed-position {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#banner .blocks {
  min-height: 64px;
  margin-top: -32px;
  /* account for padding and border if not using box-sizing: border-box; */
  width: 100%;
  overflow-y: auto;
}

#banner .scroll {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  font-size: 120px;
  text-align: center;
  overflow-y: hidden;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  /* z-index: 2; */
}

/* Portrait tablets */

@media only screen and (min-width: 768px) and (orientation: portrait) {
  #banner .blocks {
    min-height: 120px;
    margin-top: -60px;
    /* account for padding and border if not using box-sizing: border-box; */
  }
  #banner h1 {
    font-size: 50px;
  }
}

/* landscape tablets and small desktop */

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #banner .blocks {
    min-height: 168px;
    margin-top: -84px;
    /* account for padding and border if not using box-sizing: border-box; */
  }
  #banner h1 {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1200px) {
  #banner .blocks {
    min-height: 200px;
    margin-top: -100px;
    /* account for padding and border if not using box-sizing: border-box; */
  }
  #banner h1 {
    font-size: 7em;
  }
}

/* make keyframes that tell the start state and the end state of our object */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-in {
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: forwards;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.delay-one {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-two {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-three {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-four {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-five {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
