html,
body {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

html {
  height: 100%;
  overflow-y: scroll;
}

body {
  height: 100%;
}

/*GRID*/
/* Nav Bar */
#background-video-container {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  display: flex;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

#background-video-container .header-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140%;
  height: 0;
  padding-bottom: 66.25%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  min-height: 100%;
  float: none;
  margin: 0 !important; 
}

#background-video-container .header-video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s linear;
}

#background-video-container .header-video-overlay--fadeOut {
  opacity: 0;
  visibility: hidden;
}

#background-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  min-height: 100%;
  float: none;
  margin: 0 !important; 
}

#background-video-container .header-video {
  display: none;
}

@media (min-width: 576px) {
  #background-video-container .header-video {
      display: block;
  }
}

#background-video-container .inner-banner:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10vh;
  background: #f2f3f3;
  background: linear-gradient(180deg, rgba(242, 243, 243, 0) 0%, #f2f3f3 100%);
  z-index: 22;
}

#background-video-container .header-video-overlay {
  display: none;
}

@media (min-width: 576px) {
  #background-video-container .header-video-overlay {
      display: block;
  }
}

#background-video-container button {
  position: absolute;
  bottom: 5vh;
  left: 20px;
  background: none;
  border: white solid 1px;
  z-index: 23;
  color: white;
  font-size: .8em;
}

#background-video-container button:after {
  content: 'Stop video';
  display: inline-block;
}

#background-video-container button.yt-paused:after {
  content: 'Play video';
  display: inline-block;
}

h1,
h2,
h3,
h4 {
  font-family: "Open Sans", Arial, sans-serif;
  margin: 0;
}

#menu {
  box-shadow: 2px 0 4px 0 #ccc;
  height: 100%;
  position: fixed;
  transition: left .32s, width .25s;
  vertical-align: top;
  width: 32%;
  z-index: 1;
}

#menu>i {
  display: none;
}

.litegraybox {
  padding: 20px;
  background: #e6e6e6
}
#crmWebToEntityForm {max-width:1500px!important}
#menu a {
  background-color: #fbfbfb;
  border-bottom: 1px solid rgba(169, 185, 196, .9);
  display: block;
  height: 10.25%;
  overflow: hidden;
  position: relative;
  transition: background-color .2s;
}

#menu a i {
  background-color: rgba(114, 126, 135, .9);
  color: #fff;
  display: inline-block;
  font-size: 2.4em;
  height: 100%;
  position: relative;
  text-align: center;
  transition: background-color .1s, color .1s, font-size .3s ease-in-out .2s, height .1s, margin-top .3s ease-in-out .2s, width .1s;
  vertical-align: middle;
  width: 104px;
}

#menu a span {
  color: rgba(63, 71, 77, .9);
  display: inline-block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.4em;
  height: 100%;
  line-height: 1.2em;
  padding-left: 18px;
  position: relative;
  transition: .1s;
  vertical-align: middle;
}

#menu a i:after,
#menu a span:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#menu a:before,
#menu a:after {
  background-color: rgba(114, 126, 135, 0);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: -25%;
  z-index: 0;
  transition: background-color .25s, left .5s, top .6s;
  width: 100%;
}

#menu a:after {
  bottom: -25%;
  left: auto;
  right: -100%;
  top: auto;
  transition: background-color .25s, right .5s, bottom .6s;
}

#menu a:hover:before,
#menu a:hover:after {
  background-color: rgba(114, 126, 135, .1);
  left: 0;
  top: 0;
  transition: background-color .1s, left .1s, top .35s;
}

#menu a:hover:after {
  bottom: 0;
  left: auto;
  right: 0;
  top: auto;
  transition: background-color .1s, right .1s, bottom .35s;
}

#menu a.selected {
  background-color: rgb(41, 60, 131);
  color: #fff;
  transition: background-color .6s;
}

#menu a.selected span {
  color: #fff;
}

#menu a.selected i {
  background-color: #334a9e;
}

#menu a.home-link {
  background-color: #ddd;
  height: 18%;
  padding-top: 2%;
  text-align: center;
  width: 100%;
}

#menu a.home-link img {
  height: 92%;
}

#menu h1 {
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 1.6em;
  left: -9999px;
  position: absolute;
  top: -9999px;
}

#scrollmenu {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-itmes: center;
  margin-bottom: 50px
}

#scrollmenu .scrollitem {
  background: #334a9e;
  padding: 8px 10px;
  border-radius: 5px;
  color: white;
  font-size: .8em;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#scrollmenu .scrollitem:hover {
  background: rgb(41, 60, 131);
  cursor: pointer
}

.row {
  max-width: 100%;
  padding: 0 3%;
}

#content {
  display: block;
  height: 100%;
}

h2 {
  color: #525659;
  line-height: 1.2em;
  margin-bottom: 33px;
  position: relative;
}

h2:after {
  background-color: #334a93;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  top: 110%;
  width: 66px;
}

h3 {
  color: #5e7082;
  font-size: 1.4em;
  font-weight: 700;
}

h3 span {
  font-weight: 400;
}

#contractor-resources {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 20px
}

#contractor-resources .box:first-of-type {
  align-self: center
}

#contractor-resources .box img {
  max-height: 60px;
  width: auto;
}

.litegraybox h4 {
  margin-bottom: 20px
}

#contractor-resources .box p {
  margin-bottom: 0
}

.content-section {
  left: -300%;
  opacity: 0;
  padding-top: 149px;
  position: absolute;
  top: -9999px;
  transition: padding .8s, opacity .3s, left .01s ease-in-out .35s, top .01s ease-in-out .35s;
  width: 68%;
}

.content-section.current {
  left: 32%;
  opacity: 1;
  padding-top: 39px;
  top: 0;
  transition: padding .01s, left .01s, opacity .6s ease-in-out .1s, top 1.2s;
}

/* HOMEPAGE */
.index-page.content-section {
  height: 100%;
  overflow: hidden;
  padding-top: 0;
}

.index-page>img {
  bottom: 0;
  height: 105%;
  max-width: 8300%;
  position: absolute;
  right: 0;
  width: auto;
}

.wistia_responsive_wrapper {
  bottom: 0 !important;
  left: auto !important;
  right: 0 !important;
  top: auto !important;
  width: 145.77777% !important;
}

#social-links {
  background-color:#103f68;
  height: 50px;
  text-align: center;
  width: 100%;

}

#social-links a {
  color: #a9b9c4;
  font-size: 1.2em;
  transition: color .1s;
  text-align: center;
  padding-top: 1%;
  display: block;

}

#social-links a:hover {
  color: #dbe3e8;
}

.index-page>p {
  bottom: 36px;
  color: #fff;
  font-family: "Helvetica LT Std", "Arial", sans-serif;
  font-size: 1.1em;
  position: absolute;
  right: 54px;
  text-align: right;
}

.index-page>p strong {
  display: block;
  font-size: 6em;
  line-height: 1em;
  margin-bottom: 28px;
}

.index-page>p span {
  letter-spacing: .28em;
  padding: 0 32px;
}

.index-page>p span:last-of-type {
  padding-right: 0;
}

/* ABOUT */
.about-section,
.map-section {
  height: 100%;
}

.about-stat {
  color: #334a9e;
  font-size: 1.8em;
  margin-bottom: 9px;
}

.about-stat span {
  color: #525659;
  font-size: .43em;
  display: inline-block;
  line-height: 1.2em;
  margin: -4px 0 0 3px;
  vertical-align: middle;
  width: 52%;
}

.about-stat:first-of-type span {
  width: 33%;
}

iframe {
  border: 0;
  float: left;
  min-height: 90%;
  margin-top: 18px;
  width: 100%;
}

/* MAP */
#project-components>h3 {
  padding-left: 3%;
  margin: 24px 0 15px .9375rem;
}

#project-components>div {
  position: relative;
}

#project-components>div>img {
  width: 100%;
}

#project-components>div>span {
  background-color: #334a93;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 1px 2px 5px 0 #555;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  height: 29px;
  left: 69%;
  position: absolute;
  text-align: center;
  top: 79%;
  width: 29px;
}

#project-components>div>span:nth-of-type(2) {
  top: 50%;
  left: 64%;
}

#project-components>div>span:nth-of-type(3) {
  top: 44%;
  left: 83%;
}

#project-components>div>span:nth-of-type(4) {
  top: 36%;
  left: 58%;
}

#project-components>div>span:nth-of-type(5) {
  top: 61%;
  left: 70%;
}

#project-components>div>span:nth-of-type(6) {
  top: 32%;
  left: 50%;
}

#project-components>div>span:nth-of-type(7) {
  top: 71%;
  left: 65%;
}

#project-components>div>span>span {
  background-color: #334a93;
  border: 3px solid #103f68;
  bottom: 100%;
  box-shadow: 1px 1px 12px 0 #555;
  font-size: .8em;
  left: -9999px;
  line-height: 1.4em;
  margin-bottom: -6px;
  opacity: 0;
  padding: 7px 11px;
  position: absolute;
  text-align: left;
  width: 180px;
  z-index: 3;
}

#project-components>div>span>span:before,
#project-components>div>span>span:after {
  border: 15px solid transparent;
  border-top-color: #103f68;
  content: "";
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: 100%;
}

#project-components>div>span>span:after {
  border-top-color: #334a93;
  border-width: 11px;
  margin-left: -11px;
}

#project-components>div>span:hover>span {
  display: block;
  left: -77px;
  margin-bottom: 18px;
  opacity: 1;
  transition: left .01s, margin .4s ease-in-out .01s, opacity .2s ease-in-out .01s;
}

#project-components>div>p {
  font-size: .85em;
  font-weight: 700;
  left: 0;
  line-height: 1.3em;
  position: absolute;
  top: 0;
}

#project-components>div>p.water {
  color: #fff;
}

#project-components>div>p:nth-of-type(1) {
  left: 23%;
  text-align: center;
  top: 20%;
  width: 70px;
}

#project-components>div>p:nth-of-type(2) {
  left: 60.75%;
  text-align: center;
  top: 58%;
  width: 70px;
}

#project-components>div>p:nth-of-type(3) {
  left: 77%;
  text-align: center;
  top: 84%;
  transform: rotate(10deg);
}

#project-components>div>p:nth-of-type(4) {
  left: 58%;
  text-align: center;
  top: 23%;
  transform: rotate(15deg);
}

#project-components>div>p:nth-of-type(5) {
  left: 48%;
  text-align: center;
  top: 26%;
  transform: rotate(6deg);
}

#project-components>div>p:nth-of-type(6) {
  left: 76%;
  text-align: center;
  top: 57%;
  transform: rotate(-2deg);
}

#project-components>div>p:nth-of-type(7) {
  left: 76%;
  text-align: center;
  top: 72.5%;
  transform: rotate(16deg);
}

/* TIMELINE */
.a-cost {
  background-color: #a9b9c4;
  display: inline-block;
  height: 72px;
  margin-top: 12px;
  margin-right: 1.333333%;
  width: 48%;
}

.a-cost:nth-of-type(4) {
  margin-right: 0;
}

.a-cost>span {
  background-color: #5e7082;
  color: #fff;
  display: inline-block;
  font-size: 1.7em;
  font-weight: 700;
  height: 100%;
  line-height: 72px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 44%;
}

.a-cost:nth-of-type(1)>span {
  width: 37%;
}

.a-cost:nth-of-type(3)>span {
  width: 34%;
}

.a-cost>span>span {
  font-size: .7em;
}

.a-cost p {
  display: inline-block;
  font-size: .9em;
  line-height: 1.3em;
  margin: 0;
  vertical-align: middle;
  width: 51%;
}

#timeline {
  height: 510px;
  margin: 0 0 50px;
  position: relative;
}

#timeline>div {
  display: inline-block;
  vertical-align: top;
  width: 15.66667%;
}

#timeline>div h3 {
  background-color: #334a93;
  color: #fff;
  height: 88px;
  margin-top: 190px;
  opacity: 0;
  padding: 12px 20%;
  text-align: center;
  transition: .4s ease-in-out .1s;
  width: 90%;
}

#timeline>div h3 span {
  display: inline-block;
  font-weight: 700;
}

#timeline>div h3:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#timeline>div p {
  font-size: .9em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  padding: 14px 0 6px 15px;
  position: absolute;
  width: 25%;
}

#timeline>div p:before {
  background-color: #334a93;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s ease-in-out .05s;
  width: 1px;
}

#timeline>div:first-of-type p:before,
#timeline>div:nth-of-type(3) p:before,
#timeline>div:nth-of-type(5) p:before {
  bottom: 0;
  top: auto;
}

#timeline>div:first-of-type p,
#timeline>div:nth-of-type(3) p,
#timeline>div:nth-of-type(5) p {
  position: absolute;
  bottom: 285px;
  padding: 7px 0 14px 14px;
  width: 20%;
}

#timeline>div:nth-of-type(2) p {
  position: absolute;
  width: 25%;
}

#timeline>div:nth-of-type(6) p {
  width: 18%;
}

#timeline>div p span {
  left: -150%;
  position: relative;
  transition: .3s;
}

#timeline.animate>div h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .4s;
}

#timeline.animate>div:nth-of-type(2) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .5s;
}

#timeline.animate>div:nth-of-type(3) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .6s;
}

#timeline.animate>div:nth-of-type(4) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .7s;
}

#timeline.animate>div:nth-of-type(5) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .8s;
}

#timeline.animate>div:nth-of-type(6) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .9s;
}

#timeline.animate>div p:before {
  height: 100%;
  transition: height .7s ease-in-out .6s;
}

#timeline.animate>div:nth-of-type(2) p:before {
  transition: height .7s ease-in-out .7s;
}

#timeline.animate>div:nth-of-type(3) p:before {
  transition: height .7s ease-in-out .8s;
}

#timeline.animate>div:nth-of-type(4) p:before {
  transition: height .7s ease-in-out 1s;
}

#timeline.animate>div:nth-of-type(5) p:before {
  transition: height .7s ease-in-out 1.2s;
}

#timeline.animate>div:nth-of-type(6) p:before {
  transition: height .7s ease-in-out 1.5s;
}

#timeline.animate>div p span {
  left: 0;
  transition: left .9s ease-in-out 1s;
}

#timeline.animate>div:nth-of-type(2) p span {
  left: 0;
  transition: left .9s ease-in-out 1.2s;
}

#timeline.animate>div:nth-of-type(3) p span {
  left: 0;
  transition: left .9s ease-in-out 1.4s;
}

#timeline.animate>div:nth-of-type(4) p span {
  left: 0;
  transition: left .9s ease-in-out 1.6s;
}

#timeline.animate>div:nth-of-type(5) p span {
  left: 0;
  transition: left .9s ease-in-out 1.8s;
}

#timeline.animate>div:nth-of-type(6) p span {
  left: 0;
  transition: left .9s ease-in-out 2s;
}



#timelinetwo {
  height: 510px;
  margin: 0 0 50px;
  position: relative;
}

#timelinetwo>div {
  display: inline-block;
  vertical-align: top;
  width: 24%;
}

#timelinetwo>div h3 {
  background-color: #334a93;
  color: #fff;
  height: 88px;
  margin-top: 140px;
  opacity: 0;
  padding: 12px 20%;
  text-align: center;
  transition: .4s ease-in-out .1s;
  width: 90%;
}

#timelinetwo>div h3 span {
  display: inline-block;
  font-weight: 700;
}

#timelinetwo>div h3:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#timelinetwo>div p {
  font-size: .9em;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
  overflow: hidden;
  padding: 14px 0 6px 15px;
  position: absolute;
  width: 25%;
}

#timelinetwo>div p:before {
  background-color: #334a93;
  content: "";
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s ease-in-out .05s;
  width: 1px;
}

#timelinetwo>div:first-of-type p:before,
#timelinetwo>div:nth-of-type(3) p:before,
#timelinetwo>div:nth-of-type(5) p:before {
  bottom: 0;
  top: auto;
}

#timelinetwo>div:first-of-type p,
#timelinetwo>div:nth-of-type(3) p,
#timelinetwo>div:nth-of-type(5) p {
  position: absolute;
  bottom: 335px;
  padding: 7px 0 14px 14px;
  width: 20%;
}

#timelinetwo>div:nth-of-type(2) p {
  position: absolute;
  width: 25%;
}

#timelinetwo>div:nth-of-type(6) p {
  width: 18%;
}

#timelinetwo>div p span {
  left: -150%;
  position: relative;
  transition: .3s;
}

#timelinetwo.animate>div h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .4s;
}

#timelinetwo.animate>div:nth-of-type(2) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .5s;
}

#timelinetwo.animate>div:nth-of-type(3) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .6s;
}

#timelinetwo.animate>div:nth-of-type(4) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .7s;
}

#timelinetwo.animate>div:nth-of-type(5) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .8s;
}

#timelinetwo.animate>div:nth-of-type(6) h3 {
  opacity: 1;
  transition: opacity .5s ease-in-out .9s;
}

#timelinetwo.animate>div p:before {
  height: 100%;
  transition: height .7s ease-in-out .6s;
}

#timelinetwo.animate>div:nth-of-type(2) p:before {
  transition: height .7s ease-in-out .7s;
}

#timelinetwo.animate>div:nth-of-type(3) p:before {
  transition: height .7s ease-in-out .8s;
}

#timelinetwo.animate>div:nth-of-type(4) p:before {
  transition: height .7s ease-in-out 1s;
}

#timelinetwo.animate>div:nth-of-type(5) p:before {
  transition: height .7s ease-in-out 1.2s;
}

#timelinetwo.animate>div:nth-of-type(6) p:before {
  transition: height .7s ease-in-out 1.5s;
}

#timelinetwo.animate>div p span {
  left: 0;
  transition: left .9s ease-in-out 1s;
}

#timelinetwo.animate>div:nth-of-type(2) p span {
  left: 0;
  transition: left .9s ease-in-out 1.2s;
}

#timelinetwo.animate>div:nth-of-type(3) p span {
  left: 0;
  transition: left .9s ease-in-out 1.4s;
}

#timelinetwo.animate>div:nth-of-type(4) p span {
  left: 0;
  transition: left .9s ease-in-out 1.6s;
}

#timelinetwo.animate>div:nth-of-type(5) p span {
  left: 0;
  transition: left .9s ease-in-out 1.8s;
}

#timelinetwo.animate>div:nth-of-type(6) p span {
  left: 0;
  transition: left .9s ease-in-out 2s;
}

/* WHY TURKEY PEAK? */
.reason {
  cursor: pointer;
  height: 324px;
  margin: 14px 0 28px;
  overflow: hidden;
  padding: 54px 44px;
  position: relative;
  text-align: center;
  width: 100%;
}

.reason>img.bg-image {
  left: 0;
  margin: 0;
  max-width: 800%;
  position: absolute;
  top: -2%;
  transition: .7s;
  width: 100%;
}

.reason>img {
  margin-top: -10px;
  position: relative;
  width: 62px;
  transition: .4s;
}

.reason h3 {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 10px 0 18px;
  padding-bottom: 16px;
  position: relative;
  transition: .4s;
}

.reason p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.4em;
  margin: 0;
  position: relative;
}

.reason>div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  transition: .4s;
  width: 100%;
}

.reason>div>span {
  color: #fff;
  float: left;
  line-height: 1.4em;
  margin: 288px 0 6px;
  padding: 0 5%;
  text-align: center;
  transition: .4s;
  width: 50%;
}

.reason>div>span img {
  display: block;
  height: 50px;
  margin: 8px auto 14px;
}

.reason:last-of-type>div>span {
  margin: 288px 25% 6px;
}

.reason:hover>img.bg-image {
  left: -8%;
  margin: 0;
  top: -8%;
  width: 116%;
  transition: 1.1s ease-out;
}

.reason:hover>img {
  margin-top: -100%;
  transition: .8s;
}

.reason:hover h3 {
  margin-top: -100%;
  transition: .8s;
}

.reason:hover>div {
  top: 0;
  transition: .5s;
}

.reason:hover>div>span {
  margin-top: 17px;
  transition: .7s;
}

.reason:hover>div>span:nth-of-type(2) {
  transition: .85s;
}

.reason:hover>div>span:nth-of-type(3) {
  transition: 1s;
}

.reason:hover>div>span:nth-of-type(4) {
  transition: 1.15s;
}

/* PROJECT BENEFITS */
.benefits-section>img {
  margin-bottom: 24px;
  width: 100%;
}

.benefits-section .medium-6 {
  text-align: center;
}

.benefits-section .medium-6 h3 {
  font-size: 1.1em;
  margin-bottom: 18px;
}

.benefits-section .medium-6 h3 span {
  display: block;
}

.benefits-section .medium-6>h4 {
  color: #5e7082;
  font-size: .9em;
  margin-top: -14px;
}

#circle-graph {
  background-color: #f7f5f2;
  border: 1px solid #334a93;
  border-radius: 100%;
  height: 220px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 220px;
}

#water {
  background-color: #334a93;
  bottom: 0;
  height: 4%;
  position: absolute;
  transition: .5s;
  width: 100%;
}

#water>div {
  background-image: url("../assets/images/water-top.png");
  bottom: 100%;
  height: 9px;
  position: absolute;
  width: 100%;
}

#water h4 {
  color: #f7f5f2;
  font-size: .9em;
  line-height: 1.5em;
  margin-top: 28px;
}

#water h4 span {
  display: block;
  font-size: 1.5em;
}

#current-cap {
  background-color: #f7f5f2;
  border-radius: 100%;
  bottom: 0;
  color: #333;
  height: 0;
  left: 50%;
  position: absolute;
  transition: .2s;
  width: 0;
}

#current-cap:after {
  content: "";
  display: inline-block;
  height: 110%;
  vertical-align: middle;
}

#current-cap h4 {
  display: inline-block;
  font-size: .7em;
  opacity: 0;
  transition: .1s;
  width: 94%;
}

#current-cap h4 span {
  font-size: 1.4em;
}

#drought-graph {
  margin: 24px auto 36px;
  width: 60%;
}

#drought-graph>div {
  display: inline-block;
  height: 140px;
  margin: 0;
  position: relative;
  text-align: center;
  width: 16.66667%;
}

#drought-graph>div>div {
  background-color: #334a93;
  bottom: 0;
  height: 9%;
  left: 20%;
  margin: 0 auto;
  position: absolute;
  transition: .2s;
  width: 60%;
}

#drought-graph>div>div img {
  bottom: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

#drought-graph>div>div>div {
  background-color: #f7f5f2;
  border: 1px solid #334a93;
  bottom: 0;
  height: 15%;
  position: absolute;
  transition: .1s;
  width: 100%;
}

#drought-graph>div>span {
  color: #334a93;
  display: inline-block;
  font-size: .9em;
  left: 0;
  margin-top: 3px;
  position: absolute;
  top: 100%;
  width: 100%;
}

.benefits-section .medium-6>span {
  color: #334a93;
  display: block;
  font-size: .8em;
  margin: 0 auto 3px;
  text-align: left;
  width: 70%;
}

.benefits-section .medium-6>span:last-of-type span {
  background-color: #f7f5f2;
  border: 1px solid #334a93;
}

.benefits-section .medium-6>span span {
  background-color: #334a93;
  display: inline-block;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
  width: 15px;
}

.benefits-section .medium-6>em {
  display: inline-block;
  font-size: .75em;
  margin: 16px 0 28px;
}

#circle-graph.animate #water {
  height: 85%;
  transition: height .8s ease-in-out .3s;
}

#circle-graph.animate #water h4 {
  margin-top: 12px;
  transition: margin 1.2s ease-in-out .5s;
}

#circle-graph.animate #current-cap {
  height: 54%;
  left: 23%;
  width: 54%;
  transition: 1s ease-in-out .6s;
}

#circle-graph.animate #current-cap h4 {
  opacity: 1;
  transition: opacity .7s ease-in-out 1.3s;
}

#drought-graph.animate>div:first-of-type>div {
  height: 100%;
  transition: .6s ease-in-out .6s;
}

#drought-graph.animate>div:nth-of-type(2)>div {
  height: 80%;
  transition: .6s ease-in-out .7s;
}

#drought-graph.animate>div:nth-of-type(3)>div {
  height: 59%;
  transition: .6s ease-in-out .8s;
}

#drought-graph.animate>div:nth-of-type(4)>div {
  height: 40%;
  transition: .6s ease-in-out .9s;
}

#drought-graph.animate>div:nth-of-type(5)>div {
  height: 30%;
  transition: .7s ease-in-out 1s;
}

#drought-graph.animate>div:nth-of-type(6)>div {
  height: 28%;
  transition: .7s ease-in-out 1.1s;
}

#drought-graph.animate>div:first-of-type>div>div {
  height: 54%;
  transition: .9s ease-in-out .95s;
}

#drought-graph.animate>div:nth-of-type(2)>div>div {
  height: 46%;
  transition: .9s ease-in-out 1.05s;
}

#drought-graph.animate>div:nth-of-type(3)>div>div {
  height: 42%;
  transition: .9s ease-in-out 1.15s;
}

#drought-graph.animate>div:nth-of-type(4)>div>div {
  height: 31%;
  transition: .9s ease-in-out 1.25s;
}

#drought-graph.animate>div:nth-of-type(5)>div>div {
  height: 24%;
  transition: 1s ease-in-out 1.35s;
}

#drought-graph.animate>div:nth-of-type(6)>div>div {
  height: 16%;
  transition: 1s ease-in-out 1.45s;
}

/* RESOURCES */
.newsresource {
  border: 1px solid #a9b9c4;
  color: #334a93;
  display: inline-block;
  height: 196px;
  line-height: 1.3em;
  margin-top: 14px;
  margin-right: 2%;
  padding: 24px;
  text-align: center;
  transition: .15s;
  vertical-align: middle;
  width: 30%;
}

.newsresource i {
  color: #a9b9c4;
  display: block;
  font-size: 2.8em;
  margin-bottom: 12px;
  transition: color .24s;
}

.newsresource:hover {
  background-color: #a9b9c4;
  color: #334a93;
}

.newsresource:hover i {
  color: #334a93;
}

#image-gallery {
  margin: 44px 0;
}

#image-gallery em {
  display: block;
}

#image-gallery a {
  display: inline-block;
  margin: 14px 2% 4px 0;
  width: 16.5%;
}

#image-gallery h4 {
  color: #334a93;
  font-size: 1.1em;
  margin-top: 18px;
}

.resource i {
  color: #a9b9c4;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.resource:hover i {
  color: #334a93
}

.resource span:hover {
  color: #334a93 !important;
}

.docslist {
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}

.resource {
  display: flex;
  flex-direction: column;
  width: 40%;
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  border-bottom: #e6e6e6 dashed 1px;
  padding-bottom: 20px
}

#lightbox {
  display: block !important;
  height: 100%;
  left: -100%;
  opacity: 0;
  position: fixed;
  text-align: center;
  top: 60%;
  width: 100%;
  z-index: 2;
}

#lightbox>span {
  background-color: rgba(0, 0, 0, .6);
  cursor: pointer;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#lightbox>span>span {
  color: #fff;
  font-size: 4em;
  line-height: .5em;
  position: absolute;
  right: 25px;
  top: 22px;
}

#lightbox>div {
  height: 100%;
  opacity: 0;
  margin-top: 400px;
}

#lightbox>div img {
  height: 76%;
  margin-top: 50px;
  position: relative;
}

#lightbox.on {
  left: 0;
  opacity: 1;
  top: 0;
  transition: left .001s, top .7s ease-in-out .001s, opacity .6s ease-in-out .001s;
}

#lightbox.on>div {
  margin-top: 0;
  opacity: 1;
  transition: margin 1.3s, opacity .7s ease-in-out .2s;
}


.carousel {
  background: #FAFAFA;
}

.carousel img {
  display: block;

}

.caption {
  background: #FAFAFA;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.flickity-page-dots {
  bottom: -60px;
}

.faq-header {
  color: #103f68;
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 44px; 
  text-transform: uppercase; 
}


.faqcontainer {
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0, 0, 0, 0.25);
  margin: 20px 0;
}

.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}

.question.active::after {
  transform: rotate(45deg);
}

.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}

.question.active+.answercont {}

/* CONTACT US */
#contact-header {
  background-color: #a9b9c4;
  color: #103f68;
  margin: 46px 0 24px;
}

#contact-header a {
  color: #103f68;
}

#contact-header div {
  display: inline-block;
  padding: 9px 34px;
  text-align: center;
  width: 100%;
}

.zcwf_row:nth-of-type(2),
.zcwf_row:nth-of-type(3),
.zcwf_row:nth-of-type(4),
.zcwf_row:nth-of-type(5) {
  width: 50% !important;
  float: left
}

#crmWebToEntityForm input[type="text"] {
  border: 0;
  border-bottom: 1px solid #103f68;
  box-shadow: none;
  margin: 0;
  width: 100% !important;
}

#crmWebToEntityForm select {
  width: 100% !important;
}

#crmWebToEntityForm textarea {
  border: 1px solid #103f68;
  box-shadow: none;
  height: 186px;
  resize: none;
  width: 100% !important;
}

#crmWebToEntityForm input[type="submit"],
#crmWebToEntityForm input[type="reset"] {
  background-color: #00394a;
  border: 0;
  border-radius: 3px;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", Arial, sans-serif !important;
  font-size: 1em !important;
  margin: 37px 4px;
  padding: 11px 18px 9px;
  transition: background-color .15s;
}

#crmWebToEntityForm input[type="submit"]:hover {
  background-color: #334a93;
}

#thank-you {
  background-color: #fff;
  border: 8px solid #a9b9c4;
  box-shadow: 6px 10px 14px 0 #555;
  border-radius: 14px;
  font-size: 1.3em;
  left: 30%;
  padding: 30px 15px;
  position: fixed;
  text-align: center;
  top: -400px;
  transition: top .8s;
  width: 40%;
  z-index: 3;
}

#thank-you>span {
  color: #800;
  cursor: pointer;
  font-size: 2em;
  line-height: .5em;
  position: absolute;
  right: 14px;
  top: 14px;
}

#thank-you.showing {
  top: 15%;
}

@media screen and (max-width: 1490px) {
  .a-cost>span {
    font-size: 1.3em;
  }

  .a-cost p {
    font-size: .75em;
  }

  #timeline>div p {
    font-size: .8em;
    line-height: 1.4em;
  }

  #timelinetwo>div p {
    font-size: .8em;
    line-height: 1.4em;
  }

  #drought-graph {
    width: 80%;
  }

  #project-components>div>p {
    font-size: .7em;
  }

  #project-components>div>p:nth-of-type(2) {
    width: 54px;
  }

  .wistia_responsive_wrapper {
    width: 160% !important;
  }
}

@media screen and (max-width: 1330px) {
  #background-video-container .header-background {
    width: 220%;
  }

  #menu a i {
    font-size: 1.6em;
    width: 68px;
  }

  #menu a span {
    font-size: 1.1em;
  }

  #menu h1 {
    font-size: 1.3em;
  }

  .reason {
    height: 300px;
    padding: 54px 24px;
  }

  .reason img.bg-image {
    width: 150%;
  }

  .reason:hover img.bg-image {
    left: -15%;
    top: 0;
    width: 180%;
    transition: 1.1s ease-out;
  }

  .reason p {
    font-size: .8em;
    line-height: 1.3em;
  }

  .reason>div>span img {
    height: 44px;
  }

  .reason>div>span {
    font-size: .8em;
    line-height: 1.1em;
    padding: 0 7%;
  }

  .wistia_responsive_wrapper {
    width: 235.77777% !important;
  }

  .a-cost {
    height: 54px;
    width: 48%;
  }

  .a-cost>span {
    font-size: 1.2em;
    line-height: 54px;
    width: 40% !important;
  }

  .a-cost p {
    font-size: .75em;
  }

  #timeline>div h3 {
    font-size: 1em;
    height: 72px;
    padding: 12px 10%;
  }

  #timeline>div p {
    font-size: .75em;
    position: absolute;
    width: 26% !important;
  }

  #timeline>div:last-of-type p {
    width: 17% !important;
  }

  #timelinetwo>div h3 {
    font-size: 1em;
    height: 72px;
    padding: 12px 10%;
  }

  #timelinetwo>div p {
    font-size: .75em;
    position: absolute;
    width: 26% !important;
  }

  #timelinetwo>div:last-of-type p {
    width: 17% !important;
  }

  .newsresource {
    font-size: .9em;
  }

  #scrollmenu {
    flex-wrap: wrap; 
  }
}

@media screen and (max-height: 590px) {
  #menu a i {
    font-size: 1.4em;
  }

  #menu a span {
    font-size: 1.1em;
  }

  #menu a.home-link img {
    display: none;
  }

  #menu h1 {
    display: block;
    font-size: .8em !important;
    line-height: 1.1em !important;
    margin-top: 4px;
  }
}

@media screen and (max-width: 1150px) {
  #lightbox>span>span {
    font-size: 2.4em;
    right: 16px;
    top: 14px;
  }

  #lightbox>div {
    height: auto;
  }

  #lightbox>div img {
    height: auto;
    width: 90%;
  }

  .newsresource {
    font-size: .8em;
  }

  #thank-you {
    left: 20%;
    width: 60%;
  }

  #project-components>div>p:nth-of-type(2) {
    font-size: .65em;
    line-height: 1.1em;
    left: 59.75%;
  }
}

@media screen and (max-width: 1040px) {
  #menu {
    width: 14%;
  }

  #menu a i {
    background-color: transparent;
    color: rgba(63, 71, 77, .9);
    display: block;
    font-size: 1.4em;
    height: auto;
    margin-top: 10px;
    width: auto;
  }

  #menu a span {
    font-size: .75em;
    padding: 4px 8px;
    text-align: center;
    width: 100%;
  }

  #menu a.selected i {
    background-color: transparent;
    color: #fff;
  }

  #menu a i:after,
  #menu a span:after {
    display: none;
  }

  #menu a.home-link {
    display: block;
    height: 18%;
    padding: 10px 10px;
    text-align: center;
    width: 100%;
  }

  #menu a.home-link img {
    height: auto;
    margin-bottom: 0;
    width: 90%;
  }

  #menu h1 {
    display: block;
    font-size: .85em;
    line-height: 1.3em;
  }

  .index-page>p {
    font-size: .95em;
  }

  .index-page>p strong {
    font-size: 4.8em;
  }

  .index-page>p span {
    letter-spacing: .1em;
    padding: 0 22px;
  }

  .wistia_responsive_wrapper {
    width: 285.77777% !important;
  }

  #content {
    margin-left: 14%;
    width: 86%;
  }

  .content-section {
    width: 86%;
  }

  .content-section.current {
    left: 14%;
    width: 86%;
  }

  iframe {
    height: 450px;
  }

  #circle-graph {
    font-size: .8em;
    height: 180px;
    width: 180px;
  }
}

@media screen and (max-width: 875px) {
  .newsresource {
    padding: 40px 15px;
  }

  #image-gallery a {
    width: 38%;
  }
}

@media screen and (max-width: 715px) {
  #menu {
    box-shadow: none;
    height: 100%;
    left: -100%;
    padding-top: 42px;
    top: 0;
    width: 100%;
  }

  #menu>i {
    background-color: #ccc;
    color: #888;
    cursor: pointer;
    display: block;
    font-size: 1.8em;
    height: 42px;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    left: 100%;
    width: 16%;
  }

  #menu a {
    box-shadow: 2px 0 4px 0 #ccc;
    height: 14.28571428%;
    left: 100%;
    margin-left: -140px;
    padding-top: 5px;
    transition: margin-left .4s;
    top: 0;
    width: 124px;
  }

  #menu a.selected {
    transition: background-color .6s, margin-left .4s;
    top: 0;
    width: 124px;
  }

  #menu.showing a {
    margin-left: 0;
  }

  #menu.showing>i {
    background-color: #888;
    color: #ccc;
  }

  #menu a.home-link {
    height: 42px;
    left: 116%;
    margin-left: 0%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 84%;
    z-index: 3;
  }

  #menu a.home-link img {
    display: none;
  }

  #menu h1 {
    color: #333;
    font-size: .85em !important;
    font-weight: 700;
    line-height: 42px !important;
    margin: 0;
    position: static;
  }

  #content {
    margin-left: 0;
    margin-top: 32px;
    width: 100%;
  }

  .content-section {
    width: 100%;
  }

  .content-section.current {
    left: 0;
    width: 100%;
  }

  #content p {
    font-size: .85em;
  }

  h2 {
    font-size: 1.5em;
  }

  h3 {
    font-size: 1.1em;
  }

  .index-page#content {
    height: 350px;
    position: relative;
  }

  .wistia_responsive_wrapper {
    width: 175.77777% !important;
  }

  .index-page>p {
    bottom: auto;
    right: 0;
    text-align: center;
    top: 124px;
    width: 100%;
  }

  .index-page>p strong {
    font-size: 3.3em;
    margin-bottom: 10px;
  }

  #image-gallery h4 {
    font-size: .9em;
    font-weight: 700;
    text-align: center;
  }

  #project-components {
    margin: 18px 2% 14px;
  }

  #content .a-cost p {
    font-size: .75em;
  }

  #contact-header div {
    font-size: .9em;
    padding: 4px 0;
    text-align: center;
    width: 100%;
  }

  #thank-you {
    font-size: 1.1em;
    left: 10%;
    padding: 44px 32px;
    width: 80%;
  }
}

@media screen and (max-width: 640px) {
  .reason {
    height: auto !important;
    padding: 24px !important;
  }

  .reason>img {
    margin-top: -4px !important;
    position: relative;
    width: 54px !important;
  }

  .reason>img.bg-image {
    left: 0 !important;
    margin: 0 !important;
    top: -6% !important;
    width: 320% !important;
  }

  .reason h3 {
    font-size: 1em !important;
    line-height: 1.1em;
    margin-top: 8px !important;
  }

  .reason h3:before,
  .reason h3:after {
    width: 50% !important;
  }

  .reason>div {
    margin: 18px 0 4px !important;
    position: static;
  }

  .reason>div>span {
    margin: 4px 0 14px !important;
    padding: 0 3%;
    position: relative;
  }

  .reason>div>span img {
    height: 38px;
  }

  #content .reason p {
    font-size: .8em;
    margin-top: 0;
  }

  .content-section {
    top: -900%;
  }

  .index-page#content {
    height: 270px;
    position: relative;
  }

  .index-page>p strong {
    font-size: 2.3em;
    margin-bottom: 12px;
  }

  .index-page>p span {
    display: inline-block;
    font-size: .8em;
    line-height: 1.2em;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40%;
  }

  #project-components>h3>span,
  #project-components>div>img {
    display: none;
  }

  #project-components>div>span {
    background-color: transparent;
    box-shadow: none;
    border-radius: 100%;
    color: #333;
    display: block;
    height: auto;
    left: 0;
    margin: 11px 0 6px;
    opacity: 1;
    position: static;
    text-align: left;
    top: 0;
    width: auto;
  }

  #project-components>div>span>span {
    color: #fff;
    display: inline-block;
    left: 0;
    height: auto;
    margin-bottom: 4px;
    margin-left: 8px;
    opacity: 1;
    position: static;
    vertical-align: top;
    width: 90%;
  }

  #project-components>div>span>span:before,
  #project-components>div>span>span:after {
    display: none;
  }

  #project-components>div>span:hover>span {
    display: inline-block;
    left: 0;
    margin-bottom: 4px;
    opacity: 1;
  }

  #project-components>div>p {
    display: none;
  }

  .a-cost {
    width: 98%;
  }

  #timeline>div {
    margin-bottom: 4px;
    position: relative;
    width: 100%;
  }

  #timeline>div h3 {
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    padding: 0;
    width: 100%;
  }

  #timeline>div p {
    bottom: auto !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }

  #timeline>div:last-of-type {
    margin-bottom: 28px;
  }

  #timeline>div:last-of-type p {
    width: 100% !important;
  }

  #timelinetwo>div {
    margin-bottom: 4px;
    position: relative;
    width: 100%;
  }

  #timelinetwo>div h3 {
    height: 35px;
    line-height: 35px;
    margin-top: 25px;
    padding: 0;
    width: 100%;
  }

  #timelinetwo>div p {
    bottom: auto !important;
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
  }

  #timelinetwo>div:last-of-type {
    margin-bottom: 28px;
  }

  #timelinetwo>div:last-of-type p {
    width: 100% !important;
  }

  #lightbox>div {
    height: 310px;
    margin: 0 auto;
    overflow: scroll;
    position: relative;
    top: 50px;
    width: 90%;
  }

  #lightbox>div img {
    height: auto;
    margin: 0;
    max-width: 400%;
    width: 250%;
  }

  .newsresource {
    font-size: .9em;
    height: auto;
    padding: 20px 16px;
    width: 96%;
  }

  .newsresource i {
    font-size: 2em;
    margin-bottom: 8px;
  }

  #image-gallery a {
    display: block;
    margin: 10px auto !important;
    width: 70%;
  }

  .benefits-section .medium-6 {
    margin: 20px 0;
  }

  #drought-graph {
    width: 100%;
    
  }

  #social-links { height: 75px;}
  #social-links a { padding-top: 3%;}

  #crmWebToEntityForm table tr:nth-of-type(2),
  #crmWebToEntityForm table tr:nth-of-type(3),
  #crmWebToEntityForm table tr:nth-of-type(4),
  #crmWebToEntityForm table tr:nth-of-type(5) {
    width: 100% !important;
  }

  #crmWebToEntityForm table tr td {
    font-size: .8em !important;
    padding: 0 0 14px !important;
  }
}

@media screen and (max-height: 590px) {
  #menu a i {
    display: none;
  }

  #menu a span {
    font-size: .7em;
  }

}

@media screen and (max-height: 600px) and (min-width: 640px) {
  .index-page>img {
    height: auto;
    width: 108%;
  }


}

@media screen and (max-height: 800px) and (min-width: 1450px) {
  .index-page>img {
    height: auto;
    width: 108%;
  }
}