:root {
  --main-color: #d0202f;
  --firebrick: #ab0a18;
  --main-text-color: #333;
  --light-gray: #f1f1f1;
  --borders-color: #e0e0e0;
  --white-smoke: #f9f9f9;
  --white: white;
  --gainsboro: #e0e0e0;
  --white-2: #fafafa;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  line-height: 76px;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  line-height: 78px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  line-height: 76px;
  font-weight: 500;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.heading.heading-3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

p {
  margin-bottom: 0px;
}

a {
  color: #d0202f;
  text-decoration: none;
}

a:hover {
  color: #ab0a18;
}

.cms-btn {
  display: inline-block;
  padding: 13px 30px;
  border-radius: 5px;
  background-color: #d0202f;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -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: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.cms-btn:hover {
  background-color: #ab0a18;
  color: #fff;
  text-decoration: none;
}

.cms-btn.banner-button {
 margin-right: 20px;
 margin-top: 15px;
 text-align: center;
 min-width: 157px;
}

.cms-btn.contact-form-submit {
  margin-top: 0px;
}

.cms-btn.cms-btn-secondary {
  background-color: #333;
}

.cms-btn.cms-btn-secondary:hover {
  background-color: #000;
}

.cms-btn.application-form-button {
  min-width: 170px;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
}

.cms-btn.slide-button {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 200px;
}

.cms-btn.featured-button {
  margin-top: 20px;
}

.cms-btn.slide-button-copy {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 200px;
}

.cms-btn.c2a-button {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 200px;
}

.cms-btn.directions-button {
  margin-top: 15px;
}

.cms-btn.addendum-footer-button {
  margin-top: 20px;
  padding: 11px 20px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 20px;
}

.footer-section {
  padding: 50px 40px 45px;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -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;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 22px;
}

.nav-link:hover {
  color: #d0202f;
  text-decoration: none;
}

.nav-link.w--current {
  color: #d0202f;
}

.nav-link.current {
  color: #d0202f;
}

.nav-link.dropdown-nav-link {
  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;
}

.nav-link.scrolled {
  color: #333;
}

.nav-link.last {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 200px;
  background-color: #d0202f;
}

.nav-link.last:hover {
  box-shadow: none;
}

.nav-link.last.scrolled {
  color: #fff;
}

.logo-home-link {
  margin-right: 45px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 110px;
  margin-top: 35px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9f9f9;
}

.navbar.scrolled {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.nav-menu {
  position: static;
  width: 100%;
  float: none;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.main-content-section {
  padding-right: 40px;
  padding-bottom: 0px;
  padding-left: 40px;
  min-height: 500px;
}

.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: 0px;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}

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

.footer-link {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  border: 1px none #000;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #333;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-link.social {
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
}

.footer-link.sitemap {
  display: none;
}

.font-awesome-regular-icon {
  font-family: 'Font Awesome 5 Regular Icons', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.cybernautic-tag {
  position: static;
  display: block;
  width: 150px;
  max-width: 100%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  float: right;
  font-family: 'PT Sans', sans-serif;
  color: #e0e0e0;
  text-align: center;
}

.dropdown {
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.dropdown.nested {
  display: block;
}

.dropdown-link {
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: transparent;
  -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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

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

.dropdown-link.current {
  color: #d0202f;
}

.dropdown-list {
  padding-top: 25px;
  background-color: #f9f9f9;
}

.nested-dropdown-list {
  left: -1px;
  margin-top: -50px;
  margin-left: 100%;
  background-color: #f9f9f9;
}

.footer-links {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 15px;
  float: none;
  text-align: left;
}

.gallery-image {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.album-photos {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

.input-field,
.newsletter-signup-input input {
  display: block;
  width: 100%;
  height: 50px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 22px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #f1f1f1;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.newsletter-signup-input input {
  padding-top: 8px;
}

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

.input-field.text-area-input {
  min-height: 180px;
  padding-top: 14px;
  line-height: 20px;
}

.input-field.select-input {
  padding-top: 8px;
}

.input-field.options-input {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding: 8px 12px 8px 32px;
  border: 1px solid transparent;
  background-color: transparent;
}

.input-field.resume-upload {
  display: block;
  width: auto;
  min-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 11px;
  padding-bottom: 12px;
  border-style: dashed;
  border-width: 2px;
  border-color: #d0202f;
}

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

.input-field.footer-form {
  border-style: none;
  background-color: #fff;
}

.input-field.amsd-filter-input {
  padding-top: 8px;
}

.contact-form-message {
  width: 100%;
  margin-top: 20px;
  padding: 0px;
  background-color: transparent;
  text-align: left;
}

.contact-form-message.footer-form {
  color: white;
}

.contact-form-message.employment-application {
  display: block;
  text-align: center;
}

.nav-items-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid #e0e0e0;
}

.amsd-item.mobile {
  display: none;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 2%;
  margin-left: 0px;
  padding: 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border-top-style: none;
  display: block;
}

.amsd-item.small {
  margin-top: 20px;
  padding-top: 20px;
}

.amsd-item.addendum-first {
  border-top-style: none;
}

.amsd-image {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 100%;
  border-radius: 20px;
  background-position: 10% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
}

.amsd-image.profile-page {
  margin-bottom: 30px;
  padding-bottom: 0px;
  background-image: none;
}

.amsd-image.grid {
  margin-right: 0px;
  margin-left: 0px;
}

.amsd-image.small {
  width: 150px;
}

.amsd-image.staff {
  padding: 0px;
}

.amsd-image-link {
  display: inline-block;
  margin-right: 30px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.amsd-image-link.grid {
  display: block;
  margin-right: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amsd-title-text-link {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.amsd-title-text-link:hover {
  color: #d0202f;
  text-decoration: none;
}

.amsd-title-text-link.grid {
  margin-bottom: 3px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-title-text {
  display: inline-block;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-decoration: none;
}

.amsd-title-text.grid {
  margin-bottom: 3px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-text-wrapper {
  width: 100%;
  margin-top: 10px;
  padding-left: 0px;
}

.amsd-text-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 20px;
  -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-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.amsd-text-wrapper.grid.no-image {
  padding-top: 0px;
}

.amsd-description-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
}

.amsd-description-text.grid {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  text-align: left;
}

.amsd-meta-text {
  width: 100%;
  margin-top: 2px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.amsd-meta-text.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-filter-form {
  display: block;
  width: 200px;
  max-width: 100%;
  margin-top: 7px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.amsd-filter-form.addendum-multiple-filters {
  margin-right: 20px;
}

.filter-form-text {
  margin-bottom: 10px;
}

.back-links-wrapper {
  display: block;
  width: 100%;
  margin-top: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left;
}

.amsd-list.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.amsd-list.calendar-mobile {
  display: none;
}

.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-dropdown {
  width: 100%;
}

.amsd-dropdown-toggle {
  display: inline-block;
  padding: 0px 40px 0px 0px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  cursor: pointer;
}

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

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

.amsd-dropdown-list.open {
  display: block;
}

.top-text-wrapper {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 45px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.top-text-wrapper.centered {
  text-align: center;
}

.map {
  height: 450px;
}

.calendar-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 150px;
}

.calendar-row.labels {
  min-height: 0px;
  box-shadow: none;
}

.day {
  display: block;
  width: 14.28571429%;
  min-height: 150px;
  margin-top: -1px;
  margin-left: -1px;
  padding: 18px 5px 18px 12px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0, inset 1px 0 0 0 #e0e0e0, inset 0 1px 0 0 #e0e0e0;
  text-align: right;
  background-color: #f1f1f1;
}

.day[data-date] {
  background-color: white;
}


.day.label {
  min-height: 0px;
  background-color: transparent;
  box-shadow: none;
}

.day.other-month {
  background-color: #f1f1f1;
}

.calendar-number-label {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.calendar-number-label.other-month {
  opacity: 0.5;
}

.calendar-number-label.today {
  border-radius: 200px;
  background-color: #d0202f;
  color: #fff;
}

.calendar-day-label {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.event-link {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 0px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  background-image: url('../images/red-dot.png');
  background-position: 0% 5px;
  background-size: 4px;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d0202f;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

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

.profile-text-wrapper {
  margin-top: 30px;
}

.nav-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1310px;
  height: 100%;
  max-width: 100%;
  -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;
  padding-right: 30px;
}

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

.input-options-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-options-group.centered-checkbox {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-label {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  float: none;
  font-weight: 400;
}

.amsd-button {
  display: inline-block;
  margin-top: 12px;
}

.amsd-button.grid {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.amsd-button.grid:hover {
  color: #ab0a18;
}

.amsd-button.grid.cms-btn {
  padding: 0px;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: none;
  font-family: 'Roboto Condensed', sans-serif;
  color: #d0202f;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.amsd-button.grid.cms-btn:hover {
  color: #ab0a18;
}

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

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

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

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

.map-wrapper {
  margin-top: 45px;
}

.slider {
  height: auto;
  background-color: #f1f1f1;
}

.slider-arrow {
  width: 60px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 30px;
}

.slider-arrow:hover {
  opacity: 1;
}

.slide-nav {
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-nav:hover {
  opacity: 1;
}

.slide {
  background-image: url('../images/maroon-bells.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.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 {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}

.contact-info-link {
  display: inline-block;
  color: #333;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  max-width:85%;
  text-align: left;
}

.contact-info-link:hover {
  color: #d0202f;
}

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.cms-frontend {
  height: 100%;
  padding-top: 145px;
  background-color: #f9f9f9;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.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, 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;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  margin-right: -10px;
  border-radius: 200px;
  background-color: #ec1c24;
  background-image: url('../images/close_1close.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: Fontawesome;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

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

.call-out-text {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 67px;
  border-radius: 20px;
  background-color: #f1f1f1;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 34px;
  font-style: italic;
  font-weight: 300;
}

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

.second-color {
  color: #d0202f;
}

.amsd-dropdown-arrow-icon {
  margin-right: 0px;
}

.inner-content-container {
  display: block;
  width: 1000px;
  max-width: 57vw;
  margin-right: auto;
}

.inner-content-container.no-sidebar {
  width: 100%;
  max-width: none;
}

.floating-form-label {
  position: absolute;
  left: 14px;
  top: 0px;
  margin-top: 13px;
  margin-bottom: 0px;
  -webkit-transition: margin 200ms ease, font-size 200ms ease;
  transition: margin 200ms ease, font-size 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #999;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.floating-form-label.focused {
  margin-top: 3px;
  font-size: 12px;
}

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

.form {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 12px;
  -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;
}

.slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  padding: 90px 80px 70px;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(50, 49, 65, 0.55), rgba(50, 49, 65, 0.2));
  color: #fff;
}

.slide-text-small {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.slide-text-large {
  width: 100%;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 52px;
  text-align: center;
}

.cms-backend {
  display: block;
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #bab9ba;
  background-color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.featured-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1230px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.featured-item {
  width: 224px;
}

.featured-icon-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  -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: 200px;
  background-color: #d0202f;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.featured-icon-link.alternate {
  background-color: #333;
}

.featured-icon-image {
  width: auto;
}

.featured-text-wrapper {
  margin-top: 30px;
  font-size: 14px;
  line-height: 20px;
}

.featured-description-text {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.featured-title-text-link {
  display: inline-block;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.featured-title-text-link.no-link:hover {
  color: #333;
}

.featured-title-text-link:hover {
  color: #d0202f;
}

.logo-image {
  width: 125px;
  height: 80px;
}

.calendar-select-form {
  display: block;
  width: 400px;
  max-width: 100%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.half {
  width: 49.5%;
}

.third {
  width: 32.66%;
}

.quarter {
  width: 24.25%;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

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

.form-input.third {
  width: 31%;
  -webkit-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
}

.form-input.quarter {
  width: 24.25%;
  -webkit-flex-basis: 24.25%;
  -ms-flex-preferred-size: 24.25%;
  flex-basis: 24.25%;
}

.form-input.position-applying-for {
  display: block;
  width: 49.5%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.application-buttons {
  margin-top: 15px;
  text-align: center;
}

.form-input.resume-upload {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-input.signiture {
  display: block;
  width: 49.5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.date-signed {
  display: block;
  width: 49.5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.centered-checkbox {
  text-align: center;
}

.form-input.submit-input {
  margin-bottom: 0px;
}

.application-form-wrapper {
  margin-top: 30px;
  margin-bottom: 0px;
}

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

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  -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;
  border: 1px solid #e0e0e0;
  background-color: #f1f1f1;
}

.form-section.quarter {
  width: 24.25%;
  -webkit-flex-basis: 24.25%;
  -ms-flex-preferred-size: 24.25%;
  flex-basis: 24.25%;
}

.form-section.third {
  width: 32.66%;
  -webkit-flex-basis: 32.66%;
  -ms-flex-preferred-size: 32.66%;
  flex-basis: 32.66%;
}

.form-section.half {
  width: 49.5%;
}

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

.form-text-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-section-label {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-weight: 700;
}

.add-to-form-link-wrapper {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.application-form-progress-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  -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;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.application-form-progress-wrapper.bottom {
  margin-top: 60px;
  margin-bottom: 0px;
}

.application-form-progress-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 580px;
  height: 1px;
  margin-top: 15px;
  margin-left: -290px;
  background-color: #e0e0e0;
}

.application-progress-step {
  display: inline-block;
  width: 120px;
  margin-right: 10px;
  margin-left: 10px;
}

.application-progress-text {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.application-progress-number {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 1px solid #e0e0e0;
  border-radius: 200px;
  background-color: #f1f1f1;
  line-height: 34px;
  text-align: center;
}

.application-progress-number.current {
  border-color: #d0202f;
  background-color: #d0202f;
  color: #fff;
}

.album-text-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: left;
}

.back-link-block {
  width: 100%;
  margin-top: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.responsive-video-embed-wrapper {
  position: relative;
  margin: auto;
}

.responsive-video-embed {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin: auto;
  padding-bottom: 56.25%;
}

.application-form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.application-form-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 45px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 44px;
  line-height: 50px;
  text-align: center;
}

.add-to-form-markup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-category-wrapper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #e0e0e0;
  background-color: #fafafa;
}

.amsd-category-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -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-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-category-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: Oswald, sans-serif;
  color: #d0202f;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-align: left;
}

.font-awesome-solid-icon {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.font-awesome-brand-icon {
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.font-awesome-icon-example {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 200px;
  background-color: #333;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.slide-content-inner-wrapper {
  width: 940px;
  max-width: 100%;
  color: #fff;
  text-align: center;
}

.slide-buttons-wrapper {
  margin-top: 15px;
}

.new-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 200px;
  background-color: #333;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  line-height: 30px;
}

.title-section {
  background-image: url('../images/maroon-bells.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 170px 80px 100px;
  -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: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(50, 49, 65, 0.55), rgba(50, 49, 65, 0.2));
}

.title-content-inner-wrapper {
  width: 940px;
  max-width: 100%;
  color: #fff;
  text-align: center;
}

.button-icon {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
}

.c2a-section {
  position: relative;
  overflow: hidden;
}

.c2a-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 650px;
  padding: 150px 40px 250px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: #fff;
	z-index:2;
	position:relative;
}

.c2a-content-inner-wrapper {
  width: 1230px;
  max-width: 100%;
  color: #fff;
  text-align: center;
}

.c2a-text-large {
  width: 100%;
  max-width: 550px;
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 76px;
  line-height: 80px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.c2a-text-large.addendum-banner-title {
  font-size: 52px;
  line-height: 56px;
}

.c2a-text-small {
  width: 100%;
  max-width: 550px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.c2a-buttons-wrapper {
  text-align: left;
}

.dropdown-arrow-icon {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-right: 0px;
  margin-left: 5px;
  font-size: 15px;
}

.dropdown-arrow-icon.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-links-left {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1310px;
  height: 35px;
  max-width: 100%;
  margin-top: -35px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.header-links-right {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35px;
  max-width: 100%;
  margin-top: -35px;
  -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;
}

.top-strip-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999999;
  height: 35px;
  background-color: #f1f1f1;
}

.header-link {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0px 20px;
  -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-left: 1px solid #e0e0e0;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.header-link.red-button {
	background: #d0202f;
    color: white;
    border-left: none;
}

.header-link.red-button:hover {
    color: white;
}

.header-link.social {
  padding-left: 16px;
  padding-right: 16px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #dbdbdb;
  font-size: 20px;
}

.header-link:hover {
  color: #d0202f;
}

.header-link.first {
  padding-left: 10px;
  border-left-style: none;
}

.header-link.dropdown-header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left-style: none;
}

.health-account-link-text {
  margin-right: 3px;
  color: #5f1a0d;
  font-size: 12px;
  font-weight: 300;
}

.health-account-logo {
  margin-left:8px;
  height:22px;
}

.header-link-dropdown {
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.header-link-dropdown-arrow-icon {
  position: relative;
  top: 0px;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-right: 0px;
  margin-left: 8px;
  font-size: 15px;
}

.header-link-dropdown-list {
  margin-left: 1px;
  background-color: #f1f1f1;
}

.header-dropdown-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.header-dropdown-link:hover {
  color: #d0202f;
}

.header-dropdown-link.w--current {
  color: #d0202f;
}

.header-dropdown-link.current {
  color: #d0202f;
}

.header-link-icon {
  margin-right: 10px;
}

.header-social-link-icon {
  width: 20px;
  height: 20px;
}

.sidebar {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  overflow: hidden;
  width: 410px;
  margin-top: 185px;
  margin-right: -22px;
  border-radius: 10px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.1);
}

.sidebar-top {
  padding-left: 17px;
  background-color: #333;
}

.sidebar-bottom {
  position: relative;
  padding-left: 17px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #d0202f;
}

.sidebar-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 45px 12px 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.sidebar-title-text {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
}

.sidebar-title-text-small {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
}

.sidebar-title-icon {
  width: 33px;
  margin-top: 5px;
  margin-right: 13px;
}

.sidebar-item {
  padding: 10px 45px 5px 25px;
  background-color: #fafafa;
  font-size: 14px;
  line-height: 20px;
}

.sidebar-item.alternate {
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

.sidebar-item.inline {
  padding-bottom: 17px;
}

.sidebar-item-label {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.sidebar-item-label.inline {
  display: inline;
}

.sidebar-item-text {
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}

.sidebar-item-text.inline {
  display: inline;
}

.featured-read-more-link {
  display: inline-block;
  margin-top: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.featured-section {
  padding: 100px 40px;
}

.large-graphic-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  padding-left: 40px;
  -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: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f9f9f9), color-stop(0, #d0202f));
  background-image: linear-gradient(180deg, #f9f9f9 50%, #d0202f 0);
}

.large-graphic-content-container {
  overflow: hidden;
  width: 100%;
  max-width: 1366px;
  border-radius: 20px;
  background-color: #f1f1f1;
  background-position: 101% 101%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.large-graphic-text-wrapper {
  width: 700px;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 70px;
  padding-left: 60px;
}

.large-graphic-title-text {
  margin-bottom: 30px;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  line-height: 76px;
  font-weight: 500;
  text-transform: uppercase;
}

.large-graphic-text {
  max-width: 524px;
  margin-bottom: 70px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.large-graphic-number-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 160px;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-graphic-number {
  margin-top: -10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: Oswald, sans-serif;
  color: #d0202f;
  font-size: 150px;
  line-height: 160px;
  font-weight: 600;
}

.large-graphic-number.mobile {
  display: none;
}


.large-graphic-number-label {
  text-align:center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin-right: 40px;
  -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: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #333;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}

.providers-section-div {
  padding-top: 70px;
  padding-bottom: 0px;
  background-color: #d0202f;
}

.providers-section-title-wrapper {
  width: 1310px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.providers-section-title {
  margin-bottom: 50px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
}

.providers-slider {
  width: 1310px;
  height: 370px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: transparent;
}

.providers-slider-mask {
  padding-bottom: 10px;
}

.providers-slider-arrow {
  width: 60px;
}

.providers-slider-arrow.left {
  margin-left: -10px;
  background-image: url('../images/slider-arrow.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.providers-slider-arrow.right {
  margin-right: -10px;
  background-image: url('../images/slider-arrow-right.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.providers-slider-nav {
  display: none;
}

.providers-slide {
  overflow: hidden;
  width: 23%;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 10px;
  background-color: #fff;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  background-color: white;
}

.provider-text-wrapper {
  width: 100%;
  padding: 15px 20px 20px;
  border-top-right-radius: 10px;
  background-color: #333;
  color: #fff;
}

.providers-slide-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.provider-name-text {
  font-family: Oswald, sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.provider-position-text {
  margin-top: 5px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.providers-slider-wrapper {
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #d0202f), color-stop(0, #f9f9f9));
  background-image: linear-gradient(180deg, #d0202f 70%, #f9f9f9 0);
}

.footer-contact-section {
  position: relative;
  display: block;
  margin-top: 70px;
  padding-right: 40px;
  padding-left: 40px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f9f9f9), color-stop(0, #333));
  background-image: linear-gradient(90deg, #f9f9f9 50%, #333 0);
}

.footer-contact-section-bg {
  position: absolute;
  top: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #333;
}

.c2a-section-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 168px;
  bottom: 0%;
  z-index: -1;
  border-top-right-radius: 20px;
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.donate-box {
  position: absolute;
  left: 0px;
  width: 365px;
  margin-left: -20px;
  padding: 45px 30px 45px 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}

.donate-box-title {
  font-family: Oswald, sans-serif;
  color: #d0202f;
  font-size: 52px;
  line-height: 56px;
  font-weight: 500;
}

.donate-box-text {
  margin-top: 15px;
  margin-bottom: 22px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.donate-box-bold-text {
  margin-top: 17px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.footer-contact-form-wrapper {
  position: relative;
  z-index: 2;
  width: 1230px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 347px;
}

.footer-contact-form-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.footer-contact-form-title {
  width: 355px;
  max-width: 100%;
  margin-right: 37px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Oswald, sans-serif;
  font-size: 72px;
  line-height: 76px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-contact-form-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.sidebar-wrapper {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 4;
  display: inline-block;
  width: 1800px;
  max-width: 100%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.donate-box-wrapper {
  position: absolute;
  left: 50%;
  top: 60px;
  z-index: 3;
  width: 1500px;
  max-width: 100%;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.footer-contact-section-bg-wrapper {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 1500px;
  height: 100%;
  max-width: 100%;
  padding-left: 152px;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.sidebar-bottom-top-left-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 30px;
  height: 30px;
  background-color: #333;
}

.footer-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1230px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-left-two-thirds {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66.66%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-left-two-thirds.no-form {
  width: 100%;
}

.footer-right-third {
  width: 33.33%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.footer-left-third {
  width: 50%;
  padding-right: 20px;
}

.addendum-footer-left-third {
  width: 33.33%;
  padding-right: 20px;
}

.addendum-footer-left-third.sitemap {
  padding-right: 0px;
  padding-left: 20px;
}

.footer-section-title {
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
}

.footer-updates-form-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.updates-form {
  margin-top: 25px;
  margin-bottom: 15px;
}

.footer-text-link-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
}

.footer-text-links-column {
  width: 50%;
}

.footer-text-link {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.footer-text-link-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.footer-contact-links-column {
  width: 100%;
  margin-bottom: 25px;
}

.footer-contact-link-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.footer-contact-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.footer-contact-link-icon {
  display: inline-block;
  width: 30px;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 20px;
  text-align: center;
}

.footer-contact-link-icon.regular {
  font-family: 'Font Awesome 5 Regular Icons', sans-serif;
}

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

.footer-text-wrapper {
  margin-top: 10px;
  padding-right: 70px;
}

.paragraph {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.addendum-footer-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}


.interiors-title-section {
  position: relative;
  overflow: hidden;
}

.interior-banner-image {
  width: 1000px;
  max-width: 55vw;
  margin-top: 30px;
  padding-bottom: 38%;
  border-radius: 20px;
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 35px 40px 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: 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;
}

.title-section-content-inner-wrapper {
  width: 1230px;
  max-width: 100%;
}

.page-title {
  width: 60%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 76px;
  line-height: 80px;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.page-title.no-sidebar {
  width: 100%;
}

.page-subtitle-text {
  width: 60%;
  margin-top: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}

.page-subtitle-text.calendar-page-subtitle-text {
  margin-top: 4px;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}


.outer-content-container {
  width: 1230px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.divider {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #e0e0e0;
  border: none;
}

.locations-map {
  width: 100%;
  height: 700px;
}

.infowindow-content-wrapper {
  overflow: hidden;
  margin-bottom: -30px;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.infowindow-text-wrapper-outer {
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.infowindow-text-wrapper-inner {
  padding: 5px;
  background-color: #fff;
}

.infowindow-title {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
}

.infowindow-title:hover {
  color: #d0202f;
}

.infowindow-meta-text {
  margin-top: 1px;
  margin-bottom: 0px;
  color: #000;
}

.infowindow-phone {
  margin-bottom: 0px;
  color: #000;
}

.amsd-subtitle-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}

.amsd-subtitle-text.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.page-meta-text {
  width: 60%;
  margin-top: 15px;
  font-size: 18px;
  line-height: 24px;
}

.map-display {
  margin-top: 30px;
}

.back-icon {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 16px;
}

.amsd-profile-title-wrapper {
  margin-top: -30px;
  margin-bottom: 30px;
}
.amsd-profile-title-wrapper.calendar-title-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;
  margin-top: 1px;
}

.amsd-profile-image {
  width: 100%;
  border-radius: 20px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 100%;
  background-color: white;
}

.amsd-profile-image.services {
  width: 500px;
  height: 500px;
  padding-top: 0px;
  max-width: 100%;
  margin-top: 30px;
  border-radius: 20px;
}

.amsd-profile-image-wrapper {
	margin-top: 30px;
	display: block;
	width: 500px;
	max-width: 100%;
}

.amsd-dropdown-toggle-text {
  display: inline-block;
}

.amsd-dropdown-arrow {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 10px;
  height: 7px;
  margin-right: 0px;
  margin-left: 8px;
  font-size: 15px;
}

.amsd-dropdown-arrow.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sidebar-mobile-dropdown-toggle {
  display: none;
}

.calendar-form-text {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

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

.footer-announcement-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  background-color: #000;
  color: white;
  padding: 40px;
  z-index: 9;
  font-size: 16px;
  line-height: 22px;
}

.footer-announcement-content-container {
  width: 1230px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-bar-backend {
  background-color: #000;
  color: white;
}

.footer-announcement-button {
  float: right;
  margin-left: 20px;
}

.footer-announcement-button.closed {
  display: none;
}

.footer-announcement-button.no-text {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
}

.announcement-bar-open-close {
  width: 25px;
  height: 22px;
  position: absolute;
  top: -21px;
  right: 40px;
  background-color: #000;
  cursor: pointer;
  border-radius: 5px 5px 0px 0px;
  background-image: url('/assets/images/close_1close.png');
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.announcement-bar-open-close.closed {
  background-image: url('/assets/images/up-arrow-white.png');
  background-size: 10px;
}

.footer-announcement-bar.closed {
  height: 0px;
  padding: 0px;
}


.addendum-newsletter-signup-form-wrapper {
  margin-top: 45px;
}

.addendum-footer-text-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.addendum-album-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.album-text-block-2 {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.addendum-gallery-image {
  position: relative;
  right: -0.66%;
  overflow: hidden;
  width: 32%;
  max-height: 100%;
  margin-top: 23px;
  margin-right: 1.33%;
  margin-bottom: 23px;
  border-radius: 20px;
  background-image: url("https://assets.website-files.com/5cdaf1b9b680b967dbd315e9/5ce441224b134215f836b374_amsd-image.jpg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.addendum-album-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  margin-top: 10px;
  padding: 12px 20px;
  background-color: rgba(0, 0, 0, 0.45);
  color: #fff;
  text-align: left;
}

.addendum-gallery-image-spacer {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  text-align: center;
  text-decoration: none;
}

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

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

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

.addendum-amsd-filters-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map-placeholder {
  width: 100%;
  height: 300px;
  margin-top: 30px;
}


.addendum-profile-list-text-link {
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.addendum-profile-list-text-link-column {
  width: 50%;
}

.addendum-services-text-link-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.addendum-services-text-link-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
}

.addendum-profile-list-category-wrapper {
  max-width: 700px;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
}

.addendum-profile-list-category-wrapper.locations {
  padding-top: 10px;
  border-top-style: none;
}

.addendum-profile-list-category-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: Oswald, sans-serif;
  color: #d0202f;
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
}

.addendum-profile-list-category-divider {
  width: 100%;
  height: 1px;
}

.addendum-banner-links-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 700px;
  margin-top: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.addendum-banner-text-link {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
}

.addendum-banner-text-link:hover {
  color: #fff;
}

.addendum-banner-text-link-icon {
  position: relative;
  top: -4px;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 3px;
  border-radius: 200px;
  background-color: #d0202f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
}

.addendum-banner-text-link-icon.alternate {
  background-color: #333;
}

.addendum-banner-text-link-wrapper {
  width: 50%;
  margin-top: 15px;
}

.addendum-profile-list-outer-wrapper {
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 35px 30px 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.05);
}

.addendum-profile-list-heading {
  margin-bottom: 35px;
  font-family: Oswald, sans-serif;
  font-size: 48px;
  line-height: 52px;
  font-weight: 500;
  text-transform: uppercase;
}

.addendum-profile-list-subheading {
  margin-top: -22px;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.addendum-footer-services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.addendum-footer-services-column {
  width: 25%;
  margin-top: 35px;
  padding-right: 20px;
}

.addendum-footer-services-column.sitemap {
  padding-right: 0px;
  padding-left: 20px;
}

.addendum-footer-services-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.addendum-footer-services-heading {
  font-family: Oswald, sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 500;
  text-transform: none;
}

.addendum-footer-services-category-heading {
  margin-bottom: 18px;
  font-family: Oswald, sans-serif;
  color: #d0202f;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

.addendum-footer-services-subheading {
  margin-bottom: -6px;
  margin-left: 18px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 16px;
  border-left: 1px solid #e0e0e0;
}

.addendum-newsletter-signup-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}

.addendum-gallery-albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.call-out-text-red, .call-out-text-red-updated {
  background-color: var(--main-color);
  color: #f2f0ed;
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 32px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}

.call-out-text-gray, .call-out-text-gray-updated {
  color: #f2f0ed;
  background-color: #70808c;
  border-radius: 8px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 32px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
  display: block;
}


.divider-red {
  display: block;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #d0202f;
  border: none;
}

.divider-dots {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url('/assets/images/gray-dot-pattern.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top left;
  border: none;
}

.divider-dots-red {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url('/assets/images/red-dot-pattern.svg');
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: top left;
  border: none;
}

.dots-left {
  display: block;
  width: 100%;
  height: 11px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-image: url('/assets/images/dot-line-updated.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top left;
  border: none;
}

.dots-center {
  display: block;
  width: 100%;
  height: 11px;
  margin-top: 0px;
  margin-bottom: 10px;
  background-image: url('/assets/images/dot-line-center-updated.svg');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: top center;
  border: none;
}

.cms-btn.cms-btn-tertiary {
  box-shadow: none;
  color: #d0202f;
  background-color: transparent;
  padding-left: 0;
  padding-right: 10px;
  position: relative;
}

.cms-btn.cms-btn-tertiary:hover {
  color: #ab0a18;
}

.cms-btn.cms-btn-tertiary:after {
  font-family: "Font Awesome 6 Free";
  content: "\f061";
  font-weight: 600;
  font-size: .9em;
  position: relative;
  right: -8px;
}


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

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

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

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

html.w-mod-js *[data-ix="sidebar-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

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

@media(max-width:1150px) { 
    .nav-link {
      font-size: 18px;
    }
    .addendum-banner-text-link {
      font-size: 20px;
    }
    .addendum-banner-text-link-icon {
      top: -2px;
    }
    .addendum-banner-links-outer-wrapper {
      max-width: 550px;
    }
}

@media (max-width: 991px) {
  .cms-btn {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 16px;
    line-height: 18px;
  }
  .cms-btn.addendum-footer-button {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .footer-section {
    position: relative;
    padding-bottom: 110px;
  }
  .nav-link {
    display: block;
    height: auto;
    padding: 15px 0px;
    line-height: 28px;
    text-align: left;
    font-size: 22px;
  }
  .logo-home-link {
    margin-right: 0px;
    margin-left: 20px;
  }
  .navbar {
    display: block;
    height: 70px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .nav-menu {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-top: 30px;
    padding-right: 120px;
    padding-left: 120px;
    float: right;
    background-color: #f1f1f1;
  }
  .main-content-section {
    padding-top: 0px;
    padding-bottom: 40px;
    min-height: 0px;
  }
  .footer-link.sitemap {
    display: inline-block;
    font-size: 22px;
  }
  .cybernautic-tag {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 40px;
    z-index: 3;
    height: 43px;
    margin-top: 0px;
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .dropdown-link {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  .dropdown-link.w--current {
    color: #d0202f;
  }
  .dropdown-link.current {
    color: #d0202f;
  }
  .dropdown-list {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .nested-dropdown-list {
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .menu-button {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    padding: 0px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border: 2px none transparent;
    background-image: url('../images/menu-button.png');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    color: #333;
    font-size: 30px;
  }
  .menu-button.w--open {
    border-style: none;
    border-color: #333;
    background-color: transparent;
    color: #333;
  }
  .footer-links {
    text-align: center;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    position: relative;
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-top: 56px;
    padding-bottom: 130px;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-item {
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top-width: 1px;
  }
  .amsd-item.mobile {
    display: block;
  }
  .amsd-image-link {
    margin-right: 0px;
  }
  .amsd-text-wrapper {
    width: 100%;
    padding-left: 0px;
  }
  .amsd-list.calendar-mobile {
    display: block;
  }
  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 0px;
  }
  .cms-frontend {
    padding-top: 70px;
    font-size: 16px;
    line-height: 22px;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .inner-content-container {
    width: 100%;
    max-width: none;
  }
  .featured-item {
    width: 50%;
    margin-bottom: 30px;
    padding-right: 60px;
    padding-left: 0px;
  }
  .featured-icon-link {
    width: 60px;
    height: 60px;
  }
  .featured-icon-image {
    max-height: 30px;
    max-width: 40px;
  }
  .featured-text-wrapper {
    margin-top: -54px;
  }
  .featured-description-text {
    margin-top: 38px;
  }
  .featured-title-text-link {
    margin-left: 75px;
    font-size: 20px;
    line-height: 24px;
  }
  .logo-image {
    width: 77px;
    height: 50px;
  }
  .quarter {
    width: 49.5%;
  }
  .form-input.quarter {
    width: 49.5%;
    -webkit-flex-basis: 49.5%;
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
  }
  .form-section.quarter {
    width: 49.5%;
    -webkit-flex-basis: 49.5%;
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
  }
  .amsd-category-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
  }
  .amsd-category-title {
    font-size: 28px;
    line-height: 32px;
  }
  .c2a-content-outer-wrapper {
    padding-top: 60px;
    padding-bottom: 90px;
    min-height: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .c2a-content-inner-wrapper {
    width: 500px;
  }
  .c2a-text-large {
    font-size: 42px;
    line-height: 48px;
  }
  .c2a-text-small {
    font-size: 24px;
    line-height: 28px;
  }
  .dropdown-arrow-icon {
    top: -1px;
    margin-left: 10px;
  }
  .header-links-left {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .header-links-right {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
  }
  .top-strip-bg {
    display: none;
  }
  .header-link {
    width: 100%;
    padding: 15px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-left-style: none;
    font-family: Oswald, sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
  }
  .header-link.health-account {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 56px;
  }
  .header-link.first {
    padding-left: 0px;
  }
  .header-link.dropdown-header-link {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-link.social {
    display: none;
  }
  .header-link-dropdown-arrow-icon {
    top: -1px;
    margin-left: 10px;
  }
  .header-link-dropdown-list {
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
  }
  .header-dropdown-link {
    padding: 10px 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  .header-link-icon {
    position: relative;
    top: 2px;
  }
  .sidebar {
    position: static;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
  }
  .sidebar-top {
    padding-left: 0px;
  }
  .sidebar-bottom {
    position: static;
    padding-left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
  .sidebar-title-wrapper {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: url('../images/down-arrow-white.png');
    background-position: 95% 50%;
    background-size: 10px;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .sidebar-title-wrapper.open {
    background-image: url('../images/up-arrow-white.png');
    background-size: 10px;
    background-repeat: no-repeat;
  }
  .sidebar-title-text {
    font-size: 20px;
    line-height: 24px;
  }
  .sidebar-title-icon {
    width: 25px;
    margin-top: 0px;
  }
  .sidebar-item {
    display: none;
  }
  .sidebar-item.open {
    display: block;
  }
  .featured-section {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .large-graphic-section {
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .large-graphic-content-container {
    padding-bottom: 163px;
    border-radius: 0px;
  }
  .large-graphic-text-wrapper {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .large-graphic-title-text {
    font-size: 36px;
    line-height: 40px;
  }
  .large-graphic-text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
  }
  .large-graphic-number-item-wrapper {
    overflow: visible;
    height: auto;
    margin-top: 20px;
  }
  .large-graphic-number {
    display: none;
    font-size: 72px;
    line-height: 72px;
  }
  .large-graphic-number.mobile {
    display: block;
    margin-top: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .large-graphic-number-label {
    width: 56px;
    height: 56px;
    margin-right: 25px;
    font-size: 11px;
    line-height: 11px;
  }
  .providers-section {
    padding-top: 40px;
  }
  .providers-section-title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
  .providers-slider {
    width: 600px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .providers-slider-arrow {
    height: 60px;
    border-radius: 200px;
    background-color: rgba(51, 51, 51, 0.8);
  }
  .providers-slider-arrow.left {
    margin-left: -20px;
  }
  .providers-slider-arrow.right {
    margin-right: -20px;
  }
  .providers-slide {
    width: 280px;
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-contact-section {
    margin-top: 35px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: none;
  }
  .c2a-section-bg {
    width: 100%;
    border-top-right-radius: 0px;
    background-position: 0px 0px, 10% 50%;
  }
  .donate-box {
    position: static;
    width: 100%;
    margin-left: 0px;
    padding: 0px 40px 40px;
    background-color: transparent;
    box-shadow: none;
  }
  .donate-box-title {
    font-size: 30px;
    line-height: 34px;
  }
  .footer-contact-form-wrapper {
    padding: 40px;
    background-color: #333;
  }
  .footer-contact-form-text-wrapper {
    display: block;
  }
  .footer-contact-form-title {
    margin-right: 0px;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .sidebar-wrapper {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .donate-box-wrapper {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .footer-contact-section-bg-wrapper {
    display: none;
  }
  .sidebar-bottom-top-left-cover {
    display: none;
  }
  .footer-content-container {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-left-two-thirds {
    width: 100%;
  }
  .footer-right-third {
    width: 100%;
  }
  .footer-left-third {
    width: 100%;
    padding-right: 0px;
  }
  .addendum-footer-left-third {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
  }
  .footer-left-third.sitemap {
      padding-left: 0px;
  }
  .footer-left-third.sitemap {
    display: none;
  }
  .updates-form {
    width: 400px;
    max-width: 100%;
    margin-bottom: 25px;
  }
  .footer-text-link-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-text-links-column {
    width: 100%;
  }
  .menu-button-line {
    width: 15px;
    height: 3px;
    background-color: #333;
  }
  .menu-button-line.middle {
    width: 8px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
  .header-dropdown-link-text {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-text-wrapper {
    margin-top: 0px;
    padding-right: 0px;
  }
  .title-section-content-outer-wrapper {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .title-section-content-inner-wrapper {
    width: 500px;
  }
  .page-title {
    font-size: 42px;
    line-height: 48px;
  }
  .page-subtitle-text {
    font-size: 24px;
    line-height: 28px;
  }
  .divider {
    height: 1px;
  }
  .locations-map {
    display: none;
  }
  .amsd-profile-image,
  .amsd-profile-image.services {
    width: 400px;
    height: 400px;
  }
  .amsd-dropdown-arrow {
    top: -1px;
    margin-left: 10px;
  }
  .sidebar-mobile-dropdown-toggle {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    cursor: pointer;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day {
    width: 100%;
    min-height: 0px;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    text-align: left;
  }
  .day[data-date] {
    background-color: transparent;
  }
  .day.empty {
    display: none;
  }
  .event-link {
    display: none;
  }
  .calendar-number-label {
    display: none;
  }
  .header-link.red-button {
  	  float: left;
  	  width: auto;
  	  margin-top: 20px;
	  display: inline-block;
	  padding: 13px 30px;
	  border-radius: 5px;
	  background-color: #d0202f;
	  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
	  -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: Oswald, sans-serif;
	  color: #fff;
	  font-size: 20px;
	  line-height: 24px;
	  font-weight: 500;
	  text-align: center;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
  }
  .announcement-bar-open-close {
    right: 20px;
  }
  .stat-number.for-mobile {
    display: block;
  }

  .addendum-footer-text-outer-wrapper {
    display: block;
  }

  .addendum-album-photos {
    text-align: center;
  }

  .addendum-gallery-image {
    right: -1%;
    width: 48%;
    margin-right: 2%;
  }

  .addendum-profile-list-text-link-column {
    width: 100%;
  }

  .addendum-services-text-link-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .addendum-banner-text-link-wrapper {
    width: 100%;
  }

  .addendum-profile-list-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .addendum-footer-services-wrapper {
    margin-top: 0px;
  }

  .addendum-footer-services-column {
    width: 50%;
    margin-top: 20px;
    padding-right: 0px;
  }

  .addendum-footer-services-column.sitemap {
    display: none;
  }

  .addendum-footer-services-heading-wrapper {
    margin-bottom: 10px;
  }

  .addendum-footer-services-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .addendum-footer-services-subheading {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
  }

  .addendum-gallery-albums {
    text-align: center;
  }
  .call-out-text-red, .call-out-text-gray, .call-out-text-red-updated, .call-out-text-gray-updated {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    font-size: 18px;
    line-height: 22px;
  }
  .logo-home-link {
    padding-left: 0px;
  }
  .nav-menu {
    padding-right: 60px;
    padding-left: 60px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .cybernautic-tag {
    display: block;
  }
  .dropdown-link {
    font-size: 16px;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .input-field.text-area-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .amsd-item.grid {
    width: 300px;
    max-width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-text-wrapper.grid {
    display: block;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-meta-text {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .amsd-list.grid {
    display: block;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: block;
    font-size: 24px;
    line-height: 30px;
  }
  .contact-info-link {
    font-size: 18px;
    line-height: 22px;
  }
  .contact-info-wrapper {
    margin-bottom: 25px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .featured-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .calendar-select-form {
    width: 300px;
  }
  .half {
    width: 100%;
  }
  .third {
    width: 100%;
  }
  .quarter {
    width: 100%;
  }
  .form-input.half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.third {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.quarter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.position-applying-for {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.resume-upload {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.signiture {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.date-signed {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.quarter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.third {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .application-form-progress-wrapper {
    margin-top: 45px;
  }
  .application-form-progress-wrapper.bottom {
    margin-top: 45px;
  }
  .application-form-progress-line {
    top: 2px;
    width: 1px;
    height: 98%;
    margin-top: 0px;
    margin-left: -62px;
  }
  .application-progress-step {
    position: relative;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin: 25px auto 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .application-progress-text {
    margin-bottom: 0px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .amsd-category-wrapper.grid {
    display: block;
    text-align: center;
  }
  .amsd-category-title {
    font-size: 32px;
    line-height: 36px;
  }
  .header-link {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
  }
  .header-dropdown-link {
    font-size: 16px;
  }
  .header-link-icon {
    top: 1px;
    height: 18px;
  }
  .large-graphic-content-container {
    padding-bottom: 350px;
    background-position: 100% 150%;
    background-size: 700px;
    background-repeat: no-repeat;
  }
  .large-graphic-text-wrapper {
    width: 100%;
  }
  .large-graphic-text {
    max-width: none;
  }
  .providers-slider {
    width: 300px;
  }
  .page-title {
    width: 100%;
  }
  .page-subtitle-text {
    width: 100%;
  }
  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .amsd-subtitle-text {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .page-meta-text {
    width: 100%;
  }
  #month-select {
    margin-bottom: 15px;
  }
  .footer-announcement-bar {
  	padding: 30px 20px;
    padding-bottom: 76px;
  }
  .announcement-bar-open-close {
    right: 10px;
    width: 35px;
    height: 32px;
    top: -31px;
  }
  .announcement-bar-open-close.closed {
    background-size: 14px;
  }
  .footer-announcement-button {
    position: absolute;
    margin-left: 0px;
    bottom: 17px;
    height: 44px;
  }
  .addendum-footer-services-column {
    width: 100%;
  }

  .addendum-footer-services-heading-wrapper {
    display: block;
  }

  .addendum-footer-services-subheading {
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-left-style: none;
  }
}

@media (max-width: 479px) {
  .nav-link {
    font-size: 15px;
    line-height: 18px;
  }
  .nav-menu {
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 20px;
  }
  .main-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .dropdown-link {
    font-size: 14px;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-category-wrapper {
    padding: 30px 15px;
  }
  .c2a-content-outer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-link {
    font-size: 15px;
    line-height: 18px;
  }
  .header-dropdown-link {
    font-size: 14px;
  }
  .header-link-icon {
    height: 16px;
    margin-right: 7px;
  }
  .featured-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .large-graphic-content-container {
    background-position: 75% 120%;
    background-size: 600px;
    background-repeat: no-repeat;
  }
  .large-graphic-text-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .donate-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-contact-form-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-section-content-outer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-profile-image,
  .amsd-profile-image.services {
    width: 250px;
    height: 250px;
  }
  .addendum-gallery-image {
    right: auto;
    width: 100%;
    margin-right: 0%;
  }

  .addendum-gallery-image-spacer {
    margin-right: 0px;
    margin-left: 0px;
  }
  .call-out-text-red, .call-out-text-red-updated {
    border-radius: 0;
    width: 100vw;
    margin-left: -50vw;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    left: 50%;
  }

  .call-out-text-gray, .call-out-text-gray-updated {
    border-radius: 0;
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%;
  }
}