:root {
  --black: #1e2024;
  --steel-blue: #2284bd;
  --dark-slate-gray: #282b30;
  --dark-slate-gray-2: #35373b;
}

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

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

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

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

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

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

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

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

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

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

.button.white-lined {
  border-color: var(--black);
  background-color: #0000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: background-color .5s, border-color .5s;
}

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

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

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

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

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

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

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

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

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

.slider-2 {
  height: 750px;
}

.text-block {
  background-color: #fff;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px #dbdbdb;
  height: 250px;
  padding: 25px 50px 20px;
  transition: background-color .5s, border-color .5s;
}

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

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

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

.contact-column {
  background-color: #ededed;
  height: 695px;
  padding: 100px 50px 50px;
  transition: background-color .5s;
}

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

.nav-link {
  opacity: .4;
  border: 2px solid #0000;
  border-radius: 3px;
  margin-top: 5px;
  margin-right: 3px;
  padding: 5px 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  transition: background-color .5s;
}

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

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

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

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

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

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

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

.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 {
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

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

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

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

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

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

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

.slider-2-slide {
  background-image: url('../images/mellow1.jpg');
  background-position: 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 {
  float: left;
  width: 500px;
}

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

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

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

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

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

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

.slider-navigation {
  opacity: .4;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: opacity .5s;
}

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

.slider-arrow {
  background-color: #0003;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  padding-top: 8px;
  font-size: 22px;
  transition: background-color .5s, border-radius .5s, font-size .5s;
}

.slider-arrow:hover {
  background-color: #000000e6;
  border-radius: 30px;
}

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

.field {
  border: 2px solid #fff;
  height: 50px;
  font-family: Roboto, sans-serif;
  box-shadow: inset 0 0 #ffffff80, 0 0 #000;
}

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

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

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

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

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

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

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

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

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

.slider-3-slide {
  background-image: url('../images/slide1.jpg');
  background-position: 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: .2;
}

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

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

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

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

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

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

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

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

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

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

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

.aboutheading {
  text-align: center;
}

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

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

.linksettings {
  color: #58a4f5;
}

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

.facebook, .googlebox, .twitterbox {
  padding-top: 10px;
}

.insdiv {
  background-color: #fff;
}

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

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

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

.form {
  margin-bottom: 29px;
}

.mask {
  background-color: var(--black);
}

.field-label {
  color: #77818c;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.field-label-2 {
  color: #77818c;
}

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

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

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

  .top-slide {
    background-color: #0000;
  }

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

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

  .paragraphmobile {
    color: #b7bfc8;
  }

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

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

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

@media screen and (max-width: 991px) {
  h3 {
    color: #aab4bf;
    margin-top: 0;
    margin-bottom: 10px;
    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 {
    background-color: #282b30;
    border-top-color: #dbdbdb;
  }

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

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

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

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

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

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

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

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

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

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

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

  .info-block {
    height: auto;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 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-bottom: 12px;
    padding-right: 20px;
  }

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

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

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

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

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

  .submit-button:hover {
    background-color: #0000;
  }

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

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

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

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

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

  .aboutsection {
    padding-top: 51px;
  }

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

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

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

  .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-bottom: 30px;
    padding-right: 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-left: 50px;
    padding-right: 50px;
  }

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

  .info-block {
    margin-bottom: 15px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 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: 0;
  }

  .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: 0;
    padding-top: 20px;
  }

  p {
    margin-bottom: auto;
  }

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

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

  .top-section {
    height: 350px;
  }

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

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

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

  .slider-2 {
    height: 250px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .divider-container {
    height: 50px;
  }

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

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

  .aboutsection {
    padding-top: 45px;
  }

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

  .facebook, .googlebox {
    text-align: left;
  }

  .headingmobile {
    text-align: center;
  }

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

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


