body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1px;
  font-family: Roboto, sans-serif;
  color: #2284bd;
  font-size: 25px;
  line-height: 44px;
  font-weight: 100;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
}

h4 {
  margin-top: 25px;
  margin-bottom: 0px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 29px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 13px;
  line-height: 22px;
}

.button {
  display: inline-block;
  margin-top: 15px;
  padding: 4px 15px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: #000;
  font-family: Roboto, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #4d4d4d;
}

.button.white-lined {
  border-color: #1e2024;
  background-color: transparent;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

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

.button.divider-button {
  display: block;
  width: 120px;
  margin-top: 44px;
  margin-right: auto;
  margin-left: auto;
  border-color: #2284bd;
  background-color: #2284bd;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
}

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

.top-section {
  height: 700px;
  background-color: #5c5c5c;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 900;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #dbdbdb;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, padding-bottom 500ms ease, padding-top 500ms ease;
  transition: background-color 500ms ease, padding-bottom 500ms ease, padding-top 500ms ease;
}

.navbar:hover {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.page-content {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f5f5f5;
}

.page-content.intro {
  padding-top: 160px;
  padding-bottom: 60px;
  background-color: #fff;
}

.left-column {
  padding-right: 0px;
  padding-left: 0px;
}

.right-column {
  padding-right: 0px;
  padding-left: 0px;
}

.slider-2 {
  height: 750px;
}

.text-block {
  height: 250px;
  padding: 25px 50px 20px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px none #dbdbdb;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
}

.text-block:hover {
  border-top-color: #1e2024;
  background-color: #35373b;
}

.text-block.end {
  border-bottom-style: solid;
}

.text-block.right-aligned {
  text-align: right;
}

.contact-column {
  height: 695px;
  padding: 100px 50px 50px;
  background-color: #ededed;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.contact-column:hover {
  background-color: #35373b;
}

.nav-link {
  margin-top: 5px;
  margin-right: 3px;
  padding: 5px 15px;
  border: 2px solid transparent;
  border-radius: 3px;
  opacity: 0.4;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.nav-link:hover {
  border: 2px solid #000;
  background-color: #000;
  opacity: 1;
  color: #fff;
}

.nav-link.w--current {
  color: #000;
}

.nav-link.w--current:hover {
  color: #fff;
}

.top-slider {
  width: 100%;
  height: 100%;
  background-color: #4d4d4d;
}

.top-slider.tablet {
  background-color: #000;
}

.top-slide {
  padding-top: 120px;
  background-color: #000;
  background-image: url('../images/slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.top-slide._2 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: inline-block;
  float: none;
  clear: none;
  background-image: none;
  background-position: 0px 100%;
  background-size: cover;
}

.top-slide._3 {
  background-image: url('../images/slider3.jpg');
}

.top-slide._4 {
  background-image: url('../images/slider4.jpg');
}

.top-slide._5 {
  background-image: url('../images/slider5.jpg');
}

.top-slide-container {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.slider-title {
  margin-bottom: 40px;
  padding-top: 25px;
  padding-bottom: 25px;
  border: 2px solid #000;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Roboto, sans-serif;
  color: #ecebeb;
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.slider-subtitle {
  border: 2px solid #000;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.69);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.info-block {
  width: 100%;
  height: 275px;
  padding: 30px 20px;
  border: 2px solid #f2f2f2;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 500ms ease, border-color 500ms ease;
  transition: background-color 500ms ease, border-color 500ms ease;
  color: #000;
  text-align: center;
  text-decoration: none;
}

.info-block:hover {
  border-color: #282b30;
  background-color: #35373b;
}

.info-block.w--current {
  height: 275px;
}

.icon-block {
  display: block;
  width: 90px;
  height: 90px;
  margin-top: -65px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #e3e3e3;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 0 0 3px #f2f2f2;
}

.slider-2-slide {
  background-image: url('../images/mellow1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-2-slide._2 {
  background-image: url('../images/mellow2.jpg');
}

.slider-2-slide._3 {
  background-image: url('../images/cobra1.jpg');
}

.text-container {
  width: 500px;
  float: left;
}

.text-container.right-aligned {
  float: right;
}

.bottom-footer {
  padding: 30px 50px;
  background-color: #1a1b1c;
  text-align: center;
}

.some-block {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  border-radius: 30px;
  background-color: #35373b;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.some-block:hover {
  background-color: #2284bd;
}

.footer-left {
  text-align: left;
}

.footer-right {
  text-align: right;
}

.slider-navigation {
  padding-top: 50px;
  padding-bottom: 50px;
  opacity: 0.4;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.slider-navigation:hover {
  opacity: 1;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  padding-top: 8px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 500ms ease, border-radius 500ms ease, font-size 500ms ease;
  transition: background-color 500ms ease, border-radius 500ms ease, font-size 500ms ease;
  font-size: 22px;
}

.slider-arrow:hover {
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.9);
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  color: #77818c;
  font-size: 38px;
  font-weight: 300;
  text-transform: uppercase;
}

.field {
  height: 50px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 0 hsla(0, 0%, 100%, 0.5), 0 0 0 0 #000;
  font-family: Roboto, sans-serif;
}

.field:hover {
  background-color: #e6e6e6;
}

.field:active {
  border-color: #359edb;
}

.field:focus {
  border-color: #359edb;
  color: #000;
}

.field.area {
  height: 150px;
  padding-top: 14px;
}

.submit-button {
  width: 100%;
  border: 2px solid #77818c;
  background-color: #77818c;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.submit-button:hover {
  border-color: #2284bd;
  background-color: #2284bd;
  color: #fff;
}

.divider-with-symbol {
  width: 100%;
  height: 1px;
  background-color: #e3e3e3;
}

.divider-symbol {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-bottom: -24px;
  margin-left: auto;
  padding-top: 11px;
  padding-right: 13px;
  padding-left: 13px;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  background-color: #fff;
}

.divider-container {
  height: 135px;
  margin-top: 50px;
}

.slider-3-slide {
  background-image: url('../images/slide1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-3-slide._2 {
  background-image: url('../images/slide2.jpg');
}

.slider-3-slide._3 {
  background-image: url('../images/hops3.jpg');
}

.slider-3-slide._4 {
  background-image: url('../images/hops2.jpg');
}

.slider-3-slide._5 {
  background-image: url('../images/hopscooler.jpg');
}

.slider-3-slide._6 {
  background-image: url('../images/geronimos.jpg');
}

.divider-icon {
  opacity: 0.2;
}

.intro-title {
  margin-bottom: 10px;
  font-size: 22px;
}

.footer-bottom-text {
  margin-top: 12px;
  opacity: 0.5;
  color: #aab3bd;
  font-size: 12px;
  letter-spacing: 1px;
}

.important-text-white {
  color: #fff;
}

.important-text-grey {
  color: #ededed;
}

.success-bg {
  padding-top: 13px;
  border-radius: 3px;
  background-color: #2284bd;
  text-align: center;
}

.success-text {
  color: #fff;
  font-size: 16px;
}

.error-bg {
  padding-top: 14px;
  background-color: #1e2024;
  text-align: center;
}

.header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 4000;
}

.installheading {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  margin: 45px auto 21px;
  padding-top: 0px;
  padding-right: 2px;
  padding-bottom: 0px;
  color: #fff;
  text-align: left;
}

.aboutsection {
  height: auto;
  padding-top: 72px;
  padding-bottom: 15px;
}

.installheadingright {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 45px;
  color: #fff;
  text-align: right;
}

.aboutheading {
  text-align: center;
}

.aboutparagraph {
  font-size: 14px;
  text-align: justify;
}

.aboutcolumn {
  padding-right: 18px;
  padding-left: 18px;
}

.linksettings {
  color: #58a4f5;
}

.socialbar {
  height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 1px;
  text-align: left;
}

.facebook {
  padding-top: 10px;
}

.googlebox {
  padding-top: 10px;
}

.twitterbox {
  padding-top: 10px;
}

.insdiv {
  background-color: #fff;
}

.installnav {
  margin-top: 19px;
  margin-bottom: 0px;
  padding-top: 38px;
  padding-bottom: 32px;
}

.navtitle {
  font-family: Roboto, sans-serif;
  color: #2284bd;
  font-size: 26px;
  font-weight: 100;
}

.html-embed {
  margin-top: 6px;
  margin-bottom: -21px;
}

.form {
  margin-bottom: 29px;
}

.mask {
  background-color: #1e2024;
}

html.w-mod-js *[data-ix="nav-display-none"] {
  display: none;
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .contact-column {
    margin-top: 0px;
    margin-bottom: 42px;
  }

  .top-slider.tablet {
    display: block;
  }

  .top-slide {
    background-color: transparent;
  }

  .top-slide._2 {
    background-color: transparent;
    background-image: url('../images/Draft-Slider-Recovered.jpg');
    background-position: 0px 100%;
    background-size: cover;
  }

  .bottom-footer {
    margin-top: -2px;
  }

  .paragraphmobile {
    color: #b7bfc8;
  }

  .form-block {
    margin-bottom: 19px;
  }

  .link {
    color: #93a2b4;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mask {
    background-color: rgba(30, 32, 36, 0);
  }
}

@media screen and (max-width: 991px) {
  h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #aab4bf;
    font-size: 25px;
  }

  h4 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .button.divider-button {
    margin-bottom: 5px;
  }

  .top-section {
    height: 500px;
  }

  .page-content {
    padding: 70px 30px;
  }

  .page-content.intro {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .slider-2 {
    height: 600px;
  }

  .text-block {
    height: 200px;
    padding-top: 25px;
    padding-left: 30px;
  }

  .text-block:hover {
    border-top-color: #dbdbdb;
    background-color: #282b30;
  }

  .text-block.right-aligned {
    padding-right: 30px;
  }

  .contact-column {
    height: 635px;
    padding-top: 50px;
    padding-right: 30px;
  }

  .logo-container {
    padding-top: 7px;
  }

  .nav-link {
    width: 100%;
    max-width: 991px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-left: 25px;
    border-style: none none solid;
    border-color: #000 #000 #262626;
    border-bottom-width: 1px;
    border-radius: 0px;
    background-color: #000;
    opacity: 1;
    color: #b8b8b8;
    font-size: 16px;
  }

  .nav-link:hover {
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    background-color: #2284bd;
    color: #fff;
  }

  .nav-link.w--current {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    color: #b8b8b8;
  }

  .nav-link.w--current:hover {
    color: #fff;
  }

  .top-slider.mobile.tablet {
    height: 700px;
  }

  .top-slider.tablet {
    height: 100%;
  }

  .top-slide-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slider-subtitle {
    font-size: 17px;
  }

  .info-block {
    height: auto;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .text-container {
    width: 330px;
  }

  .bottom-footer {
    margin-top: 51px;
  }

  .some-block {
    background-color: #2284bd;
  }

  .some-block:hover {
    background-color: #35373b;
  }

  .menu-icon {
    float: right;
    font-size: 25px;
  }

  .menu-button {
    padding-top: 14px;
    padding-right: 20px;
    padding-bottom: 12px;
  }

  .menu-button:hover {
    border-radius: 3px;
    background-color: #f0f0f0;
  }

  .menu-button.w--open {
    border-radius: 3px;
    background-color: #000;
  }

  .menu-text {
    display: inline-block;
    margin-top: -4px;
    margin-right: 13px;
    margin-bottom: 0px;
    float: right;
    color: #cfcfcf;
    font-size: 15px;
    font-weight: 600;
  }

  .contact-title {
    font-size: 35px;
  }

  .submit-button {
    border-color: #2284bd;
    background-color: #2284bd;
  }

  .submit-button:hover {
    background-color: transparent;
  }

  .divider-container {
    height: 125px;
    margin-bottom: 15px;
  }

  .intro-title {
    margin-top: 15px;
    font-size: 16px;
  }

  .important-text-white {
    color: #4e5a61;
  }

  .important-text-grey {
    color: #4e5a61;
  }

  .top-column {
    padding-right: 5px;
    padding-left: 5px;
  }

  .nav-menu-container {
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #bdbdbd;
    background-color: #f0f0f0;
  }

  .aboutsection {
    padding-top: 51px;
  }

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

@media screen and (max-width: 767px) {
  .top-section {
    height: 480px;
  }

  .navbar {
    padding-right: 18px;
    padding-left: 10px;
  }

  .page-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-content.intro {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .slider-2 {
    height: 350px;
  }

  .text-block {
    height: auto;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }

  .text-block.right-aligned {
    text-align: left;
  }

  .contact-column {
    text-align: center;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .top-slide {
    padding-top: 70px;
  }

  .top-slide-container {
    padding-right: 50px;
    padding-left: 50px;
  }

  .slider-title {
    font-size: 33px;
  }

  .info-block {
    margin-bottom: 15px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .text-container {
    width: 100%;
  }

  .bottom-footer {
    text-align: center;
  }

  .some-block {
    float: none;
  }

  .footer-left {
    text-align: center;
  }

  .divider-container {
    height: 75px;
    margin-top: 0px;
  }

  .intro-title {
    font-size: 25px;
  }

  .footer-bottom-text {
    text-align: center;
  }

  .aboutsection {
    padding-top: 45px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }

  h4 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-top: 20px;
  }

  p {
    margin-bottom: auto;
  }

  .button {
    border-width: 1px;
    border-color: #4a4343;
    border-radius: 6px;
    background-color: #2284bd;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.47);
  }

  .button.divider-button {
    width: 100%;
  }

  .top-section {
    height: 350px;
  }

  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .page-content {
    padding: 30px 25px 5px;
  }

  .page-content.intro {
    margin-bottom: 10px;
    padding: 50px 25px 10px;
  }

  .slider-2 {
    height: 250px;
  }

  .text-block {
    padding-right: 25px;
    padding-left: 25px;
  }

  .contact-column {
    height: auto;
    padding: 30px 25px 20px;
  }

  .top-slider.mobile {
    height: 350px;
  }

  .top-slide {
    padding-top: 50px;
  }

  .top-slide-container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .slider-title {
    margin-top: 10px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 19px;
  }

  .slider-subtitle {
    margin-bottom: 0px;
    font-size: 10px;
  }

  .info-block {
    margin-bottom: 20px;
    padding-right: 15px;
    padding-bottom: 25px;
    padding-left: 15px;
  }

  .slider-navigation {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .menu-button {
    margin-top: -3px;
    padding-top: 16px;
  }

  .menu-button.w--open {
    margin-top: 0px;
  }

  .contact-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 25px;
  }

  .divider-container {
    height: 50px;
  }

  .footer-bottom-text {
    line-height: 18px;
  }

  .top-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .aboutsection {
    padding-top: 45px;
  }

  .aboutparagraph {
    margin-bottom: 11px;
    padding-bottom: 10px;
  }

  .facebook {
    text-align: left;
  }

  .googlebox {
    text-align: left;
  }

  .headingmobile {
    text-align: center;
  }

  .paragraphmobile {
    padding-top: 12px;
    text-align: center;
  }

  .installnav {
    padding-top: 60px;
    padding-bottom: 34px;
  }
}

