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;
}

a {
  color: #2e80b6;
  text-decoration: none;
}

.button {
  display: none;
  overflow: visible;
  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: #f8c740;
}

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

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  background-color: #2d3e4f;
  font-weight: 400;
}

.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 {
  padding-top: 30px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

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

.navigation-link.w--current {
  padding-top: 30px;
}

.navigation-link.w--current:hover {
  color: #2e80b6;
}

.navigation-link.w--current:active {
  background-color: #f6f9fd;
  color: #2e80b6;
}

.navigation-bar {
  position: static;
  display: block;
  background-color: #fff;
}

.brand-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}

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

.section {
  position: relative;
  padding: 40px 10px;
  background-color: #edeff2;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.accent {
  padding-bottom: 60px;
  background-color: #192024;
  background-image: url('../images/Bern.png');
  background-position: 100% 100%;
  background-size: cover;
}

.section.white {
  padding-top: 20px;
  padding-bottom: 10px;
  background-color: #fff;
}

.section.dark {
  padding-bottom: 40px;
  background-color: #1c2835;
  color: #2d3e4f;
}

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

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

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

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border: 1px none #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#273542), to(rgba(46, 157, 255, 0.22))), url('../images/serenity-euthanasia-dog.jpg');
  background-image: linear-gradient(180deg, #273542, rgba(46, 157, 255, 0.22)), url('../images/serenity-euthanasia-dog.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: none;
}

.hero-subheading {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.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 {
  text-transform: uppercase;
}

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

.section-heading.centered {
  margin-top: 40px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #49647b;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

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

.section-subheading.center {
  color: #49647b;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-right: 15px;
  padding-bottom: 0px;
  padding-left: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #e8e8e8;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.section-title-group {
  margin-bottom: auto;
}

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

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

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

.footer.center {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dbdbdb;
  background-color: #1c2835;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

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

.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, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
  color: #3b99d9;
}

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

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

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

.fullwidth-image:active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

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

.form {
  margin-top: 40px;
}

.slide {
  margin-bottom: -1px;
}

.image {
  margin-top: -124px;
}

.slider {
  height: 450px;
}

.image-2 {
  margin-top: -131px;
  padding-top: 0px;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.div-block {
  margin: -13px -13px 25px;
}

.image-3 {
  min-height: 500px;
}

.div-block-2 {
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 128, 182, 0.58)), to(#fff)), url('../images/active-4010905_1920.jpg');
  background-image: linear-gradient(180deg, rgba(46, 128, 182, 0.58), #fff), url('../images/active-4010905_1920.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section-2 {
  height: 100vh;
}

.topmargen-style {
  margin-bottom: 100px;
  background-image: url('../images/38135274_1878542792215166_1298065114011795456_n.png');
  background-position: 0px 0px;
  background-size: cover;
}

.text-span {
  font-weight: 400;
}

.image-4 {
  background-image: url('../images/Flyer-YAF-A4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Flyer-YAF-A4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.flyer-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 890px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Flyer-YAF-A4.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.container-2 {
  display: block;
  height: 100vh;
}

.section-3 {
  width: auto;
  height: 60vh;
  margin-top: 11px;
  margin-bottom: -12px;
}

.container-3 {
  height: 150vh;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

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

.image-6 {
  display: inline-block;
  padding-top: 15px;
}

.button-2 {
  padding: 15px 20px;
  border-radius: 100px;
  background-color: #1c2835;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

.banner {
  background-color: #1c2835;
}

.text-block {
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
  font-size: 15px;
  text-align: center;
  text-transform: none;
}

.text-block-2 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #404047;
  line-height: 24px;
  text-align: left;
}

/* .text-block-2.custom .form-check { */
/*   text-align: left; */
/* } */

.bold-text {
  font-weight: 400;
}

.container-5 {
  padding-top: 0px;
}

.body {
  background-color: #fff;
}

.section-5 {
  padding-top: 40px;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #edeff2;
}

.bold-text-2 {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
}

.text-block-3 {
  padding-right: 40px;
  padding-left: 40px;
  background-color: #f7f7f7;
  color: #676770;
  line-height: 24px;
  text-align: center;
}

.column {
  background-color: #f7f7f7;
}

.image-7 {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: left;
}

.column-2 {
  margin-bottom: 10px;
  padding-left: 10px;
  background-color: #f7f7f7;
}

.columns {
  margin-right: 10px;
  margin-left: 10px;
}

.container-6 {
  padding-left: 40px;
  background-color: #f7f7f7;
}

.div-block-3 {
  margin-right: 140px;
  margin-left: 140px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f7f7f7;
  text-align: center;
}

.section-7 {
  margin-bottom: 20px;
  padding-top: 20px;
}

.section-8 {
  margin-bottom: 20px;
}

.paragraph {
  display: block;
  height: 200px;
  margin-bottom: auto;
  border: 2px solid #ecf0f1;
  border-radius: 5px;
  color: #404047;
  font-size: 17px;
  font-weight: 400;
}

.paragraph.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-radius: 0px;
}

.bold-text-3 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.paragraph-2 {
  color: #404047;
  font-weight: 400;
}

.paragraph-3 {
  margin-bottom: 35px;
  color: #404047;
  font-weight: 400;
}

.paragraph-4 {
  margin-bottom: 35px;
  color: #404047;
  font-weight: 400;
}

.heading {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #404047;
  font-weight: 400;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: none;
}

.div-block-4 {
  height: 320px;
  max-height: 320px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px none #ecf0f1;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.heading-2 {
  padding-top: 40px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  font-size: 24px;
  line-height: 20px;
}

.heading-2.vet {
  padding-top: 0px;
  text-align: left;
}

.bold-text-4 {
  display: block;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: 400;
}

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

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.subheader {
  padding-right: 15px;
  padding-left: 15px;
  color: #49647b;
  font-size: 17px;
  font-weight: 400;
}

.container-7 {
  display: block;
}

.doctor-about {
  height: 320px;
  max-height: 320px;
  padding-right: 10px;
  padding-left: 10px;
  border: 2px none #ecf0f1;
  border-radius: 5px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.vet-paragraph {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.bold-text-5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.link {
  color: #83b6e2;
  text-decoration: none;
}

.link:hover {
  color: #2e9dff;
  text-decoration: none;
}

.link-2 {
  color: #3b99d9;
  text-decoration: none;
}

.doctor-image {
  min-width: 100%;
  padding-bottom: 20px;
}

.bold-text-6 {
  color: #192024;
  font-weight: 400;
}

.bold-text-7 {
  color: #192024;
  font-weight: 400;
}

.bold-text-8 {
  color: #192024;
  font-weight: 400;
}

.container-8 {
  padding-right: 15px;
  padding-left: 15px;
}

.column-4 {
  padding-right: 0px;
  padding-left: 0px;
}

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

.list-item-2 {
  text-align: left;
}

.list-item-3 {
  text-align: left;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.container-9 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.nav-links {
  padding: 0.625em 0.938em;
  -webkit-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
  color: #103557;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.33px;
  text-decoration: none;
  cursor: pointer;
}

.nav-links:hover {
  opacity: 1;
  color: #ff585d;
}

.nav-links.w--current {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #103557;
}

.nav-links.w--current:hover {
  color: #ff585d;
}

.nav-links.tracking-number-target {
  font-family: Lato, sans-serif;
  color: #38353a;
  font-weight: 400;
}

.nav-links.mobile-links {
  font-family: Lato, sans-serif;
  color: #6a859c;
  font-weight: 400;
}

.nav-links.mobile-links:hover {
  color: #2e80b6;
}

.nav-links.mobile-links:active {
  color: #2e80b6;
}

.nav-links.mobile-links:focus {
  color: #2e80b6;
}

.nav-links.mobile-links.cta-link {
  position: static;
  border-style: solid;
  border-width: 1px;
  border-color: #ff585d;
  border-radius: 4px;
  -webkit-transition-property: color;
  transition-property: color;
  color: #ff585d;
  font-weight: 400;
}

.nav-links.mobile-links.cta-link.header {
  margin-left: 20px;
  padding-left: 1em;
}

.nav-links.mobile-links.cta-link.header:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.navigation {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  margin-top: 0px;
  margin-bottom: auto;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.branding-tag {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 9001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
  box-shadow: none;
}

.branding-tag.w--current {
  background-color: transparent;
  background-image: url('../images/vetted-petcare-logo.png');
  box-shadow: none;
}

.delay-links {
  display: none;
}

.wrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  overflow: auto;
  width: 100vw;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.875em;
  padding-bottom: 20px;
  padding-left: 1.875em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper.centered-desktop-logo {
  display: block;
  height: auto;
  padding: 0em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.image-22 {
  color: #38353a;
  font-size: 15px;
}

.call-link-tiny-txt {
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.33px;
}

.menu-button-5.w--open {
  background-color: #fff;
  color: rgba(9, 106, 208, 0.2);
}

.flex-center-nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.flex-center-nav-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.call-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1.875em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navlinks {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px none #000;
}

.navbar-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-3 {
  display: block;
  border-radius: 5px;
  background-color: #2d3e4f;
  font-weight: 400;
}

.button-3.mobile-button {
  display: none;
}

.navbar {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}

.navbar-logo {
  width: 150px;
}

.div-block-5 {
  padding-bottom: 20px;
}

.image-23 {
  padding-bottom: 20px;
}

.covid-banner {
  background-color: #b90e1e;
}

.text-block-4 {
  position: static;
  padding: 10px 15px;
  color: #f0f0f0;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-block-5 {
  margin-right: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: left;
}

.link-3 {
  color: #061142;
}

.bold-text-9 {
  color: #061142;
}

.bold-text-10 {
  font-size: 16px;
}

.select-field {
  max-width: none;
  margin-bottom: 17px;
  background-color: #fff;
}

.text-span-2 {
  font-size: 20px;
}

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.6000000000000002, 0.6000000000000002);
  -ms-transform: scale(0.6000000000000002, 0.6000000000000002);
  transform: scale(0.6000000000000002, 0.6000000000000002);
}

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 screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }

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

  .navigation-bar {
    position: relative;
  }

  .hamburger-button.w--open {
    position: -webkit-sticky;
    position: sticky;
    background-color: #2d3e4f;
  }

  .navigation-menu {
    background-color: #2d3e4f;
  }

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

  .grid-image {
    width: 50%;
    padding: 15px;
    background-color: #49647b;
    box-shadow: 0 0 0 1px transparent;
  }

  .icon {
    padding-top: 10px;
  }

  .container-9 {
    position: relative;
  }

  .nav-links {
    display: block;
    padding-top: 0.938em;
    padding-bottom: 0.938em;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
    text-align: center;
  }

  .nav-links.mobile-links {
    padding: 0.3rem 1.5rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 17px;
    line-height: 2em;
    text-align: left;
  }

  .nav-links.mobile-links.cta-link {
    color: #ff585d;
  }

  .nav-links.mobile-links.mobile-drop {
    display: none;
  }

  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }

  .branding-tag {
    width: 150px;
    height: 90px;
    background-position: 50% 55%;
    background-size: 110px;
  }

  .delay-links {
    display: block;
  }

  .wrapper.centered-desktop-logo {
    height: 70px;
    min-height: auto;
    padding-right: 0.5em;
    padding-left: 1.875em;
  }

  .md-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding: 1.875em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-top: 2px solid #f0f3f4;
    background-color: #f0f3f4;
    box-shadow: 0 4px 3px 0 rgba(121, 78, 25, 0.1), 0 7px 5px 0 rgba(72, 72, 72, 0.07);
  }

  .menu-button-5 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.55em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button-5.w--open {
    position: relative;
    background-color: transparent;
    color: #096ad0;
  }

  .flex-logo {
    position: static;
    height: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-center-nav-right {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-center-nav-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #2d3e4f;
    color: #2d3e4f;
  }

  .navlinks {
    color: #fff;
  }

  .navlinks.login-navlink {
    color: #333;
  }

  .navbar-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .menu-button {
    background-color: #fff;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #2c2c2c;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

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

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
    background-color: #49647b;
    box-shadow: 0 0 0 1px transparent;
  }

  .spc {
    margin-bottom: 30px;
  }

  .bold-text-6 {
    color: #192024;
    font-weight: 400;
  }

  .bold-text-7 {
    color: #192024;
    font-weight: 400;
  }

  .bold-text-8 {
    color: #192024;
    font-weight: 400;
  }

  .nav-links.mobile-links.hide {
    display: none;
  }

  .nav-links.mobile-links.mobile-drop {
    display: block;
  }

  .branding-tag {
    width: 130px;
    height: 80px;
    background-position: 50% 57%;
    background-size: 95px;
  }

  .wrapper {
    height: auto;
  }

  .wrapper.centered-desktop-logo {
    height: 55px;
    padding-top: 0.55em;
    padding-bottom: 0.55em;
    padding-left: 1.25em;
  }

  .menu-button-5 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0.625em;
    bottom: 0%;
    width: 65px;
    height: 55px;
    padding: 0.5em 0em;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }

  .menu-button-5.w--open {
    position: relative;
  }

  .flex-logo {
    height: 38px;
  }

  .row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .call-link {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
  }

  .navigation-link.w--current {
    position: relative;
  }

  .navigation-bar {
    position: relative;
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navigation-menu {
    background-color: #2d3e4f;
  }

  .section {
    margin-top: auto;
    margin-bottom: 13px;
  }

  .section.accent {
    margin-top: 0px;
  }

  .section.white {
    margin-bottom: auto;
    padding-bottom: 20px;
  }

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

  .hero-heading {
    font-size: 32px;
    line-height: 30px;
  }

  .hero-subheading {
    font-size: 16px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
    border-color: #fff;
    background-color: #49647b;
    box-shadow: 0 0 0 1px transparent;
  }

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

  .div-block-2 {
    position: relative;
    z-index: 1;
  }

  .section-3 {
    height: 50vh;
    margin-top: 19px;
    margin-bottom: 80px;
    padding-bottom: 0px;
  }

  .container-4 {
    height: 100%;
  }

  .image-5 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

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

  .bold-text-2 {
    letter-spacing: 0.5px;
  }

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

  .div-block-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .div-block-4 {
    height: auto;
    max-height: 420px;
    padding-bottom: 10px;
  }

  .container-9 {
    position: relative;
  }

  .navigation {
    position: static;
    margin-bottom: 0px;
  }

  .branding-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .wrapper {
    position: static;
    padding-right: 0.25em;
    padding-left: 0.25em;
  }

  .wrapper.centered-desktop-logo {
    width: 100%;
    max-width: 500px;
  }

  .menu-button-5 {
    position: relative;
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }

  .menu-button-5.w--open {
    position: relative;
  }

  .flex-center-nav-left {
    width: 130px;
    height: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .row.full-width {
    display: block;
    width: 130px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .nav-menu {
    padding-left: 20px;
    background-color: #2d3e4f;
    color: #2d3e4f;
    text-align: left;
  }

  .navlinks {
    padding-left: 0px;
  }

  .navlinks.login-navlink {
    display: none;
  }

  .button-3 {
    display: none;
  }

  .button-3.mobile-button {
    display: inline-block;
    background-color: #fff;
    color: #2d3e4f;
  }
}

