@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .logo {
    width: 100%;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0067a5;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0067a5;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

p {
  margin-bottom: 5px;
  line-height: 22px;
}

a {
  color: #0067a5;
  text-decoration: none;
}

a:hover {
  color: #590057;
  text-decoration: none;
}

.custom-code-block {
  /*width:50%;*/
  margin:20px auto;
}

.down-arrow-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 70px;
    margin-bottom: 220px;
    text-align: center;
    z-index: 2;
}
.down-arrow-wrapper.interiors {
    margin-bottom: 60px;
}
.down-arrow-wrapper.locations-map-arrow {
    display: none;
}
.scroll-anchor {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 2px;
    margin-top: -146px;
}
.down-arrow-link-block {
    width: 60px;
    height: 60px;
    border: 1px solid #d7dce1;
    border-radius: 200px;
    background-color: #fff;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    font-family: Fontawesome, sans-serif;
    color: #0067a5;
    font-size: 48px;
    line-height: 60px;
}

.white-button {
  display: inline-block;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #d7dce1, 0 -1px 0 0 #d7dce1, 1px 0 0 0 #d7dce1, -1px 0 0 0 #d7dce1;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #0067a5;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.white-button:hover {
  color: #590057;
  text-decoration: none;
}

.white-button.cms-btn-secondary {
  padding: 14px 32px;
  border-style: none;
  border-color: #0067a5;
  background-color: #0067a5;
  background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
  background-image: linear-gradient(180deg, #1889cc, #0067a5);
  box-shadow: none;
  color: #fff;
  background-color: black;
}

.white-button.cms-btn-secondary:hover {
  background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5 59%);
  background-image: linear-gradient(180deg, #1889cc, #0067a5 59%);
  color: #fff;
}

.white-button.cms-btn-secondary.fixed {
  box-shadow: none;
}

.cms-btn.search-button {
  width: 120px;
  margin-top: 2px;
  margin-left: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  float: left;
}

.white-button.c2a-button {
  min-width: 248px;
  float: left;
  background-color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
}

.white-button.c2a-button.right {
  margin-left: 20px;
  background-color: #fff;
}

.white-button.c2a-button.third-button {
  margin-left: 0px;
  margin-top: 20px;
}

.white-button.c2a-button.fourth-button {
  margin-top: 20px;
}

.white-button.fixed {
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 250px;
  margin-bottom: -23px;
  margin-left: -125px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 #d7dce1, 1px 0 0 0 #d7dce1, -1px 0 0 0 #d7dce1, 0 -1px 0 0 #d7dce1;
}

.white-button.fixed.read-more {
  position: static;
  width: auto;
  margin-left: 0px;
}

.white-button.fixed.events {
  margin-bottom: 90px;
}

.white-button.featured-button {
  margin-top: 25px;
  box-shadow: none;
}

.white-button.event-button {
  box-shadow: none;
}

.white-button.event-button.blue {
  color: #0067a5;
}

.footer-section {
  padding-top: 55px;
  padding-bottom: 50px;
  background-color: #fff;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 45px;
  box-shadow: 1px 0 0 0 hsla(0, 0%, 58%, .15), inset -1px 0 0 0 hsla(0, 0%, 100%, .15);
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #444;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  cursor: pointer;
}

.nav-link:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4) 18%, transparent);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4) 18%, transparent);
  color: #444;
  text-decoration: none;
}

.nav-link.w--current, .nav-link.current {
  background-image: -webkit-linear-gradient(270deg, transparent, hsla(0, 0%, 100%, .7) 60%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .7) 60%, hsla(0, 0%, 100%, 0));
  color: #444;
}

.nav-link.w--current:hover, .nav-link.current:hover {
  color: #444;
}

.nav-link.dropdown-nav-link {
  display: block;
}

.nav-link.first {
  box-shadow: 1px 0 0 0 hsla(0, 0%, 58%, .15), inset -1px 0 0 0 hsla(0, 0%, 100%, .15), inset 1px 0 0 0 hsla(0, 0%, 58%, .15), -1px 0 0 0 hsla(0, 0%, 100%, .15);
}

.nav-link.open {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .12) 7%, hsla(0, 0%, 100%, .38) 66%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .12) 7%, hsla(0, 0%, 100%, .38) 66%);
}

.logo-home-link {
  display: inline-block;
  float: left;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 216px;
  -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;
  text-align: center;
  -webkit-transition: height 100ms ease;
  transition: height 100ms ease;
}

.navbar.scrolled {
  height: 100px;
}

.nav-menu {
  position: absolute;
  left: 50%;
  bottom: -47px;
  display: block;
  width: 100vw;
  margin-left: -50vw;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4) 18%, transparent 75%), -webkit-linear-gradient(270deg, #f0f0f0, #d1d1d1);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4) 18%, transparent 75%), linear-gradient(180deg, #f0f0f0, #d1d1d1);
  box-shadow: inset 0 1px 0 0 #e4e4e4, inset 0 -1px 0 0 #c4c4c4;
  text-align: center;
}

.nav-menu.sticky {
  position: fixed;
  top: 0px;
  bottom: auto;
}

.nav-menu.secondary-nav {
  position: static;
  width: 100%;
  margin-left: 0px;
  float: none;
}

.main-content-section {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: #fff;
}

.delete-this-class {
  color: #0093e8;
  line-height: 22px;
  text-decoration: none;
}

.delete-this-class:hover {
  text-decoration: underline;
}

.delete-this-class.amsd-more-link {
  display: inline-block;
  margin-top: 10px;
  float: left;
  clear: both;
}

.delete-this-class.back-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}

.delete-this-class.amsd-grid-more-link {
  display: inline-block;
  margin-top: 10px;
}

.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 64px;
  text-align: center;
}

.subtitle-text {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.footer-link {
  margin-top: 10px;
  margin-right: 30px;
  float: left;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0067a5;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
}

.footer-link:hover {
  color: #590057;
}

.custom-icon {
  position: relative;
  top: -1px;
  margin-right: 7px;
  float: left;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.header-custom-icon {
  position: relative;
  top: -2px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 16px;
  height: 16px;
  margin-bottom: 2px;
}


.font-awesome-icon {
  position: relative;
  top: 2px;
  margin-right: 7px;
  float: left;
  font-family: Fontawesome, sans-serif;
  color: #590057;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.font-awesome-icon i {
	font-style: normal;
}

.cybernautic-tag {
  width: 150px;
  max-width: 100%;
  float: right;
}

.dropdown.nested {
  display: block;
}

.dropdown.full-width {
  position: static;
}

.dropdown-link {
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #444;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}

.dropdown-link:hover {
  color: #0067a5;
  text-decoration: none;
}

.dropdown-link.w--current {
  color: #0067a5;
}

.dropdown-list {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #e4e4e4, -1px 0 0 0 #e4e4e4, 1px 0 0 0 #e4e4e4;
}

.nested-dropdown-list {
  margin-top: -50px;
  margin-left: 100%;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  box-shadow: inset 1px 0 0 0 #e4e4e4, inset 0 1px 0 0 #e4e4e4, inset 0 -1px 0 0 #e4e4e4, inset -1px 0 0 0 #e4e4e4;
}

.footer-links {
  float: left;
  width: 700px;
}

.gallery-image {
    display: inline-block;
    width: 500px;
    margin-right: 20px;
    margin-bottom: 45px;
    margin-left: 20px;
    text-align: center;
    text-decoration: none;
}


.gallery-image:hover {
  text-decoration: none;
}

.album-label {
  margin-top: 10px;
  color: #333;
  text-align: center;
}

.gallery-albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.album-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.above-footer-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #e4e4e4;
  text-align: center;
}

.cms-contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  float: left;
}

.floating-form-label {
  position: absolute;
  opacity: 0;
  transition: 0.2s ease opacity;
  top: 6px;
  left: 12px;
  font-weight: 400;
  font-size: 11px;
  line-height: 11px;
  margin-right: 10px;
}

.floating-form-label.visible {
  opacity: 1;
}

.form-input {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 7px 8px 8px;
  float: left;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  transition: 0.2s ease padding;
  height: 48px;
}

.form-input.focused {
  padding: 20px 12px 8px;
}

.form-input.form-invalid {
  border-color: #f75454;
}

.form-input.left {
  width: 49.5%;
  float: left;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.right {
  width: 49.5%;
  margin-left: 1%;
  float: right;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.text-area-input {
  min-height: 100px;
}

.form-input.options-input {
  width: auto;
  padding-left: 32px;
  border: 0px none transparent;
  background-color: transparent;
}

.form-input.third {
  width: 32.66%;
}

.form-input.third.middle {
  margin-right: 1%;
  margin-left: 1%;
}

.form-input.search {
  width: 174px;
}

.form-input.search-select {
  width: 174px;
}

.form-input.quarter {
  width: 24.25%;
  margin-right: 1%;
}

.form-input.quarter.last {
  margin-right: 0px;
}

.input-wrapper.left {
  width: 49.5%;
  float: left;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.input-wrapper.right {
  width: 49.5%;
  margin-left: 1%;
  float: right;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.input-wrapper.third {
  width: 32.66%;
}

.input-wrapper.third.middle {
  margin-right: 1%;
  margin-left: 1%;
}

.input-wrapper.quarter {
  width: 24.25%;
  margin-right: 1%;
}

.input-wrapper.quarter.last {
  margin-right: 0px;
}

.form-input.yes-no {
  width: 20%;
  float: right;
}

.form-input.languages {
  width: 20%;
}

.form-input.resume {
  width: 25%;
  margin-bottom: 30px;
  border: 2px dashed #0067a5;
}

.form-input.signature {
  width: 25%;
  clear: both;
}

.contact-form-message {
  margin-top: 20px;
}

.nav-items-wrapper.mobile {
  display: none;
}

.amsd-item {
  margin-top: -1px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d7dce1;
  border-bottom: 1px solid #d7dce1;
}

.amsd-item.fixed {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  max-width: 100%;
  margin: 25px 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.amsd-item.grid.providers {
  width: 187px;
}

.amsd-item.grid.video-gallery {
  width: 500px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: none;
  background-color: #fff;
}

.amsd-image-link.providers {
  height: 258px;
  overflow: hidden;
}

.amsd-image-link.baby-central {
	height: 208px;
	overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 15%;
}

.amsd-image-link.video-gallery {
  height: 280px;
  border: 1px solid #e0e0e0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image {
  display: block;
  width: 300px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.amsd-image.board {
	height: 100%;
    width: auto;
    max-width: none;
}

.amsd-image.staff-image {
  width: 200px;
}

.amsd-image.profile-page {
  margin-bottom: 30px;
}

.amsd-image-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: relative;
}

.amsd-image-link.fixed {
	width: 300px;
	float: left;
	max-width: 100%;
}

.amsd-title-text {
  margin-bottom: 5px;
  float: left;
  clear: both;
  color: #111111;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-decoration: none;
}

.amsd-title-text.grid.photo-gallery {
  margin-top: 15px;
  margin-bottom: 0px;
}

.amsd-title-text.grid.video-gallery {
  margin-bottom: 0px;
  color: #0067a5;
  font-weight: 600;
  font-size: 22px;
  line-height: 26px;
}

.amsd-title-text.no-link {
  cursor: default;
}

a.amsd-title-text:hover {
  color: #590057;
  text-decoration: none;
}

.amsd-item.hover a.amsd-title-text {
	color: #590057;
}

a.amsd-title-text[href="javascript:void(0);"]:hover {
  color: #111111;
}

.amsd-item.hover a.amsd-title-text[href="javascript:void(0);"] {
  color: #111111;
}

.amsd-title-text.grid {
  position: relative;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.amsd-title-text.grid.baby-central {
  position: relative;
}

.amsd-title-text.contact-us {
  margin-top: 10px;
  margin-bottom: 30px;
  float: none;
  text-align: center;
}

.amsd-text-wrapper {
  padding-top: 10px;
}

.amsd-text-wrapper.fixed {
  padding-left: 20px;
}

.amsd-text-wrapper.fixed.no-image {
	padding-left: 0px;
}

.amsd-text-wrapper.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 30px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
}

.amsd-text-wrapper.grid.providers {
  padding: 12px;
  padding-bottom: 15px;
}

.amsd-text-wrapper.grid.video-gallery {
  padding: 15px 0px 0px;
}

.amsd-description-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  clear: both;
}

.amsd-description-text.grid {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  line-height: 22px;
  text-align: left;
}

.amsd-description-text.grid.baby-central {
  margin-top: 3px;
  margin-bottom: 5px;
}

.amsd-description-text.grid.video-gallery {
  font-size: 16px;
  line-height: 22px;
}

.amsd-subtitle-text {
  margin-top: 8px;
  margin-bottom: 0px;
  float: left;
  clear: both;
  color: #0067a5;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  position: relative;
}

.amsd-subtitle-text.icon-space {
  padding-left: 24px;
}

.amsd-subtitle-text.grid {
  margin-top: 10px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left;
  word-break: break-word;
}

.amsd-subtitle-text.profile-page {
  margin-top: 8px;
  margin-bottom: 8px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.amsd-select-form {
  display: block;
  max-width: 300px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.back-links-wrapper {
  margin-top: 45px;
  margin-bottom: -30px;
  text-align: center;
}

.amsd-grid {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-grid.providers {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
}

.amsd-dropdown {
  width: 100%;
}

.amsd-dropdown-toggle {
  display: inline-block;
  padding: 0px;
  color: #0093e8;
  font-size: 38px;
  line-height: 44px;
}

.amsd-dropdown-toggle:hover {
  text-decoration: underline;
}

.amsd-dropdown-list {
  position: static;
  width: 100%;
  padding-top: 5px;
  background-color: transparent;
}

.contact-page-text-wrapper {
  margin-bottom: 45px;
}

.map {
  height: 300px;
  margin-bottom: 10px;
}

.calendar-block {
  overflow: hidden;
}

.calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
  margin-bottom: -1px;
  margin-left: -5px;
}

.calendar-row.labels {
  min-height: 0px;
  margin-bottom: 11px;
}

.day-block {
  width: 129px;
  min-height: 150px;
  margin-left: 5px;
  padding: 10px;
  float: left;
  border-bottom: 1px solid #e0e0e0;
  border-left: 6px solid #fff;
  box-shadow: -1px 0 0 0 #e0e0e0;
}

.day-block.label {
  width: 134px;
  min-height: 0px;
  margin-left: 0px;
  padding-left: 20px;
  border-left-style: none;
  box-shadow: none;
}

.calendar-number-label {
  text-align: left;
}

.calendar-number-label.today {
  color: #0093e8;
}

.calendar-day-label {
  text-align: center;
}

.event-link {
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #0093e8;
  text-decoration: none;
}

.event-link:hover {
  text-decoration: underline;
}

.hidden-day-of-the-week {
  display: none;
}

.nav-container {
  position: static;
  display: block;
  padding-left: 90px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  flex-basis: 100%;
}

.options-button {
  margin-left: -20px;
}

.form-input-options-wrapper {
  width: 100%;
  margin-top: 10px;
  float: left;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-label {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #0067a5;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.form-label.yes-no {
  width: 77%;
  float: left;
  color: #111111;
  font-size: 15px;
  font-weight: 400;
}

.form-label.languages {
  position: relative;
  top: 8px;
  width: 15%;
}

.amsd-more-link {
  display: inline-block;
  margin-top: 10px;
  float: left;
  clear: both;
}

.amsd-more-link.provider-learn-more {
    padding: 6px 10px;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 100px;
    text-align: center;
    margin-left: -50px;
    display: none;
}

.amsd-more-link.cms-btn {
  margin-top: 20px;
}

.amsd-more-link.cms-btn {
  margin-top: 20px;
}

.amsd-more-link.cms-btn.grid {
  margin-bottom: -5px;
}

.amsd-more-link.cms-btn.grid.employment {
  min-width: 186px;
  font-size: 15px;
}

.amsd-grid-more-link {
  display: inline-block;
  margin-top: 10px;
}

.amsd-grid-more-link.cms-btn {
  margin-top: 20px;
}

.amsd-grid-more-link.cms-btn:hover {
  color: #fff;
}

.back-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 10px;
  float: none;
}

.icon-embed {
  height: 200px;
  margin-bottom: 60px;
  background-color: #9ed394;
  text-align: center;
}

.gallery-image-wrapper {
  max-height: 100%;
}

.footer-link-text {
  float: right;
}

.special-text {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 5px 20px;
  background-color: #6ec266;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.contact-info-row {
  text-align: center;
}

.contact-info-icon {
  margin-bottom: 8px;
  font-family: Fontawesome, sans-serif;
  color: #590057;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
}

.contact-info-icon.email {
  font-size: 16px;
}

.contact-info-link {
  display: inline-block;
}

.contact-info-wrapper {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

.cms-frontend {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #111111;
  font-size: 19px;
  line-height: 24px;
  padding-top: 263px;
}

.lightbox-window {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
}

.lightbox-scroll-wrapper {
  position: absolute;
  overflow: auto;
  width: 100%;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 60px;
}

.lightbox-content-box {
  position: relative;
  z-index: 2;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 45px 60px;
  background-color: #fff;
  text-align: left;
}

.fullscreen-close-button {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 200px;
  background-color: #ec1c24;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  display: block;
  background-image: url('../images/close.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.header-image-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-image-title {
  margin-top: 0px;
  text-align: center;
}

.custom-container {
  display: block;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.welcome-section {
  position: relative;
  padding-top: 140px;
  padding-bottom: 400px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  text-align: center;
  background-color: black;
}
.welcome-section._2 {
  background-position: 50% 0;
}
.welcome-section.no-bg {
  background-image: none;
}
.welcome-section.baby-central {
  padding-top: 100px;
  padding-bottom: 250px;
  background-image: url('../images/baby-central-bg-gradient.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.white-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: none;
  width: 100%;
  height: 100px;
  margin-top: -30px;
  border-style: solid solid none none;
  border-width: 150px 2500px 100px 1000px;
  border-color: #fff transparent;
}

.white-cover.bottom {
  position: absolute;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  margin-top: 0px;
  border-style: none none solid solid;
  border-bottom-width: 150px;
  border-left-width: 2500px;
}

.welcome-text-small {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.welcome-text-large {
  margin-bottom: 10px;
  font-size: 54px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  color: white;
  margin-top: 0px;
}

.header-links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  float: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 100ms ease;
  transition: margin 100ms ease;
  position: fixed;
  top: 0;
  width: auto;
  margin-top: 67px;
  right: 0;
  margin-right: 90px;
}

.header-links-wrapper.scrolled {
  margin-top: 9px;
}

.header-link {
  float: right;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0067a5;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.header-link:hover {
  color: #590057;
  text-decoration: none;
}

.header-link._2 {
  color: #0067a5;
}

.welcome-text-wrapper {
  width: 600px;
  margin-right: 10px;
  float: right;
}

.welcome-container {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.header-link-divider {
  width: 1px;
  height: 30px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #e4e4e4;
}

.purple-strip {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -52px;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 2px;
  background-color: #590057;
  background-image: -webkit-linear-gradient(0deg, #aa65a9, #519fce);
  background-image: linear-gradient(90deg, #aa65a9, #519fce);
}

.header-link-icon {
  position: relative;
  top: -2px;
  font-family: Fontawesome, sans-serif;
  color: #590057;
  font-size: 16px;
  font-weight: 400;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.header-link-text {
  display: block;
}

.header-link-icon._2 {
  color: #590057;
}

.button-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 3px;
  font-family: Fontawesome, sans-serif;
  color: #590057;
  font-size: 18px;
  font-weight: 400;
}

.button-icon.image-icon {
	width: 16px;
    height: 16px;
    background-image: url(/assets/images/button-icon.png);
    background-size: 16px;
    position: relative;
    top: 2px;
}

.button-icon.blue {
  color: #0067a5;
}

.button-icon.arrow {
  margin-right: -5px;
  margin-left: 3px;
}

.button-icon.arrow.blue {
  color: #0067a5;
}

.button-icon.white {
  color: #fff;
}

.header-space {
  height: 264px;
}

.header-space.scrolled {
  height: 148px;
}

.menu-shrink-trigger {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 1px;
  margin-bottom: 0vh;
}

.hidden-embed {
  display: none;
}

.news-section {
  position: relative;
  min-height: 500px;
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.featured-section {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 1px solid #d7dce1;
  background-color: #fff;
}

.featured-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.news-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  max-width: 700px;
  min-height: 320px;
  margin-left: 8%;
  padding-right: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-grey-heading {
  margin-bottom: 5px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #111111;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.gradient-heading {
  display: inline-block;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: -webkit-linear-gradient(0deg, #0067a5 11%, #a800a5 56%, #590057);
  background-image: linear-gradient(90deg, #0067a5 11%, #a800a5 56%, #590057);
  color: #fff;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
}

.gradient-heading.title-heading {
  font-size: 48px;
  line-height: 52px;
  margin-top: 0px;
}

.news-description-text {
  margin-bottom: 25px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #111111;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
}

.news-more-link {
  color: #0067a5;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.news-more-link:hover {
  color: #1889cc;
  text-decoration: none;
}

.read-more-arrow-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-left: 5px;
  font-family: Fontawesome, sans-serif;
  color: #590057;
  font-size: 20px;
  letter-spacing: 0px;
}

.news-image-wrapper-outer {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-image-wrapper-inner {
  position: relative;
}

.featured-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 30%;
  height: 320px;
  border-radius: 3px;
  background-color: black;
}

.featured-box-background {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  background-image: -webkit-linear-gradient(135deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/featured-box.jpg');
  background-image: linear-gradient(315deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/featured-box.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0.9;
}

.featured-box-background._2 {
  background-image: -webkit-linear-gradient(135deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/breaking-ground.jpg');
  background-image: linear-gradient(315deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/breaking-ground.jpg');
  background-position: 0px 0px, 50% 50%;
}

.featured-box-background._3 {
  background-image: -webkit-linear-gradient(135deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/gibson-area-hospital.jpg');
  background-image: linear-gradient(315deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/gibson-area-hospital.jpg');
}

.featured-box-background._4 {
  border-radius: 3px;
  background-image: -webkit-linear-gradient(135deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/event-bg.jpg');
  background-image: linear-gradient(315deg, rgba(24, 137, 204, .45), rgba(0, 103, 165, .65) 98%), url('../images/event-bg.jpg');
}

.feature-box-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  height: 100%;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(225deg, rgba(0, 103, 165, .2) 18%, rgba(168, 0, 165, .4));
  background-image: linear-gradient(225deg, rgba(0, 103, 165, .2) 18%, rgba(168, 0, 165, .4));
  opacity: 0;
  -webkit-transform: scale(2) translate(60px, 60px);
  -ms-transform: scale(2) translate(60px, 60px);
  transform: scale(2) translate(60px, 60px);
}

.feature-box-overlay._2 {
  background-image: -webkit-linear-gradient(45deg, rgba(89, 0, 87, .5), rgba(168, 0, 165, .5));
  background-image: linear-gradient(45deg, rgba(89, 0, 87, .5), rgba(168, 0, 165, .5));
}

.feature-box-overlay._3 {
  background-image: -webkit-linear-gradient(225deg, rgba(0, 103, 165, .6) 18%, rgba(168, 0, 165, .4));
  background-image: linear-gradient(225deg, rgba(0, 103, 165, .6) 18%, rgba(168, 0, 165, .4));
}

.featured-text-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px 30px 30px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  color: #fff;
}

.featured-heading {
  margin-bottom: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
}

.featured-description-text {
  margin-bottom: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: left;
}

.featured-text-divider {
  display: block;
  width: 25%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}

.event-box-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  float: right;
  -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;
}

.event-box {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  padding-right: 60px;
  padding-left: 60px;
  float: left;
  -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;
  border-radius: 3px;
}

.awards-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fff;
  text-align: center;
}

.awards-container {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.awards-heading {
  margin-bottom: 0px;
  color: #111111;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.gradient-underline {
  display: block;
  width: 150px;
  height: 1px;
  margin: 25px auto 45px;
  background-image: -webkit-linear-gradient(180deg, rgba(168, 0, 165, .9), rgba(0, 103, 165, .9));
  background-image: linear-gradient(270deg, rgba(168, 0, 165, .9), rgba(0, 103, 165, .9));
}

.gradient-underline.white {
  height: 2px;
  background-color: #fff;
  background-image: none;
}

.event-text-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 75px;
  text-align: center;
}

.event-heading-small {
  margin-bottom: 12px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.event-heading {
  margin-bottom: 28px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
}

.events-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 270px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d7dce1;
  border-bottom: 1px solid #d7dce1;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(225deg, rgba(0, 103, 165, .4) 18%, rgba(168, 0, 165, .4)), url('../images/event-bg.jpg');
  background-image: linear-gradient(225deg, rgba(0, 103, 165, .4) 18%, rgba(168, 0, 165, .4)), url('../images/event-bg.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  background-color: black;
}

.events-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 940px;
  -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;
  border-radius: 3px;
}

.events-divider {
  position: relative;
  z-index: 2;
  width: 2px;
  height: 50%;
  background-color: #fff;
}

.awards-slider {
  display: block;
  width: 840px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.awards-slider-arrow {
  width: 50px;
  margin-right: -50px;
  margin-left: -50px;
  color: #c9c9c9;
}

.awards-slide {
  width: 210px;
  text-align: center;
}

.award-image {
  width: 200px;
}

.award-link-block {
  cursor: pointer;
}

.events-heading-wrapper {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.events-heading-text {
  display: inline-block;
  margin-bottom: 0px;
  padding: 10px 15px;
  background-image: -webkit-linear-gradient(0deg, #0067a5 11%, #a800a5 56%, #590057);
  background-image: linear-gradient(90deg, #0067a5 11%, #a800a5 56%, #590057);
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.events-underline {
  display: block;
  width: 280px;
  height: 1px;
  margin: 15px auto 45px;
  background-color: #d7dce1;
}

.events-heading-text-white {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.c2a-section {
  height: 600px;
}

.email-link {
  color: #fff;
  text-decoration: underline;
}

.email-link:hover {
  color: #fff;
}

.button-text {
  padding: 12px 30px;
  cursor: pointer;
}

.button-text:hover {
  background-image: -webkit-linear-gradient(225deg, #740271 19%, #1889cc 69%);
  background-image: linear-gradient(225deg, #740271 19%, #1889cc 69%);
  color: #fff;
}

.logo {
  height: 57px;
  -webkit-transition: height 100ms ease;
  transition: height 100ms ease;
}

.logo.scrolled {
  height: 57px;
}

.logo-wrapper {
  float: left;
}

.header-links-wrapper-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.full-width-dropdown-list {
  left: 50%;
  display: block;
  width: 100vw;
  margin-left: -50vw;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
}

.full-width-dropdown {
  position: fixed;
  z-index: 999;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 0px;
  border-bottom: 1px solid #e4e4e4;
  background-color: #fff;
  top: 0;
  margin-top: 263px;
  -webkit-transition: margin 100ms ease;
  transition: margin 100ms ease;
}

.full-width-dropdown.scrolled {
  margin-top: 147px;
}

.full-width-dropdown.open {
	display: block;
	height: auto;
}

.tabs-menu {
  padding-bottom: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.tab-link {
  display: inline-block;
  width: 30px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: transparent;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.tab-link:hover {
  background-color: #eee;
  color: #444;
  text-decoration: none;
}

.tab-link.w--current {
  background-color: #0067a5;
  color: #fff;
}

.tab-pane {
  padding-top: 30px;
  text-align: center;
}

.full-width-dropdown-link {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 15px;
  margin-left: 25px;
  color: #0067a5;
  font-size: 15px;
  font-weight: 600;
}

.full-width-dropdown-link:hover {
  color: #590057;
  text-decoration: none;
}

.tabs {
  height: auto;
  margin-top: 35px;
  margin-bottom: 30px;
}

.full-width-dropdown-title {
  display: none;
}

.title-section {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #f5f5f5;
  text-align: center;
  position: relative;
  border-top: 1px solid #d7dce1;
  border-bottom: 1px solid #d7dce1;
  margin-top: -1px;
}

.wide-container {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.wide-container._1560 {
  width: 1560px;
}

.interior-banner-section {
  height: 450px;
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.interior-banner-section.baby-central {
  background-position: 50% 35%;
  background-size: cover;
  background-repeat: no-repeat;
}

.providers-search-form-wrapper {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 18px;
  border-bottom: 1px solid #d7dce1;
}

.providers-search-form-paragraph-text {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7dce1;
  text-align: center;
}

.providers-search-form-divider-text {
  font-size: 15px;
  display: inline-block;
  width: 20px;
  height: 38px;
  margin-right: 2px;
  margin-left: 2px;
  float: left;
  color: #111111;
  line-height: 35px;
  text-align: center;
  position: relative;
  top: 3px;
}

.amsd-subtitle-icon {
  display: inline-block;
  margin-right: 4px;
  font-family: Fontawesome, sans-serif;
  color: #590057;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
}

.amsd-subtitle-icon.profile-page {
  width: 20px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.amsd-subtitle-icon.grid {
  width: 20px;
  margin-left: -3px;
  font-size: 16px;
  margin-right: 0px;
}

.amsd-subtitle-icon.grid.weight {
  margin-right: 4px;
}

.amsd-profile-page-subtitle-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 10px;
  padding-left: 40px;
  float: left;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.amsd-profile-page-subtitle-box.locations {
  width: 450px;
}

.amsd-profile-image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsd-profile-image-wrapper.locations {
  width: 750px;
}

.baby-central-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 24px;
  margin-top: 6px;
  margin-right: 0px;
  margin-left: 6px;
  font-family: Fontawesome, sans-serif;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

.baby-central-icon.girl {
  color: #aa65a9;
}

.baby-central-icon.boy {
  color: #0067a5;
  text-align: center;
}

.locations-map {
  height: 400px;
  margin-bottom: 45px;
}

.blue-text {
  color: #0067a5;
}

.purple-text {
  color: #590057;
}

.call-out-text {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 28px 30px 30px;
  border: 1px solid #d7dce1;
  background-color: #f5f5f5;
}

.cms-btn {
  display: inline-block;
  padding: 14px 32px;
  border: 2px none #0067a5;
  border-radius: 3px;
  background-color: #0067a5;
  background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
  background-image: linear-gradient(180deg, #1889cc, #0067a5);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
}

.cms-btn:hover {
  background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5 59%);
  background-image: linear-gradient(180deg, #1889cc, #0067a5 59%);
  color: #fff;
}

.cms-btn.application-form {
  float: left;
  clear: both;
}

.cms-btn.application-form-button {
  width: 200px;
  margin-top: 20px;
  float: left;
  clear: none;
  text-align: center;
}

.cms-btn.application-form-button.final {
  background-color: #590057;
  background-image: -webkit-linear-gradient(270deg, #92028f, #590057);
  background-image: linear-gradient(180deg, #92028f, #590057);
}

.cms-btn.application-form-button.final:hover {
  background-image: -webkit-linear-gradient(270deg, #92028f, #590057 60%);
  background-image: linear-gradient(180deg, #92028f, #590057 60%);
}

.cms-btn.cms-btn-secondary {
  background-color: #46a046;
  background-image: -webkit-linear-gradient(270deg, #69ca56, #46a046);
  background-image: linear-gradient(180deg, #69ca56, #46a046);
}

.cms-btn.cms-btn-secondary:hover {
  background-image: -webkit-linear-gradient(270deg, #69ca56, #46a046 59%);
  background-image: linear-gradient(180deg, #69ca56, #46a046 59%);
}

.cms-btn.green {
  background-color: #46a046;
  background-image: -webkit-linear-gradient(270deg, #69ca56, #46a046);
  background-image: linear-gradient(180deg, #69ca56, #46a046);
}

.cms-btn.green:hover {
  background-image: -webkit-linear-gradient(270deg, #69ca56, #46a046 59%);
  background-image: linear-gradient(180deg, #69ca56, #46a046 59%);
}

.cms-btn.aqua {
  background-color: #129999;
  background-image: -webkit-linear-gradient(270deg, #36d0dd, #18becc 0%, #129999);
  background-image: linear-gradient(180deg, #36d0dd, #18becc 0%, #129999);
}

.cms-btn.aqua:hover {
  background-image: -webkit-linear-gradient(270deg, #36d0dd, #18becc 0%, #129999 59%);
  background-image: linear-gradient(180deg, #36d0dd, #18becc 0%, #129999 59%);
}

.cms-btn.red {
  background-color: #a32e2e;
  background-image: -webkit-linear-gradient(270deg, #da5555, #a32e2e);
  background-image: linear-gradient(180deg, #da5555, #a32e2e);
}

.cms-btn.red:hover {
  background-image: -webkit-linear-gradient(270deg, #da5555, #a32e2e 59%);
  background-image: linear-gradient(180deg, #da5555, #a32e2e 59%);
}

.cms-btn.orange {
  background-color: #a55c00;
  background-image: -webkit-linear-gradient(270deg, #dd8139, #a55c00);
  background-image: linear-gradient(180deg, #dd8139, #a55c00);
}

.cms-btn.orange:hover {
  background-image: -webkit-linear-gradient(270deg, #dd8139, #a55c00 59%);
  background-image: linear-gradient(180deg, #dd8139, #a55c00 59%);
}

.cms-btn.application-form-back-button {
  width: 200px;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
  text-align: center;
}

.amsd-subtitle-link-block.grid {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.application-form-wrapper {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 30px;
  float: none;
  border: 1px solid #d7dce1;
  background-color: #f5f5f5;
}

.application-form-wrapper.visible {
  display: block;
}

.resume-link {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  clear: both;
}

.form-heading-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  float: left;
}

.event-map {
  height: 250px;
  margin-bottom: 30px;
}

.providers-search-form {
  display: block;
  width: 919px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.form-paragraph-text {
  width: 100%;
  margin-top: -5px;
  margin-bottom: 20px;
  float: left;
}

.form-paragraph-text.yes-no {
  margin-top: 10px;
}

.form-paragraph-text.licenses {
  margin-top: 10px;
}

.application-form {
  width: 100%;
  margin-top: 5px;
  float: left;
}

.white-form-block {
  display: block;
  width: 49%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  border: 1px solid #d7dce1;
  background-color: #fff;
}

.white-form-block.right {
  margin-left: 2%;
  float: right;
}

.white-form-block.full-width {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.full-width-form-block-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.add-name-link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  clear: both;
}

.application-form-progress-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  text-align: center;
}

.application-form-nav-link {
  position: relative;
  z-index: 2;
  width: 100px;
  height: 100px;
  margin-right: 12px;
  margin-left: 12px;
  border: 1px solid #d7dce1;
  border-radius: 200px;
  background-color: #f5f5f5;
}

.application-form-nav-link.current {
  border-color: transparent;
  background-color: #0067a5;
  background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
  background-image: linear-gradient(180deg, #1889cc, #0067a5);
  color: #fff;
}

.application-form-nav-text {
  font-size: 13px;
  line-height: 16px;
}

.application-form-nav-text-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 0px;
  -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;
}

.application-form-nav-line {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  display: block;
  width: 100vw;
  height: 1px;
  margin-left: -50vw;
  background-color: #d7dce1;
}

.form-divider {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
  background-color: #d7dce1;
}

.form-progress-number {
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 70px;
  color: #111111;
  font-size: 14px;
  font-weight: 400;
}

.add-another-form-link {
  display: inline-block;
}

.hours {
    display: block;
    margin-top: 6px;
    padding-left: 26px;
    color: #111111;
    font-weight: 400;
}

.view-description-link {
  color: #0067a5;
  margin-bottom: -10px;
  margin-top: 15px;
  cursor: pointer;
  font-size: 14px;
}
.fas {
  font-style: inherit;
}
.white-button.cms-btn-secondary.fixed {
  background-color: black;
}
.hidden-form-label {
  height: 0px;
  width: 0px;
  overflow: hidden;
  display: block;
  margin-bottom: 0px;
}

.answer {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.answer.third {
  width: 33.33%;
}

.answer.two-thirds {
  width: 66.66%;
}

.answer.right {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}

.answer.left {
  width: 180px;
  min-width: 180px;
  padding-left: 0px;
}

.answers-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align: center;
}

.question-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 20px;
  text-align: center;
}

.question-text.first {
  position: relative;
  left: 90px;
  width: 25%;
  margin-left: 12.5%;
}

.question-lines-wrapper {
  position: relative;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.question-lines-wrapper.tablet {
  display: none;
}

.question-lines-wrapper.mobile {
  display: none;
}

.question-line-1 {
  position: static;
  left: 50%;
  display: block;
  width: 1px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: #d7dce1;
}

.question-line-2 {
  display: block;
  width: 50%;
  height: 30px;
  margin-left: 85px;
  border-top: 1px solid #d7dce1;
  border-right: 1px solid #d7dce1;
  border-left: 1px solid #d7dce1;
}

.question-line-3 {
  display: block;
  width: 66.66%;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border-top: 1px solid #d7dce1;
  border-right: 1px solid #d7dce1;
  border-left: 1px solid #d7dce1;
}

.or-text {
  position: absolute;
  left: 20%;
  width: 200px;
}

.or-line {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 40px;
  height: 1px;
  margin-right: 20px;
  margin-left: 20px;
  background-color: #d7dce1;
}

.first-question-line {
  position: relative;
  left: 90px;
  display: block;
  width: 1px;
  height: 30px;
  margin-left: 25%;
  background-color: #d7dce1;
}

.patient-portal-special-text {
  margin-top: 45px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.patient-portal-text-area {
  margin-bottom: 45px;
}

.cms-btn.provider-search-button {
  position: relative;
  top: 6px;
}

.button-text.c2a {
	padding-left: 20px;
	padding-right: 20px;
}

.full-width-dropdown-close {
  display: none;
}

.w-col.no-image {
	width: 990px;
	max-width: 100%;
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.background-slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  height: 100%;
}

.background-slide {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.background-slider-arrow {
  width: 60px;
  font-size: 30px;
}

.background-slider-nav {
  margin-bottom: 15px;
}

.learn-more-overlay {
	background-color: rgba(0, 103, 165, 0.4);
	opacity: 0;
	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;
	position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
	-webkit-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}

.learn-more-overlay:hover {
	opacity: 1;
}

.provider-image-arrow-icon {
	font-family: Fontawesome, sans-serif;
    z-index: 3;
    font-size: 13px;
    line-height: 26px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 26px;
    height: 26px;
    border-radius: 200px;
    background: white;
    text-align: center
}

.album-text-block {
	display: block;
	margin-bottom: 30px;
}

.video-play-icon {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  padding-left: 5px;
  -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;
  border: 1px solid #e0e0e0;
  border-radius: 200px;
  background-color: #fff;
  font-family: Fontawesome, sans-serif;
  font-size: 26px;
  line-height: 60px;
  text-align: center;
}

.video-play-icon-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0067a5;
}

.video-play-icon-wrapper:hover {
  color: #590057;
}

.photo-album-label {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 20px;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4) 18%, transparent 75%), -webkit-linear-gradient(270deg, #f0f0f0, #d1d1d1);
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4) 18%, transparent 75%), linear-gradient(180deg, #f0f0f0, #d1d1d1);
}

.photo-gallery-arrow-icon {
  float: right;
  font-size: 16px;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

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

html.w-mod-js *[data-ix="header-links"] {
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="welcome-section"] {
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

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

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

html.w-mod-js *[data-ix="news-image-fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(90px, 0px);
  -ms-transform: translate(90px, 0px);
  transform: translate(90px, 0px);
}
@media (max-width: 1800px) {
  .nav-link {
    padding: 15px 40px;
  }
}
@media (max-width: 1700px) {
  .nav-link {
    padding: 15px 35px;
  }
}
@media (max-width: 1600px) {
  .nav-link {
    padding: 15px 30px;
  }
}
@media (max-width: 1500px) {
  .nav-link {
    padding: 15px 25px;
  }
  .nav-container {
    padding-left: 55px;
  }
  .header-links-wrapper {
    margin-right: 55px;
  }
}
@media (max-width: 1400px) {
  .nav-link {
    padding: 15px 20px;
  }
}
@media (max-width: 1300px) {
  .nav-link {
    font-size: 15px;
    padding: 15px 15px;
  }
}
@media (max-width: 1200px) {
  .nav-link {
    padding: 15px 10px;
  }
  .nav-container {
    padding-left: 40px;
  }
  .header-links-wrapper {
    margin-right: 40px;
  }
  .header-link-divider {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (max-width: 1100px) {
  .nav-link {
    font-size: 14px;
  }
  .nav-container {
    padding-left: 20px;
  }
  .header-links-wrapper {
    margin-right: 20px;
  }
  .header-link-divider {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 1050px) {
  .nav-link {
    padding: 15px 8px;
  }
  .nav-container {
    padding-left: 10px;
  }
  .header-links-wrapper {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .down-arrow-wrapper {
      top: 425px;
  }
  .down-arrow-wrapper.interiors {
  	top: 165px;
  	z-index: 2;
  }
  .down-arrow-wrapper.locations-map-arrow {
    display: block;
    top: 465px;
  }
  .scroll-anchor {
      margin-top: -60px;
  }
  .scroll-anchor.interiors {
      margin-top: -100px;
  }
  .white-button.cms-btn-secondary.fixed {
    background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
    background-image: linear-gradient(180deg, #1889cc, #0067a5);
  }
  .cms-btn.search-button {
    position: relative;
    top: -2px;
    margin-top: 0px;
    float: none;
  }
  .white-button.c2a-button {
    border-style: none;
    background-color: #0067a5;
    background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
    background-image: linear-gradient(180deg, #1889cc, #0067a5);
    box-shadow: none;
  }
  .white-button.c2a-button.right {
    background-color: #0067a5;
  }
  .white-button.fixed.events {
    margin-bottom: -23px;
    border-style: none;
    background-color: #0067a5;
    background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
    background-image: linear-gradient(180deg, #1889cc, #0067a5);
    box-shadow: none;
    color: #fff;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    display: block;
    height: auto;
    padding: 8px 0px 8px 20px;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .nav-link:hover {
    background-image: none;
    color: #fff;
  }
  .nav-link.w--current, .nav-link.current {
    background-image: none;
    color: #fff;
    font-style: italic;
  }
  .nav-link.w--current:hover, .nav-link.current:hover {
    color: #fff;
  }
  .nav-link.first {
    box-shadow: none;
  }
  .nav-link.first.w--current {
    background-image: none;
  }
  .logo-home-link {
    margin-left: 20px;
  }
  .navbar {
    height: 100px;
    box-shadow: inset 0 -1px 0 0 #d7dce1;
  }
  .nav-menu {
    position: relative;
    left: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    padding-top: 115px;
    float: right;
    background-color: #69a1cf;
    background-image: -webkit-linear-gradient(270deg, #005486, #0c70ad);
    background-image: linear-gradient(180deg, #005486, #0c70ad);
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .dropdown-link {
    height: auto;
    padding: 8px 0px;
    color: #fff;
    font-size: 18px;
  }
  .dropdown-link:hover {
    color: #fff;
  }
  .dropdown-link.w--current {
    color: #fff;
    font-style: italic;
  }
  .dropdown-list {
    margin-left: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    box-shadow: -1px 0 0 0 #fff;
  }
  .nested-dropdown-list {
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: transparent;
    box-shadow: inset 1px 0 0 0 #fff;
  }
  .menu-button {
    width: 116px;
    height: 66px;
    margin-right: 20px;
    border-radius: 3px;
    color: #590057;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-image: -webkit-linear-gradient(270deg, #1889cc, #0067a5);
    background-image: linear-gradient(180deg, #1889cc, #0067a5);
    color: #fff;
  }
  .album-photos {
    text-align: center;
  }
  .form-input.search {
    display: inline-block;
    float: none;
  }
  .form-input.search-select {
    display: block;
    width: 325px !important;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .form-input.quarter {
    width: 49.5%;
    margin-right: 0px;
  }
  .form-input.quarter.last {
    float: right;
  }
  .form-input.quarter.second {
    float: right;
  }
  .input-wrapper.quarter {
    width: 49.5%;
    margin-right: 0px;
  }
  .input-wrapper.quarter.last {
    float: right;
  }
  .input-wrapper.quarter.second {
    float: right;
  }
  .form-input.resume {
    width: 50%;
  }
  .form-input.signature {
    width: 50%;
  }
  .nav-items-wrapper {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 120px;
    padding-bottom: 130px;
    padding-left: 120px;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .day-block {
    width: 99px;
  }
  .day-block.label {
    width: 104px;
  }
  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact-info-wrapper {
    width: 80%;
  }
  .cms-frontend {
    padding-top: 100px;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .close-button {
    display: block;
    background-image: url('../images/close.png');
    background-position: 50% 50%;
    background-size: 30px;
    background-repeat: no-repeat;
  }
  .welcome-section {
    padding-top: 500px;
    padding-bottom: 0px;
    background-position: 0px 0px;
    background-size: 120%;
  }
  .welcome-section._2 {
    background-position: 0px 0px;
    background-size: 120%;
  }
  .welcome-section.baby-central {
    padding-top: 0px;
    padding-bottom: 500px;
  }
  .welcome-text-small {
    color: #111111;
  }
  .welcome-text-large {
    color: #0067a5;
    font-size: 44px;
    line-height: 50px;
  }
  .header-links-wrapper {
    position: absolute;
    top: 0;
    z-index: 1000000000000000000;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f5f5f5;
    box-shadow: inset 0 -1px 0 0 #d7dce1;
    margin-right: 0px;
    margin-top: 0px;
    left: 50%;
    margin-left: -50%;
  }
  .welcome-text-wrapper {
    display: block;
    width: auto;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .welcome-container {
    width: 100%;
    padding-top: 45px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d7dce1;
    background-color: #fff;
  }
  .welcome-container._2 {
    color: #f5f5f5;
  }
  .button-icon.c2a {
    color: #fff;
  }
  .button-icon.events {
    color: #fff;
  }
  .header-space {
    display: none;
    height: 100px;
  }
  .menu-shrink-trigger {
    position: fixed;
    display: block;
    margin-top: -3px;
  }
  .news-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .featured-section {
    padding: 60px 30px 30px;
  }
  .featured-container {
    display: block;
  }
  .news-text-wrapper {
    display: block;
    width: 100%;
    max-width: 720px;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    float: none;
  }
  .news-image-wrapper-outer {
    position: static;
    width: 100%;
    margin-bottom: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .featured-box {
    display: block;
    width: 378px;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
  }
  .feature-box-overlay {
    display: none;
  }
  .event-box {
    display: block;
    width: 469px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .awards-section {
    padding-right: 20px;
    padding-bottom: 70px;
    padding-left: 20px;
  }
  .awards-container {
    width: 100%;
  }
  .event-text-wrapper {
    padding-top: 0px;
  }
  .events-section {
    padding: 60px 20px 110px;
    background-position: 0px 0px, 50% 50%;
    background-attachment: scroll, scroll;
  }
  .events-wrapper {
    display: block;
    padding-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }
  .events-divider {
    display: block;
    width: 50%;
    height: 2px;
    margin: 45px auto;
  }
  .awards-slider {
    width: 630px;
  }
  .button-text.c2a {
    padding: 14px 32px;
    color: #fff;
  }
  .button-text.c2a:hover {
    background-color: #fff;
    background-image: none;
  }
  .button-text.events {
    padding: 14px 32px;
  }
  .button-text.events:hover {
    background-color: #fff;
    background-image: none;
  }
  .logo {
    height: 57px;
  }
  .full-width-dropdown {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100000000000000000;
    display: none;
    overflow: auto;
    height: 0px;
    padding: 30px;
    border-bottom-style: none;
    background-color: transparent;
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
    margin-top: 0px;
  }
  .full-width-dropdown.scrolled {
    margin-top: 0px;
  }
  .tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -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;
    border-bottom-style: none;
  }
  .tab-link {
    width: 40px;
    height: 40px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    line-height: 30px;
  }
  .tab-pane {
    margin-top: 15px;
    padding-top: 45px;
    border-top: 1px solid #e4e4e4;
  }
  .full-width-dropdown-link {
    margin-bottom: 25px;
    display: block;
  }
  .tabs {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .menu-button-text {
    width: 43px;
    margin-top: 4px;
    margin-left: 5px;
    float: right;
    color: #0067a5;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
  }
  .menu-button-icon {
    width: 30px;
    float: left;
  }
  .white-menu-button-text {
    display: none;
    width: 43px;
    margin-top: 4px;
    margin-left: 5px;
    float: right;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
  }
  .full-width-dropdown-container {
    position: relative;
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 3px;
    background-color: #fff;
  }
  .full-width-dropdown-title {
    display: block;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4;
    color: #111111;
    font-size: 32px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
  }
  .full-width-dropdown-title.small {
    font-size: 20px;
    line-height: 24px;
  }
  .providers-search-form-wrapper {
    text-align: center;
  }
  .providers-search-form-divider-text {
    width: 100%;
    height: 23px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    line-height: 20px;
  }
  .application-form-nav-link {
    width: 80px;
    height: 80px;
    margin-right: 6px;
    margin-left: 6px;
  }
  .application-form-nav-text {
    font-size: 11px;
    line-height: 14px;
  }
  .form-progress-number {
    margin-top: 57px;
  }
  .answer.third {
    width: 100%;
  }
  .answers-wrapper.last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .question-lines-wrapper.tablet {
    display: block;
  }
  .question-line-3 {
    display: none;
  }
  .full-width-dropdown-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #590057;
    cursor: pointer;
    background-size: 30px;
    background-image: url(/assets/images/close.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 200px;
    margin-top: -15px;
    margin-right: -15px;
  }
  .nav-link.open {
    background: none;
  }
  .menu-button.w--open .menu-button-text {
    color: white;
  }
  .w-col.no-image {
	padding-left: none;
    padding-right: none;
  }
  .amsd-more-link.provider-learn-more {
    display: block;
  }
  .amsd-item.grid.providers {
  	position: relative;
  	padding-bottom: 60px;
  }
  .interior-banner-section {
  	height: 250px;
  }
  .gradient-heading.title-heading {
	  font-size: 30px;
	  line-height: 34px;
	  padding: 0px;
  }
  .gradient-heading {
	  font-size: 30px;
	  line-height: 34px;
  }
  .contact-info-column {
    width: 100%;
    margin-bottom: 25px;
  }
  .header-link-text br {
    display: none;
  }
  .header-custom-icon {
    float: left;
    margin-right: 6px;
    margin-left: 0px;
    width: 13px;
    height: 13px;
  }
  .header-link-icon {
    float: left;
    margin-right: 6px;
    margin-left: 0px;
    top: 0px;
    font-size: 13px;
  }
  .header-link-text {
    float: left;
  }
  .header-link-divider {
    height: 20px;
    margin-top: 8px;
  }
  .header-links-wrapper {
    padding-bottom: 10px;
    height: 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    opacity: 1;
    padding-left: 120px;
    padding-right: 120px;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .header-link {
    margin-top: 8px;
    font-size: 13px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .background-slider {
    height: 500px;
  }
  .learn-more-overlay {
  	display: none;
  }
}

@media (max-width: 767px) {
  .down-arrow-wrapper {
      top: 325px;
  }
  .white-button.c2a-button.right {
    margin-top: 20px;
    margin-left: 0px;
    clear: both;
  }
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .logo-home-link {
    padding-left: 0px;
  }
  .nav-menu {
    padding-top: 115px;
  }
  .main-content-section {
    padding: 45px 20px 60px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .footer-link {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    float: none;
  }
  .cybernautic-tag {
    display: inline-block;
    margin-top: 30px;
    float: none;
  }
  .footer-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
    width: 100%;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-input.left {
    width: 100%;
  }
  .form-input.right {
    width: 100%;
    margin-left: 0px;
    float: left;
  }
  .form-input.third {
    width: 100%;
  }
  .form-input.third.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-input.quarter {
    width: 100%;
  }
  .form-input.quarter.last {
    float: left;
  }
  .form-input.quarter.second {
    float: left;
  }
  .input-wrapper.left {
    width: 100%;
  }
  .input-wrapper.right {
    width: 100%;
    margin-left: 0px;
    float: left;
  }
  .input-wrapper.third {
    width: 100%;
  }
  .input-wrapper.third.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input-wrapper.quarter {
    width: 100%;
  }
  .input-wrapper.quarter.last {
    float: left;
  }
  .input-wrapper.quarter.second {
    float: left;
  }
  .form-input.resume {
    width: 100%;
  }
  .form-input.signature {
    width: 100%;
  }
  .nav-items-wrapper {
    padding-right: 90px;
    padding-left: 90px;
  }
  .amsd-item {
    text-align: center;
  }
  .amsd-item.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-title-text {
    float: none;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    display: block;
  }
  .amsd-text-wrapper {
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-text-wrapper.fixed {
	  padding-left: 0px;
	}
  .amsd-text-wrapper.grid {
    display: block;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-subtitle-text {
    float: none;
    text-align: left;
    display: block;
  }
  .amsd-subtitle-text.profile-page {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day-block {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .day-block.empty {
    display: none;
  }
  .event-link {
    margin-top: 20px;
    float: left;
    clear: both;
  }
  .hidden-day-of-the-week {
    display: inline;
  }
  .amsd-more-link {
    float: none;
  }
  .contact-info-link {
    margin-bottom: 30px;
  }
  .contact-info-wrapper {
    width: 100%;
    margin-bottom: -20px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .welcome-section {
    padding-top: 400px;
    background-size: 130%;
  }
  .welcome-section._2 {
    background-size: 130%;
  }
  .welcome-section.baby-central {
    padding-bottom: 400px;
  }
  .welcome-text-large {
    font-size: 34px;
    line-height: 40px;
  }
  .header-links-wrapper {
    height: 100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    opacity: 1;
    padding-left: 45px;
    padding-right: 45px;
  }

  .welcome-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-link-divider.second {
    display: block;
    width: 100%;
    height: 1px;
    margin: 8px 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    background-color: transparent;
  }
  .event-box {
    width: 409px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .awards-section {
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 60px;
  }
  .awards-slider {
    width: 420px;
  }
  .title-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .wide-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .providers-search-form-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }
  .providers-search-form-divider-text {
    height: 20px;
    line-height: 17px;
  }
  .amsd-subtitle-icon.profile-page {
    font-size: 16px;
    line-height: 20px;
  }
  .amsd-profile-page-subtitle-box {
    display: block;
    width: auto;
    margin-top: 30px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
  }
  .amsd-profile-image-wrapper {
    display: block;
  }
  .call-out-text {
    padding: 23px 20px 25px;
  }
  .white-form-block {
    width: 100%;
  }
  .white-form-block.right {
    margin-left: 0px;
    float: left;
  }
  .full-width-form-block-wrapper {
    display: block;
  }
  .application-form-progress-wrapper {
    margin-bottom: 0px;
  }
  .application-form-nav-link {
    margin-right: 10px;
    margin-bottom: 40px;
    margin-left: 10px;
  }
  .application-form-nav-line {
    display: none;
  }
  .answer.left {
    width: 100%;
    min-width: 0px;
  }
  .answers-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .question-text.first {
    position: static;
    width: 100%;
    margin-left: 0px;
  }
  .question-lines-wrapper.mobile {
    display: block;
  }
  .question-line-2 {
    display: none;
  }
  .first-question-line {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .background-slider {
    height: 400px;
  }
}

@media (max-width: 479px) {
  .header-links-wrapper {
    height: 120px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .down-arrow-wrapper {
    top: 175px;
  }
  .cms-btn.search-button {
    top: 0px;
    margin-top: 5px;
    margin-left: 0px;
  }
  .nav-link {
    padding-left: 15px;
  }
  .logo {
    height: 42px;
  }
  .logo-home-link {
    margin-left: 10px;
    top: 3px;
  }
  .nav-menu {
    padding-top: 135px;
    box-shadow: none;
  }
  .cybernautic-tag {
    width: 280px;
    height: 36px;
  }
  .dropdown-list {
    padding-left: 15px;
  }
  .nested-dropdown-list {
    padding-left: 15px;
  }
  .menu-button {
    width: 104px;
    height: 54px;
    margin-right: 10px;
    padding: 12px;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .form-input.search {
    display: block;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
  .nav-items-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-info-link {
    margin-bottom: 30px;
  }
  .welcome-section {
    padding-top: 250px;
  }
  .welcome-text-large {
    font-size: 24px;
    line-height: 30px;
  }
  .header-link-divider {
    margin-right: 10px;
    margin-left: 10px;
  }
  .featured-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .news-image-wrapper-outer {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-box {
    width: 100%;
  }
  .event-box {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .awards-heading {
    font-size: 17px;
    line-height: 24px;
  }
  .awards-slider {
    width: 210px;
  }
  .providers-search-form-wrapper {
    padding-bottom: 25px;
  }
  .application-form-wrapper {
    padding: 20px 10px;
  }
  .white-form-block {
    padding: 15px;
  }
  .application-form-nav-link {
    width: 100px;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 50px;
    margin-left: 10px;
  }
  .application-form-nav-text {
    font-size: 13px;
    line-height: 16px;
  }
  .form-progress-number {
    margin-top: 65px;
  }
  .background-slider {
    height: 250px;
  }
  .background-slider-arrow {
    width: 40px;
    font-size: 25px;
  }
  .background-slider-nav {
    margin-bottom: 0px;
    font-size: 12px;
  }
  .amsd-item.grid.video-gallery {
    width: 280px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }
  .amsd-image-link.video-gallery {
    height: 158px;
  }
}
