body {
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  font-family: foco, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
  cursor: default;
}

h1 {
  margin-top: 25px;
  margin-bottom: 40px;
  color: #ff4e00;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  text-align: left;
  letter-spacing: 16px;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  line-height: 32px;
  font-style: italic;
  font-weight: 400;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ff4e00;
  font-size: 24px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 8px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #ccc;
  font-size: 24px;
  line-height: 1.4;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

p {
  margin-bottom: 14px;
}

a {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
}

.video-background {
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background-color: #fff;
}

.home-slider {
  width: 100%;
  height: 100%;
}

.slide {
  overflow: hidden;
}

.slide-block {
  width: 100%;
  height: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-block.home-01 {
  background-image: url('../images/ocean_hug.jpg');
}

.slide-block.home-02 {
  background-image: url('../images/car_hands.jpg');
}

.slide-block.home-03 {
  background-image: url('../images/pink_socks.jpg');
}

.slide-block.home-04 {
  background-image: url('../images/grass_line.jpg');
}

.home-container {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.home-section {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.home-padders {
  position: relative;
  width: 100px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.home-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.home-main-padder {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.home-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100%;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0.6);
}

.home-logo-image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  opacity: 0.6;
}

.side-nav-block {
  position: fixed;
  top: 45.5%;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.burger-bar {
  position: relative;
  width: 30px;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #ff4e00;
}

.burger-bar.bb01 {
  position: absolute;
}

.burger-bar.bb02 {
  position: absolute;
}

.burger-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.hvm-icon {
  position: absolute;
  top: 40px;
  width: 70px;
  height: 70px;
  background-image: url('../images/HVM_Icon_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.close-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.home-text-1 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: 10px;
  -webkit-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.aloha-span {
  font-family: jbt-annabelle, sans-serif;
  color: #ff4e00;
  font-size: 50px;
  letter-spacing: 0px;
  text-transform: none;
}

.home-text-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 20px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  font-size: 22px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 1px;
}

.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #555;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: padding-left 225ms ease-in-out, color 100ms ease;
  transition: padding-left 225ms ease-in-out, color 100ms ease;
  color: #000;
  cursor: pointer;
}

.menu-link:hover {
  padding-left: 12px;
  font-weight: 400;
}

.menu-link.w--current {
  font-weight: 500;
}

.social-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link-block {
  width: 38px;
  height: 38px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.social-link-block.phone {
  background-image: url('../images/phone.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.social-link-block.phone:hover {
  background-color: #ff4e00;
}

.social-link-block.email {
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.social-link-block.email:hover {
  background-color: #ff4e00;
}

.social-link-block.location {
  background-image: url('../images/location.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.social-link-block.location:hover {
  background-color: #ff4e00;
}

.social-link-block.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.social-link-block.twitter:hover {
  background-color: #ff4e00;
}

.energi-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  color: #555;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.energi-link {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #000;
  font-weight: 700;
}

.energi-link:hover {
  color: #ff4e00;
}

.energi-link.w--current {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.energi-link.w--current:hover {
  color: #ff4e00;
  text-decoration: none;
}

.white-fader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.loader-container {
  position: relative;
  width: 120px;
  height: 120px;
}

.loader-grey {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/loader_grey.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.loader-orange {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/loader_orange.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.loader-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/HVM_Icon_1.svg');
  background-position: 50% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}

.portfolio-section {
  position: relative;
  width: 100%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/beach_sea.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/beach_sea.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.services-section {
  position: relative;
  width: 100%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/sun_veil.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/sun_veil.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.connect-section {
  position: relative;
  width: 100%;
  background-color: transparent;
}

.inner-energi-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 50px;
  color: #000;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.inner-social-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.inner-energi-link {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #fff;
  font-weight: 700;
}

.inner-energi-link:hover {
  color: #000;
}

.inner-energi-link.w--current {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #000;
  text-decoration: none;
}

.inner-energi-link.w--current:hover {
  color: #ff4e00;
  text-decoration: none;
}

.inner-social-link-block {
  width: 38px;
  height: 38px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.12);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  cursor: pointer;
}

.inner-social-link-block:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.inner-social-link-block.phone {
  background-image: url('../images/phone.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.inner-social-link-block.phone:hover {
  background-color: rgba(0, 0, 0, 0.85);
}

.inner-social-link-block.email {
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.inner-social-link-block.location {
  background-image: url('../images/location.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.inner-social-link-block.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.inner-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: padding-left 225ms ease-in-out, color 100ms ease;
  transition: padding-left 225ms ease-in-out, color 100ms ease;
  color: #fff;
  cursor: pointer;
}

.inner-menu-link:hover {
  padding-left: 12px;
  color: #7f2100;
  font-weight: 400;
}

.inner-menu-link:visited {
  color: #fff;
}

.inner-menu-link.w--current {
  color: #7f2100;
  font-weight: 400;
}

.inner-hvm-icon {
  position: fixed;
  left: 100px;
  top: 40px;
  z-index: 100;
  width: 70px;
  height: 70px;
  background-image: url('../images/HVM_Icon_1.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  cursor: pointer;
}

.inner-hvm-icon:hover {
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  transform: scale(1.125);
}

.inner-container {
  margin-right: 100px;
  margin-left: 100px;
  padding: 40px 100px 80px;
  text-align: center;
}

.videos-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.video-block {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.video-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-thumb.sunny-dare {
  background-image: url('../images/dare_sunny.jpg');
}

.video-thumb.patrick-cathleen {
  background-image: url('../images/patrick_kathleen_new.jpg');
}

.video-thumb.ravi-sharifa {
  background-image: url('../images/ravi_sharifa.jpg');
}

.video-thumb.mike-liz {
  background-image: url('../images/mike_liz_flipped.jpg');
}

.video-thumb.matt-eileen {
  background-image: url('../images/matt_eileen.jpg');
}

.video-thumb.andrew-mona {
  background-image: url('../images/andrew_mona.jpg');
}

.video-thumb.roy-joanna {
  background-image: url('../images/roy_joanna.jpg');
}

.video-thumb.cameron-annaliese {
  background-image: url('../images/Cameron_Annaliese.jpg');
}

.video-thumb.tina-sandeep {
  background-image: url('../images/Sandeep_Tina.jpg');
}

.video-thumb.jocelyn-sean {
  background-image: url('../images/Sean_Jocelyn.jpg');
}

.video-thumb.matt-marybeth {
  background-image: url('../images/Matt_MaryBeth.jpg');
}

.video-thumb.rebwar-lynda {
  background-image: url('../images/Rebwar_Lynda.jpg');
}

.video-thumb.ken-elly {
  background-image: url('../images/Ken_Elly.jpg');
  background-size: cover;
}

.video-thumb.jonathan-joanna {
  background-image: url('../images/Jonathan-Joanna.jpg');
}

.video-thumb.steve-priscilla {
  background-image: url('../images/Priscilla-Steve.jpg');
}

.video-thumb.chris-tom {
  background-image: url('../images/Chris_Tom.jpg');
}

.video-thumb.pj-nina {
  background-image: url('../images/Nina-PJ.jpg');
}

.video-thumb.nick-maggie {
  background-image: url('../images/Maggie-Nic.jpg');
}

.video-flex {
  display: block;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-flex.half {
  width: 50%;
}

.video-flex.third {
  width: 33.333%;
}

.number-block {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  line-height: 0.75;
}

.thumb-overlays {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay-half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.overlay-half.rightside {
  width: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-style: italic;
  text-align: left;
}

.overlay-half.rightside.hero {
  height: 50%;
}

.overlay-half.leftside {
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: jaf-bernino-sans-comp, sans-serif;
  color: #ff4e00;
  font-size: 160px;
  line-height: 0.75;
  font-weight: 300;
}

.overlay-half.leftside.hero {
  height: 50%;
}

.thumb-tinter {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: radial-gradient(circle farthest-corner at -7% 105%, #000, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 0, transparent);
}

.play-icon {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.15);
  background-image: url('../images/Play.svg');
  background-position: 52% 50%;
  background-size: 12px;
  background-repeat: no-repeat;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.play-icon:hover {
  background-color: hsla(0, 0%, 100%, 0.3);
}

.play-icon-centre {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.html-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vimeo-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36px;
  height: 36px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.35);
  background-image: url('../images/close_x.svg');
  background-position: 50% 50%;
  background-size: 50px;
  background-repeat: no-repeat;
}

.close-burger {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 20px;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #333;
}

.video-lightbox {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.close-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-text-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-text-container.less-pad {
  margin-bottom: 10px;
  color: #ccc;
  font-size: 21px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
}

.section-text {
  position: relative;
  width: 600px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ccc;
  font-size: 21px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.section-text img {
  -webkit-transform: translate(-180px, 0px);
  -ms-transform: translate(-180px, 0px);
  transform: translate(-180px, 0px);
}

.section-text h4 {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

.section-text a {
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #ff4e00;
  cursor: pointer;
}

.section-text a:hover {
  color: #ccc;
  text-decoration: underline;
}

.heading {
  text-align: center;
}

.heading.marginal {
  margin-right: 100px;
  margin-left: 100px;
  padding-right: 100px;
  padding-left: 100px;
}

.inner-container-overlay {
  margin-right: 100px;
  margin-left: 100px;
  padding: 40px 100px 80px;
  text-align: center;
}

.twitter-embed {
  width: 30%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.connect-footer-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  margin-bottom: 0px;
  padding: 30px 200px 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #333;
  text-align: center;
}

.connect-boxes {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 300;
}

.connect-link-block {
  width: 50px;
  height: 50px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: hsla(0, 0%, 100%, 0.12);
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
  cursor: pointer;
}

.connect-link-block:hover {
  background-color: #ff4e00;
}

.connect-link-block.phone {
  background-image: url('../images/phone.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.connect-link-block.email {
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.connect-link-block.location {
  background-image: url('../images/location.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.connect-link-block.location:hover {
  background-color: #ff4e00;
}

.connect-text-blocks {
  margin-top: 20px;
}

.bolden {
  font-weight: 700;
}

.padder {
  width: 0px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
}

.padder.dark {
  border-right-color: hsla(0, 0%, 100%, 0.12);
}

.form-column {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.connect-container-overlay {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

.connect-divider-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.copyright-box {
  margin-top: 20px;
  opacity: 0.5;
  color: #fff;
  font-size: 8px;
  line-height: 1.1;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sub-header-small {
  color: #777;
  font-size: 14px;
}

.sub-small-link {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #ff4e00;
  cursor: ne-resize;
}

.sub-small-link:hover {
  color: #ccc;
  text-decoration: underline;
}

.inquiry-form-block {
  color: #ccc;
  font-style: italic;
  font-weight: 300;
}

.send-button {
  position: relative;
  right: 0px;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ff4e00;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.send-button:hover {
  color: rgba(0, 0, 0, 0.85);
}

.form-container {
  text-align: left;
}

.text-field {
  margin-bottom: 6px;
  padding: 0px 10px;
  border-style: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}

.text-field::-webkit-input-placeholder {
  color: #777;
}

.text-field:-ms-input-placeholder {
  color: #777;
}

.text-field::-ms-input-placeholder {
  color: #777;
}

.text-field::placeholder {
  color: #777;
}

.text-field.padded {
  margin-right: 6px;
}

.text-field.comments {
  min-height: 80px;
}

.form-part-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-field {
  width: auto;
  margin-right: 8px;
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 1.3;
}

.form-part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-part-2a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-part-2b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.form-part-2c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-part-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.select-field-dates {
  width: auto;
  margin-right: 12px;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 15px;
  line-height: 1.3;
}

.select-field-dates.nopad {
  margin-right: 0px;
}

.field-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
  margin-bottom: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #ff4e00;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
}

.form-part-4 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.success-message {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #ff4e00;
  font-size: 18px;
  font-weight: 400;
}

.error-message {
  margin-top: 20px;
  padding: 6px;
  background-color: #ff4e00;
  color: #000;
  font-weight: 400;
}

.connect-divider-upper-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-right: 200px;
  padding-bottom: 40px;
  padding-left: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.form-part-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.login-container {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #000;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.login-container:hover {
  color: #ff4e00;
}

.inner-login-container {
  position: absolute;
  left: 0px;
  top: 50px;
  right: 0px;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #7f2100;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.inner-login-container:hover {
  color: #fff;
}

.login-screen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 200;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.95);
  opacity: 0;
}

.login-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff4e00;
  text-align: center;
}

.login-form {
  margin-bottom: 15px;
}

.login-caption {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 11px;
  line-height: 1;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.login-text-field {
  margin-bottom: 5px;
  padding: 0px 8px;
  border-style: none;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.login-text-field::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.login-text-field:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.login-text-field::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.login-text-field::placeholder {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 300;
}

.login-label {
  font-size: 15px;
  font-weight: 400;
}

.login-button {
  position: relative;
  right: 0px;
  overflow: auto;
  margin-top: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
}

.login-button:hover {
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
}

.login-close {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  cursor: pointer;
}

.login-close:hover {
  background-color: #777;
}

.close-burger-bar {
  position: absolute;
  width: 20px;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.close-burger-bar.bb01 {
  position: absolute;
}

.close-burger-bar.bb02 {
  position: absolute;
}

.services-block-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.services-column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #ccc;
  font-size: 19px;
  line-height: 1.6;
  font-style: italic;
  font-weight: 300;
}

.services-header {
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0px;
}

.black-fader {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.home-right-inside {
  position: relative;
  z-index: 90;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30vw;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.home-video-embed {
  display: block;
  width: 100%;
  height: 100vh;
}

.portfolio-h2 {
  margin-bottom: 6px;
  font-size: 27px;
  line-height: 29px;
}

.portfolio-subheader {
  font-size: 16px;
  line-height: 1.3;
}

.mobile-menu-bar {
  position: fixed;
  bottom: 0px;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0vh;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff4e00;
}

.mobile-nav-box {
  position: fixed;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.home-burger-bar {
  width: 24px;
  height: 2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
}

.home-burger-bar.bb01 {
  position: absolute;
}

.home-burger-bar.bb02 {
  position: absolute;
}

.home-burger-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.home-close-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.mobile-menu-container {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  height: 100%;
  padding-bottom: 50px;
  background-color: #ff4e00;
}

.mobile-menu-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mobile-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 220px;
  max-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: 12px;
  text-transform: uppercase;
}

.mobile-menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.mobile-menu-link:visited {
  color: #fff;
}

.mobile-social-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mobile-energi-container {
  padding-top: 20px;
  color: #000;
  font-size: 8px;
  line-height: 1.1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.mobile-login-container {
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  color: #7f2100;
  font-size: 11px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
}

.home-social-link-block {
  width: 38px;
  height: 38px;
  margin-right: 8px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  cursor: pointer;
}

.home-social-link-block.phone {
  background-image: url('../images/phone.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-social-link-block.email {
  background-image: url('../images/email.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.home-social-link-block.location {
  background-image: url('../images/location.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.home-social-link-block.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: background-color 150ms ease-in-out;
  transition: background-color 150ms ease-in-out;
}

.mobile-hvm-logo {
  width: 70px;
  height: 70px;
  margin-top: 30px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/HVM_Icon_White.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.mobile-logo-image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #fff;
  opacity: 0.6;
}

.timeline-viewport {
  height: 100%;
  padding-bottom: 43px;
  color: #ccc;
  font-style: italic;
  font-weight: 300;
}

.connect-padder {
  width: 0px;
  height: 100%;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.body-black {
  background-color: #000;
}

.mobile-menus {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-hvm-logo-home {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  width: 60px;
  height: 60px;
  margin: 30px auto 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/HVM_Icon_1.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.inner-menu {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: rgba(255, 78, 0, 0.94);
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.body-black-connect {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/church_garden.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/church_garden.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.thank-you-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mahalo {
  margin-bottom: 10px;
  font-family: jbt-annabelle, sans-serif;
  color: #ff4e00;
  font-size: 54px;
  line-height: 1;
}

.mahalo-sub {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.login-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/pink_socks.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/pink_socks.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.login-container-overlay {
  height: 100vh;
  margin-right: 100px;
  margin-left: 100px;
  padding: 40px 100px 80px;
  text-align: center;
}

.login-screen-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 95%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.login-modal-single {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #ff4e00;
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.88)), to(rgba(0, 0, 0, 0.88))), url('../images/beach_sea.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.88)), url('../images/beach_sea.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-style: italic;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.bio-image {
  width: 40%;
}

.bio-image.padright40 {
  margin-right: 40px;
}

.bio-image.padleft40 {
  margin-left: 40px;
}

.about-section {
  position: relative;
  width: 100%;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85))), url('../images/todd_plane.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url('../images/todd_plane.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.heading-2 {
  margin-top: 15px;
  color: #ff4e00;
}

.file-error-icon {
  width: 100%;
  height: 80px;
  background-image: url('../images/404_Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.split {
  position: relative;
  width: 0px;
  height: 65%;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px solid hsla(0, 0%, 100%, 0.3);
}

.split.hero {
  height: 50%;
}

.close-icon-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-icon-copy2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="slide-scaler-1-0"] {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 22px;
  }
  .home-padders {
    width: 60px;
  }
  .home-right {
    padding-right: 0px;
    padding-left: 60px;
  }
  .side-nav-block {
    width: 80px;
    height: 80px;
  }
  .hvm-icon {
    width: 60px;
    height: 60px;
  }
  .home-text-1 {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .aloha-span {
    font-size: 42px;
  }
  .home-text-2 {
    font-size: 14px;
  }
  .menu-container {
    height: 140px;
    font-size: 15px;
    letter-spacing: 10px;
  }
  .social-container {
    padding-left: 0px;
  }
  .social-link-block.phone {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .social-link-block.email {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .social-link-block.location {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .social-link-block.twitter {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .energi-container {
    padding-left: 0px;
  }
  .connect-section {
    height: auto;
  }
  .inner-social-container {
    padding-right: 0px;
  }
  .inner-menu-container {
    height: 140px;
    font-size: 15px;
    letter-spacing: 10px;
  }
  .inner-social-link-block.phone {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .inner-social-link-block.email {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .inner-social-link-block.location {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .inner-social-link-block.twitter {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .inner-hvm-icon {
    left: 15px;
    top: 35px;
    width: 50px;
    height: 50px;
  }
  .inner-container {
    margin-right: 40px;
    margin-left: 40px;
    padding: 36px 40px 60px;
  }
  .video-flex.half {
    width: 100%;
  }
  .video-flex.third {
    width: 100%;
  }
  .overlay-half.rightside.hero {
    height: 65%;
  }
  .overlay-half.leftside {
    font-size: 120px;
  }
  .overlay-half.leftside.hero {
    height: 65%;
  }
  .play-icon {
    width: 40px;
    height: 40px;
  }
  .play-icon-centre {
    height: 50%;
  }
  .video-lightbox {
    display: block;
  }
  .section-text-container {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-text-container.less-pad {
    margin-bottom: 0px;
  }
  .section-text {
    width: 100%;
    font-size: 18px;
  }
  .section-text h4 {
    margin-bottom: 7px;
    font-size: 24px;
  }
  .heading {
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .heading.marginal {
    margin-right: 80px;
    margin-left: 80px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .inner-container-overlay {
    margin-right: 40px;
    margin-left: 40px;
    padding: 36px 40px 60px;
  }
  .twitter-embed {
    overflow: visible;
    width: 33%;
  }
  .connect-footer-grid {
    padding: 25px 20px 30px;
    background-color: #111;
  }
  .connect-boxes {
    font-size: 14px;
  }
  .connect-link-block.phone {
    background-color: #ff4e00;
  }
  .connect-link-block.email {
    background-color: #ff4e00;
  }
  .connect-link-block.location {
    background-color: #ff4e00;
  }
  .padder {
    margin-right: 20px;
    margin-left: 20px;
  }
  .connect-container-overlay {
    margin-right: 0px;
    margin-left: 0px;
    padding: 36px 0px 0px;
  }
  .copyright-box {
    font-size: 8px;
  }
  .connect-divider-upper-box {
    padding-right: 80px;
    padding-left: 80px;
  }
  .login-container {
    padding-left: 0px;
    font-size: 10px;
  }
  .inner-login-container {
    font-size: 10px;
  }
  .services-block-1 {
    margin-top: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .services-column {
    font-size: 16px;
    line-height: 1.4;
  }
  .services-header {
    font-size: 24px;
    line-height: 1.2;
  }
  .portfolio-h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .portfolio-subheader {
    font-size: 14px;
  }
  .mobile-menu-inside {
    width: 300px;
  }
  .mobile-menu-block {
    height: 140px;
    font-size: 15px;
    letter-spacing: 10px;
  }
  .mobile-social-container {
    padding-right: 0px;
  }
  .mobile-login-container {
    font-size: 10px;
  }
  .home-social-link-block.phone {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .home-social-link-block.email {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .home-social-link-block.location {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .home-social-link-block.twitter {
    width: 32px;
    height: 32px;
    margin-right: 6px;
  }
  .mobile-hvm-logo {
    width: 60px;
    height: 60px;
  }
  .connect-padder {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mobile-hvm-logo-home {
    width: 60px;
    height: 60px;
  }
  .inner-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 50px;
    -webkit-transform: translate(100%, 0px);
    -ms-transform: translate(100%, 0px);
    transform: translate(100%, 0px);
  }
  .mahalo {
    font-size: 40px;
  }
  .login-container-overlay {
    margin-right: 40px;
    margin-left: 40px;
    padding: 36px 40px 60px;
  }
  .split.hero {
    height: 65%;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  p {
    margin-bottom: 12px;
  }
  .slide-block.home-01 {
    background-image: url('../images/ocean_hug_mobile.jpg');
  }
  .slide-block.home-02 {
    background-image: url('../images/car_hands_mobile.jpg');
  }
  .slide-block.home-03 {
    background-image: url('../images/pink_socks_mobile.jpg');
  }
  .slide-block.home-04 {
    background-image: url('../images/grass_line_mobile.jpg');
  }
  .home-padders {
    width: 100px;
  }
  .home-main-padder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .hvm-icon {
    top: 30px;
    display: none;
  }
  .aloha-span {
    display: block;
    font-size: 36px;
    line-height: 1;
  }
  .home-text-2 {
    padding-right: 40px;
    padding-left: 40px;
    font-weight: 400;
  }
  .portfolio-section {
    background-image: none;
  }
  .services-section {
    overflow: visible;
    background-image: none;
  }
  .inner-hvm-icon {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .inner-container {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 30px 90px;
  }
  .overlay-half.rightside {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .overlay-half.leftside {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 100px;
  }
  .play-icon-centre {
    display: none;
  }
  .section-text-container {
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 21px;
  }
  .inner-container-overlay {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 30px 90px;
  }
  .connect-footer-grid {
    padding-bottom: 80px;
  }
  .padder.dark {
    border-right-color: hsla(0, 0%, 100%, 0.16);
  }
  .connect-container-overlay {
    height: auto;
  }
  .copyright-box {
    font-size: 7px;
  }
  .connect-divider-upper-box {
    min-height: 560px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .form-part-5 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .login-screen {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .login-close {
    background-color: hsla(0, 0%, 100%, 0.25);
  }
  .services-header {
    font-size: 21px;
  }
  .portfolio-h2 {
    font-size: 21px;
    line-height: 23px;
  }
  .portfolio-subheader {
    font-size: 13px;
  }
  .mobile-menu-link.w--current {
    color: #7f2100;
  }
  .mobile-login-container {
    font-size: 12px;
  }
  .home-social-link-block.phone {
    margin-right: 10px;
  }
  .home-social-link-block.email {
    margin-right: 10px;
  }
  .home-social-link-block.location {
    margin-right: 10px;
  }
  .home-social-link-block.twitter {
    margin-right: 0px;
  }
  .mobile-hvm-logo-home {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    margin-right: auto;
    margin-left: auto;
  }
  .body-black-connect {
    background-color: #333;
    background-image: none;
  }
  .login-section {
    overflow: visible;
    background-image: none;
  }
  .login-container-overlay {
    margin-right: 0px;
    margin-left: 0px;
    padding: 40px 30px 90px;
  }
  .login-screen-single {
    background-color: rgba(0, 0, 0, 0.95);
  }
  .bio-image.padright40 {
    margin-right: 30px;
  }
  .bio-image.padleft40 {
    margin-left: 30px;
  }
  .about-section {
    overflow: visible;
    background-image: none;
  }
  .split {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 479px) {
  .home-padders {
    width: 30px;
  }
  .hvm-icon {
    display: block;
  }
  .section-text-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twitter-embed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .connect-footer-grid {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .connect-boxes {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    text-align: center;
  }
  .connect-boxes.padtopbottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .connect-link-block.phone {
    width: 60px;
    height: 60px;
  }
  .connect-link-block.email {
    width: 60px;
    height: 60px;
  }
  .connect-link-block.location {
    width: 60px;
    height: 60px;
  }
  .connect-text-blocks {
    margin-top: 15px;
  }
  .bolden {
    display: inline;
  }
  .padder.dark {
    display: none;
  }
  .form-column {
    margin-bottom: 40px;
  }
  .connect-divider-upper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright-box {
    font-size: 7px;
    letter-spacing: 0px;
  }
  .connect-divider-upper-box {
    padding-bottom: 30px;
  }
  .services-block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .services-column {
    margin-bottom: 20px;
  }
  .services-header {
    margin-bottom: 6px;
  }
  .home-video-embed {
    display: block;
  }
  .home-social-link-block.phone {
    width: 48px;
    height: 48px;
  }
  .home-social-link-block.email {
    width: 48px;
    height: 48px;
  }
  .home-social-link-block.location {
    width: 48px;
    height: 48px;
  }
  .home-social-link-block.twitter {
    width: 48px;
    height: 48px;
  }
  .mahalo {
    font-size: 60px;
  }
  .bio-image.padright40 {
    width: 100%;
    margin-bottom: 15px;
  }
  .split {
    margin-right: 20px;
    margin-left: 20px;
  }
}

input.wedding_info {
	position: absolute;
	top: -1000em;
}
