body {
  background-color: #f0f5f6;
  font-family:'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
p {
  margin-bottom: 10px;
  font-family:'EB Garamond', sans-serif;
  text-align: left;
}
label {
  display: block;
  margin-bottom: 5px;
  line-height: 1em;
  font-weight: 400;
}
.overhead {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2d2d2e;
  color: #f0f5f6;
  font-weight: 300;
}
.navbar {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: transparent;
  color: #2d2d2e;
  font-weight: 700;
}
.hero {
  padding-top: 60px;
  background-image: url('../images/young-nurse.jpg');
  background-position: 50% 29%;
  background-size: cover;
  color: #34495e;
}
.content {
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 1.5em;
  line-height: 1.3em;
  letter-spacing: 0px;
}
.content.first {
  padding-top: 180px;
}
.call-to-action {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #2980b9;
  color: #f0f5f6;
  text-align: center;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #34495e;
  font-family:'EB Garamond', sans-serif;
  color: #f0f5f6;
  font-size: 16px;
  line-height: 21px;
}
.underfoot {
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #2d2d2e;
  color: #f0f5f6;
  font-weight: 300;
}
.desktop-menu {
  margin-top: 15px;
  float: none;
}
.desktop-brand {
  display: inline-block;
  float: none;
}
.right-col {
  text-align: right;
}
.button {
  padding: 12px 18px;
  background-color: #19c3ed;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 20px;
  line-height: 1.1em;
}
.button:hover {
  background-color: rgba(26, 195, 237, 0.75);
}
.button.inverted {
  background-color: #f0f5f6;
  color: #2980b9;
}
.button.inverted:hover {
  background-color: rgba(240, 244, 245, 0.8);
}
.tri-cta-row {
  color: #2d2d2e;
  text-align: center;
}
.tri-block {
  padding: 45px 15px;
  background-color: #ecf0f1;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 12px 0px;
}
.tri-text {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.3em;
  line-height: 1.2em;
}
.cta-para {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
}
.blue-col {
  height: 3px;
  background-color: #2980b9;
}
.light-blue-col {
  height: 3px;
  background-color: #19c3ed;
}
.dark-blue-col {
  height: 3px;
  background-color: #2d2d2e;
}
.accent-row {
  height: 2px;
}
.tri-div {
  position: relative;
  left: 0px;
  top: 90px;
  right: 0px;
  display: block;
}
.tri-icon {
  width: 64px;
}
.main-strap {
  margin-bottom: 0px;
  color: #34495e;
  font-size: 3.2em;
  line-height: 1.3em;
  text-transform: capitalize;
}
.straps-div {
  margin-bottom: 30px;
}
.sub-strap {
  margin-top: 0px;
  color: #7badce;
  font-weight: 600;
}
.nav-link {
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #34495e;
}
.nav-link:hover {
  border-bottom: 2px solid #34495e;
}
.nav-link.w--current {
  color: #2980b9;
}
.center-col {
  text-align: center;
}
.wd-link {
  color: #f0f5f6;
  text-decoration: none;
}
.footer-heading-div {
  height: 30px;
  font-family:'Open Sans', sans-serif;
}
.arrow {
  position: relative;
  display: block;
  width: 25px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 25px 50px 50px;
  border-color: #f0f5f6 transparent transparent;
  line-height: 20px;
}
.content-image {
  width: 100%;
}
.extra-content {
  margin-bottom: 15px;
}
.list-item {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 2px 0px;
  color: #f0f5f6;
}
.list-item.dark {
  background-color: #34495e;
}
.list-item.blue {
  background-color: #2980b9;
}
.list-item.light {
  background-color: #19c3ed;
}
.tri-block-icon-div {
  margin-bottom: 25px;
}
.button-div {
  margin-top: 15px;
  text-align: center;
}
.logo-text {
  display: inline-block;
  color: #34495e;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
}
.logo-text.light {
  color: #7badce;
}
.logo-text.llc {
  position: absolute;
  margin-top: 0px;
  margin-left: 5px;
  font-size: 25px;
  line-height: 25px;
}
.logo-img {
  display: inline-block;
  width: 35px;
  margin-top: -24px;
}
.white-link {
  color: white;
}
.footer-contact {
  margin-bottom: 4px;
}
.subpage-container {
  padding-top: 60px;
  padding-bottom: 60px;
}
.subpage-heading {
  margin-top: 0px;
  font-size: 2.75em;
  line-height: 1.3em;
  text-align: center;
}
.subpage-content {
  font-size: 1.5em;
  line-height: 1.3em;
}
.services-block {
  padding: 30px 60px;
  background-color: #2980b9;
  color: #f0f5f6;
}
.services-block.dark {
  background-color: #34495e;
}
.services-block.light {
  background-color: #7badce;
}
.services-block.highlight {
  background-color: #19c3ed;
}
.subpage-into-para {
  display: block;
  max-width: 500px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  text-align: center;
}
.number-list {
  font-size: 3em;
  line-height: 1em;
}
.how-to-package-row {
  margin-bottom: 15px;
  text-align: center;
}
.subpage-subheading {
  font-size: 1.35em;
  line-height: 1.3em;
  text-align: center;
  text-transform: none;
}
.disclaimer {
  font-size: 0.8em;
  line-height: 1.25em;
}
.disclaimer.super-disclaimer {
  padding-right: 45px;
  padding-left: 45px;
  font-weight: 700;
}
.center {
  text-align: center;
}
.link-block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px 15px;
  background-color: white;
}
.quote-pickup-form {
  padding: 15px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.09) 1px 1px 6px 0px;
  font-size: 0.75em;
}
.short {
  width: 50%;
}
.move {
  display: inline-block;
}
.move.nudge {
  margin-left: 15px;
}
.form-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 29px;
}
.contact-heading {
  font-size: 1.25em;
  line-height: 1.2em;
}
.pick-up-disclaimer {
  margin-top: 5px;
  color: rgba(240, 244, 245, 0.82);
  font-size: 0.75em;
}
.package-image {
  width: 100%;
}
.logo-subline {
  display: block;
  width: 290px;
  padding-left: 0px;
  font-weight: 600;
  text-align: center;
}
.one-text {
  font-family:'Droid Serif', serif;
  font-size: 0.9em;
}
.phone {
  color: #f0f5f6;
  text-decoration: none;
}
.phone-dark {
  color: #34495e;
  text-decoration: none;
}
@media (max-width: 991px) {
  .button {
    font-size: 18px;
  }
  .main-strap {
    font-size: 3em;
  }
  .sub-strap {
    font-size: 28px;
  }
  .nav-link {
    color: #f0f5f6;
  }
  .nav-link:hover {
    color: #f0f5f6;
  }
  .menu-button {
    font-size: 3em;
  }
  .menu-button.w--open {
    background-color: #34495e;
  }
  .nav-menu {
    background-color: #34495e;
  }
  .move {
    display: block;
  }
  .move.nudge {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  h2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar {
    padding-bottom: 15px;
  }
  .content {
    padding: 45px 10px;
  }
  .right-col {
    text-align: center;
  }
  .right-col.mobile-center {
    text-align: center;
  }
  .button {
    font-size: 14px;
  }
  .tri-block {
    padding-right: 5px;
    padding-left: 5px;
  }
  .main-strap {
    font-size: 2.5em;
  }
  .straps-div {
    padding-right: 10px;
    padding-left: 10px;
  }
  .left-col.mobile-center {
    text-align: center;
  }
  .last-footer-nav {
    margin-bottom: 10px;
  }
  .subpage-content.supplies {
    padding-right: 15px;
    padding-left: 15px;
  }
  .services-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .disclaimer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .subpage-paragaph {
    padding-right: 10px;
    padding-left: 10px;
  }
  .move {
    display: inline-block;
  }
  .move.nudge {
    display: inline-block;
    margin-left: 15px;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 18px;
  }
  p {
    padding-right: 5px;
    padding-left: 5px;
  }
  .overhead {
    font-size: 13px;
  }
  .navbar {
    padding-top: 15px;
    padding-bottom: 0px;
  }
  .hero {
    padding-top: 45px;
    padding-bottom: 60px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .content.first {
    padding-top: 90px;
  }
  .button {
    font-size: 20px;
  }
  .tri-block {
    margin-bottom: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .tri-div {
    position: static;
  }
  .tri-icon {
    width: 64px;
  }
  .main-strap {
    font-size: 1.5em;
  }
  .sub-strap {
    color: #f0f5f6;
    font-size: 17px;
    line-height: 30px;
    text-shadow: black 1px 1px 6px;
  }
  .logo-text {
    font-size: 40px;
    line-height: 40px;
  }
  .logo-text.llc {
    font-size: 17px;
    line-height: 17px;
  }
  .menu-button {
    float: none;
  }
  .nav-container {
    text-align: center;
  }
  .brand {
    display: inline-block;
    margin-bottom: 0px;
    float: none;
  }
  .what-we-do-cont {
    margin-top: 30px;
  }
  .subpage-heading {
    font-size: 2.5em;
  }
  .services-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .number-list {
    font-size: 2em;
    line-height: 2em;
  }
  .move {
    display: block;
  }
  .move.nudge {
    display: block;
    margin-left: 0px;
  }
  .form-heading {
    padding-left: 0px;
  }
}

