.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: Lato, sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 1px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

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

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

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: #017f43;
  text-decoration: none;
}

.cms-btn {
  display: inline-block;
  padding: 12px 30px;
  border-left: 5px solid #02944e;
  border-radius: 2px;
  background-color: #006937;
  -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;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

.cms-btn.slide-button {
  min-width: 210px;
  margin-top: 15px;
  margin-right: 25px;
  padding: 12px 30px;
  border-left: 5px solid #02944e;
  border-radius: 2px;
  background-color: #006937;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.cms-btn.slide-button:hover {
  background-color: #fff;
  color: #333;
}

.cms-btn.slide-button._2 {
  margin-right: 0px;
  background-color: #004726;
}

.cms-btn.slide-button._2:hover {
  background-color: #fff;
}

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

.cms-btn.featured-button:hover {
  background-color: #407e34;
}

.cms-btn.half-block-button {
  min-width: 210px;
  margin-top: 15px;
  padding: 12px 30px;
  border-left: 5px solid #02944e;
  border-radius: 2px;
  background-color: #006937;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.cms-btn.half-block-button:hover {
  background-color: #fff;
  color: #333;
}

.cms-btn.half-block-button._2 {
  background-color: #004726;
}

.cms-btn.half-block-button._2:hover {
  background-color: #fff;
}

.cms-btn.application-button {
  margin-right: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-right: 35px;
  padding-left: 35px;
  background-color: #006937;
}

.cms-btn.application-button:hover {
  background-color: #e0e0e0;
}

.cms-btn.mp3-button {
  margin-top: 21px;
}

.cms-btn.research-pdf {
  margin-top: 12px;
}

.footer-section {
  position: relative;
  padding: 60px 45px;
  border-top-width: 3px;
  border-top-color: #f4d31f;
  background-color: #232325;
  background-image: none;
  box-shadow: inset 0 2px 0 0 #f4d31f;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  box-shadow: inset 0 -2px 0 0 transparent;
  -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: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.nav-link:hover {
  box-shadow: inset 0 -2px 0 0 #f4d31f;
  color: #fff;
  text-decoration: none;
}

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

.nav-link.dropdown-nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.nav-link.dropdown-nav-link.scrolled:hover {
  color: #004726;
}

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

.nav-link.scrolled:hover {
  box-shadow: inset 0 -2px 0 0 rgba(244, 211, 31, 0);
  color: #006937;
}

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

.nav-link.last {
  padding-right: 15px;
  padding-left: 15px;
  border-color: #e0e0e0;
  border-radius: 200px;
  background-color: transparent;
  color: #777;
}

.nav-link.last:hover {
  border-color: #006937;
  background-color: #006937;
  color: #fff;
}

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

.nav-link.search-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 40px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}

.nav-link.search-link:hover {
  color: #006937;
}

.logo-home-link {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 100%;
  margin-right: 50px;
  margin-left: 25px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 100%;
  height: 110px;
  padding-right: 280px;
  -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;
  background-color: transparent;
  background-image: none;
  box-shadow: inset 0 3px 0 0 #f4d31f;
}

.navbar.scrolled {
  border-top-width: 1px;
  border-top-color: #000;
  background-color: #fff;
  background-image: none;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.nav-menu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: none;
  -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-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: rgba(255, 255, 255, 0);
}

.main-content-section {
  overflow: hidden;
  padding: 60px 30px;
  background-color: #f5f5f5;
}

.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-family: Lato, sans-serif;
  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-social-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #232325;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

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

.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 {
  display: block;
  width: 150px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  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: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: #777;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

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

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

.dropdown-list {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.nested-dropdown-list {
  left: -1px;
  margin-top: -42px;
  margin-left: 100%;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.07);
}

.footer-social-links-wrapper {
  margin-bottom: 30px;
  float: none;
  text-align: center;
}

.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 {
  display: block;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 22px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #333;
  font-size: 13px;
  line-height: 20px;
}

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

.input-field.text-area-input {
  min-height: 100px;
  padding-top: 21px;
  line-height: 15px;
}

.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: #006937;
}

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

.input-field.newsletter-signup {
  padding-top: 8px;
  padding-left: 18px;
  border-style: none;
  border-left-width: 5px;
  border-left-color: #02944e;
  border-radius: 200px;
  background-color: #fff;
}

.input-field.search {
  height: 40px;
  padding-top: 16px;
  font-size: 12px;
}

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

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

.nav-items-wrapper {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

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

.amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  margin-bottom: 0px;
  padding: 30px 45px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #e0e0e0;
  background-color: #fff;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  max-width: 100%;
  margin: 30px 20px 10px;
  padding: 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px none #e0e0e0;
  background-color: #f5f5f5;
}

.amsd-item.grid.profile {
  display: block;
  margin: 0px 30px 20px 0px;
  float: left;
}

.amsd-item.grid.educational {
  margin-right: 30px;
  margin-left: 30px;
}

.amsd-item.list {
  width: 25%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.amsd-item.list.profile {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-right: 30px;
  float: left;
  background-color: transparent;
}

.amsd-item.list.profile.legislative {
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border-bottom-style: none;
}

.amsd-item.list.profile.events {
  width: 35%;
  margin: 0px 40px 10px 0px;
  float: left;
}

.amsd-item.list.news.profile-page {
  margin-right: auto;
  margin-left: auto;
}

.amsd-item.legislative {
  background-color: #fff;
  width: 100%;
}

.amsd-item.news {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsd-image {
  position: relative;
  display: block;
  width: 285px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 75%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.amsd-image.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 85%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 4px none #f4d31f;
  background-size: cover;
}

.amsd-image.grid.staff {
  width: 100%;
  border-bottom-width: 4px;
  background-size: cover;
}

.amsd-image.grid.staff3 {
  border-bottom-width: 4px;
  background-size: cover;
}

.amsd-image.grid.staff4 {
  background-size: cover;
}

.amsd-image.grid.education {
  width: 100%;
  background-image: url(/assets/images/logo-icon.png);
  background-size: cover;
  background-color: #02944e;
}

.amsd-image.grid.magazine {
  background-size: cover;
}

.amsd-image.list {
  width: 100%;
}

.amsd-image.list.profile {
  width: 200px;
  margin-left: 0px;
}

.amsd-image.list.profile.three {
  margin-top: 0px;
  padding-bottom: 45%;
  background-position: 50% 0%;
}

.amsd-image.list.legislative {
  background-position: 0px 0px, 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.list.legislative.two {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.list.legislative.profile {
  width: auto;
  padding-bottom: 43%;
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.list.scholarship {
  background-size: contain;
}

.amsd-image.list.scholarship.profile {
  width: 100%;
  height: auto;
  padding-bottom: 54%;
  background-position: 50% 0%;
}

.amsd-image.list.corn-uses {
  padding-bottom: 60%;
  background-position: 50% 0%;
  background-size: contain;
}

.amsd-image.list.corn-uses.two {
  background-position: 0px 0px, 50% 0%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.amsd-image.list.corn-uses.three {
  background-size: contain;
}

.amsd-image.list.news {
  background-size: cover;
}

.amsd-image.events {
  position: static;
  background-size: cover;
}

.amsd-image-link {
  display: inline-block;
  width: 200px;
  max-width: 200px;
  margin-right: 30px;
  margin-left: auto;
  -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;
  width: 400px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 2;
  -webkit-flex: 2 auto;
  -ms-flex: 2 auto;
  flex: 2 auto;
}

.amsd-image-link.legislative {
  width: 200px;
  max-width: 200px;
  margin-right: 30px;
}

.amsd-image-link.legislative.profile {
  width: 400px;
  max-width: 400px;
}

.amsd-image-link.corn-uses {
  margin-right: 30px;
}

.amsd-image-link.news {
  width: 250px;
  max-width: 250px;
}

.amsd-image-link.events {
  width: 250px;
  max-width: 250px;
}

.amsd-image-link.benefits {
  margin-right: auto;
}

.amsd-title-text-link {
  display: inline-block;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f4d31f;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
  color: #017f43;
}

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

.amsd-title-text-link.w--current {
  display: inline-block;
}

.amsd-title-text-link.grid {
  display: block;
  margin: 0px auto;
  padding-right: 10px;
  padding-bottom: 10px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-bottom-width: 2px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.amsd-title-text-link.grid:hover {
  color: #f4d31f;
}

.amsd-title-text-link.profile {
  display: inline-block;
  margin-right: auto;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  text-align: left;
}

.amsd-title-text-link.profile.news {
  border-bottom-style: none;
}

.amsd-title-text-link.mp3-title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
}

.amsd-title-text-link.event-date {
  display: inline-block;
  padding-right: 10px;
  padding-bottom: 0px;
  border-bottom-style: none;
  font-size: 16px;
  line-height: 20px;
}

.amsd-title-text-link.event-date.profile {
  margin-bottom: 20px;
}

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

.amsd-text-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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%;
  background-color: #017f43;
  text-align: center;
}

.amsd-text-wrapper.grid.profile {
  width: 400px;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 0px;
  background-color: transparent;
}

.amsd-text-wrapper.grid.profile.no-photo {
  width: 100%;
  text-align: left;
}

.amsd-text-wrapper.no-image {
  width: 100%;
}

.amsd-text-wrapper.legislative {
  width: 92%;
}

.amsd-text-wrapper.benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  text-align: center;
}

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

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

.amsd-meta-text {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: capitalize;
}

.amsd-meta-text.grid {
  margin-top: 10px;
  margin-bottom: 5px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  opacity: 1;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}

.amsd-meta-text.profile {
  text-align: left;
}

.amsd-meta-text.author {
  color: #777;
}

.amsd-meta-text.author.news-profile {
  text-align: left;
}

.amsd-meta-text.news-profile {
  text-align: center;
}

.amsd-meta-text.subtitle {
  margin-top: 10px;
  text-align: left;
}

.amsd-meta-text.research {
  margin-top: 0px;
  text-align: left;
}

.text-research {
    margin-bottom: 10px;
}

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

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

.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;
  margin-bottom: 10px;
}

.amsd-list.grid.radio {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.amsd-list.grid.team {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsd-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-dropdown {
  width: 100%;
}

.amsd-dropdown-toggle {
  display: inline-block;
  padding: 0px 40px 0px 0px;
  font-size: 32px;
  line-height: 36px;
  cursor: pointer;
}

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

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

.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: 300px;
}

.calendar {
  overflow: hidden;
}

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

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

.day {
  width: 14.28571429%;
  min-height: 150px;
  padding: 15px;
  float: left;
  box-shadow: -1px 0 0 0 #e0e0e0, 0 -1px 0 0 #e0e0e0;
}

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

.calendar-number-label {
  margin-bottom: 0px;
  text-align: left;
}

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

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

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

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

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

.profile-text-wrapper {
  display: block;
  width: 80%;
  margin-left: 0px;
  float: left;
}

.profile-text-wrapper.no-image {
  width: 100%;
}

.profile-text-wrapper.team {
  position: static;
  width: auto;
  float: none;
}

.profile-text-wrapper.legislative {
  width: 100%;
  margin-top: 31px;
  float: left;
}

.nav-container {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  max-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-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;
  text-align: center;
}

.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: 20px;
}

.amsd-button.grid.cms-btn {
  text-align: left;
}

.amsd-button.grid.cms-btn.amsd-list-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 0px;
  padding: 3px 0px 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.amsd-button.grid.cms-btn.amsd-list-btn.mobile {
  display: none;
}

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

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

.back-link:hover {
  color: #02944e;
}

.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: #525252;
}

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

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

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

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

.slide {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide._2 {
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide._3 {
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide._4 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide._5 {
  background-position: 50% 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide._6 {
  background-position: 50% 25%;
  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: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 200px;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

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

.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%;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 15px;
  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(23, 22, 24, 0.8);
  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 60px 60px;
  background-color: #fff;
  color: #333;
  text-align: left;
}

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

.close-button {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  margin-right: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #ec1c24;
  font-size: 16px;
  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: 30px 45px;
  padding: 26px;
  border-style: none none none solid;
  border-width: 1px 1px 1px 5px;
  border-color: #ccc #ccc #ccc #f4d31f;
  background-color: #fff;
}

.second-color {
  font-family: Lato, sans-serif;
  color: #006937;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

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

.content-container {
  display: block;
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.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;
  color: #999;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

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

.floating-form-label.search {
  margin-top: 10px;
}

.floating-form-label.search.focused {
  margin-top: 2px;
}


.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: 33.33%;
  -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;
}

.slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 98vh;
  min-height: 600px;
  padding: 300px 45px 90px;
  -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: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(28, 32, 37, 0.5)), color-stop(50%, hsla(0, 0%, 100%, 0)), color-stop(80%, rgba(28, 32, 37, 0.5)));
  background-image: linear-gradient(180deg, rgba(28, 32, 37, 0.5) 20%, hsla(0, 0%, 100%, 0) 50%, rgba(28, 32, 37, 0.5) 80%);
  opacity: 1;
  color: #fff;
}

.slide-text-two {
  position: static;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.slide-text-one {
  width: 100%;
  margin-bottom: 5px;
  font-family: Recoleta;
  font-size: 34px;
  line-height: 38px;
  font-weight: 100;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.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: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.featured-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0px 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;
  background-color: #f5f5f5;
}

.featured-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 350px;
  margin-right: 1%;
  margin-bottom: 30px;
  margin-left: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.04);
  color: #fff;
  text-align: center;
}

.featured-item:hover {
  color: #f4d31f;
}

.featured-item:hover .fetured-title-text {
  color: #f4d31f;
}

.featured-item._2 {
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item._3 {
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item._4 {
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item._5 {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-item._6 {
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image {
  width: 300px;
}

.featured-text-wrapper-outer {
  width: 100%;
  height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, hsla(0, 0%, 100%, 0)), color-stop(70%, rgba(28, 32, 37, 0.7))), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.5), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 40%, rgba(28, 32, 37, 0.7) 70%), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.5), hsla(0, 0%, 100%, 0));
  text-align: left;
}

.featured-text-wrapper-outer._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(28, 32, 37, 0.6))), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4) 20%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, transparent, rgba(28, 32, 37, 0.6)), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4) 20%, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.featured-text-wrapper-outer._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(28, 32, 37, 0.6))), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4) 20%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, transparent, rgba(28, 32, 37, 0.6)), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4) 20%, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, repeat;
}

.featured-text-wrapper-outer._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(28, 32, 37, 0.8))), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4) 20%, hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(28, 32, 37, 0.8)), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4) 20%, hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px, 50% 0%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.featured-text-wrapper-outer._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(28, 32, 37, 0.6))), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, transparent, rgba(28, 32, 37, 0.6)), radial-gradient(circle farthest-corner at 100% 0%, rgba(28, 32, 37, 0.4), hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.featured-text-wrapper-outer._6 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(28, 32, 37, 0.6))), -webkit-gradient(linear, left top, left bottom, from(rgba(28, 32, 37, 0.4)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, transparent, rgba(28, 32, 37, 0.6)), linear-gradient(180deg, rgba(28, 32, 37, 0.4), hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 1000px;
  background-repeat: repeat, repeat, no-repeat;
}

.featured-description-text {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 0;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.featured-description-text.auto-height {
  height: auto;
  opacity: 1;
}

.featured-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: inline-block;
  margin-top: 0px;
  margin-right: 0px;
  padding: 15px 20px;
  border-style: none;
  border-width: 2px;
  border-color: #f4d31f;
  border-bottom-left-radius: 2px;
  background-color: rgba(28, 32, 37, 0.6);
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}

.logo-image {
  width: 100%;
  height: auto;
}

.logo-image.scrolled {
  display: none;
}

.logo-image.on-white {
  display: none;
}

.logo-image.on-white.scrolled {
  display: inline-block;
}

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

.half {
  width: 49.5%;
}

.third {
  width: 32.66%;
}

.quarter {
  width: 24.25%;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.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: 32.66%;
  -webkit-flex-basis: 32.66%;
  -ms-flex-preferred-size: 32.66%;
  flex-basis: 32.66%;
}

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

.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: #f5f5f5;
}

.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: #f5f5f5;
  line-height: 34px;
  text-align: center;
}

.application-progress-number.current {
  border-color: #006937;
  background-color: #006937;
  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: center;
}

.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%;
  margin-top: 35px;
  padding: 40px 20px;
  border: 1px 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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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-size: 42px;
  line-height: 46px;
  text-align: center;
}

.custom-code {
  display: none;
}

.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-solid-icon.amsd-list {
  color: #f6f6f6;
}

.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 {
  display: block;
  width: 1200px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fff;
  text-align: left;
}

.slide-buttons-wrapper {
  width: 100%;
  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-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section.team {
  background-position: 50% 0%;
  background-size: cover;
}

.title-section.cmpm-board {
  background-position: 50% 100%;
  background-size: cover;
}

.title-section.member {
  background-position: 50% 50%;
  background-size: cover;
}

.title-section.scholarships {
  background-position: 50% 50%;
  background-size: cover;
}

.title-section.cmpm {
  background-position: 50% 0%;
}

.title-section.legislative {
  background-position: 50% 50%;
}

.title-section.friends {
  background-position: 50% 50%;
}


.title-section.faq {
  background-position: 50% 100%;
}

.title-section.corn {
  background-position: 50% 50%;
}

.title-section.news {
  background-position: 50% 50%;
}

.title-section.research {
  background-position: 50% 100%;
}

.title-section.magazine {
  background-position: 50% 62%;
}

.title-section.video {
  background-position: 50% 33%;
}

.title-section.events {
  background-position: 50% 37%;
}

.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: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 8, 8, 0.8)), to(rgba(12, 12, 12, 0.1)));
  background-image: linear-gradient(180deg, rgba(9, 8, 8, 0.8), rgba(12, 12, 12, 0.1));
}

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

.button-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #02944e;
  font-size: 17px;
}

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

.featured-button {
  display: inline-block;
  margin-top: 15px;
}

.featured-text-wrapper-inner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 100px 35px 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom-color: #f4d31f;
  background-color: transparent;
  text-align: left;
}

.featured-text-divider {
  width: 100%;
  height: 1px;
}

.header-link-icon {
  display: inline-block;
  margin-right: 7px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-weight: 400;
}

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

.header-link-icon.scrolled {
  color: #006937;
}

.search-form {
  display: block;
  width: 200px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.search-form-submit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  width: 48px;
  height: 40px;
  margin-top: 20px;
  background-color: transparent;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #006937;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.search-form-submit:hover {
  color: #4a913c;
}

.search-form-submit-text {
  width: 0px;
  height: 0px;
  overflow: hidden;
  display: inline-block;
}

.large-logo-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #006937;
}

.large-logo-wrapper.scrolled {
  display: none;
}

.logo-large {
  width: auto;
  height: 104px;
  margin-top: 20px;
}

.logos-strip {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 300px;
}

.half-and-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.dropdown-arrow {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 4px;
  color: #f4d31f;
  font-size: 11px;
}

.dropdown-arrow.scrolled {
  color: #006937;
}

.header-links {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 0px;
  margin-right: 30px;
  -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;
  -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;
}

.header-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #02944e;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  cursor: pointer;
}

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

.header-link-divider {
  width: 1px;
  height: 24px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #017f43;
}

.header-link-divider.scrolled {
  background-color: #e0e0e0;
}

.extra-bold-text {
  font-weight: 900;
}

.slide-text-wrapper {
  display: block;
  width: 570px;
  max-width: 100%;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #fff;
}

.slide-paragraph-text {
  font-size: 17px;
  line-height: 24px;
}

.slide-logo {
  width: 600px;
  height: auto;
}

.header-link-text {
  color: #fff;
}

.header-link-text.scrolled {
  color: #777;
}

.header-link-text.scrolled:hover {
  color: #006937;
}

.slide-text-divider {
  width: 100%;
  height: 2px;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #f4d31f;
}

.half-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 250px 90px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 3px none #f5f5f5;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(28, 32, 37, 0.4)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(28, 32, 37, 0.4), hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 25% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-block.right {
  border-left: 3px none #f5f5f5;
  border-right-style: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(28, 32, 37, 0.4)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, rgba(28, 32, 37, 0.4), hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 10% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.half-block-inner-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  height: 100%;
  max-width: 100%;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  color: #fff;
}

.half-block-heading-text {
  display: inline-block;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-bottom: 13px;
  border-bottom: 2px solid #f4d31f;
  font-family: Lato, sans-serif;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.half-block-paragraph-text {
  font-size: 17px;
  line-height: 24px;
}

.half-block-button-wrapper {
  width: 100%;
  margin-top: 15px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.half-and-half-logo-wrapper {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 120px;
  margin-left: -60px;
  -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: #fff;
}

.half-and-half-logo {
  width: 100px;
  height: auto;
}

.slide-button-icon {
  display: inline-block;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #02944e;
  font-size: 17px;
}

.welcome-section {
  margin-right: auto;
  margin-left: auto;
  padding-top: 55px;
  padding-bottom: 60px;
  border-bottom-width: 1px;
  border-bottom-color: #e0e0e0;
  background-color: #f5f5f5;
}

.welcome-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  text-align: center;
}

.welcome-heading-text {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: none;
}

.welcome-text-divider {
  width: 100%;
  height: 2px;
  max-width: 100%;
  margin: 15px auto;
  background-color: #f4d31f;
}

.welcome-paragraph-text {
  font-size: 17px;
  line-height: 24px;
}

.half-and-half-text-divider {
  width: 140px;
  height: 3px;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #f4d31f;
}

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

.footer-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footer-column {
  width: 33.33%;
}

.footer-column.mobile {
  display: none;
}

.footer-text-links-wrapper {
  padding-left: 12px;
}

.footer-text-link {
  color: #fff;
  font-size: 13px;
}

.footer-text-link-divider {
  width: 100%;
  height: 1px;
}

.footer-logo-home-link {
  margin-top: -10px;
  margin-bottom: 20px;
}

.footer-logo-image {
  width: 200px;
  height: auto;
}

.newsletter-signup-form {
  width: 245px;
  max-width: 100%;
  float: right;
}

.newsletter-signup-text {
  margin: 0 0 20px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: right;
}

.newsletter-submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 50px;
  margin-top: -1px;
  margin-right: -1px;
  padding: 13px 20px;
  border-radius: 200px;
  background-color: #02944e;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #f7fffb;
  font-size: 13px;
  line-height: 24px;
}

.newsletter-submit-button:hover {
  background-color: #039e54;
  color: #fff;
}

.logos-section {
  position: relative;
}

.scrolling-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scrolling-logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -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;
}

.scrolling-logo-link-block._2 {
  background-size: contain;
  background-repeat: no-repeat;
}

.scrolling-logo-link-block._3 {
  background-size: contain;
  background-repeat: no-repeat;
}

.scrolling-logo-link-block._4 {
  background-size: contain;
  background-repeat: no-repeat;
}

.scrolling-logo-link-block._5 {
  background-size: contain;
  background-repeat: no-repeat;
}

.scrolling-logo-link-block._6 {
  background-size: contain;
  background-repeat: no-repeat;
}

.scrolling-logo-image {
  max-width: 150px;
}

.corn-rows {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  height: 80px;
  margin-top: -61px;
  background-color: transparent;
  background-position: 50% 100%;
  background-size: 150px;
  background-repeat: repeat-x;
  opacity: 1;
}

.full-width-photo-section {
  display: none;
  height: 100vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 32, 37, 0.4)), to(rgba(28, 32, 37, 0.4)));
  background-image: linear-gradient(180deg, rgba(28, 32, 37, 0.4), rgba(28, 32, 37, 0.4));
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.fetured-title-text {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: white;
}

.featured-button {
    color: #fff;
}

.featured-button:hover {
    color: #f4d31f;
}

.featured-button-icon {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 6px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 13px;
}

.lightbox-title-text {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.lightbox-title-underline {
  width: 350px;
  height: 2px;
  margin: 20px auto 30px;
  background-color: #f4d31f;
}

.lightbox-logo {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.featured-item-hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-color: rgba(28, 32, 37, 0.6);
  opacity: 0;
}

.featured-meta-text {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 5px;
  opacity: 1;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.featured-meta-text.auto-height {
  height: auto;
  opacity: 1;
}

.quicklinks-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 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;
  background-color: rgba(0, 105, 55, 0.8);
}

.quicklinks-wrapper._2 {
  background-color: rgba(0, 71, 38, 0.8);
}

.quick-link {
  padding: 8px 12px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 2px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
}

.quick-link:hover {
  background-color: #fff;
  color: #333;
}

.quick-link-divider {
  display: inline-block;
  width: 10px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
}

.featured-button-text {
  color: #fff;
}

.header-link-dropdown {
  padding: 0px;
}

.header-link-dropdown-list {
  right: 0px;
  padding-top: 15px;
  background-color: transparent;
}

.search-form-wrapper {
  margin-bottom: 0px;
}

.page-title {
  display: inline;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  border-bottom: 2px solid #f4d31f;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 54px;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading {
  margin-top: 0px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.paragraph {
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 24px;
}

.heading-2 {
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
  letter-spacing: 1px;
}

.heading-3 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
}

.page-title-divider {
  width: 100%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f4d31f;
}

.page-title-divider.board {
  width: 80%;
  margin-bottom: 12px;
  margin-left: 0px;
}

.page-title-divider.board.mcga {
  width: 96%;
}

.heading-4 {
  font-family: Lato, sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.heading-5.map-title {
  margin-top: 30px;
  margin-bottom: 0px;
  text-align: center;
}

.heading-5.county {
  margin-top: 30px;
}

.paragraph-2 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.heading-6 {
  font-size: 26px;
  line-height: 30px;
  letter-spacing: 1px;
}

.heading-7 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1px;
}

.heading-8 {
  font-weight: 400;
}

.paragraph-3 {
  margin-bottom: 10px;
}

.image-block {
  width: 70%;
  margin: 30px auto;
}

.link {
  width: 100%;
  text-align: left;
}

.link.email {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.link.email:hover {
  color: #f4d31f;
}

.link.email.profile {
  color: #333;
  text-align: left;
}

.link.email.profile:hover {
  color: #02944e;
}

.link.phone {
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.link.phone:hover {
  color: #f4d31f;
}

.link.phone.profile {
  color: #333;
  text-align: left;
}

.link.phone.profile:hover {
  color: #02944e;
}

.bio-button {
  margin-top: 15px;
  color: #fff;
}

.bio-button:hover {
  color: #f4d31f;
}

.bio-more-button {
  color: #fff;
}

.team-title-divider {
  width: 90%;
  height: 2px;
  background-color: #f4d31f;
}

.link-icon {
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
}

.link-email {
  color: #fff;
}

.link-email.profile {
  color: #333;
}

.link-phone {
  color: #fff;
}

.link-phone.profile {
  color: #333;
}

.team-member-title {
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 105, 55, 0.8);
}

.team-member-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding: 10px 20px;
  background-color: rgba(0, 105, 55, 0.8);
}

.back-button {
  margin-top: 15px;
}

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

.link-2 {
  color: #fff;
}

.profile-link {
  margin-top: 15px;
  color: #fff;
}

.profile-link:hover {
  color: #f4d31f;
}

.back-link-text {
  color: #333;
}

.board-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 402px;
  height: 173px;
  margin: 30px 12px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.board-item.ex-officios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-bottom: 0px;
  -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;
}

.board-member-image {
  width: 35%;
  height: 100%;
  float: left;
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.second {
  width: 30%;
  height: 137px;
  background-size: cover;
}

.board-member-image.second.cmpm {
  background-size: cover;
}

.board-member-image.third {
  width: 30%;
  height: 137px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
}

.board-member-image.third.cmpm {
  background-size: cover;
}

.board-member-image.four {
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.four.cmpm {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.board-member-image.five {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
  background-position: 0px 0px;
}

.board-member-image.five.cmpm {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.six {
  background-size: cover;
}

.board-member-image.six.cmpm {
  background-size: cover;
}

.board-member-image.seven {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
  background-position: 0px 0px;
}

.board-member-image.seven.cmpm {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.eight {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.board-member-image.eight.cmpm {
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.nine {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.board-member-image.nine.cmpm {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.ten {
  background-size: cover;
}

.board-member-image.eleven {
  background-size: cover;
}

.board-member-image.twelve {
  background-size: cover;
}

.board-member-image.thirteen {
  background-size: cover;
}

.board-member-image.county {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
  background-image: linear-gradient(180deg, #e0e0e0, #e0e0e0);
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.board-member-image.county.second {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.county.third {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.county.four {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.county.five {
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.board-member-image.cmpm {
  background-size: cover;
}

.board-text-wrapper {
  width: 70%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0px 0px 0px 10px;
  float: left;
}

.board-text-wrapper.ex-officios {
  width: 90%;
}

.board-district {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 12px;
  padding-right: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f4d31f;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.board-member-info {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.board-member-info.subtitle {
  color: #777;
}

.board-member-title {
  font-weight: 400;
}

.paragraph-4 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.map-image {
  width: 65%;
  margin-left: 60px;
  float: left;
}

.map-image.mcga {
  width: 60%;
  margin-left: 0px;
}

.image {
  width: 100%;
  float: none;
}

.map-section {
  display: block;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.map-list {
  width: 30%;
  margin-left: 0px;
  padding: 20px;
  float: left;
  background-color: #006937;
  color: #fff;
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 18px;
}

.map-list.mcga {
  width: 40%;
}

.list-numbers.mcga {
  width: 50%;
  float: left;
}

.list-item {
  margin-bottom: 5px;
  padding-left: 15px;
  font-size: 18px;
}

.map-title {
  margin-top: 0px;
  font-size: 36px;
  line-height: 40px;
  font-weight: 900;
}

.map-title-wrapper {
  width: 22%;
  margin-bottom: 40px;
}

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

.image-2 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.application-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-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;
}

.paragraph-5 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.paragraph-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-9 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.member-list-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.read-more-button {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  color: #333;
}

.read-more-button:hover {
  color: #02944e;
}

.read-more-button.benefits {
  text-align: left;
}

.read-more-button.research {
  color: #006937;
}

.read-more-button.research:hover {
  color: #777;
}

.paragraph-10 {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}

.paragraph-11 {
  margin-top: 0px;
  margin-bottom: 20px;
}

.title-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.title-profile.legislative {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.category-title {
  display: block;
  margin-bottom: 0px;
  padding-left: 0px;
  border-left: 5px none #006937;
  color: #333;
  font-size: 26px;
  line-height: 30px;
}

.category-title.faq {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0px;
  border-left-style: none;
}

.category-title.research {
  padding-left: 20px;
  border-left-style: solid;
}

.category-dropdown-block {
  text-align: center;
}

.education-dropdown {
  width: 20%;
}

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

.faq-section {
  width: 95%;
  margin: 10px auto;
}

.amsd-list-wrapper {
  width: 100%;
  padding-left: 0px;
  float: left;
}

.amsd-image-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 250px;
  max-width: 400px;
  margin-right: 45px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 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-2.amsd-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
  border-radius: 0px;
}

.list-amsd-border {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 5px;
  height: 100%;
  background-color: #166837;
}

.amsd-text-hide {
  overflow: hidden;
  height: 125px;
}

.amsd-list-title {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #166837;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-transform: capitalize;
}

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

.amsd-item-block {
  position: relative;
  display: block;
  margin-top: 0px;
  margin-bottom: 60px;
  padding: 0px 31px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 1px 1px 6px;
  border-color: #e0e0e0 #e0e0e0 #ef5027;
  background-color: transparent;
}

.amsd-item-block.amsd-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: none;
  background-color: #f6f6f6;
}

.amsd-list-description {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
  text-align: left;
}

.amsd-image-2 {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.amsd-list-subtitle {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.question {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-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-left: 4px solid #006937;
  background-color: rgba(1, 128, 67, 0.03);
}

.arrow-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  margin-right: -30px;
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #02944e;
}

.arrow-dropdown.research {
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-9 {
  display: inline;
}

.paragraph-12 {
  margin-left: 20px;
}

.arrow-icon {
  position: relative;
  display: block;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #004726;
  font-size: 24px;
  text-align: center;
}

.question-text {
  display: inline-block;
  width: 90%;
  margin-top: 10px;
  font-size: 28px;
  line-height: 32px;
}

.title-icon.category {
  font-size: 15px;
}

.title-icon.category.open {
  transform-style: preserve-3d;
  transition: transform 300ms linear 0s;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
}

.answer {
  margin-top: 10px;
}

.image-answer {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  width: 100%;
}

.dropdown-categories {
  border-left: 4px solid #004726;
  border-radius: 0px;
}

.title-news {
  display: block;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.research-topics {
  margin-bottom: 20px;
}

.research-title-block {
  display: block;
  padding-left: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.research-title {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
}

.title-icon {
  position: static;
  display: inline-block;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 20px;
}

.research-info-block {
  padding-left: 25px;
}

.text-span {
  color: #02944e;
}

.paragraph-13 {
  margin-bottom: 10px;
}

.paragraph-14 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio-clips-items {
  width: 46%;
  margin-top: 30px;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.mp3-info-wrapper {
  display: block;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.video-items {
  width: 47%;
  margin-top: 30px;
  margin-right: 19px;
  margin-left: 19px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

.video-wrapper {
  overflow: hidden;
  height: auto;
  width: 560px;
}

.video-info-block {
  margin-top: 20px;
}

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

.video-link {
  display: inline-block;
  margin-top: 5px;
  color: #333;
}

.video-link:hover {
  color: #006937;
}

/*
.contact-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
*/

.map-section-block {
  width: 50%;
  float: left;
  height: 400px;
}

.contact-info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 400px;
  padding: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #006937;
}

.contact-staff-section {
  width: 33.33%;
  padding: 20px;
}

.contact-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #f4d31f;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.location-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}

.location-link:hover {
  color: #f4d31f;
}

.contact-link-icon {
  margin-right: 6px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
}

.phone-number-link {
  display: block;
  margin-bottom: 0px;
  color: #fff;
}

.phone-number-link:hover {
  color: #f4d31f;
}

.toll-free-number {
  display: block;
  margin-left: 25px;
  color: #fff;
}

.toll-free-number:hover {
  color: #f4d31f;
}

.email-link {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}

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

.table-section {
  width: 80%;
  margin: 15px auto 30px;
  border-right: 1px none #a5a5a5;
}

.table-title-block {
  background-color: #017f43;
}

.table-line {
  border-right: 1px solid #a5a5a5;
}

.title-one-block {
  width: 33.33%;
  padding: 10px 15px;
  float: left;
  border-right: 1px none #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
}

.title-one-block.single-item {
  width: 50%;
}

.table-title {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.table-column {
  width: 33.33%;
  padding: 10px 15px;
  float: left;
  border-right: 1px none #a5a5a5;
  border-bottom: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
}

.table-column.single-item {
  width: 50%;
}

.table-subject-title {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.single-item-table {
  width: 50%;
  margin: 15px auto 30px;
  padding: 0px;
}

.events-section {
  display: block;
}

.date {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 10px;
  background-color: rgba(7, 7, 7, 0.6);
  color: #fff;
}

.event-icon {
  margin-right: 3px;
  font-family: 'Font Awesome 5 Regular Icons', sans-serif;
}

.events-text {
  width: auto;
  float: none;
}

.category-dropdown-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.dropdown-toggle {
  padding: 10px 35px;
  border-style: solid;
  border-width: 2px;
  border-color: #006937;
  color: #006937;
  line-height: 24px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.dropdown-link-4 {
  color: #006937;
  text-transform: uppercase;
}

.dropdown-link-4:hover {
  color: #02944e;
}

.dropdown-list-2 {
  background-color: #f7f7f7;
  text-transform: uppercase;
}

.text-block {
  margin-right: 35px;
}

.category-dropdown {
  width: 30%;
  float: right;
  text-align: right;
}

.amsd-item-benefits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  padding: 20px;
  -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-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-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  background-color: #fff;
}

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

.profile-title-wrapper {
  margin-bottom: 20px;
}

.date-wrapper {
  display: inline-block;
}

.time-wrapper {
  display: inline-block;
  padding-left: 15px;
  border-left: 2px solid #006937;
}

.date-time-section {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #017f43;
}

.audio-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 25px;
  background-color: #f5f5f5;
}

.play-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 5px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-3 {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #a5a5a5;
}

.timeline-audio {
  width: 60%;
  height: 3px;
  float: left;
  background-color: #a5a5a5;
}

.volume-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-left: 10px;
  -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;
  font-size: 24px;
}

.link-4 {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #a5a5a5;
}

.time-audio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.text-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-logos-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logos-slide-block {
  width: 90%;
  height: 75%;
  margin-right: auto;
  margin-left: auto;
}

.slide-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.slide-logos:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.logos {
  width: 60%;
  padding-right: 0px;
  padding-left: 0px;
}

.slide-11 {
  width: 100%;
}

.right-arrow-2 {
  display: block;
}

.left-arrow-3 {
  display: block;
}

.slide-nav-3 {
  display: none;
}

.slider-4 {
  height: 100%;
  background-color: transparent;
}

.icon-2 {
  color: transparent;
}

.icon-3 {
  color: transparent;
}

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

html.w-mod-js *[data-ix="slide-text-divider-fade-in"] {
  opacity: 0;
  width: 50%;
}

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="fade-in-on-load-5"] {
  opacity: 0;
}

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

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

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

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

html.w-mod-js *[data-ix="fade-in-on-scroll-left"] {
  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-right"] {
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

html.w-mod-js *[data-ix="education-link-initial"] {
  display: none;
  opacity: 0;
}

html.w-mod-js *[data-ix="hide-border"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="faq-answer-initial"] {
  display: none;
  opacity: 0;
}

.white-text {
  color: #fff;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.fa-arrow-right {
  color: #fff;
  background-color: transparent;
}

.required-text {
  font-size: 80%;
  color: #000;
  position: relative;
  left: 4px;
  top: -1px;
}

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

.nav-menu ul {
  list-style-type: none;
  margin-bottom: 0px;
  padding-left: 0px;
}

.dropdown-list, .nested-dropdown-list, .header-link-dropdown-list {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
  padding: 0;
}

.dropdown-list.w--open, .nested-dropdown-list.w--open {
  height: auto;
  width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dropdown-list:focus-within, .nested-dropdown-list:focus-within {
  height: auto;
  width: auto;
  padding-top: 2px;
  padding-bottom: 2px;
}

.header-link-dropdown-list.w--open { 
  height: auto;
  width: auto;
  padding-top: 15px;
}

.header-link-dropdown-list:focus-within {
  height: auto;
  width: auto;
  padding-top: 15px;
}

.social-link-text {
  display: inline-block;
  height: 0px;
  width: 0px;
  overflow: hidden;
}
.hidden-form-label {
  width:0px;
  height:0px;
  display:block;
  overflow:hidden;
}

.hidden-link-text {
  width:0px;
  height:0px;
  display:block;
  overflow:hidden;
}

/*Logo carousel*/
#logos {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#logos .logos-wrap {
  display: block;
  width: 78%;
  height: 120px;
  margin: 20px auto;
  overflow: hidden;
}

#logos .logos-wrap ul {
  display: block;
  list-style: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

#logos .logos-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 210px;
  height: 80px;
  padding: 5px;
  line-height: 100px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}

#logos .logos-wrap ul li:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#logos .logos-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 1.0;
}
#logos .logos-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

.featured-button:hover i {
  color: #f4d31f;
}

.ctct-form-header {
  display:none;
}

.ctct-form-embed.form_0 .ctct-form-defaults {
  background-color: #232325 !important;
  padding-top:0 !important;
}

.ctct-form-embed.form_0 .ctct-form-defaults .ctct-form-text,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text,
.ctct-form-embed.form_0 .ctct-form-custom .ctct-form-label,
.ctct-form-embed.form_0 .ctct-form-defaults .ctct-gdpr-text .ctct-form-footer-link {
  color:#ffffff !important;
}

@media (max-width: 991px) {
  .video-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;
  }
  .radio-clips-items {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .category-dropdown-section {
    margin-bottom: 40px;
  }
  .category-title {
    margin-bottom: 15px;      
  }
  .welcome-text-wrapper {
    max-width: 90%;
  }    
  .newsletter-mobile {
    width: 50%; 
    margin-bottom: 15px;      
  }
  .cms-btn.application-button {
    width: 50%;
    margin-bottom: 15px;
  }
  .nav-link {
    display: block;
    height: auto;
    padding: 15px 0px;
    color: #333;
    font-size: 16px;
    text-align: center;
  }
  .nav-link:hover {
    box-shadow: none;
    color: #004726;
  }
  .nav-link.dropdown-nav-link {
    display: block;
    font-size: 16px;
    text-align: center;
  }
  .nav-link.dropdown-nav-link:hover {
    box-shadow: none;
  }
  .logo-home-link {
    margin-right: 0px;
    margin-left: 20px;
  }
  .logo-home-link.w--current {
    width: 225px;
  }
  .navbar {
    display: block;
    height: 90px;
    padding-left: 0px;
    -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;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#017f43), to(#006937));
    background-image: linear-gradient(180deg, #017f43, #006937);
  }
  .navbar.mobile {
    height: 85px;
    padding-right: 0px;
  }
  .nav-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 50px;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #f5f5f5;
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .dropdown-link {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    text-align: center;
  }
  .dropdown-link.w--current {
    color: #333;
  }
  .dropdown-list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-list.w--open {
    padding-left: 0px;
    border-left-style: none;
  }
  .nested-dropdown-list {
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .nested-dropdown-list.w--open {
    padding-left: 0px;
    border-left-style: none;
  }
  .menu-button {
    display: inline-block;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: right;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: #e0e0e0;
    color: #333;
  }
  .footer-social-links-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-item {
    display: block;
  }
  .amsd-item.grid.profile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item.list.profile {
    margin-bottom: 15px;
  }
  .amsd-item.list.profile.events {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item.list.news.profile-page {
    width: 50%;
  }
  .amsd-image-link {
    margin-right: 0px;
  }
  .amsd-title-text-link.profile {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-text-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-meta-text.profile {
    text-align: left;
  }
  .amsd-meta-text.profile.mobile {
    text-align: center;
  }
  .amsd-meta-text.author.news-profile.mobile {
    text-align: center;
  }
  .amsd-list.grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .profile-text-wrapper {
    width: 100%;
  }
  .profile-text-wrapper.team {
    width: 100%;
  }
  .nav-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-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;
  }
  .amsd-button.grid.cms-btn.amsd-list-btn.mobile {
    display: none;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .dropdown-nav-link-text {
    display: inline-block;
    color: #333;
  }
  .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%;
  }
  .title-section.team {
    background-position: 50% -180%;
  }
  .title-content-outer-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .half-and-half-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-links {
    width: 70%;
    margin-right: 0px;
    color: #333;
  }
  .header-links.mobile {
    display: none;
  }
  .header-links.desktop {
    display: none;
  }
  .header-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-link-text {
    color: #333;
  }
  .half-block {
    width: 100%;
  }
  .footer-columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column {
    width: 100%;
    text-align: center;
  }
  .footer-column.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -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;
  }
  .footer-column.desktop {
    display: none;
  }
  .logos-section {
    overflow: hidden;
  }
  .scrolling-logos-wrapper {
    overflow: hidden;
    height: 75px;
  }
  .scrolling-logo-link-block {
    margin-right: 30px;
    margin-bottom: 15px;
    margin-left: 30px;
  }
  .scrolling-logo-link-block.mobile {
    display: block;
  }
  .page-title {
    display: inline-block;
    padding-bottom: 10px;
    font-size: 40px;
    line-height: 46px;
  }
  .paragraph-3 {
    text-align: center;
  }
  .profile-link {
    display: block;
  }
  .map-image {
    width: 100%;
    margin-top: 30px;
    margin-left: 0px;
  }
  .map-image.mcga {
    width: 100%;
  }
  .map-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;
  }
  .map-list {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
  .map-list.mcga {
    width: 100%;
  }
  .map-title-wrapper {
    width: 40%;
  }
  .application-section {
    margin-bottom: 31px;
    -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;
  }
  .member-list-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .education-dropdown {
    width: 30%;
  }
  .amsd-list-wrapper {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 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-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;
  }
  .amsd-image-link-2 {
    margin-right: 0px;
  }
  .amsd-image-link-2.amsd-list {
    width: 35%;
    height: 222px;
  }
  .amsd-list-title {
    text-align: left;
  }
  .amsd-item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .amsd-list-description {
    text-align: left;
  }
  .amsd-list-subtitle {
    text-align: left;
  }
  .video-items {
    width: 65%;
  }
  .contact-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .map-section-block {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-info-section {
    width: 100%;
  }
  .events-text {
    width: 100%;
  }
  .dropdown-link-4 {
    width: 100%;
    text-align: left;
  }
  .dropdown-list-2.w--open {
    width: 235px;
  }
  .category-dropdown.desktop {
    width: 35%;
  }
  .amsd-item-benefits {
    width: 50%;
  }
  .profile-title-wrapper {
    text-align: center;
  }
  .paragraph-15 {
    text-align: center;
  }
  .slide-logos {
    width: 30%;
  }
  .logos {
    width: 70%;
  }
  .slide-11 {
    width: 100%;
  }
  .paragraph-16 {
    text-align: center;
  }
  .nav-list-item {
    display: block;
  }

  .nav-link.w--current {
    color: #006937;
  }
  .nav-link.current {
    color: #006937;
  }
  .newsletter-signup-form {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .newsletter-signup-text {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .featured-item {
    color: #f4d31f;
  }
  .featured-description-text {
    height: auto !important;
    opacity: 1 !important;
  }
  .featured-item-hover-overlay {
    opacity: 1 !important;
  }
  .fetured-title-text {
    color: #f4d31f;
  }
}

@media (max-width: 767px) {
    
  .newsletter-mobile {
    width: 80%; 
    margin-bottom: 15px;      
  }
  .cms-btn.application-button {
    width: 70%;
  }
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-section {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .logo-home-link {
    padding-left: 0px;
  }
  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
  .main-content-section {
    padding: 40px 20px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .cybernautic-tag {
    display: block;
  }
  .menu-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .input-field.text-area-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .amsd-item {
    text-align: center;
  }
  .amsd-item.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item.list.profile {
    margin-right: 0px;
    margin-bottom: 15px;
    float: none;
  }
  .amsd-item.list.profile.events {
    width: 60%;
  }
  .amsd-item.list.profile.mobile {
    text-align: left;
  }
  .amsd-image.list.profile.three {
    margin-left: auto;
    padding-bottom: 19%;
  }
  .amsd-image-link.grid {
    width: 100%;
    max-width: 100%;
  }
  .amsd-image-link.legislative {
    width: 70%;
    max-width: 70%;
  }
  .amsd-image-link.corn-uses {
    width: 70%;
    max-width: 70%;
  }
  .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: -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;
    text-align: center;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: block;
    font-size: 24px;
    line-height: 30px;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .day.empty {
    display: none;
  }
  .event-link {
    margin-top: 20px;
    float: left;
    clear: both;
  }
  .hidden-day-of-the-week {
    display: inline;
  }
  .amsd-button.grid.cms-btn.amsd-list-btn {
    display: none;
  }
  .amsd-button.grid.cms-btn.amsd-list-btn.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    -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;
  }
  .contact-info-wrapper {
    margin-bottom: 25px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .slide-content-outer-wrapper {
    padding-right: 50px;
    padding-left: 50px;
  }
  .slide-text-two {
    font-size: 46px;
  }
  .featured-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured-item {
    width: 100%;
  }
  .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;
  }
  .title-section.team {
    background-position: 50% 100%;
    background-size: cover;
  }
  .welcome-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .scrolling-logo-link-block {
    width: 35%;
  }
  .page-title {
    font-size: 38px;
  }
  .link.email {
    display: block;
  }
  .link.phone {
    display: block;
  }
  .profile-link {
    display: block;
    text-align: left;
  }
  .board-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    -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;
    text-align: left;
  }
  .board-member-image {
    width: 50%;
  }
  .board-member-image.second {
    width: 50%;
  }
  .board-member-image.third {
    width: 50%;
  }
  .board-member-image.cmpm {
    width: 50%;
  }
  .board-text-wrapper {
    width: 100%;
    padding-left: 0px;
    text-align: center;
  }
  .map-title-wrapper {
    width: 50%;
  }
  .category-title.research {
    padding-left: 6px;
  }
  .education-dropdown {
    width: 36%;
  }
  .amsd-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .amsd-image-link-2.amsd-list {
    width: 55%;
  }
  .amsd-text-hide {
    height: 189px;
  }
  .amsd-list-title {
    float: none;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .amsd-item-block {
    text-align: center;
  }
  .amsd-item-block.amsd-list {
    -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;
  }
  .amsd-list-description {
    text-align: center;
  }
  .amsd-list-subtitle {
    float: none;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .arrow-dropdown {
    margin-right: 0px;
  }
  .question-text {
    margin-left: 15px;
    font-size: 24px;
    line-height: 28px;
  }
  .question-text.mobile {
    margin-left: 15px;
  }
  .video-items {
    width: 90%;
  }
  .table-section {
    width: 100%;
  }
  .single-item-table {
    width: 75%;
  }
  .category-dropdown {
    float: left;
  }
  .category-dropdown.desktop {
    display: none;
  }
  .amsd-item-benefits {
    width: 80%;
  }
  .slide-logos {
    width: 35%;
  }
  .logos {
    width: 34%;
  }
  .slide-11 {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .cms-btn.application-button {
    width: 89%;
    padding-right: 30px;
    padding-left: 30px;
    text-align: left;
  }
  .cms-btn.mp3-button {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer-section {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-home-link.w--current {
    width: 170px;
  }
  .navbar.mobile {
    height: 78px;
  }
  .nav-menu {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .menu-button {
    margin-top: 7px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .menu-button.w--open {
    margin-top: 7px;
    margin-bottom: 6px;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input-field.newsletter-signup {
    text-align: left;
  }
  .amsd-item {
    padding: 15px;
  }
  .amsd-item.list.profile {
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item.list.profile.legislative {
    width: 90%;
  }
  .amsd-item.list.profile.events {
    width: 80%;
  }
  .amsd-item.list.news.profile-page {
    width: 90%;
  }
  .amsd-image.list.profile.three {
    margin-left: auto;
    padding-bottom: 36%;
  }
  .amsd-image-link.legislative {
    width: 90%;
    max-width: 90%;
  }
  .amsd-image-link.corn-uses {
    width: 90%;
    max-width: 90%;
  }
  .amsd-title-text-link.w--current {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .amsd-title-text-link.grid {
    padding-bottom: 6px;
    font-size: 18px;
  }
  .amsd-title-text-link.profile {
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .amsd-text-wrapper.grid.profile {
    text-align: left;
  }
  .amsd-meta-text.profile {
    text-align: left;
  }
  .amsd-meta-text.author.news-profile.mobile {
    text-align: center;
  }
  .amsd-list.grid {
    padding-top: 0px;
  }
  .profile-text-wrapper {
    width: 100%;
  }
  .profile-text-wrapper.no-image {
    display: block;
    float: left;
    text-align: center;
  }
  .profile-text-wrapper.legislative {
    margin-top: 0px;
  }
  .back-link.no-photo {
    margin-top: 0px;
  }
  .call-out-text {
    margin-right: 15px;
    margin-left: 15px;
  }
  .form {
    text-align: center;
  }
  .slide-content-outer-wrapper {
    height: auto;
    min-height: auto;
    padding: 230px 20px 100px;
  }
  .slide-text-two {
    font-size: 38px;
    line-height: 40px;
  }
  .featured-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .amsd-category-wrapper {
    padding: 30px 15px;
  }
  .font-awesome-solid-icon.amsd-list {
    margin-top: -2px;
  }
  .title-section.team {
    background-position: 50% 0%;
  }
  .half-block {
    padding: 65px 20px 220px;
  }
  .footer-columns-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .newsletter-signup-form {
    float: none;
  }
  .newsletter-signup-text {
    text-align: left;
  }
  .scrolling-logo-link-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .scrolling-logo-image {
    display: block;
  }
  .quicklinks-wrapper {
    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;
  }
  .quicklinks-wrapper._2 {
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quick-link {
    margin-bottom: 6px;
  }
  .page-title {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 38px;
  }
  .paragraph-3 {
    text-align: center;
  }
  .image-block {
    width: 100%;
  }
  .team-member-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .profile-link {
    display: block;
  }
  .board-item {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
  }
  .board-member-image {
    width: 50%;
  }
  .board-member-image.second {
    width: 50%;
  }
  .board-member-image.third {
    width: 50%;
  }
  .board-text-wrapper {
    padding-left: 0px;
    text-align: center;
  }
  .map-image.mcga {
    width: 100%;
  }
  .map-list {
    width: 100%;
  }
  .map-list.mcga {
    width: 100%;
  }
  .list-numbers.mcga {
    width: 100%;
  }
  .map-title-wrapper {
    width: 98%;
  }
  .application-section {
    margin-bottom: 0px;
  }
  .title-profile {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .category-title.research {
    padding-left: 0px;
  }
  .education-dropdown {
    width: 65%;
  }
  .faq-section {
    width: 100%;
  }
  .amsd-image-link-2 {
    width: 90%;
    height: 200px;
  }
  .amsd-image-link-2.amsd-list {
    width: 100%;
  }
  .amsd-text-hide {
    height: 188px;
    text-align: center;
  }
  .amsd-item-block {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-item-block.amsd-list {
    padding-right: 10px;
    padding-left: 10px;
  }
  .arrow-dropdown {
    margin-right: 0px;
  }
  .question-text {
    margin-left: 15px;
    font-size: 20px;
    line-height: 26px;
  }
  .research-title {
    font-size: 20px;
    line-height: 28px;
  }
  .video-items {
    width: 100%;
    margin: 0px;
    padding: 5px;
  }

  .contact-link-icon {
    display: inline-block;
  }
  .table-title-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .table-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .title-one-block {
    width: 44%;
    padding-right: 4px;
    padding-left: 4px;
  }
  .title-one-block.single-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .title-one-block.second-line {
    width: 28%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-column {
    width: 44%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-column.single-item {
    padding-right: 5px;
    padding-left: 5px;
  }
  .table-column.second-line {
    width: 28%;
  }
  .single-item-table {
    width: 100%;
  }
  .amsd-item-benefits {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .profile-title-wrapper {
    text-align: center;
  }
  .paragraph-15 {
    text-align: center;
  }
  .slide-logos-content {
    overflow: hidden;
    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;
  }
  .logos-slide-block {
    width: 100%;
  }
  .slide-logos {
    width: 20%;
    margin-right: 10px;
    margin-left: 10px;
  }
  .logos {
    width: 56%;
  }
  .slide-11 {
    width: auto;
  }
  .slider-4 {
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .icon-2 {
    display: block;
  }
  .icon-3 {
    display: none;
  }
  .mask {
    overflow: visible;
  }
}
