html {
  scroll-behavior: smooth;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.heading-text {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #105caa;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  display: block;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.subheading-text {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: block;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

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

a {
  color: #105caa;
  text-decoration: none;
}

a:hover {
  color: #105caa;
  text-decoration: underline;
}

.main-content-section a {
  text-decoration: underline;
}

.cms-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #105caa;
  background-position: 0px 0px, 0px 0px;
  -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;
  color: #fff;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  text-decoration: none !important;
}

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

.cms-btn.cms-btn-secondary {
  background-color: #688141;
  background-position: 0px 0px, 0px 0px;
}

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

.cms-btn.cms-btn-secondary.right {
  margin-left: 10px;
}

.cms-btn.c2a-button {
  width: 150px;
  margin-right: 10px;
  margin-left: 10px;
}

.cms-btn.header-button {
  width: 120px;
  margin-top: 29px;
  padding: 5px 0px;
  float: right;
  clear: both;
  background-color: #105caa;
  background-position: 0px 0px, 0px 0px;
  font-size: 13px;
}

.cms-btn.header-button:hover {
  background-color: #0c4783;
}

.cms-btn.header-button.red {
  background-color: #da0000;
  background-image: url('../images/pattern.png'), -webkit-linear-gradient(270deg, #da0000 10%, #a50000 90%);
  background-image: url('../images/pattern.png'), linear-gradient(180deg, #da0000 10%, #a50000 90%);
  background-position: 0px 0px, 0px 0px;
}

.cms-btn.header-button.red:hover {
  background-color: #bb0404;
  background-position: 0px 0px, 0px 0px;
}

.cms-btn.right {
  margin-top: 10px;
}

.cms-btn.left {
  margin-top: 10px;
  margin-right: 10px;
}

.cms-btn.add-to-form {
  padding: 6px 15px;
  float: left;
  font-size: 12px;
}
.foundation-logo {
    display: block;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
}
.footer-section {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #105caa;
  background-image: url('../images/pattern.png'), -webkit-linear-gradient(270deg, #2f92d0 10%, #105caa 90%);
  background-image: url('../images/pattern.png'), linear-gradient(180deg, #2f92d0 10%, #105caa 90%);
  background-position: 0px 0px, 0px 0px;
}

.nav-link {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 13px 15px;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  display: block;
}

.nav-list-item {
  position: relative;
  display: inline-block;
}

.nav-link:hover, .nav-link:focus {
  box-shadow: inset -1px 0 2px 0 rgba(0, 0, 0, .2), inset 1px 0 2px 0 rgba(0, 0, 0, .2), inset 0 -3px 30px 0 hsla(0, 0%, 100%, .1);
  color: #fff;
  text-decoration: none;
}

.nav-link.w--current {
  box-shadow: inset -1px 0 2px 0 rgba(0, 0, 0, .2), inset 1px 0 2px 0 rgba(0, 0, 0, .2), inset 0 -3px 30px 0 hsla(0, 0%, 100%, .1);
  color: #fff;
}

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

.nav-link.last {
  border-right-style: none;
}

.nav-link.dropdown-nav-link {
  display: block;
  padding-right: 30px;
}

#testlink .nav-link.dropdown-nav-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#testlink .nav-link {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 14px 20px;
  border-top: 2px solid transparent;
  border-bottom: 2px none #002e5e;
  -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: 'Droid Sans', sans-serif;
  color: #002e5e;
  font-size: 15px;
  font-weight: 400;
}

#testlink .dropdown-link {
  display: block;
  height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  background-color: #f5f5f5;
  -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-size: 15px;
  line-height: 20px;
  text-decoration: none;
  color: #002e5e;
}

.logo-home-link {
  margin-top: 28px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
}

.nav-menu {
  position: absolute;
  left: 50%;
  right: 0px;
  bottom: 0px;
  width: 100vw;
  margin-top: 35px;
  margin-left: -50vw;
  float: none;
  background-color: #105caa;
  background-image: url('../images/pattern.png'), -webkit-linear-gradient(270deg, #2f92d0 10%, #105caa 90%);
  background-image: url('../images/pattern.png'), linear-gradient(180deg, #2f92d0 10%, #105caa 90%);
  background-position: 0px 0px, 0px 0px;
  text-align: center;
}

.main-content-section {
  padding-bottom: 75px;
  overflow-x: hidden; 
}

.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;
  color: #105caa;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
}

.subtitle-text {
  margin-top: 5px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.subtitle-text.small {
  margin-top: 10px;
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.footer-link {
  margin-top: 10px;
  margin-right: 25px;
  float: left;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

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

.font-awesome-icon {
  margin-right: 5px;
  float: left;
  font-family: Fontawesome, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
}

.cybernautic-tag {
  margin-top: -7px;
  width: 200px;
  max-width: 100%;
  float: right;
  color: white;
}

.dropdown {
  position: relative;
}

.dropdown.nested {
  display: block;
}

.dropdown-link {
  display: block;
  height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.dropdown-link:hover, .dropdown-link:focus {
  color: #105caa;
  text-decoration: none;
}

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

.dropdown-list {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  border: none;
}

.dropdown-list.w--open, .nested-dropdown-list.w--open {
  height: auto;
  width: auto;
  border: 1px solid #e3e3e3;
}

#testlink .dropdown-list.w--open, .nested-dropdown-list.w--open {
  height: auto;
  width: auto;
  margin-top: 0px;
  padding-top: 0px;
  border: none;
  border-top: 4px solid #002e5e;
  list-style: none;
}

.dropdown-list:focus-within, .nested-dropdown-list:focus-within {
  height: auto;
  width: auto;
  border: 1px solid #e3e3e3;
}

.nested-dropdown-list {
  margin-top: -40px;
  margin-left: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #fff;
  border: none;
}

.nested-dropdown-list.w--open {
  border: 1px solid #e3e3e3;
}

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

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

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

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

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

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

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

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

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

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

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

.form-input.left {
  width: 49.5%;
  float: left;
}

.form-input.right {
  width: 49.5%;
  float: right;
}

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

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

.form-wrapper-flex {
  position:relative;
  display:flex;
  flex-flow:row wrap;
  align-items:center;
  justify-content:space-between;
}

.finput-wrapper {
  display: block;
  width: 100%;
  max-width: 100%;
}

.finput-wrapper.half {
  flex:0 1 48.66%;
  width: 48.66%;
}

.finput-wrapper.third {
  flex:0 1 32.66%;
  width: 32.66%;
}

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

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

.input-wrapper.left {
  width: 49.5%;
  float: left;
}

.input-wrapper.right {
  width: 49.5%;
  float: right;
}

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

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


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

.nav-items-wrapper {
  position: relative;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}

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

.amsd-item {
  padding-top: 30px;
  padding-bottom: 30px;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  max-width: 100%;
  margin: 0px 10px 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.amsd-item.grid.small-grid {
  width: 210px;
}

.amsd-item.opportunities {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 4px #e9e9e9;
}

.amsd-item.opportunities.interval {
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 4px #e9e9e9;
}

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

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

.amsd-image-link {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-height: 380px;
  overflow: hidden;
}

.amsd-title-text-link {
  margin-bottom: 0px;
  float: left;
  clear: both;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.amsd-title-text-link:hover {
  color: #105caa;
  text-decoration: underline;
}

.amsd-title-text-link.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
}

.amsd-title-text-link.grid.centered {
  text-align: center;
}

.amsd-title-text-link.opportunities {
  margin-bottom: 10px;
}

.amsd-title-text-link.opportunities:hover {
  text-decoration: none;
}

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

.amsd-text-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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%;
  text-align: left;
}

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

.amsd-description-text ul li {
  margin: 0.5em 0px 0.5em -3em !important;
  padding: 0px;
  list-style-position: inside;
}

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

.amsd-description-text.opportunities {
  margin-top: 15px;
}

.amsd-subtitle-text {
  margin-top: 0px;
  margin-bottom: 8px;
  float: left;
  clear: both;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.amsd-subtitle-text.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 15px;
  line-height: 20px;
}

.amsd-subtitle-text.grid.small {
  color: #616161;
}

.amsd-subtitle-text.small {
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.text-full-page {
  margin-top: 15px;
}

.amsd-select-form {
  display: block;
  max-width: 300px;
  margin: 10px auto -10px;
}

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

.amsd-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: -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;
}

.amsd-dropdown {
  width: 100%;
  text-align: center;
}

.amsd-dropdown-toggle {
  display: inline-block;
  padding: 0px;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  white-space: normal;
}

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

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

.amsd-dropdown-list.w--open {
  text-align: left;
  width: auto;
  height: auto;
}

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

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

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

.calendar-block {
  overflow: hidden;
  margin-top: 30px;
}

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

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

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

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

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

.calendar-number-label.today {
  color: #da0000;
  font-weight: 700;
}

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

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

.event-link:hover {
  color: #105caa;
  text-decoration: underline;
}

.event-link.green:hover {
  color: #657C46;
}

.event-link.orange:hover {
  color: #BE5709;
}

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

.nav-container {
  position: relative;
  height: 100%;
}

.nav-container-test {
  display: block;
  width: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar.testlink {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 135px;
  padding: 12px 0px 0px;
  border-bottom: 4px solid #002e5e;
  background-color: #fff;
}

.nav-top {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.logo-home-link.testlink {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  float: none;
  margin-top: 0px;
}

.buttons-header {
  display: block;
  width: auto;
  margin-top: 10px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.paragraph-12 {
  margin-bottom: 0px;
}

.text-span-2 {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 12px;
}

.header-info {
  display: inline-block;
  margin-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #bdbec0;
  color: #002e5e;
  font-size: 12px;
}

.header-info:last-child {
  border-right: transparent;   
}

.nav-menu-testlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  clear: right;
  -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;
  background-color: #e0e0e0;
}

.buttons-header.mobile {
  display: none;
}

.nav-items-wrapper-testlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

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

.form-input-options-wrapper {
  width: 100%;
  margin-bottom: 5px;
  float: left;
}

.form-label {
  width: 100%;
  margin-bottom: 10px;
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.form-label.subtitle {
  margin-top: -15px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

.slider {
  position: fixed;
  width: 100%;
  min-height: 70vh;
}

.slide-nav {
  margin-bottom: 15px;
}

.slide {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/slide-1.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide.slide-2 {
  background-image: url('../images/slide-2.jpg');
}

.slide.slide-3 {
  background-image: url('../images/slide-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide.slide-4 {
  background-image: url('../images/slide-3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

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

.contact-info-icon {
  margin-bottom: 10px;
  font-family: Fontawesome, sans-serif;
  color: #105caa;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

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

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

.contact-info-wrapper {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
}

.cms-frontend {
  height: 100%;
  padding-top: 160px;
  font-family: 'Droid Sans', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 22px;
}

.cms-frontend.back-testlink {
  padding-top: 135px; 
}

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

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

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

.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;
  font-family: Fontawesome, sans-serif;
  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;
}

.slider-section {
  min-height: 70vh;
}

.header-info-box {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  margin-top: 33px;
  margin-right: 140px;
  text-align: right;
}

.header-info-box.mobile {
  margin-top: -80px;
}

.header-info-line {
  min-height: 24px;
  margin-right: 20px;
  float: left;
}

.header-info-icon {
  font-family: Fontawesome, sans-serif;
  color: #105caa;
  font-size: 15px;
}

.header-info-icon.fax {
  font-size: 14px;
}

.header-info-link {
  display: inline-block;
  float: right;
  clear: none;
  color: #111;
  font-size: 14px;
  line-height: 20px;
}

.header-info-link:hover {
  color: #105caa;
  text-decoration: none;
}

.header-info-link.middle {
  margin-right: 12px;
  margin-left: 12px;
}

.slide-text-large {
  font-family: 'Droid Sans', sans-serif;
  color: #105caa;
  font-size: 44px;
  line-height: 48px;
  font-weight: 700;
}

.slide-text-large.green {
  color: #657C46;
}

.slide-text-large.white {
  color: #fff;
}

.slide-text-large.orange {
  color: #BE5709;
}

.header-info-right {
  float: right;
  clear: both;
}

.header-info-left {
  margin-bottom: 5px;
  float: right;
}

.slide-text-box {
  display: block;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 45px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .85);
  text-align: center;
}

.slide-text-box:hover {
  text-decoration: none;
}

.slide-text-box.blue {
  background-color: rgba(12, 72, 133, .85);
}

.slide-text-box.green {
  background-color: hsla(70, 58%, 65%, .85);
}

.slide-text-box.orange {
  background-color: rgba(245, 126, 33, .85);
}

.slide-text-small {
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

.slide-text-small.green {
  color: #657C46;
}

.slide-text-small.white {
  color: #fff;
}

.slide-text-small.orange {
  color: #BE5709;
}

.slider-button-box {
  margin-top: 20px;
}

.slide-text-box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70vh;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
}

.featured-section {
  position: relative;
  z-index: 2;
  padding-bottom: 45px;
  background-color: #fff;
}

.featured-icon {
  position: absolute;
  left: 50%;
  display: block;
  width: 90px;
  height: 90px;
  margin-top: -90px;
  margin-left: -45px;
  border-radius: 200px;
  background-color: hsla(70, 58%, 65%, .9);
  font-family: Fontawesome, sans-serif;
  color: #5a7037;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
}

.featured-icon.heart {
  line-height: 100px;
}

.featured-icon.news {
  font-size: 50px;
  line-height: 95px;
  margin-top: -100px;
}

.featured-icon.events {
  font-size: 50px;
}

.featured-title {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.featured-wrapper {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.featured-box {
  width: 33.333%;
  float: left;
}

.featured-text {
  margin-top: 15px;
  margin-bottom: 0px;
}

.featured-title-link {
  display: block;
  color: #105caa;
  text-align: center;
}

.featured-title-link:hover {
  color: #105caa;
  text-decoration: none;
}

.featured-button-wrapper {
  margin-top: 25px;
  text-align: center;
}

.featured-image-link {
  display: block;
  width: 100%;
}
.featured-image {
  width: 100%;
}

.featured-text-area {
  position: relative;
  padding-top: 55px;
  padding-right: 45px;
  padding-left: 45px;
  background-color: #fff;
}

.services-section {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
/*
  background-image: url('../images/sunset-bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
*/
}

.services-section.responsive {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.news-column-white {
  width: 20%;
  float: left;
  background-color: #fff;
}

.news-column-center {
  width: 60%;
  float: right;
  background-color: transparent;
}

.header-buttons-box {
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: 12px;
}

.header-buttons-box.mobile {
  margin-top: -102px;
}

.featured-video {
  display: block;
  margin-top: -10px;
  margin-left: 10px;
  min-height: 360px;
}

.featured-video-wrapper {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.news-and-events-area {
  position: relative;
  z-index: 2;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  text-align: left;
}

.white-container {
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 30px 45px;
  border-radius: 3px;
  background-color: hsla(0, 0%, 100%, .85);
}

.white-container.responsive {
    width: auto;
    display: inline-block;
    max-width: 1200px;
    text-align: left;
}

.services-subtitle-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.services-title-text {
  margin-top: 0px;
  margin-bottom: 11px;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.services-button-box {
  margin-top: 15px;
}

.services-description-text {
  margin-top: 10px;
  margin-bottom: 0px;
}

.emergency-banner {
  position: fixed;
  top: 135px;
  z-index: 999;
  display: block;
  width: 100%;
  padding: 10px 30px;
  background-color: #da0000;
  background-image: url('../images/pattern.png'), -webkit-linear-gradient(270deg, #da0000 10%, #a50000 90%);
  background-image: url('../images/pattern.png'), linear-gradient(180deg, #da0000 10%, #a50000 90%);
  background-color: #a50000;
}

.emergency-banner-text {
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
  width:100%;
  margin:0 auto
}

.banner-link {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:4;
}

.emergency-banner-close-button {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 6px;
    cursor: pointer;
  z-index:5;

}

.emergency-body-class {
  background-image: url('../images/pattern.png'), -webkit-linear-gradient(270deg, #da0000 10%, #a50000 90%);
  background-image: url('../images/pattern.png'), linear-gradient(180deg, #da0000 10%, #a50000 90%);
  background-color: #a50000;
}

.news-and-events-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  color: #105caa;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.news-and-events-subtitle {
  margin-top: -25px;
  margin-bottom: 30px;
  font-family: 'Droid Serif', serif;
  color: #333;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.news-and-events-icon {
  font-family: Fontawesome, sans-serif;
  color: #0c4885;
  font-size: 60px;
}

.divider {
  color: #d3d3d3;
}

.news-and-events-image-link {
  overflow: hidden;
  margin-bottom: 45px;
  border-radius: 3px;
}

.news-and-events-info-text {
  margin-top: 5px;
  margin-bottom: 0px;
  text-align: center;
}

.news-and-events-description-text {
  margin-top: 15px;
  text-align: left;
}

.news-and-events-button-box {
  margin-top: 25px;
  text-align: center;
}

.news-and-events-read-more-link {
  display: inline-block;
  margin-top: 10px;
}

.dropdown-icon {
  margin-right: 12px;
  margin-right: auto;
  margin-left: auto;
}

.nested-dropdown-icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.close-dropdowns-top {
  position: absolute;
  left: 50%;
  bottom: 0px;
  z-index: 899;
  width: 100vw;
  height: 20px;
  margin-bottom: 46px;
  margin-left: -50vw;
}

.news-and-events-column {
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 120px;
}

.news-and-events-wrapper {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.green-text {
  color: #657C46;
}

.light-green-text {
  color: #7a964d;
}

.blue-box {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 3px #2f92d0;
}

.green-box {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 3px #7a964d;
}

.orange-box {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 3px #BE5709;
}

.title-wrapper {
  margin-bottom: 45px;
  padding-top: 45px;
  padding-bottom: 45px;
  border-bottom: 4px solid #e9e9e9;
/*  background-image: url('../images/pattern.png');*/
  background-position: 0px 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.green {
  color: #657C46;
}

.orange {
  color: #BE5709;
}

.photo-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 700px;
  margin-top: -45px;
  margin-bottom: 45px;
  padding-right: 20px;
  padding-bottom: 75px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/wellness-center.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.photo-banner.home {
  background-image: url('../images/home-health.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.photo-banner.medical {
  background-image: url('../images/medical-clinic.jpg');
  background-size: cover;
}

.amsd-tab {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  padding: 5px 20px;
  border-radius: 3px;
  background-color: #105caa;
  background-position: 0px 0px, 0px 0px;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none !important;
}

.amsd-tab:focus {
  outline: 2px solid #BE5709;
}

.amsd-tab:hover {
  background-color: #0c4783;
  color: #fff;
  text-decoration: none;
}

.amsd-tab.w--current {
  background-color: #0c4783;
}

.amsd-tab-pane {
  padding-top: 30px;
}

.amsd-tabs-menu {
  position: relative;
  padding: 20px 20px 0px;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 3px #2f92d0;
  text-align: center;
}

.amsd-tabs {
  margin-bottom: 45px;
}

.c2a-button-wrapper {
  position: relative;
  margin-top: -67px;
  margin-bottom: 45px;
  text-align: center;
}

.arrow {
  font-family: Fontawesome, sans-serif;
}

.calendar-colors {
  margin-top: 30px;
  text-align: center;
}

.calendar-color-block {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  cursor: pointer;
}

.calendar-color-block:hover {
  color: #105caa;
}

.calendar-color-swatch {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  float: left;
  border-radius: 3px;
  background-color: #105caa;
}

.calendar-color-swatch.green {
  background-color: #657C46;
}

.calendar-color-swatch.orange {
  background-color: #BE5709;
}

.calendar-color-text {
  float: left;
}

.department-amsd-item {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
}

.department-amsd-item.interval {
  background-color: #e9e9e9;
}

.department-amsd-field {
  width: 20%;
  float: left;
}

.department-field-text {
  display: inline-block;
}

.department-field-link {
  display: inline-block;
}

.department-amsd-titles {
  padding-bottom: 15px;
  padding-left: 20px;
  color: #105caa;
  font-weight: 700;
}

.fields-group {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px;
  float: left;
  background-image: url('../images/pattern.png');
  background-position: 0px 0px;
  box-shadow: inset 0 0 0 4px #e9e9e9;
}

.employment-application-title {
  margin-top: 0px;
  margin-bottom: 10px;
}

.fields-group-title {
  display: block;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #105caa;
  font-size: 17px;
}

.application-divider {
  height: 4px;
  margin-top: -120px;
  margin-bottom: 60px;
  padding-top: 150px;
  border-bottom: 4px solid #e9e9e9;
}

.field-wrapper-third {
  width: 32.66%;
  float: left;
}

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

.add-to-form-link {
  display: inline-block;
  float: left;
  clear: both;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 10px;
}

.form-clear {
  width: 100%;
  height: 1px;
  float: left;
  clear: both;
}

.field-wrapper-left {
  width: 49%;
  float: left;
}

.field-wrapper-right {
  width: 49%;
  float: right;
}

.white-field-wrapper {
  width: 100%;
  margin-bottom: 15px;
  padding: 30px;
  float: left;
  background-color: #fff;
  box-shadow: inset 0 0 0 4px #e9e9e9;
}

.hidden-calendar-link {
  display: none;
  margin-top: 15px;
  margin-bottom: -15px;
}

.slider-arrow {
  z-index: 2 !important;
}

.required-text {
  font-size: 80%;
  color: #105caa;
}

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

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

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

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

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

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

/***** ADDENDUM CHANGES *****/

.newcolor {
  background-color: #002e5e;
  background-image: none;
}

.site-new-color {
  color: #002e5e;
}

.btn-new-color {
  background-color: #002e5e;
}

.number-block {
  margin-bottom: 15px;
  text-align: center;
  color: #002e5e;
}

.buttons-block {
  display: block;
  text-align: center;
}

.header-buttons-box.new-btn {
  display: block;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.header-buttons-box.new-btn.mobile {
  margin-top: -90px;
}

.header-button-new {
  padding: 10px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #002e5e;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: transparent;
  color: #002e5e;
  margin: -2px;
}

.header-button-new:hover {
  border-color: #bdbec0;
  background-color: #bdbec0;
  color: #002e5e;
  text-decoration: none;
}

.header-button-new.two {
  border-color: #002e5e;
  border-radius: 0px 6px 6px 0px;
  background-color: #002e5e;
  color: #fff;
  text-decoration: none;
}

.header-button-new.two:hover {
  border-color: #bdbec0;
  background-color: #bdbec0;
  color: #002e5e;
}

.cms-btn.header-button.new-style {
  width: 120px;
  margin: 18px 8px;
  padding: 5px 0px;
  float: none;
  clear: both;
  background-color: #002e5e;
  background-position: 0px 0px, 0px 0px;
  font-size: 13px;
}

.header-info-box.new-box {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  z-index: 9999;
  width: 100%;
  margin-top: 56px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;   
}

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

.slide-text-box-wrapper.new-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 70vh;
  padding-top: 75px;
  padding-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.4), hsla(0, 0%, 100%, 0));
}

.slide-content-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  color: #fff;
  text-align: center;
  width: 1200px;
  float: left;
}

.slide-text-box.no-color {
  background-color: transparent;
  border-radius: 0px;
  display: block;
  max-width: 600px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  text-align: left;
  float: left;
}

.slide-button {
  background-color: #fff;
  color: #002e5e;
}

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

.slide-button:hover {
  background-color: #002e5e;
  color: #fff;
}

.new-icon-color {
  background-color: rgba(189, 190, 192, 0.4);
  color: #f26122;
}

.feature-item-wrapper {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  float: left;
  background-color: #f5f5f5;
  background-image: url(../images/bg-heart.png);
  background-position: 50% 70%;
  background-size: contain;
  background-repeat: no-repeat;
}

.feature-items-block {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 25px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: none;
}

.feature-item:hover {
  background-color: #fff;
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.1);
}

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

.featured-item-text {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.item-link {
  color: #002e5e;
  font-size: 16px;
}

.item-icon-text {
  margin-left: 2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
}

.team-job-block {
  position: relative;
  width: 100%;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}
    
.block-home-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.block-home-center.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-block {
  position: static;
  left: 0px;
  width: 50%;
  height: 100%;
  min-height: 400px;
  float: left;
  border-radius: 0px;
  background-image: url(https://assets.website-files.com/5dc98d4…/5f1b351…_iStock-1152347304-small.jpg);
  background-position: 50% 50% !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-block.reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-radius: 0px;
  background-image: url(https://assets.website-files.com/5dc98d4…/5f1b351…_iStock-1189309997-small.jpg);
  background-position: 0% 50%;
}

.info-wrapper{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 20px 20px 60px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-wrapper.reverse {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-left: 20px;
  padding-right: 60px;
}

.block-info-wrapper {
  width: 480px;
  margin-bottom: 20px;
  margin-left: 25px;
  text-align: left;
}

.block-info-wrapper.reverse {
  margin-right: 25px;
  margin-left: 0px;
  text-align: right;
}

.new-title {
  font-size: 20px;
  line-height: 25px;
}

.feature-new {
  display: inline-block;
  float: left;
}

.feature-new.reverse {
  display: inline-block;
  float: right;
}

.new-align {
  text-align: left;
  display: inline-block;
}

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

.feature-btn {
  float: left; 
  margin-right: 10px;
  margin-left: 0px;
}

.feature-btn.reverse {
  float: right;
  margin-right: 0px;
  margin-left: 10px;
}

.block.section-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  -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: rgba(189, 190, 192, 0.4);
  color: #f26122;
  margin-left: auto;
  margin-right: auto;
}

.icons-half-block {
  font-family: Fontawesome, sans-serif;
  color: #f26122;
  font-size: 50px;
  line-height: 50px;
  font-style: normal;
}

.footer-section.new {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0px;
  float: left;
  background-color: #002e5e;
}

.content-container.footer {
  width: 100%;
}

.map-and-contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 260px;
  border-top: 2px solid #002e5e;
}

.map-block { 
  width: 50%;
  margin-right: 0px;
  float: left;
}

.contact-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-8.contact-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: 'Droid Serif', serif;
  color: #002e5e;
  line-height: 28px;
  font-weight: 400;
}

.link-block.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  color: #002e5e;
}

.link-text {
  margin-left: 15px;
}

.sitemap-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: transparent;
}

.links-block-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-left: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: left;
}

.footer-logo {
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e0e0e0;
}

.links-bottom-footer {
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sitemap-block {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.w-container.test {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.footer-map-block {
  width: 50%;
  margin-right: 0px;
  float: left;
}

.map-2 {
  height: 258px;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  float: left;
}

.footer-block-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  margin-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}

.site-footer-link {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  float: left;
  clear: left;
  color: #fff;
}

.site-footer-link:hover {
  color: #bdbec0;
  text-decoration: none;
}

.footer-info-icon {
  font-family: Fontawesome, sans-serif;
  color: inherit;
  font-size: 18px;
}

.facebook {
  margin-left: 4px;
}

.link-footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
}

.link-footer-info:hover {
  color: #bdbec0;
  text-decoration: none;
}

.link-footer-text {
  margin-left: 15px;  
}

.site-footer-link {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.site-footer-link.no-title {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  padding-left: 10px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.site-footer-link.no-title:first-child {
  margin-top: 40px;
} 

.site-footer-link.no-title:hover {
  color: #bdbec0;
  text-decoration: none;
}

.site-footer-link.titles {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
  border-top: 1px none rgba(189, 190, 192, 0.3);
  border-bottom: 1px solid rgba(189, 190, 192, 0.3);
  font-size: 15px;
}

.site-footer-link.titles.nolink:hover {
  color: #fff;
  text-decoration: none;
}

block-no-title {
  padding-top: 40px;
}

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

.sitemap-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46px;
  height: 46px;
  margin-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sitemap {
  margin-bottom: 0px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #bdbec0;
}

.sitemap:hover {
  color: #a9a9a9;
}

.video-section {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 80px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 87.8%, 0.9)), to(hsla(0, 0%, 87.8%, 0.9))), url(../images/bg-video-image.jpg);
  background-image: linear-gradient(180deg, hsla(0, 0%, 87.8%, 0.9), hsla(0, 0%, 87.8%, 0.9)), url(../images/bg-video-image.jpg);
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.video-section-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  margin-top: 22px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  background-color: transparent;
  box-shadow: none;
}

.video-description-text {
  margin-top: 15px;
}

.text-video-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  text-align: left;
}

.text-video-info.full-width {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.video-section-title {
  font-family: 'Droid Serif', serif;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #002e5e;
  font-size: 32px;
  line-height: 32px;
}

.video-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Droid Sans', sans-serif;
  color: #002e5e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}

.video-new {
  display: inline-block;
  margin-top: 0px;
}

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

.video-block {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.video.w-video {
  width: 100%;
  position: relative;
  padding: 0; 
  height: 100%;
}

.video-btn {
  margin-top: 20px;
}


/***** HOSPITAL SERVICES ADDENDUMS *****/

.title-section-2 {
  background-image: url(https://assets.website-files.com/5f2da3a…/5f2da3a…_iStock-1189309997-small.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-bottom: 50px;
}

.title-content-outer-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 20px 80px;
  -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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 94, 0.6)), to(rgba(0, 46, 94, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 46, 94, 0.6), rgba(0, 46, 94, 0.6));
}

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


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

.title-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  font-family: 'Droid Serif', serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
  color: #fff;
}

.dropdown-section {
  padding-top: 30px;
  padding-bottom: 40px;
}

.form-input.services {
  display: block;
  width: 240px;
  height: 45px;
  margin-bottom: 10px;
  padding: 8px 12px;
  float: none;
  margin: auto;
  border: 1px solid #002e5e;
  background-color: #fff;
  border-radius: 3px;
  color: #002e5e;
  font-size: 14px;
  line-height: 20px;
}

select {
  -webkit-appearance: none;
}

.form-input.services.w-select.select-input {
  background-image: url(../images/chevron-down-solid.svg);
  background-position: calc(100% - 14px) calc(1em + 3px), 0.5em;
  background-size: 0.7em;
  background-repeat: no-repeat;
}

.dropdown-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsd-select-form.list {
  margin: 10px auto 0px;
}

.full-block {
  position: static;
  float: none;
  display: block;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.newblock {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  margin-right: 20px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
  box-shadow: none;
}

.newblock:last-child {
  margin-bottom: -75px;
}

.block-title {
  text-align: center;
  margin-bottom: 20px;
  font-family: 'Droid Serif', serif;
  color: #002e5e;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}

.image-block {
  position: static;
  left: 0px;
  width: 50%;
  height: 100%;
  min-height: 400px;
  float: left;
  border-radius: 0px;
  background-position: 50% 50%;
  background-size: contain;
}

.info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px 20px 20px 60px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-info-wrapper {
  width: 480px;
  margin-bottom: 20px;
  margin-left: 25px;
  text-align: left;
}

.heading-6 {
  display: block;
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Droid Serif', serif;
  color: #002e5e;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none !important; 
}

.cms-btn.welcome {
  margin-top: 15px;
  padding: 12px 30px;
  border-radius: 3px;
  background-color: #002e5e;
  opacity: 1;
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.padding-dropdown {
  position: static;
  top: auto;
  bottom: 134px;
  overflow: visible;
  width: 0%;
  height: 2px;
  margin-top: -134px;
}

.newblock.two {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-block.two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  border-radius: 0px;
  background-position: 50% 50%;
}

.info-wrapper.two {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom-style: none;
  padding-left: 20px;
  padding-right: 60px;
}

.block-info-wrapper.two {
  margin-right: 25px;
  margin-left: 0px;
  text-align: right;
}

.main-content-section-profile { 
  padding: 60px 30px;
}

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

.amsd-image-newpage {
  display: block;
  width: 400px;
  height: 320px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image-newpage.profile-page {
  margin-left: 30px;
  margin-bottom: 30px;
  float: right;
  background-image: none;
  background-size: contain;
}

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

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

.back-link.cms-btn {
  display: inline-block;
  margin-top: 10px;
  float: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
  font-family: 'Droid Sans', sans-serif;
  color: #f26122;
  font-size: 16px;
  line-height: 16px;
  text-align: left;
}

.back-link.cms-btn:hover {
  color: #105caa;
}

.display-none {
  display: none;
  opacity: 0;
}

.new-font{
  font-family: Satisfy, sans-serif;
  font-size: 70px;
  line-height: 75px;
}

/***** *****/

#success-message {
  margin-top: 35px;
  display:none;
}

.vaccine-submit {
  margin-top:20px;
}

.select-tiny {
  display:inline-block;
  margin-right:10px;
  max-width:80px;
  appearance: auto;
}

.select-med {
  display:inline-block;
  margin-right:10px;
  max-width:140px;
  appearance: auto;
}

.form-input.tiny {
  display:inline-block;
  margin-right:10px;
  max-width:80px;
  margin-bottom: 10px;
  padding: 8px 12px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  float:none;
}



@media (max-width: 991px) {
  .emergency-banner {
    top: 100px;
  }
  .cms-btn.header-button {
    width: 145px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    float: none;
    clear: none;
    font-size: 15px;
  }
  .footer-section {
    text-align: center;
  }
  .nav-link {
    display: block;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 0px;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .nav-link:hover, .nav-link:focus {
    box-shadow: none;
    color: #105caa;
  }
  .nav-link.w--current {
    box-shadow: none;
    color: #105caa;
  }
  .nav-link.w--current:hover {
    color: #105caa;
  }
  .logo-home-link {
    margin-left: 20px;
  }
  .navbar {
    height: 100px;
  }
  .nav-menu {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 30px;
    padding-right: 120px;
    padding-left: 120px;
    float: right;
    background-color: #fff;
    background-image: none;
  }
  .footer-link {
    margin-right: 10px;
    margin-left: 10px;
    float: none;
  }
  .cybernautic-tag {
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .nav-list-item {
    display: block;
  }
  .dropdown-link {
    height: auto;
    padding: 10px 0px 10px 20px;
    border-left: 1px solid #e3e3e3;
    color: #333;
    font-size: 18px;
  }
  .dropdown-link.w--current {
    color: #105caa;
  }
  .dropdown-list {
    padding-left: 20px;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    border: none;
  }
  .dropdown-list.w--open, .nested-dropdown-list.w--open {
    border: none;
  }
  .dropdown-list:focus-within, .nested-dropdown-list:focus-within {
    border: none;
  }
  .nested-dropdown-list {
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 20px;
    background-color: transparent;
    background-image: none;
    background-position: 0px 0px;
    border: none;
  }
  .nested-dropdown-list.w--open {
  	border: none;
  }
  .menu-button {
    margin-top: 10px;
    margin-right: 20px;
    padding: 12px;
    border-radius: 3px;
    background-color: #105caa;
    background-position: 0px 0px, 0px 0px;
    color: #fff;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: #0c4783;
    box-shadow: inset 1px 0 2px 0 rgba(0, 0, 0, .2), inset -1px 0 2px 0 rgba(0, 0, 0, .2), inset 0 -3px 30px 0 rgba(0, 0, 0, .2);
    color: #fff;
  }
  .footer-links {
    width: 100%;
    max-width: none;
    float: none;
    text-align: center;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    position: relative;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
  }
  .nav-items-wrapper.mobile {
    display: block;
    background-image: none;
    background-position: 0px 0px;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-title-text-link.grid.centered:hover {
    text-decoration: none;
  }
  .day-block {
    width: 99px;
  }
  .day-block.label {
    width: 104px;
  }
  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .slider-arrow {
    display: none;
  }
  .contact-info-wrapper {
    width: 80%;
  }
  .cms-frontend {
    padding-top: 100px;
  }
  .popup-content-box {
    width: 90%;
  }
  .header-info-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: none;
    width: 100%;
    margin-top: 110px;
    margin-right: 0px;
    text-align: center;
  }
  .header-info-box.mobile {
    position: static;
    display: block;
    margin-top: 0px;
  }
  .header-info-icon {
    font-size: 17px;
  }
  .header-info-link {
    font-size: 15px;
  }
  .header-info-link.middle {
    margin-right: 20px;
    margin-left: 20px;
  }
  .slide-text-large {
    font-size: 34px;
    line-height: 42px;
  }
  .header-info-right {
    display: inline-block;
    float: none;
  }
  .header-info-left {
    display: inline-block;
    margin-bottom: 10px;
    float: none;
  }
  .slide-text-small {
    font-size: 28px;
    line-height: 32px;
  }
  .featured-text-area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .header-buttons-box {
    display: none;
    margin-right: 100px;
  }
  .header-buttons-box.mobile {
    position: static;
    display: block;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .featured-video {
    margin-top: 30px;
    margin-left: 0px;
  }
  .news-and-events-area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .white-container {
    max-width: 100%;
  }
  .nested-dropdown-icon {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .close-dropdowns-top {
    display: none;
  }
  .news-and-events-column {
    padding-right: 10px;
    padding-left: 10px;
  }
  .photo-banner {
    height: 300px;
  }
  .department-amsd-item {
    padding-bottom: 5px;
  }
  .department-amsd-field {
    width: 40%;
    margin-bottom: 10px;
  }
  .department-amsd-titles {
    display: none;
  }
  .emergency-banner-text {
	  padding-right: 30px;
	}

	.emergency-banner-close-button {
		right: 10px;
	}
    
/***** ADDENDUM CHANGES 991px *****/
    
    .nav-menu-testlink {
      position: relative;
      overflow: scroll;
      z-index: 999;
      display: none;
      width: 100%;
      height: 100%;
      min-height: 100vh;
      margin-top: 4px;
      padding-top: 15px;
      float: right;
      background-color: #f5f5f5;
      transform: translateY(0px);
      transition: transform 400ms ease 0s;
    }
    
    .buttons-header {
      display: none;
    }
    
    .header-info {
        display: inline-block;
        margin-left: 20px;
        margin-bottom: 20px;
        padding-right: 20px;
    }
    
    .logo-home-link.testlink {
      margin-top: 13px;
    }
    
    #testlink .nav-link.dropdown-nav-link {
      text-align: center;  
    }
    
    #testlink .dropdown-list {
      padding-left: 0px;
    }
    
    #testlink .dropdown-link {
      border-left: none;
      text-align: center;
      padding: 0px;
      padding-top: 11px;
      padding-bottom: 11px;
    }
    
    #testlink .dropdown-list.w--open, .nested-dropdown-list.w--open {
      height: auto;
      width: auto;
      margin-top: 0px;
      padding: 40px;
      padding-bottom: 10px;
      padding-top: 0px;
      background-color: #e0e0e0;
    }
    
    .buttons-header.mobile {
      display: block;
      width: 100%;
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 2px solid #002e5e;
    }
    
    .header-info {
      font-size: 16px;
    }
    
    .nav-items-wrapper-testlink {
      overflow: auto;
      width: 100%;
      padding-bottom: 144px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    
    .slider-section {
        width: 100%;
    }

    .slide-content-outer-wrapper {
        overflow: visible;
        max-width: 100%;
    }
    
    .slide-content-inner-wrapper {
        width: 100%;
    }
    
    .slide-content-block {
        width: 100%;
        max-width: 100%;
    }
    
    .header-buttons-box.new-btn.mobile {
        margin-top: 0px;
        margin-bottom: 35px;
    }
    
    .slide-text-box.no-color {
        max-width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
        float: none;
    }
    
    .feature-item-wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: none;
    }
    
    .feature-items-block {
        margin-top: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .feature-item {
        width: 50%;
        margin-top: 10px;
        margin-bottom: 10px;
        border-style: solid;
        border-width: 1px;
        border-color: #bdbec0;
        box-shadow: none;
    }
    
    .team-job-block {
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .block-home-center {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    
    .block-info-wrapper {
        width: 100%;
        margin-left: 0px;
    }
    
    .block-info-wrapper.reverse {
        margin-right: 0px;
    }
    
    .video-section-block {
        width: 90%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .video-description-text {
      text-align: center;
    }

    .video-block {
        width: 100%;
    }
    
    video-new {
       float: none;
    }
    
    .text-video-info {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        padding: 20px;
    }
    
    .w-container.test {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .links-bottom-footer {
        max-width: 80%;
    }
    
    .footer-map-block {
        width: 80%;
        margin-bottom: 30px;
    }
    
    .footer-block {
        width: 80%;
        text-align: left;
    }
    
    .sitemap-link {
        margin-top: 6px;
    }
    
    .footer-block-half {
        width: 50%;
        margin-left: 0px;
    }
    
    .block-small {
        width: 30%;
    }
    
    .contact-block {
        padding: 15px 30px;
        text-align: left;
    }
    
    .amsd-item.list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
    }
    
    .amsd-item.list.reverse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: auto;
        margin-left: auto;
    }
    
    .amsd-image.list {
        width: 100%;
        margin: auto;
    }
    
    .amsd-image-link.list-right {
        margin-right: auto;
        margin-left: auto;
    }
    
    .amsd-image-link.list-left {
        margin-right: auto;
        margin-left: auto;
    }
    
    .amsd-text-wrapper.list {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
    .amsd-description-text.list {
        margin-top: 10px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .cms-btn.list {
        float: none;
        margin: auto;
    }

    /***** *****/
}

@media (max-width: 767px) {
  .w-container {
    padding:0 15px;
  }

  .finput-wrapper.half {
    flex:0 1 100%;
    width: 100%;
  }

  .finput-wrapper.third {
    flex:0 1 100%;
    width: 100%;
  }
  .cms-btn.left {
    margin-right: 10px;
  }
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-home-link {
    width: 350px;
    margin-top: 26px;
    padding-left: 0px;
  }
  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .footer-link {
    float: none;
  }
  .dropdown-link.w--current {
    color: #105caa;
  }
  .dropdown-link.w--current:hover, .dropdown-link.w--current:focus {
    color: #105caa;
  }
  .footer-links {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    text-align: center;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-input.left {
    width: 100%;
  }
  .form-input.right {
    width: 100%;
    float: left;
  }
  .form-input.third {
    width: 100%;
  }
  .form-input.third.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input-wrapper.left {
    width: 100%;
  }
  .input-wrapper.right {
    width: 100%;
    float: left;
  }
  .input-wrapper.third {
    width: 100%;
  }
  .input-wrapper.third.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-item {
    text-align: center;
  }
  .amsd-item.grid {
    display: block;
    margin-top: -1px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    float: none;
    border-right-style: none;
    border-left-style: none;
  }
  .amsd-item.grid.small-grid {
    width: 280px;
  }
  .amsd-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-title-text-link.grid {
    float: left;
  }
  .amsd-text-wrapper {
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-text-wrapper.grid {
    display: block;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-subtitle-text {
    float: none;
    font-size: 16px;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day-block {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .day-block.empty {
    display: none;
  }
  .event-link {
    margin-top: 20px;
    float: left;
    clear: both;
  }
  .hidden-day-of-the-week {
    display: inline;
  }
  .amsd-more-link {
    float: none;
  }
  .amsd-grid-more-link {
    float: left;
  }
  .contact-info-wrapper {
    width: 100%;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-text-large {
    font-size: 24px;
    line-height: 28px;
  }
  .slide-text-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-text-small {
    font-size: 22px;
    line-height: 26px;
  }
  .featured-section {
    padding-bottom: 0px;
  }
  .featured-box {
    width: 100%;
  }
  .featured-text-area {
    padding-bottom: 30px;
  }
  .white-container {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .photo-banner {
    width: 100vw;
    margin-left: -20px;
  }
  .fields-group-title {
    font-size: 16px;
  }
  .field-wrapper-third {
    width: 100%;
  }
  .field-wrapper-third.middle {
    margin-right: 0%;
    margin-left: 0%;
  }
    
  /***** ADDENDUM CHANGES - 767px *****/
    
    .navbar.testlink {
        height: 78px;
        padding: 0px;
    }
    
    .cms-frontend.back-testlink {
        padding-top: 78px;
    }
    
    .newblock {
        height: 100%;
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .image-block {
        width: 100%;
        min-height: 200px;
    }
    
    .info-wrapper {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    
    .block-info-wrapper {
        text-align: center;
    }

    .newblock.two {
        height: 100%;
        display: block;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .image-block.two {
        width: 100%;
        min-height: 200px;
    }
    
    .buttons-header.mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float: left;
        padding-bottom: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .header-info {
        margin-bottom: 15px;
        font-size: 14px;
        margin-left: 0px;
        padding-right: 0px;
        border-right-style: none;
    }

    .block-info-wrapper.two {
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
    }
    
    .main-content-section-profile {
        padding: 0px 15px;
    }
    
    .block-home-center {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .image-block {
        width: 100%;
    }
    
    .info-wrapper {
        width: 100%;
    }
    
    .block-home-center.reverse {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .image-block.reverse {
        width: 100%;
        min-height: 300px;
    }
    
    .info-wrapper.reverse {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .block-info-wrapper.reverse {
        text-align: left;
    }
    
    .feature-new.reverse {
        float: left;
    }
    
    .new-align.reverse {
        text-align: left;
    }

    .feature-btn.reverse {
        float: left;
        margin-right: 10px;
        margin-left: 0px;
    }
    
    .map-and-contact-block {
        height: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .map-block {
        width: 100%;
    }
    
    .sitemap-wrapper {
        width: 100%;
        float: left;
    }
    
    .contact-block {
        width: 100%;
    }
    
    .sitemap-block {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .block-small {
        width: 50%;
        margin: 5px auto 0px;
        padding-right: 0px;
        padding-left: 0px;
        float: none;
    }
    
    .block-small.about {
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 0px;
        float: none;
    }
    
    .cybernautic-tag {
        display: block;
    }

  /***** *****/ 
}

@media (max-width: 479px) {
    
  .sitemap-wrapper {
    padding-top: 0px;
  }
  .sitemap-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }   
  .links-block-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .block-small {
    width: 80%;
  }
  .site-footer-link.titles {
    margin-top: 9px;
  }
  .site-footer-link.no-title:first-child {
    margin-top: 9px;      
  }
  .emergency-banner {
    top: 80px;
  }
  .cms-btn.cms-btn-secondary.right {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
    float: left;
    clear: both;
  }
  .cms-btn.cms-btn-secondary.left {
    width: 100%;
    float: left;
    clear: both;
  }
  .cms-btn.right {
    width: 100%;
    margin-top: 10px;
  }
  .cms-btn.left {
    width: 100%;
    margin-right: 0px;
  }
  .logo-home-link {
    width: 220px;
    margin-top: 26px;
    margin-left: 15px;
  }
  .navbar {
    height: 80px;
  }
  .nav-menu {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button.testlink {
    margin-top: 10px;
    margin-right: 0px;
  }
  .menu-button.w--open {
    background-color: #2f92d0;
    background-image: url('../images/pattern.png');
    background-position: 0px 0px;
    box-shadow: inset 0 -3px 15px 0 #105caa;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-item.opportunities {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-info-link {
    margin-bottom: 30px;
  }
  .cms-frontend {
    padding-top: 80px;
  }
  .header-info-icon {
    font-size: 15px;
  }
  .header-info-link {
    margin-bottom: 5px;
    float: none;
    font-size: 13px;
  }
  .slide-text-box {
    padding: 15px 10px;
  }
  .services-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-and-events-area {
    padding-bottom: 0px;
  }
  .white-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .services-title-text {
    font-size: 26px;
    line-height: 30px;
  }
  .news-and-events-title {
    font-size: 26px;
    line-height: 30px;
  }
  .news-and-events-column {
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }
  .department-amsd-field {
    width: 100%;
  }
  .fields-group {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-dropdown-toggle {
  	font-size: 22px;
  	line-height: 26px;
  }
    
   /***** ADDENDUM CHANGES - 479px *****/

    .nav-top {
      padding-left: 0px;
      padding-right: 0px;
    }

    .logo-home-link.testlink {
      margin-top: 20px;
    }
    
    .feature-items-block {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .feature-item {
        width: 90%;
    }
    
    .block-home-center {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .image-block {
        width: 100%;
        min-height: 200px;
    }
    
    .image-block.reverse {
        width: 100%;
        min-height: 200px;
    }
    
    .info-wrapper {
        width: 100%;
    }
    
    .video-section {
      padding-right: 15px;
      padding-left: 15px;
      padding: 40px 0px;
    }
    
    .video-section-block {
        margin-top: 0px
    }
    .video-block {
        width: 100%;
    }
    
     .footer-map-block {
        width: 100%;
    }
    
    .footer-block {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    
    .footer-block-half {
        width: 100%;
        margin-left: 0px;
        padding-bottom: 20px
    }
    
   /***** *****/
    
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}