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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 32px;
  font-weight: 300;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #7ca2c0;
  text-decoration: none;
}

a:hover {
  color: #5c7a92;
}

.cms-btn {
  display: inline-block;
  padding: 11px 25px;
  border-radius: 200px;
  background-color: #7ca2c0;
  -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: 12px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

.cms-btn.contact-form-submit {
  margin-top: 10px;
  background-color: #323141;
}

.cms-btn.contact-form-submit:hover {
  background-color: #3c3a4e;
}

.cms-btn.cms-btn-secondary {
  padding: 10px 24px;
  background-color: #323141;
  color: #fff;
}

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

.cms-btn.cms-btn-secondary.slide-button {
  border-color: #fff;
}

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

.cms-btn.slide-button {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 18px;
  margin-left: 0px;
}

.cms-btn.slide-button.second-slide-button {
  background-color: #323141;
}

.cms-btn.slide-button.second-slide-button:hover {
  background-color: #3c3a4e;
}

.cms-btn.featured-button {
  margin-top: 20px;
  background-color: #323141;
}

.cms-btn.featured-button:hover {
  background-color: #3c3a4e;
}

.cms-btn.welcome-button {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 13px 30px;
  font-size: 14px;
  font-weight: 400;
}

.cms-btn.welcome-button:hover {
  background-color: #7ca2c0;
}

.cms-btn.take-action-button {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
}

.cms-btn.latest-news-button {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
}

.cms-btn.membership-c2a-button {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 35px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.footer-section {
  padding: 65px 0px 0px;
  border-top: 2px none #fff;
  background-color: #323141;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: 30px;
  margin-left: 0px;
  padding: 10px 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid 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;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.nav-link.w--current {
  box-shadow: 0 2px 0 0 #7ca2c0;
  color: #fff;
}

.nav-link.dropdown-nav-link {
  display: block;
  margin-right: 0px;
  padding-right: 15px;
}

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

.nav-link.last {
  margin-right: 0px;
  padding-right: 16px;
  padding-left: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #7ca2c0;
  border-radius: 200px;
  background-color: transparent;
  color: #7ca2c0;
}

.nav-link.last:hover {
  border-color: #7ca2c0;
  background-color: #7ca2c0;
  box-shadow: none;
  color: #fff;
}

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

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

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 130px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.scrolled {
  background-color: #fff;
  box-shadow: 0 1px 0 0 #e0e0e0;
}

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

.main-content-section {
  padding: 60px 80px;
  border-bottom: 1px solid #e0e0e0;
  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 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  border-bottom-width: 2px;
  border-bottom-color: #7ca2c0;
  font-family: Oswald, sans-serif;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.subtitle-text {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.footer-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 Solid Icons', sans-serif;
  color: #034e69;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-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: 30px;
  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;
  margin-right: 0px;
}

.dropdown-link {
  display: block;
  /*height: 40px;*/
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -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: grey;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

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

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

.dropdown-list {
  padding-top: 33px;
  background-color: transparent;
  min-width: 250%;
}

.nested-dropdown-list {
  margin-top: -40px;
  margin-left: 100%;
  background-color: transparent;
}

.footer-links {
  margin-bottom: 15px;
  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 {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  margin-top: 30px;
}

.input-field {
  display: block;
  width: 100%;
  height: 42px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 23px 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: 175px;
  padding-top: 14px;
  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: #034e69;
}

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

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding-right: 55px;
  padding-left: 35px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(50, 49, 65, 0.8);
  box-shadow: inset 0 -1px 0 0 #2b2a37;
}

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

.nav-items-wrapper.scrolled {
  background-color: #323141;
}

.amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  margin: 18px auto;
  padding: 30px 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 302px;
  max-width: 100%;
  margin: 15px;
  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 solid #e0e0e0;
  background-color: #fff;
}

.amsd-item.grid.sponsor {
  width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  border-style: none;
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-top: 50px;
}

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

.amsd-image.profile-page {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
}


.amsd-image.grid.small {
  padding-bottom: 66.66%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsor {
  padding-bottom: 66.66%;
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image-link {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin-right: 45px;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

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

.amsd-title-text-link {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  text-decoration: none;
}

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

.amsd-title-text-link.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 26px;
  line-height: 32px;
}

.amsd-title-text-link.grid.small {
  font-size: 17px;
  line-height: 23px;
  font-weight: 700;
}

.amsd-title-text-link.small {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

.amsd-text-wrapper {
  width: auto;
  padding-left: 0px;
}

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

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

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

.amsd-meta-text {
  width: 100%;
  margin-top: 3px;
  margin-bottom: 0px;
  color: grey;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
}

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

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

.back-links-wrapper {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-bottom: -10px;
  -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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-grid {
  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: 100%;
}

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

.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.full-width {
  padding-left: 0px;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.options-label.footer-form-options-label {
  color: #fff;
}

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

.input-options-group.footer-form-input-options-group {
  margin-top: 0px;
  margin-bottom: 10px;
}

.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.cms-btn {
  min-width: 140px;
  margin-right: 15px;
  background-color: #323141;
}

.amsd-button.cms-btn:hover {
  background-color: #3c3a4e;
}

.amsd-button.cms-btn.second-amsd-button {
  background-color: #7ca2c0;
}

.amsd-button.cms-btn.second-amsd-button:hover {
  background-color: #5c7a92;
}

.amsd-button.text-link {
  margin-top: 10px;
}

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

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

.back-link.cms-btn {
  background-color: #323141;
}

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

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

.map-wrapper {
  width: 48%;
  margin-top: 30px;
}

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

.slider-arrow {
  width: 60px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
}

.slider-arrow:hover {
  opacity: 1;
  color: #fafdff;
}

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

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

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


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

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

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

.contact-info-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #323141;
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.contact-info-link {
  display: inline-block;
  margin-top: -2px;
  text-align: left;
}

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

.cms-frontend {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

.call-out-text {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 60px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
}

.second-color {
  color: #b3b3b3;
}

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

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

.floating-form-label {
  position: absolute;
  left: 14px;
  top: 0px;
  margin-top: 11px;
  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: 2px;
  font-size: 10px;
}

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

.slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 80px 120px;
  -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, from(rgba(50, 49, 65, 0.2)), to(rgba(50, 49, 65, 0.6)));
  background-image: linear-gradient(180deg, rgba(50, 49, 65, 0.2), rgba(50, 49, 65, 0.6));
  color: #fff;
}

.slide-text-small {
  width: 100%;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.slide-text-large {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.cms-backend {
  display: block;
  width: 900px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border: 1px solid #bab9ba;
  background-color: #f5f5f5;
  font-family: 'Open Sans', sans-serif;
  color: grey;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.featured-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 60px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #f5f5f5;
}

.featured-item {
  width: 33.33%;
  text-align: center;
}

.featured-image-link {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
  border-right: 2px solid #f5f5f5;
  border-left: 2px solid #f5f5f5;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image {
  width: 300px;
}

.featured-text-wrapper {
  position: relative;
  margin-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
}

.featured-text-wrapper.last {
  box-shadow: none;
}

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

.featured-title-text-link {
  display: inline-block;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}

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

.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-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

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

.form-input.third {
  width: 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;
}

.form-input.footer-form-email-input {
  width: 245px;
  max-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

.form-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

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

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

.add-to-form-markup-wrapper.hidden {
  display: none;
}

.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;
  margin-top: 0px;
  padding: 30px 0px 35px;
  -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%;
  border-style: none;
  background-color: #fff;
}

.amsd-category-wrapper.sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-style: none;
  background-color: #fff;
  margin-bottom: 45px;
}

.amsd-category-title {
  width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #333;
  font-size: 26px;
  line-height: 32px;
  text-align: left;
  margin-bottom: 30px;
}

.amsd-category-title.events {
  margin-bottom: 0px;
}

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

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

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

.slide-content-inner-wrapper {
  position: relative;
  width: 670px;
  max-width: 100%;
  color: #fff;
  text-align: left;
}

.slide-buttons-wrapper {
  width: 100%;
  margin-top: 10px;
  text-align: left;
}

.slide-buttons-wrapper.left-aligned {
  text-align: left;
}

.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.slider-title-section {
  position: relative;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.title-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding: 220px 80px 120px;
  -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(50, 49, 65, 0.65)), to(rgba(50, 49, 65, 0.65)));
  background-image: linear-gradient(180deg, rgba(50, 49, 65, 0.65), rgba(50, 49, 65, 0.65));
}

.title-content-outer-wrapper.slider-title-content-outer-wrapper {
  position: absolute;
  z-index: 2;
  background-image: none;
}

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

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

.dropdown-nav-link-arrow-icon {
  margin-right: 0px;
  color: #7ca2c0;
  font-size: 12px;
}

.welcome-text-section {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 150px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-right: 1px none #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.welcome-content-container {
  position: relative;
  z-index: 2;
  width: 990px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.slide-button-icon {
  display: inline-block;
  margin-right: -5px;
  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-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
}

.slide-text-divider-outer {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.slide-text-divider-inner {
  width: 70%;
  height: 100%;
  background-color: #7ca2c0;
}

.slide-content-middle-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav-link-button-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-right: 7px;
  -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-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
}

.logo-link-wrapper {
  position: relative;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  padding-right: 120px;
  padding-left: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
  text-align: center;
}

.welcome-video-wrapper {
  width: 400px;
  max-width: 100%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 4px;
  border-color: #7ca2c0;
}

.welcome-heading-text {
  margin: 0px 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 68px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.welcome-paragraph-text {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.welcome-buttons-wrapper {
  width: 100%;
  margin-top: 10px;
  text-align: center;
}

.welcome-buttons-wrapper.left-aligned {
  text-align: left;
}

.welcome-button-icon {
  display: inline-block;
  margin-right: 10px;
  margin-left: -5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0px;
}

.video-lightbox-link {
  width: 100px;
  height: 100px;
  border-style: solid;
  border-width: 2px;
  border-color: #7ca2c0;
  border-radius: 200px;
}

.bold-text {
  font-size: 13px;
}

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

.welcome-text-divider-outer {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.welcome-text-divider-inner {
  width: 90%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #7ca2c0;
}

.twitter-feed-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 650px;
  padding: 150px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-left: 1px none #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.featured-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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-color: transparent;
}

.latest-news-heading-text {
  margin: 0px 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-heading-line {
  width: 50px;
  height: 3px;
  background-color: #7ca2c0;
}

.latest-news-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  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;
}

.take-action-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 365px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.twitter-slider-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 41px;
  -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-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border-style: none;
  border-width: 3px;
  border-color: #7ca2c0;
  background-color: #f5f5f5;
}

.latest-news-image-link-block {
  width: 100%;
  height: 280px;
  background-image: url('../images/1000-iStock-1053870560.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.latest-news-image-link-block._2 {
  background-image: url('../images/1000-iStock-184106899.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.take-action-box-text-wrapper {
  width: 100%;
}

.latest-news-box-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.latest-news-box-description {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
}

.latest-news-button-wrapper {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-bottom: -24px;
  text-align: center;
}

.latest-news-section-description-text {
  width: 600px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.twitter-box-title {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 40px;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 10px 15px;
  background-color: transparent;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.twitter-box-slider-wrapper {
  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: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.take-action-section {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  box-shadow: none;
}

.take-action-text-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 60px 0px 60px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #323141;
}

.take-action-photo-half {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  padding-right: 60px;
  padding-left: 220px;
  -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-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.take-action-heading-text {
  position: relative;
  z-index: 2;
  width: 300px;
  margin: 0px 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 100px;
  line-height: 130px;
  font-weight: 200;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.take-action-description-text {
  width: 830px;
  max-width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.take-action-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -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-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px none #e0e0e0;
  color: #fff;
}

.take-action-box-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.take-action-box-description {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
}

.take-action-button-wrapper {
  margin-top: 25px;
  text-align: left;
}

.take-action-heading-line {
  width: 60px;
  height: 3px;
  background-color: #7ca2c0;
}

.take-action-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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-color: transparent;
}

.take-action-diagonal {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 0;
  height: 100%;
  border-top: 300px solid transparent;
  border-bottom: 300px solid transparent;
  border-left: 180px solid #323141;
}

.take-action-text-divider-outer {
  width: 100%;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.take-action-text-divider-inner {
  width: 70%;
  height: 100%;
  background-color: #7ca2c0;
}

.welcome-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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-color: transparent;
}

.welcome-heading-line {
  width: 50px;
  height: 3px;
  background-color: #7ca2c0;
}

.featured-image-link-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 50px;
  -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(50, 49, 65, 0.65);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.featured-image-link-text:hover {
  background-color: rgba(50, 49, 65, 0.8);
}

.link {
  color: #7ca2c0;
}

.featured-text-box-divider {
  position: absolute;
  left: auto;
  top: 12%;
  right: 0px;
  bottom: auto;
  width: 1px;
  height: 75%;
  background-color: #e0e0e0;
}

.welcome-and-news-sections-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featured-section-title-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
}

.featured-section-title {
  margin: 0px 25px;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.footer-logo-home-link {
  width: 80px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-social-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-left: 15px;
  border-radius: 200px;
  background-color: #7ca2c0;
  -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: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-social-link:hover {
  background-color: #5c7a92;
  color: #fff;
}

.header-social-links-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  padding-top: 13px;
  padding-bottom: 10px;
  padding-left: 7px;
  padding-right: 7px;
  height: 130px;
  background-color: #7ca2c0;
}

.header-social-link {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: transparent;
  -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: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  float: right;
  clear: both;
  margin-bottom: 10px;
}

.header-social-link:hover {
  color: #5c7a92;
}


.footer-form {
  width: 100%;
  max-width: 100%;
  float: left;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer-column.bottom {
  width: 100%;
  max-width: none;
  margin-top: 45px;
}

.footer-column.last {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 45px;
  background-color: #323141;
  text-align: center;
}

.footer-text-links-wrapper {
  margin-left: 80px;
}

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

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

.footer-text-link:hover {
  color: #7ca2c0;
}

.footer-form-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
  text-align: left;
}

.newsletter-submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 50px;
  margin-top: -1px;
  margin-right: -1px;
  padding: 9px 20px;
  border-radius: 200px;
  background-color: #7ca2c0;
  -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: #5c7a92;
  color: #fff;
}

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

.footer-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.footer-link-column-title {
  display: inline-block;
  min-width: 170px;
  margin-bottom: 15px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #7ca2c0;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
}

.footer-form-text {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.footer-column-divider {
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 15px;
  background-color: transparent;
}

.twitter-section {
  display: block;
  padding: 45px 80px;
  background-color: #f5f5f5;
}

.twitter-slider-wrapper {
  width: 1500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.twitter-logo {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #7ca2c0;
  font-size: 28px;
  line-height: 44px;
}

.twitter-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: grey;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}

.twitter-logo-wrapper {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

.twitter-slider-nav {
  display: block;
  margin-bottom: -112px;
  font-size: 10px;
}

.twitter-slide {
  height: 100%;
}

.twitter-slider-mask {
  height: 100%;
}

.twitter-slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 60px 25px 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-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-color: transparent;
}

.twitter-slider-arrow {
  width: 30px;
  margin-top: 40px;
  margin-right: -70px;
  margin-left: -70px;
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 22px;
}

.twitter-slider-arrow:hover {
  opacity: 1;
  color: #fff;
}

.twitter-author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 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;
  color: #231f20;
  font-size: 24px;
  line-height: 30px;
}

.twitter-slider {
  display: block;
  width: 1200px;
  height: auto;
  max-width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.twitter-slide-content-inner-wrapper {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.testimonial-author-dash {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-right: 15px;
  background-color: #7ca2c0;
}

.twitter-link {
  color: #333;
}

.membership-footer {
  padding: 0px 80px;
}

.twitter-feed-link {
  color: #fff;
}

.twitter-feed-link:hover {
  color: #7ca2c0;
}

.twitter-section-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.twitter-section-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 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-color: transparent;
}

.twitter-section-paragraph-text {
  width: 600px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.twitter-box-title-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 40px;
  background-color: #323141;
}

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

.membership-c2a-button-wrapper {
  margin-top: 45px;
  margin-bottom: -27px;
  text-align: center;
}

.membership-button-icon {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 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-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.membership-paragraph-text {
  width: 600px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.membership-section-title-wrapper {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 0px;
}

.membership-heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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-color: transparent;
}

.membership-heading-line {
  width: 50px;
  height: 3px;
  background-color: #7ca2c0;
}

.membership-section-title {
  margin: 0px 25px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #7ca2c0;
  font-family: Oswald, sans-serif;
  color: #333;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.membership-heading-underline {
  width: 400px;
  height: 2px;
  max-width: 100%;
  margin: 15px auto;
  background-color: #7ca2c0;
}

.about-us-icon {
  position: relative;
  top: -5px;
  display: inline-block;
  margin-right: 10px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7ca2c0;
  font-size: 28px;
  line-height: 44px;
}

.twitter-section-text-wrapper {
  width: 100%;
}

.footer-link-column-divider {
  display: none;
}

.welcome-section-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.slide-button-icon-left {
  position: relative;
  top: 0px;
  display: inline-block;
  margin-right: 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-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0px;
}

.title-underline {
  display: none;
  width: 300px;
  height: 2px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  background-color: #7ca2c0;
}

.heading {
  font-family: Oswald, sans-serif;
  font-size: 56px;
  line-height: 62px;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.first-color {
  color: #333;
}

.third-color {
  color: #7ca2c0;
}

.amsd-button-icon {
  display: inline-block;
  margin-right: -5px;
  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-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0px;
}

.amsd-button-icon.text-link {
  margin-left: 5px;
  top: -1px;
  color: #7ca2c0;
}

.amsd-meta-text-divider {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 17px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: #e0e0e0;
}

.back-link-button-icon {
  display: inline-block;
  margin-right: 10px;
  margin-left: -5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 11px;
  letter-spacing: 0px;
}

.profile-image-wrapper {
  width: 300px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.profile-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amsd-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #7ca2c0;
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

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

.interactive-map-tool-wrapper-outer {
  position: relative;
  display: block;
  width: 700px;
  height: auto;
  max-width: 100%;
  margin: 45px auto;
}

.interactive-map-tool {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #333;
}

.lightbox-heading-underline-outer {
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}

.lightbox-heading-underline-inner {
  width: 200px;
  height: 100%;
  background-color: #7ca2c0;
}

.state-link-wrapper {
  margin-bottom: 10px;
}

.vmap {
  position: relative;
  width: 100%;
  height: 100%;
}

.interactive-map-tool-wrapper-inner {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  padding-bottom: 66.66%;
}

.contact-us-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-us-form-wrapper {
  width: 48%;
}

.password-login-form {
  width: 280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.title-slider-arrow {
  display: none;
  width: 60px;
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
}

.title-slider-arrow:hover {
  opacity: 1;
  color: #fafdff;
}

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

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

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

.title-slide-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 200px 80px 120px;
  -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, from(rgba(50, 49, 65, 0.2)), to(rgba(50, 49, 65, 0.6)));
  background-image: linear-gradient(180deg, rgba(50, 49, 65, 0.2), rgba(50, 49, 65, 0.6));
  color: #fff;
}

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

.subtitle-text-divider {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 17px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #e0e0e0;
}

.event-map-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.event-map {
  width: 100%;
  height: 400px;
}

.form-space {
  width: 32.66%;
}

.sponsorship-form-heading {
  margin-top: 45px;
  margin-bottom: 25px;
  color: #333;
  font-size: 42px;
  line-height: 52px;
}

.custom-page-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #333;
  font-size: 42px;
  line-height: 52px;
}

.custom-page-heading.white {
  color: white;
}

.custom-page-heading-icon {
  position: relative;
  top: -2px;
  margin-right: 15px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7ca2c0;
  font-size: 36px;
  line-height: 52px;
  font-weight: 400;
}

.event-sponsors-outer-wrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: 0px;
  margin-bottom: 60px;
  margin-left: -50vw;
  padding: 60px 80px 30px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.event-sponsors-inner-wrapper {
  width: 1500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.event-text-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.event-text-column {
  width: 48%;
}

.custom-page-section.full-width {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -50vw;
  padding: 60px 80px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.custom-page-section.full-width.event-top {
  margin-top: -61px;
  margin-bottom: 0px;
  background-color: #323141;
  color: white;
}

.custom-page-section-content-wrapper {
  width: 1500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.custom-page-section-content-wrapper.full-width {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -50vw;
  padding: 60px 80px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #fff;
}

.custom-page-section-text-wrapper {
  width: 100%;
}

.custom-page-section-text-wrapper.full-width {
  padding-left: 0px;
}

.custom-page-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-page-section-image-wrapper {
  width: 300px;
  margin-right: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.custom-page-section-image {
  display: block;
  width: 300px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 100%;
  background-image: url('../images/amsd-staff-800x800.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-page-section-image.profile-page {
  width: 300px;
  margin-right: 0px;
  margin-left: 0px;
}

.custom-page-section-image.profile-page._2 {
  background-image: url('../images/1000-iStock-495755592.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-page-section-image.profile-page._3 {
  background-image: url('../images/WorkersSettingShell5.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-page-section-image.profile-page._4 {
  background-image: url('../images/funding-graph.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-page-section-image.grid.small {
  padding-bottom: 66.66%;
  background-image: url('../images/1000-iStock-495755592_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-page-section-image.grid.sponsor {
  padding-bottom: 66.66%;
  background-image: url('../images/ExxonMobil-Logo.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.custom-page-section-image._2 {
  background-image: url('../images/1000-iStock-495755592.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.custom-page-section-full-image-float {
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}

.profile-page-sidebar-area {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 30%;
  padding: 30px 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  font-size: 13px;
}

.profile-sidebar-title {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}

.profile-page-sidebar-area-spacer {
  width: 30%;
  margin-left: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amsd-text-divider {
  display: block;
  height: 1px;
  width: 100%;
}

.sponsor-text-link {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	display: inline-block;
}

.timeline-block {
  position: relative;
  width: 1100px;
  max-width: 100%;
  margin-top: -60px;
  margin-right: auto;
  margin-left: auto;
}

.timeline-tab-menu-wave-bg-bottom {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 90px;
  margin-top: 198px;
  margin-left: -50vw;
  background-image: url('../images/dark-blue-wave-bottom.svg');
  background-position: 50% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

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

.amsd-image-2 {
  position: relative;
  display: block;
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 75%;
  border-radius: 20px;
  background-image: url('../images/EI4A6823.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.timeline-tablink-vertical-line {
  position: absolute;
  top: 36px;
  width: 1px;
  height: 152px;
  background-color: #7ca2c0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.timeline-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 201px;
  margin-bottom: 90px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323141;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.timeline-tab-menu-wave-bg-top {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 90px;
  margin-top: -88px;
  margin-left: -50vw;
  background-image: url('../images/dark-blue-wave.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.timeline-tab-pane-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  text-align: left;
}

.tab-menu-wave-bg-middle {
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 201px;
  margin-left: -50vw;
  background-color: #323141;
}

.timeline-line {
  position: absolute;
  left: 5px;
  right: 5px;
  z-index: 3;
  height: 3px;
  margin-top: 99px;
  background-color: #7ca2c0;
}

.timeline-date-text {
  position: absolute;
  top: 0px;
  z-index: 1;
  margin-top: 30px;
  padding-top: 3px;
  padding-bottom: 5px;
  background-color: #323141;
  font-size: 16px;
  line-height: 20px;
}

.timeline-date-text.even {
  top: auto;
  bottom: 0px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.timeline-tab-content {
  overflow: visible;
  background-color: transparent;
}

.amsd-image-link-2 {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-right: 45px;
  -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;
}

.timeline-tab-link {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  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;
  border-style: solid;
  border-width: 3px;
  border-color: #7ca2c0;
  border-radius: 200px;
  background-color: #323141;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

.timeline-tab-link:hover {
  background-color: #7ca2c0;
  color: #fff;
}

.timeline-tab-link.w--current {
  background-color: #89a2ba;
  font-weight: 700;
}

.centered {
  color: #323141;
  text-align: center;
}

.our-story-text-wrapper {
  width: 750px;
  max-width: 100%;
  margin: 20px auto 140px;
  text-align: center;
}

.our-story-heading {
  margin-bottom: 15px;
  color: #323141;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
}

.our-story-text {
  font-size: 17px;
  line-height: 23px;
}

.timeline-item-heading {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #323141;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.timeline-arrow-left {
  position: absolute;
  left: 0px;
  z-index: 5;
  width: 45px;
  height: 201px;
  margin-left: -50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 201px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.timeline-arrow-left:hover {
  color: #7ca2c0;
}

.timeline-arrow-right {
  position: absolute;
  right: 0px;
  z-index: 5;
  width: 45px;
  height: 201px;
  margin-right: -50px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 201px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

.timeline-arrow-right:hover {
  color: #7ca2c0;
}

.timeline-date-text {
  white-space: nowrap;
}

.timeline-tab-link.w--current .timeline-tablink-vertical-line {
  opacity: 1;
}

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

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

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

@media (max-width: 991px) {
  .nav-link {
    display: block;
    height: auto;
    padding: 15px 0px;
    border-style: none;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1px;
  }
  .nav-link:hover {
    box-shadow: none;
  }
  .nav-link.w--current {
    box-shadow: none;
    color: #7ca2c0;
  }
  .nav-link.last {
    padding: 15px 0px;
    border-style: none;
    border-radius: 0px;
    font-size: 16px;
  }
  .nav-link.last:hover {
    background-color: transparent;
  }
  .logo-home-link {
    display: inline-block;
    margin-top: 13px;
    margin-right: 0px;
    margin-left: 0px;
    float: none;
    text-decoration: none;
  }
  .navbar {
    display: block;
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #323141;
    box-shadow: inset 0 -1px 0 0 #2b2a37;
  }
  .nav-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-right: 120px;
    padding-left: 120px;
    float: right;
    background-color: #323141;
  }
  .main-content-section {
    padding-right: 60px;
    padding-left: 60px;
  }
  .title {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
  }
  .subtitle-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .dropdown-link {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .dropdown-link:hover {
    color: #fff;
  }
  .dropdown-link.w--current {
    color: #7ca2c0;
  }
  .dropdown-list {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-left: 1px solid #7ca2c0;
    background-color: transparent;
    box-shadow: none;
  }
  .nested-dropdown-list {
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-left: 1px solid #7ca2c0;
    background-color: transparent;
    box-shadow: none;
  }
  .menu-button {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 9999;
    width: 100px;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    padding: 0px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #fff;
    font-size: 30px;
    line-height: 100px;
  }
  .menu-button.w--open {
    background-color: #e0e0e0;
    color: #7ca2c0;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding:  0px;
    padding-bottom: 130px;
    box-shadow: none;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-item {
    display: block;
  }
  .amsd-image-link {
    margin-right: 0px;
  }
  .amsd-text-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .map {
    height: 300px;
  }
  .profile-text-wrapper {
    width: 100%;
  }
  .nav-container {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
  }
  .map-wrapper {
    width: 100%;
    margin-top: 30px;
  }
  .slider-arrow {
    height: 100px;
    margin-bottom: 0px;
  }
  .contact-info-wrapper {
    margin-bottom: 10px;
  }
  .cms-frontend {
    padding-top: 100px;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .dropdown-nav-link-text {
    display: inline-block;
  }
  .contact-info-item {
    width: 50%;
    margin-bottom: 25px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slide-text-large {
    font-size: 26px;
    line-height: 32px;
  }
  .featured-section {
    display: block;
    padding-bottom: 10px;
  }
  .featured-item {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .slider-section {
    margin-top: -100px;
  }
  .featured-text-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .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-content-outer-wrapper {
    padding-top: 100px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .dropdown-nav-link-arrow-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
  }
  .slide-content-middle-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .nav-link-button-icon {
    display: none;
  }
  .logo-link-wrapper {
    display: inline-block;
    width: 300px;
    height: 100px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .take-action-box-text-wrapper {
    position: relative;
    z-index: 2;
  }
  .take-action-section {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .take-action-text-half {
    display: block;
    width: 100%;
    padding-top: 60px;
    padding-right: 80px;
    padding-bottom: 20px;
    text-align: center;
  }
  .take-action-photo-half {
    width: 100%;
    padding: 170px 80px 70px;
  }
  .take-action-heading-text {
    z-index: 2;
    width: auto;
    font-size: 80px;
    line-height: 84px;
    text-align: center;
    letter-spacing: 2px;
  }
  .take-action-diagonal {
    width: 100%;
    border-right: 50vw solid transparent;
    border-top-width: 110px;
    border-top-color: #323141;
    border-bottom-style: none;
    border-left-width: 50vw;
    border-left-color: transparent;
  }
  .featured-text-box-divider {
    left: 10%;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 80%;
    height: 1px;
  }
  .footer-logo-home-link {
    margin-bottom: 10px;
  }
  .footer-text-links-wrapper {
    width: 250px;
    margin-left: 0px;
    text-align: center;
  }
  .footer-text-links-wrapper.footer-quick-links {
    width: 400px;
  }
  .nav-menu-icon {
    background-color: #323141;
    line-height: 100px;
    text-align: center;
  }
  .footer-link-column-divider {
    display: block;
    width: 100%;
    height: 20px;
  }
  .profile-image-wrapper {
    width: 300px;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 45px;
    margin-left: auto;
  }
  .profile-content-wrapper {
    display: block;
  }
  .contact-us-columns-wrapper {
    display: block;
  }
  .contact-us-form-wrapper {
    width: 100%;
  }
  .title-slider-arrow {
    height: 100px;
    margin-bottom: 0px;
  }
  .subtitle-text-divider {
    margin-right: 10px;
    margin-left: 10px;
  }
  .event-sponsors-outer-wrapper {
    padding-right: 60px;
    padding-left: 60px;
  }
  .event-text-columns-wrapper {
    display: block;
  }
  .event-text-column {
    width: 100%;
    margin-bottom: 35px;
  }
  .header-social-links-wrapper {
    position: static;
    width: 100%;
    background-color: transparent;
    height: auto;
    text-align: left;
    margin-top: 15px;
  }
  .header-social-link {
    float: none;
    background-color: #7ca2c0;
    width: 36px;
    height: 36px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 36px;
  }
  .timeline-tab-pane-inner-wrapper {
    display: block;
  }

  .amsd-image-link-2 {
    margin-right: 0px;
  }

  .timeline-item-heading {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-home-link {
    padding-left: 0px;
  }
  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
  .main-content-section {
    padding: 45px 40px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .title {
    width: 100%;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-bottom-style: none;
  }
  .cybernautic-tag {
    display: block;
  }
  .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-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-text-wrapper.grid {
    display: block;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-list.grid {
    display: block;
    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;
  }
  .contact-info-wrapper {
    margin-bottom: 25px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 30px;
  }
  .slide-content-outer-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  .slide-text-large {
    font-size: 20px;
    line-height: 26px;
  }
  .featured-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .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-wrapper.sponsors {
    display: block;
  }
  .amsd-category-title {
    font-size: 20px;
    line-height: 26px;
  }
  .title-content-outer-wrapper {
    min-height: 200px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .welcome-text-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .logo-link-wrapper {
    width: 200px;
  }
  .twitter-feed-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .featured-heading-line {
    width: 30px;
  }
  .take-action-text-half {
    padding-right: 40px;
    padding-left: 40px;
  }
  .take-action-photo-half {
    padding-right: 40px;
    padding-left: 40px;
  }
  .take-action-heading-text {
    font-size: 60px;
    line-height: 64px;
  }
  .take-action-box-title {
    font-size: 20px;
    line-height: 26px;
  }
  .featured-section-title {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .footer-column {
    padding-right: 40px;
    padding-left: 40px;
  }
  .twitter-author {
    font-size: 19px;
    line-height: 25px;
  }
  .membership-footer {
    padding-right: 40px;
    padding-left: 40px;
  }
  .membership-paragraph-text {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .membership-heading-line {
    width: 30px;
  }
  .membership-section-title {
    margin-right: 20px;
    margin-left: 20px;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .twitter-slider-arrow-icon {
    font-size: 22px;
  }
  .title-underline {
    display: block;
    width: 200px;
    margin-top: 10px;
  }
  .amsd-meta-text-divider {
    position: static;
    top: 0px;
    display: block;
    width: 100%;
    height: 1px;
    margin-top: 3px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .amsd-title-text {
    font-size: 26px;
    line-height: 32px;
  }
  .amsd-profile-title-wrapper {
    text-align: center;
  }
  .title-slide-height {
    padding-right: 40px;
    padding-left: 40px;
  }
  .subtitle-text-divider {
    top: 0px;
    display: block;
    width: 100%;
    height: 1px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }
  .sponsorship-form-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .custom-page-heading {
    font-size: 26px;
    line-height: 32px;
  }
  .custom-page-heading-icon {
    top: -1px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 32px;
  }
  .event-sponsors-outer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .custom-page-section.full-width {
    padding-right: 40px;
    padding-left: 40px;
  }
  .custom-page-section.full-width.event-top {
    margin-top: -46px;
  }
  .timeline-tab-menu-wave-bg-bottom {
    margin-top: 178px;
  }

  .timeline-tablink-vertical-line {
    top: 30px;
    height: 106px;
  }

  .timeline-tabs-menu {
    height: 181px;
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 50px;
  }

  .tab-menu-wave-bg-middle {
    height: 181px;
  }

  .timeline-line {
    height: 2px;
    margin-top: 90px;
  }

  .timeline-date-text {
    margin-top: 25px;
    font-size: 14px;
    line-height: 18px;
  }

  .timeline-date-text.even {
    margin-bottom: 25px;
  }

  .timeline-tab-link {
    width: 20px;
    height: 20px;
    border-width: 2px;
  }

  .our-story-heading {
    font-size: 26px;
    line-height: 32px;
  }

  .our-story-text {
    font-size: 15px;
    line-height: 21px;
  }

  .timeline-arrow-left {
    width: 30px;
    height: 181px;
    margin-left: -35px;
    font-size: 16px;
    line-height: 181px;
  }

  .timeline-arrow-right {
    width: 30px;
    height: 181px;
    margin-right: -35px;
    font-size: 16px;
    line-height: 181px;
  }
}

@media (max-width: 479px) {
  .nav-menu {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title {
    font-size: 26px;
    line-height: 34px;
  }
  .subtitle-text {
    font-size: 17px;
    line-height: 23px;
  }
  .menu-button {
    width: 90px;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cms-frontend {
    padding-top: 90px;
  }
  .contact-info-item {
    padding-left: 10px;
  }
  .slide-content-outer-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .featured-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .featured-title-text-link {
    font-size: 17px;
    line-height: 23px;
  }
  .amsd-category-wrapper {
    padding: 30px 15px;
  }
  .title-content-outer-wrapper {
    padding: 60px 20px;
  }
  .welcome-text-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .logo-link-wrapper {
    width: 150px;
  }
  .welcome-paragraph-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .twitter-feed-section {
    padding-right: 30px;
    padding-left: 30px;
  }
  .take-action-text-half {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .take-action-photo-half {
    padding: 130px 20px 60px;
  }
  .take-action-heading-text {
    font-size: 40px;
    line-height: 44px;
  }
  .take-action-diagonal {
    border-top-width: 80px;
  }
  .featured-image-link-text {
    font-size: 26px;
    line-height: 34px;
  }
  .footer-social-link {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-column.last {
    padding-right: 20px;
    padding-left: 20px;
  }
  .twitter-logo {
    margin-right: 5px;
    font-size: 22px;
    line-height: 34px;
  }
  .twitter-slider-arrow {
    width: 25px;
    margin-right: -25px;
    margin-left: -25px;
    font-size: 16px;
  }
  .twitter-author {
    font-size: 16px;
  }
  .membership-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .twitter-section-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .twitter-section-paragraph-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }
  .about-us-icon {
    margin-right: 5px;
    font-size: 22px;
    line-height: 34px;
  }
  .nav-menu-icon {
    text-align: center;
  }
  .welcome-section-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .title-slide-height {
    padding-right: 20px;
    padding-left: 20px;
  }
  .event-sponsors-outer-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .custom-page-section.full-width {
    padding-right: 20px;
    padding-left: 20px;
  }
  .profile-page-sidebar-area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .timeline-block {
    padding-right: 15px;
    padding-left: 15px;
  }

  .timeline-tab-menu-wave-bg-bottom {
    margin-top: 179px;
  }

  .timeline-tablink-vertical-line {
    height: 96px;
  }

  .timeline-tabs-menu {
    height: 161px;
  }

  .heading-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .timeline-tab-menu-wave-bg-top {
    margin-top: -89px;
  }

  .timeline-tab-pane-inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-menu-wave-bg-middle {
    height: 161px;
  }

  .timeline-line {
    left: 20px;
    right: 20px;
    margin-top: 80px;
  }

  .timeline-date-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .timeline-date-text.even {
    margin-bottom: 20px;
  }

  .timeline-tab-link {
    width: 15px;
    height: 15px;
  }

  .timeline-item-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .timeline-arrow-left {
    height: 161px;
    margin-left: -20px;
    font-size: 14px;
    line-height: 161px;
  }

  .timeline-arrow-right {
    height: 161px;
    margin-right: -20px;
    font-size: 14px;
    line-height: 161px;
  }
}