.sr-only {
  opacity: 0;
  height: 0;
  overflow: hidden;
  width: 0;
  left: -999px;
  position: absolute;
}

.align-left {
  float: left;
}

.align-right {
  float: right;
}

.valign-middle {
  display: inline-block;
  vertical-align: middle;
}

.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}

.container {
  max-width: 1000px;
  width: 100%;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.hidden {
  display: none !important;
}

img.aligncenter {
  display: block;
  margin: auto;
}

.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}

.page-wrapper {
  overflow: hidden;
}

.primary-content {
  padding-top: 45px;
  padding-bottom: 45px;
}
.primary-content:after {
  content: "";
  display: block;
  clear: both;
}

.spacer {
  margin-top: 35px !important;
}
.spacer-tall {
  margin-top: 60px !important;
}
.spacer-bottom {
  margin-bottom: 35px;
}
.spacer-bottom-tall {
  margin-bottom: 70px;
}
.paragraph .spacer-bottom-tall {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  img.alignright {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
  }

  img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.navigation-menu {
  display: inline-block;
  vertical-align: middle;
}
.navigation-menu ul {
  display: inline-block;
  position: relative;
  width: 100%;
}
.navigation-menu ul li {
  display: inline-block;
  position: relative;
}
.navigation-menu ul li ul {
  display: none;
  padding-top: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  text-align: left;
  width: 150px;
}
.navigation-menu ul li:hover ul {
  display: block;
}

body, html {
  font-size: 14px;
}

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

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

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

.all-caps {
  text-transform: uppercase;
}

.large {
  font-size: 1.2em;
}

.text-normal {
  text-transform: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}

.small-text {
  font-size: 0.85em;
}

.paragraph {
  font-size: 14px;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
}

.paragraph.large {
  font-size: 16px;
}

.paragraph.short {
  line-height: 1.5em;
}

.paragraph ol {
  list-style: decimal;
  margin-left: 20px;
  padding-left: 20px;
}
.paragraph ul {
  list-style: disc;
  margin-left: 20px;
  padding-left: 20px;
}
ul.menu {
  list-style: none !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.paragraph > * + * {
  margin-top: 20px;
}
.paragraph > *.flush-bottom + * {
  margin-top: 2px;
}
.paragraph.short > * + * {
  margin-top: 12px;
}
.paragraph.tall > * + * {
  margin-top: 30px;
}

form input[type=text] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1em;
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}
form input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1em;
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}
form input[type=email] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1em;
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}
form input[type=password] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1em;
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}
form input[type=number] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1em;
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}
form input[type=tel] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #fff;
  border: 1px solid;
  box-sizing: border-box;
  font-size: 1em;
  height: 40px;
  padding: 10px 15px;
  width: 100%;
}
form textarea {
  max-height: 200px;
}
.button, form input[type=button],
form input[type=submit], form button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background: #fb4701;
  border: 0;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  overflow: hidden !important;
  padding: 9px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  width: auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
}

@media only screen and (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-tablet {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
    display: none;
  }

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

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

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

/*# sourceMappingURL=base.css.map */
