body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border-radius: 4px;
  background-color: #69b9ff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

.button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-bar {
  background-color: #fff;
}

.brand-text {
  width: 251px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  background-image: url('../images/ESNW-Logo.jpg');
  background-position: 50% 45%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: transparent;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: none;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #2c6796;
  color: #fff;
  text-align: center;
}

.section.accent {
  background-color: #fff;
}

.white-box {
  height: 547px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  border-style: none;
  background-color: transparent;
}

.white-box.aviation {
  position: relative;
  top: auto;
}

.white-box.other {
  position: relative;
  top: auto;
}

.white-box.marine {
  position: relative;
  top: auto;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 4px solid #69b9ff;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
}

.hero-heading {
  display: block;
  width: 681px;
  margin: 220px auto 53px;
  color: #fff;
  font-size: 70px;
  line-height: 60px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: 1px 1px 9px #000;
}

.hero-heading.second-home-page-slider-heading {
  width: 971px;
}

.hero-heading.slide-3-header-home-page-slider {
  width: 975px;
}

.hero-subheading {
  margin-bottom: 40px;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: lowercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  position: static;
  overflow: visible;
  clear: none;
  border-color: transparent;
  background-color: #09b14f;
  font-weight: 600;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  background-color: #03ade2;
  color: #fff;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  color: #084e85;
}

.section-subheading.center {
  background-color: transparent;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.section-subheading.center.off-white {
  margin-top: 36px;
  padding-bottom: 1px;
  color: #084e85;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-transform: none;
}

.section-subheading.center.services-page {
  font-size: 17px;
  text-align: center;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, .3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  position: static;
  padding-bottom: 62px;
  border-top: 1px solid #dbdbdb;
  background-color: #0c385a;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 0px;
  padding-right: 0px;
  color: #f8f0f0;
  font-size: 16px;
  text-align: left;
}

.grid-image {
  display: block;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #69b9ff;
  box-shadow: 0 0 0 1px #2e9dff;
}

.grid-image.auto {
  background-color: transparent;
  background-image: url('../images/Auto.png');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, .84);
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
}

.form {
  margin-top: 40px;
}

.footer-m4c-link {
  color: #d8c8c8;
  text-decoration: none;
}

.esnw-footer-url {
  margin-right: 280px;
  padding-top: 0px;
  padding-left: 0px;
  color: #fff;
}

.port-image-2 {
  width: 637px;
  margin-right: -1px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 113px;
  padding-left: 0px;
}

.port-image-1 {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 625px;
  margin-bottom: 9px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.esnw-logo {
  background-image: url('../images/ESNW-Logo.jpg');
  background-position: 50% 50%;
  background-size: 1114px;
}

.esnw-footer-website {
  position: static;
  left: 0px;
  bottom: 50px;
  padding-right: 0px;
  padding-left: 25px;
  float: none;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.esnw-footer-website.on-contact-page {
  font-size: 30px;
}

.esnw-email-address-in-footer {
  position: static;
  right: 0px;
  bottom: 50px;
  margin-top: 0px;
  padding: 0px 25px;
  float: none;
  clear: none;
  color: #fff;
  text-align: right;
  text-decoration: none;
}

.esnw-email-address-in-footer.email-on-contact-page {
  font-size: 30px;
}

.esnw-footer-phone-number {
  color: #fff;
  text-decoration: none;
}

.m4c-footer-web-address {
  position: relative;
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: hsla(0, 0%, 100%, .5);
  text-decoration: none;
}

.services-slider {
  position: static;
  left: 185px;
  top: 0px;
  right: 0px;
  width: 1215px;
  clear: none;
}

.services-slider-container {
  position: relative;
  left: 0px;
  height: 0px;
  max-height: 0px;
  margin-top: 0px;
  padding-top: 0px;
  background-image: url('../images/5.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.services-div {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 597px;
  height: 274px;
  margin-right: auto;
  margin-left: auto;
}

.slide-1 {
  background-image: url('../images/deck1.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.slide-3 {
  background-image: url('../images/Conn1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/20160503_144145.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/ltg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-6 {
  background-image: url('../images/20160503_103911_004.jpg'), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: cover, 125px;
}

.slide-7 {
  background-image: url('../images/kttractor.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/image002.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/chairs.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/auto1-1.jpg'), url('../images/example-bg.png');
  background-position: 50% 50%, 0px 0px;
  background-size: cover, 125px;
  background-repeat: no-repeat, repeat;
}

.auto-text {
  color: #084e85;
  text-align: left;
}

.commercial-text {
  color: #084e85;
  text-align: left;
}

.residential-text {
  color: #084e85;
  text-align: left;
}

.marine-text {
  color: #084e85;
  text-align: left;
}

.aviation-text {
  color: #084e85;
  text-align: left;
}

.other-text {
  color: #084e85;
  text-align: left;
}

.home-page-button-div {
  display: block;
  width: 206px;
  margin-right: auto;
  margin-left: auto;
}

.home-page-slider {
  height: 525px;
}

.home-page-slide-1 {
  background-image: url('../images/condonlibrary.jpg');
  background-position: 50% 8%;
  background-size: cover;
}

.home-page-slide-2 {
  background-image: url('../images/deck2.jpg');
  background-position: 39% 33%;
  background-size: cover;
}

.home-page-slide-3 {
  background-image: url('../images/blm1.jpg');
  background-position: 25% 49%;
  background-size: cover;
}

.homepage-slide-4 {
  background-image: url('../images/20160505_112114_002.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.youtube {
  margin-left: 15px;
}

.thank-you-text {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.contact-us-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.contact-us-link:hover {
  color: #8ee605;
}

.contact-page-sub-text {
  margin-top: 45px;
  font-size: 17px;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, .52);
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }
  .navigation-menu {
    background-color: #3b99d9;
  }
  .section {
    padding-top: 54px;
    padding-bottom: 0px;
  }
  .white-box {
    height: 672px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    width: 614px;
    margin-top: 229px;
    font-size: 45px;
  }
  .hero-heading.second-home-page-slider-heading {
    width: 624px;
    font-size: 45px;
  }
  .hero-heading.slide-3-header-home-page-slider {
    width: 628px;
    font-size: 45px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .esnw-footer-website {
    position: static;
    left: 0px;
    bottom: 25px;
    padding-right: 0px;
    padding-left: 25px;
  }
  .esnw-email-address-in-footer {
    position: static;
    right: 0px;
    bottom: 25px;
  }
  .esnw-footer-phone-number {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .m4c-footer-web-address {
    position: relative;
    left: 0px;
    top: 30px;
    right: 0px;
    bottom: 0px;
  }
  .services-div {
    left: 0px;
  }
  .contact-page-sub-text {
    margin-bottom: 0px;
    padding-bottom: 45px;
  }
}

@media (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .section {
    padding-bottom: 0px;
  }
  .section.accent.what-else-section {
    padding-top: 114px;
  }
  .white-box {
    height: 416px;
    margin-bottom: 30px;
  }
  .hero-section.centered {
    margin-top: -117px;
    padding-top: 119px;
    padding-bottom: 0px;
  }
  .hero-heading {
    width: 394px;
    margin-top: 234px;
    margin-bottom: 15px;
    font-size: 40px;
  }
  .hero-heading.second-home-page-slider-heading {
    width: 354px;
    margin-top: 202px;
    font-size: 40px;
    text-align: center;
  }
  .hero-heading.slide-3-header-home-page-slider {
    width: 360px;
    margin-top: 213px;
    font-size: 40px;
    text-align: center;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .section-title-group {
    margin-bottom: 44px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
  .esnw-footer-website.on-contact-page {
    font-size: 26px;
  }
  .esnw-email-address-in-footer.email-on-contact-page {
    font-size: 26px;
  }
  .services-div {
    left: 0px;
    width: 522px;
    height: 227px;
  }
  .home-page-slide-2 {
    background-position: -216px 0px;
  }
}

@media (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .section {
    padding-bottom: 0px;
  }
  .white-box {
    height: 574px;
  }
  .hero-section.centered {
    margin-top: -64px;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .hero-heading {
    width: 188px;
    margin-top: 220px;
    font-size: 38px;
    line-height: 45px;
  }
  .hero-heading.second-home-page-slider-heading {
    width: 189px;
    margin-top: 192px;
    font-size: 38px;
    line-height: 45px;
  }
  .hero-heading.slide-3-header-home-page-slider {
    width: 243px;
    margin-top: 229px;
    font-size: 26px;
    line-height: 36px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .section-subheading.center.off-white {
    font-size: 18px;
  }
  .grid-image {
    width: 35%;
  }
  .esnw-footer-website {
    position: relative;
    left: 91px;
    top: -10px;
    line-height: 18px;
  }
  .esnw-footer-website.on-contact-page {
    left: 40px;
    display: block;
    width: 229px;
    padding-left: 0px;
  }
  .esnw-email-address-in-footer {
    position: relative;
    top: 18px;
    right: 65px;
    padding-left: 16px;
    line-height: 20px;
  }
  .esnw-email-address-in-footer.email-on-contact-page {
    top: 13px;
    right: 118px;
    display: block;
    width: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 21px;
  }
  .m4c-footer-web-address {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 15px;
    line-height: 20px;
  }
  .services-div {
    width: 286px;
    height: 121px;
    margin-bottom: 99px;
    padding-bottom: 2px;
  }
  .left-arrow-slider {
    right: 48px;
  }
  .right-arrow {
    right: -48px;
  }
  .slide-3 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-5 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-6 {
    background-position: 50% 50%, 0px 0px;
    background-size: cover, 125px;
  }
  .home-page-slide-1 {
    background-position: 12% 0px;
    background-size: cover;
  }
  .home-page-slide-2 {
    background-position: 78% 50%;
  }
  .home-page-slide-3 {
    background-position: 33% 50%;
  }
  .home-page-slider-left-arrow {
    margin-left: 1px;
  }
  .home-page-slider-right-arrow {
    margin-right: 1px;
  }
  .home-page-image {
    display: block;
  }
  .facebook-link {
    margin-top: 37px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .contact-page-sub-text {
    margin-top: 64px;
    padding-bottom: 44px;
  }
}

