* {
  font-family: 'Avenir Web', sans-serif;
  font-weight: normal !important;
}

input, textarea {
  border-color: #000 !important;
  border-size: 1px;
  -ms-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  resize: none;
}

input:focus, textarea:focus {
  border-color: #343434 !important;
}

textarea {
  height: 175px;
}

.button {
  -ms-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}

.button.button-black {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.button.button-black:hover {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}

.button.button-black-border {
  background-color: none;
  border-color: #000;
  color: #000;
}

.button.button-black-border:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.button.button-white {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.button.button-white:hover {
  color: #000;
  background-color: #ddd;
  border-color: #ddd;
}

.button.button-white-border {
  background-color: none;
  border-color: #fff;
  color: #fff;
}

.button.button-white-border:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.heading--light {
  color: green;
}

.one-third.column.uncover-type-block h3 {
  font-weight: 600;
}

.one-third.column.uncover-type-block {
  text-align: center;
  border-top: 1px #F9F9F9 solid;
  padding: 50px 40px;
  color: #000;
  text-decoration: none;
}

.one-third.column.uncover-type-block:hover .btn {
  opacity: 0.7;
}

.one-third.column.uncover-type-block:first-child {
  border-top: 0;
  padding-top: 0;
}

.one-third.column.uncover-type-block:last-of-type {
  padding-bottom: 0;
}

@media (min-width: 550px) {
  .one-third.column.uncover-type-block {
    border-top: 0;
    padding: 0;
  }
}

.one-third.column.uncover-type-block img {
  margin-bottom: 20px;
}

@media (min-width: 550px) and (max-width: 1000px) {
  .one-third.column.uncover-type-block {
    width: 46%;
    margin-left: 4%;
    padding-bottom: 50px;
  }

  .one-third.column.uncover-type-block:first-child {
    margin-left: 0;
  }

  .one-third.column.uncover-type-block:last-of-type {
    display: inline-block;
    float: none;
    clear: both;
  }
}

.one-half.column {
  color: #000;
  text-decoration: none;
}

/***** FAQ Wrapper *****/
.faq-wrapper {
  background-color: #F9F9F9;
  height: 120px;
}

.faq-menu {
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 750px) {
  .faq-menu {
    text-align: left;
  }
}

.faq-menu h5 {
  margin-bottom: 0;
  display: none;
}

@media (min-width: 750px) {
  .faq-menu h5 {
    display: block;
  }
}

.faq-menu p {
  margin-bottom: 0;
  display: none;
}

@media (min-width: 750px) {
  .faq-menu p {
    display: block;
  }
}

.faq-menu .close {
  display: none;
}

.faq-list {
  background-color: #fff;
  height: 0;
  overflow-y: hidden;
}

.faq-list h5 {
  margin-bottom: 10px;
}

.faq-list p {
  margin-bottom: 40px;
}

.faq-list .container {
  padding-top: 50px;
}

.faq-wrapper.faq-open .faq-list {
  min-height: calc(100vh - 120px);
  height: auto;
}

.faq-wrapper.faq-open .open {
  display: none;
}

.faq-wrapper.faq-open .close {
  display: inline;
}

/***** States *****/
select.complete, input.complete, textarea.complete {
  background-color: #fff;
  border: 1px solid #DADADA;
}

.error, select.error, input.error, textarea.error {
  border-color: #E73737;
}

.dynamic-content {
  display: none;
  -webkit-animation: uc_fadeOut 500ms ease-in-out;
  -moz-animation: uc_fadeOut 500ms ease-in-out;
  -ms-animation: uc_fadeOut 500ms ease-in-out;
  -o-animation: uc_fadeOut 500ms ease-in-out;
  animation: uc_fadeOut 500ms ease-in-out;
}

.dynamic-content--visible {
  display: block;
  -webkit-animation: uc_fadeOut 500ms ease-in-out reverse;
  -moz-animation: uc_fadeOut 500ms ease-in-out reverse;
  -ms-animation: uc_fadeOut 500ms ease-in-out reverse;
  -o-animation: uc_fadeOut 500ms ease-in-out reverse;
  animation: uc_fadeOut 500ms ease-in-out reverse;
}

.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #000;
  color: #fff;
  border: 0;
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}

/***** Buttons *****/
.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  background: #000;
  color: #fff;
  border: 0;
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
}

.btn:hover {
  color: #fff;
  opacity: 0.8;
}

.btn--full-width {
  display: block;
  width: 100%;
}

.btn--light {
  background: #fff;
  color: #000;
  border: 1px #000 solid;
}

.btn--light:hover {
  color: #000;
}

.btn--light--secondary {
  color: #ADADAD;
  border: none;
}

@media (max-width: 749.99px) {
  .btn--go-back {
    border: 0;
  }
}

.vimeo-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

.vimeo-wrapper iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.uncover-rocks {
  display: none;
}

/***** Only mobile *****/
@media only screen and (max-width: 770px) {

  .hero {
    height: 100%;
    position: relative;
  }

  .vimeo-wrapper {
    position: relative;
    width: 100%;
    height: 56.25vw;
    overflow: hidden;
  }

  .vimeo-wrapper iframe {
    min-height: 0;
  }

  .hero .hero-inner-container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: calc(100% - 60vw);
  }

  .hero .hero-inner {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 3em;
    top: 50%;
    bottom: auto;
    left: 0;
  }

  .hero .hero-inner h3 {
    font-size: 2em;
  }

  .hero .hero-inner .uncover-rocks {
    display: block;
    text-align: center;
    max-width: none;
    padding: 10px 0;
    font-size: 14px;
  }

  .not-animated-on-mobile {
    animation-name: none!important;
    visibility: visible!important;
  }

}

@media only screen and (max-width: 500px) {
  .hero .hero-inner {
    padding: 0 1.5em;
  }
  .hero .hero-inner h3 {
    font-size: 1.5em;
  }
}

.footer-distributed {
  background-color: #121217;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  padding: 55px 50px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-distributed .footer-left {
  width: 40%;
}

/* The company logo */
.footer-distributed h3 {
  color: #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}

.footer-distributed h3 span {
  color: #5383d3;
}

/* Footer links */
.footer-distributed .footer-links {
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-company-name1 {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center {
  width: 35%;
}

.footer-distributed .footer-center i {
  background-color: #121217;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
  ;
}

/* Footer Right */
.footer-distributed .footer-right {
  width: 20%;
}

.footer-distributed .footer-company-about {
  line-height: 20px;
  color: #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
  .footer-distributed {
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}
