h1,
h2,
h4,
p,
img,
strong,
form,
footer,
header,
nav,
section,
ul,
ol,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: top;
  background: transparent;
  list-style: none;
}

footer,
header,
nav,
section {
  display: block;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5c5d61;
  padding: 0;
  margin: 0;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.content-wrapper.menu-open:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  background: rgba(0, 0, 0, .5);
}

.content-wrapper.menu-open:after {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: #729db6;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  padding: 0;
  outline: none;
}

a:hover {
  color: #83be63;
}

.title {
  margin-bottom: 30px;
}

h1 {
  font-size: 40px;
  color: #4a4a4a;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

h2 {
  font-size: 36px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

h4 {
  font-size: 24px;
  color: #4a4a4a;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 5px;
}

p {
  margin-bottom: 20px;
}

.title:last-child,
h1:last-child,
p:last-child {
  margin-bottom: 0;
}

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

strong {
  font-weight: 700;
}

ul {
  list-style-type: disc;
  margin-left: 15px;
  margin-bottom: 20px;
}

ul:last-child {
  margin-bottom: 0;
}

ul li {
  list-style-type: disc;
  margin-bottom: 20px;
}

ul li:last-child {
  margin-bottom: 0;
}

ol {
  list-style-type: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
}

ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}

.content-wrapper {
  width: 100%;
  position: relative;
  padding-top: 89px;
}

.container {
  width: 1270px;
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

.container.extra-small-container {
  width: 870px;
}

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.align-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.w-100 {
  width: 100%;
}

.light-gradient {
  background: rgb(234, 239, 245);
  background: -moz-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: linear-gradient(135deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeff5', endColorstr='#c4d5e0', GradientType=1);
}

.s-py {
  padding-top: 120px !important;
}

.s-py {
  padding-bottom: 120px !important;
}

.s-py-half {
  padding-top: 80px !important;
}

.s-py-half {
  padding-bottom: 80px !important;
}

.text-field {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid rgba(19, 19, 19, .5);
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  color: #535353;
  text-align: left;
  padding: 11px 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.text-field:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input:focus {
  outline: none;
}

.btn {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #131313;
  cursor: pointer;
  display: inline-block;
  border: 2px solid #131313;
  padding: 12px 30px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.btn:hover,
.btn:focus {
  color: #fff;
  background: #131313;
}

.btn.btn-green {
  color: #fff !important;
  background: #83be63 !important;
  border-color: #83be63 !important;
}

.btn.btn-green:hover,
.btn.btn-green:focus {
  background: #8fd26a !important;
  border-color: #8fd26a !important;
  color: #fff !important;
}

button,
input {
  filter: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 50px;
  background: #fff;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

.site-header .header-left {
  width: 20%;
}

.site-header .header-right {
  width: 20%;
  text-align: right;
}

.logo {
  display: block;
  width: 105px;
}

.menu-btn {
  display: none;
  color: #131313;
  font-weight: 600;
  padding-left: 30px;
  position: relative;
}

.menu-btn:hover,
.menu-btn:focus {
  color: #131313;
}

.menu-line {
  display: block;
  top: 50%;
  margin-top: -2px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-line,
.menu-line::before,
.menu-line::after {
  width: 20px;
  height: 2px;
  background-color: #131313;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  left: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.menu-line::before,
.menu-line::after {
  content: "";
  display: block;
}

.menu-line::before {
  top: -7px;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.menu-line::after {
  bottom: -7px;
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu-btn.active .menu-line {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-btn.active .menu-line::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.menu-btn.active .menu-line::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.main-menu {
  font-size: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.main-menu .btn {
  display: none;
}

.main-menu {
  text-align: center;
}

.main-menu li {
  display: inline-block;
  font-size: 14px;
  margin: 0 25px;
}

.main-menu li a {
  color: #131313;
}

.main-menu li a:hover,
.main-menu li.active a {
  color: #83be63;
}

.site-footer {
  padding: 50px 0;
  border-top: 2px solid #e0e4eb;
}

.light-gradient + .container .site-footer {
  border-top-color: transparent;
}

.site-footer .footer-logo {
  max-width: 105px;
  margin: 0 auto 30px auto;
}

.site-footer .links .copyright {
  display: inline-block;
}

.site-footer a {
  color: #5c5d61;
}

.site-footer a:hover {
  color: #83be63;
}

.site-footer .footer-menu {
  display: inline-block;
}

.site-footer .footer-menu li {
  margin: 0 0 0 20px;
  display: inline-block;
}

.zipcode-form {
  max-width: 500px;
  margin: 0 auto;
}

.zipcode-form .text-field,
.zipcode-form .btn {
  width: 50%;
}

.light-gradient .zipcode-form .text-field {
  background: #fff;
  border-color: transparent;
}

.zipcode-form .text-field {
  padding: 20px 20px;
  background: #f7f8fa;
  border: 3px solid #e5e5e5;
  border-right: 0;
  font-size: 18px;
  font-weight: 700;
  color: #5c5d61;
  text-align: center;
  border-radius: 70px 0px 0px 70px;
  -moz-border-radius: 70px 0px 0px 70px;
  -webkit-border-radius: 70px 0px 0px 70px;
}

.zipcode-form .text-field:focus {
  border-color: #83be63;
}

.zipcode-form .btn {
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px 70px 70px 0px;
  -moz-border-radius: 0px 70px 70px 0px;
  -webkit-border-radius: 0px 70px 70px 0px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -2px rgba(0, 0, 0, 0.12);
}

.zipcode-form .tool-tip {
  background: #4a4a4a;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
}

.zipcode-form .tool-tip:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(74, 74, 74, 0);
  border-top-color: #4a4a4a;
  border-width: 7px;
  margin-left: -7px;
}

.animation {
  opacity: 0;
}

.animation.go {
  opacity: 1;
}

.moveup.go {
  -webkit-animation: linear;
  -webkit-animation-name: moveup;
  -webkit-animation-duration: .6s;
}

@-webkit-keyframes moveup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.page-title {
  min-height: 150px;
  overflow: hidden;
  padding: 90px 0 15px 0;
  background: rgb(234, 239, 245);
  background: -moz-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  background: linear-gradient(135deg, rgba(234, 239, 245, 1) 0%, rgba(196, 213, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eaeff5', endColorstr='#c4d5e0', GradientType=1);
}

.page-title .title {
  position: relative;
}

.page-title .title:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 300px;
  max-width: 100%;
  height: 5px;
  background: #83be63;
}

.site-header .main-menu ul {
  margin: 0;
}

.error {
  font-size: 14px;
  color: #fe4041;
  line-height: normal;
  position: relative;
  display: none;
}

.error.popped {
  display: block;
}

.zipcode-form .error {
  left: 16%;
  transform: translateX(-16%);
  top: 5px;
}

@media screen and (max-width: 1199px) {
  .s-py {
    padding-top: 80px !important;
  }

  .s-py {
    padding-bottom: 80px !important;
  }

  .s-py-half {
    padding-top: 50px !important;
  }

  .s-py-half {
    padding-bottom: 50px !important;
  }
}

@media screen and (max-width: 1023px) {
  .content-wrapper {
    padding-top: 51px;
  }

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

  .site-header {
    padding: 15px 30px;
    background: #fff;
  }

  .menu-btn {
    display: block;
  }

  .main-menu {
    position: fixed;
    background: #fff;
    right: 0;
    top: 51px;
    padding: 30px;
    width: 350px;
    max-width: 90%;
    height: calc(100% - 51px);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }

  .main-menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: inherit;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
  }

  .main-menu .btn {
    display: block;
  }

  .main-menu ul {
    margin-bottom: 20px;
  }

  .main-menu li {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0;
    text-align: left;
  }

  .main-menu li a {
    padding: 10px 0;
    display: block;
  }

  .header-right {
    display: none;
  }

  .site-footer {
    padding: 30px 0;
  }

  .site-footer .footer-logo {
    margin: 0 auto 20px auto;
  }

  .site-footer .links {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .site-footer .links .copyright,
  .site-footer .footer-menu {
    display: block;
    width: 100%;
  }

  .site-footer .footer-menu {
    order: 1;
  }

  .site-footer .footer-menu li {
    margin: 3px 10px;
  }

  .site-footer .links .copyright {
    order: 2;
    margin-top: 20px;
  }

  .page-title {
    min-height: 100px;
    padding: 50px 0 15px 0;
  }
}

@media screen and (max-width: 767px) {
  .s-py {
    padding-top: 50px !important;
  }

  .s-py {
    padding-bottom: 50px !important;
  }

  .s-py-half {
    padding-top: 30px !important;
  }

  .s-py-half {
    padding-bottom: 30px !important;
  }
}

@media screen and (max-width: 567px) {
  .title {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  .s-py {
    padding-top: 40px !important;
  }

  .s-py {
    padding-bottom: 40px !important;
  }

  .s-py-half {
    padding-top: 30px !important;
  }

  .s-py-half {
    padding-bottom: 30px !important;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header {
    padding: 15px 20px;
  }

  .main-menu li a {
    padding: 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .zipcode-form .text-field,
  .zipcode-form .btn {
    width: 100%;
    border-radius: 60px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
  }

  .zipcode-form .text-field {
    padding: 15px 20px;
    margin-bottom: 10px;
    border-right: 2px solid #e5e5e5;
  }

  .zipcode-form .btn {
    padding: 15px 30px;
  }

  .zipcode-form .error {
    left: 50%;
    transform: translateX(-50%);
    top: 10px;
  }
}

h5 {
  text-decoration: underline;
}
