

.script-wrapper {
  margin:50px auto 0;
}

.acc-link {
  word-break:break-all;
}

[data-ix="fade-in-on-load"] {
  opacity: 0;
}

[data-ix="fade-in-on-load-2"] {
  opacity: 0;
}

[data-ix="fade-in-on-load-3"] {
  opacity: 0;
}

[data-ix="fade-in-on-load-4"] {
  opacity: 0;
}

[data-ix="fade-in-on-load-5"] {
  opacity: 0;
}

[data-ix="fade-in-on-scroll"] {
  opacity: 0;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-transform: none;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-transform: none;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
}

h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: none;
}

p {
  margin-bottom: 0px;
}

a {
  color: #7cc142;
  text-decoration: none;
}

.cms-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 200px;
  background-color: #7cc142;
  -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: 15px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
}

.cms-btn:hover {
  background-color: #6ca839;
  text-decoration: none;
}

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

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

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

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

.cms-btn.banner-button {
  min-width: 240px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 20px 40px;
  font-size: 18px;
}

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

.cms-btn.cms-btn-tertiary {
  background-color: #00cfff;
}

.cms-btn.cms-btn-tertiary:hover {
  background-color: #02bfeb;
}

.cms-btn.small {
  padding: 12px 25px;
  font-size: 13px;
}

.cms-btn.countdown-button {
  margin-left: 30px;
  padding: 12px 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00282c;
  font-size: 13px;
  line-height: 20px;
}

.cms-btn.countdown-button:hover {
  background-color: #7cc142;
}

.footer-section {
  position: relative;
  z-index: 6;
  padding: 40px 40px 60px;
  background-color: #023338;
  box-shadow: 0 -1px 0 0 #023338, inset 0 1px 0 0 #023338;
  margin-top: -1px;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  padding: 7px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: opacity 600ms ease, color 600ms ease, background-color 600ms ease, box-shadow 600ms ease, border-color 600ms ease;
  transition: opacity 600ms ease, color 600ms ease, background-color 600ms ease, box-shadow 600ms ease, border-color 600ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.nav-link:hover {
  box-shadow: none;
  color: #7cc142;
  text-decoration: none;
}

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

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

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

.nav-link.scrolled:hover {
  color: #7cc142;
}

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

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

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

.nav-link.loading {
  opacity: 0;
}


.logo-home-link {
  z-index: 9999;
  display: block;
  width: 270px;
  height: 132px;
  margin-top: -42px;
  margin-right: 25px;
  margin-left: 0px;
  padding: 35px 60px 35px 30px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom-right-radius: 100px;
  background-color: #fff;
  text-align: center;
}

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

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

.main-content-section {
  padding: 1px 40px 180px;
  background-color: #fff;
  background-image: url('../images/waves-dark-blue_1.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #333;
  font-size: 15px;
  line-height: 26px;
  margin-top: -1px;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.subtitle-text {
  margin-top: 10px;
  margin-bottom: 0px;
  color: hsla(0, 0%, 100%, 0.95);
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.footer-social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  margin-left: 0px;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 200px;
  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: #7cc142;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #7cc142;
}

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

.footer-social-link.blue {
  background-color: #00cfff;
}

.footer-social-link.gold {
  background-color: #ffc200;
}

.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%;
  font-family: 'PT Sans', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  text-align: center;
}

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

.dropdown.nested {
  display: block;
}

.dropdown-link {
  display: block;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #023338;
  -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: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

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

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

.dropdown-link.last {
  padding-bottom: 15px;
  box-shadow: 0 5px 0 0 #023338;
}

.dropdown-link.first {
  height: 45px;
  padding-top: 15px;
}

.dropdown-list {
  padding-top: 28px;
  background-color: transparent;
  box-shadow: none;
}

.dropdown-list.right {
  right: 0px;
}

.nested-dropdown-list {
  left: -1px;
  margin-top: -40px;
  margin-left: 100%;
  background-color: #7cc142;
}

.footer-social-links {
  float: none;
  text-align: center;
}

.gallery-albums {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.input-field {
  display: block;
  width: 100%;
  height: 48px;
  max-width: 100%;
  margin-bottom: 0px;
  padding: 22px 12px 8px 14px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  color: #023338;
  font-size: 13px;
  line-height: 20px;
}

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

.input-field.text-area-input {
  min-height: 102px;
  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: #7cc142;
}

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

.input-field.search {
  height: 26px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-style: none;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #023338;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
}

.input-field.search::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.input-field.search:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.input-field.search::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.input-field.search::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.input-field.search.scrolled {
  background-color: #fff;
}

.input-field.newsletter-signup {
  height: 44px;
  padding-top: 8px;
  padding-right: 44px;
  padding-left: 18px;
  border-radius: 200px;
  font-size: 13px;
  line-height: 20px;
}

.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;
  margin-top: 40px;
  -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;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}

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

.nav-items-wrapper.scrolled {
  margin-top: 0px;
}

.amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  max-width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  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;
}

.amsd-item.grid.logos {
  width: 15.666%;
  margin-right: 0.5%;
  margin-left: 0.5%;
}

.amsd-item.staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  max-width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  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;
}

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

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

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

.amsd-image.grid.staff {
  padding-bottom: 130%;
  background-image: url('../images/Jeanne-McCaherty.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.staff {
  padding-bottom: 130%;
  background-image: url('../images/Jeanne-McCaherty.jpg');
  background-position: 50% 25%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.logo {
  padding-bottom: 50%;
  border-radius: 0px;
  background-image: none;
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image-link {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  margin-right: 25px;
  -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;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #023338;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  text-decoration: none;
}

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

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

.amsd-title-text-link.grid.featured {
  font-size: 28px;
  line-height: 34px;
}

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

.amsd-title-text-link.resources.white {
  color: #fff;
}

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

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

.amsd-text-wrapper.grid.centered {
  text-align: center;
  display: block;
}

.amsd-text-wrapper.grid.featured {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 0px;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.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%;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.amsd-description-text.resources {
  margin-top: 5px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.amsd-description-text.logo {
  font-size: 13px;
  line-height: 22px;
}

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

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

.amsd-meta-text.grid.small {
  font-size: 13px;
  line-height: 20px;
}

.amsd-meta-text.resources {
  margin-top: 0px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 13px;
  line-height: 20px;
}

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

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

.amsd-list {
  margin-top: 60px;
}

.amsd-list.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-list.grid.nested-amsd-list {
  margin-top: 0px;
}

.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%;
  padding: 20px 30px;
  border-radius: 10px;
  background-color: #f0f0f0;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.amsd-dropdown:hover {
  background-color: #e8e8e8;
}

.amsd-dropdown.disabled:hover {
  background-color: #f0f0f0;
}

.amsd-dropdown.alternate {
  background-color: #e0e0e0;
}

.amsd-dropdown-toggle {
  display: block;
  padding: 0px 40px 0px 0px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  cursor: pointer;
  white-space: normal;
}

.amsd-dropdown-toggle.disabled {
  cursor: default;
}

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

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

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

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

.map {
  height: 300px;
}

.calendar {
  overflow: hidden;
}

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

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

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

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

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

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

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

.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 {
  color: #333;
}

.options-label.white {
  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;
}

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

.form-label.white {
  color: #fff;
}

.amsd-button {
  display: inline-block;
  margin-top: 20px;
  line-height: 20px;
}

.amsd-button.grid {
  margin-top: 15px;
}

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

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

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

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

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

.slider {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  height: auto;
  background-color: transparent;
}

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

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

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

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

.slide._2 {
  position: relative;
}

.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-bottom: 10px;
  border-radius: 200px;
  background-color: transparent;
  color: #7cc142;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.contact-info-link {
  display: inline-block;
  width: 100%;
  color: #333;
  font-size: 13px;
  line-height: 20px;
}

.contact-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cms-frontend {
  height: 100%;
  font-family: Montserrat, sans-serif;
  color: #023338;
  font-size: 14px;
  line-height: 22px;
  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: 160px;
  padding-bottom: 60px;
}

.lightbox-content-box {
  position: relative;
  z-index: 2;
  display: block;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding: 1px 40px 60px;
  border-radius: 10px;
  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: 45px;
  margin-bottom: 45px;
  padding: 50px 60px;
  border-radius: 10px;
  background-color: #e8e8e8;
  color: #023338;
  font-size: 24px;
  line-height: 32px;
}

.dropdown-nav-link-text {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
}

.dropdown-nav-link-text:hover {
  color: #7cc142;
}

.dropdown-nav-link-text.w--current {
  color: #7cc142;
}

.dropdown-nav-link-text.scrolled {
  color: #023338;
}

.dropdown-nav-link-text.scrolled:hover {
  color: #7cc142;
}

.second-color {
  color: #7cc142;
}

.amsd-dropdown-arrow-icon {
  margin-right: 0px;
  color: #7cc142;
  font-size: 18px;
}

.amsd-dropdown-arrow-icon.blue {
  color: #00cfff;
}

.amsd-dropdown-arrow-icon.yellow {
  color: #ffc200;
}

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

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

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

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

.banner-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  padding: 140px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: url('../images/waves-white.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: url('../images/waves-white.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
  color: #fff;
  position: relative;
}

.banner-text-small {
  width: 100%;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.banner-text-large {
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

.featured-section {
  position: relative;
  z-index: 5;
  display: block;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 40px 40px 160px;
  background-color: #fff;
  background-image: url('../images/waves-dark-blue.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.featured-section.white {
  background-color: #fff;
}

.featured-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31%;
  padding-bottom: 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;
  text-align: center;
}

.featured-image-wrapper {
  position: relative;
  width: 100%;
}

.home-banner-section {
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}

.interiors-banner-section {
  margin-bottom: -1px;
}

.featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 10px;
  background-image: url('../images/RFD_MDR_Geoff-Cooper_12.09.2020_Moment-900x600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._2 {
  background-image: url('../images/RFD_MDR_Geoff-Cooper_10.22.2020_Moment-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._3 {
  background-image: url('../images/MissyRFDBanner-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._4 {
  background-image: url('../images/banner-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._5 {
  background-image: url('../images/Western-Plains-Energy-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._6 {
  background-image: url('../images/iStock-1138077224.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._7 {
  background-image: url('../images/iStock-175532954.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._8 {
  background-image: url('../images/banner-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image._9 {
  background-image: url('../images/For-Retailers_Gas-Station-at-dusk.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-button-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -24px;
  margin-bottom: -5px;
}

.featured-description-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

.featured-title-text-link {
  display: inline-block;
  min-width: 20%;
  margin-top: 25px;
  color: #023338;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

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

.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.submit-input {
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: left;
}

.application-form-wrapper {
  margin-top: 60px;
  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-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: #e8e8e8;
}

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

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

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

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

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

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

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

.application-form-progress-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.application-form-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

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

.add-to-form-markup-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-category-wrapper {
  width: 100%;
  margin-top: 35px;
}

.amsd-category-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-category-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #023338;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 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;
}

.banner-content-inner-wrapper {
  width: 850px;
  max-width: 100%;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.banner-buttons-wrapper {
  margin-top: 25px;
  text-align: center;
}

.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 {
  margin-bottom: -1px;
  background-image: url('../images/banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section._2 {
  background-image: url('../images/banner-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section._3 {
  background-image: url('../images/element5-digital-OyCl7Y4y0Bk-unsplash.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 550px;
  padding: 220px 40px 200px;
  -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: url('../images/waves-white.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: url('../images/waves-white.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

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

.button-arrow {
  display: inline-block;
  margin-right: -3px;
  margin-left: 6px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
}

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

.button-arrow.back {
  margin-right: 6px;
  margin-left: -3px;
}

.video-background-wrapper-outer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -3;
  display: block;
  width: 100%;
  height: 120%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b9b9b;
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.video-background-wrapper-inner {
  position: relative;
  width: 193vh;
  min-width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.video-background {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.cms-video-vimeo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.heading {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #023338;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.heading.heading-2 {
  font-size: 28px;
  line-height: 34px;
  text-transform: none;
}

.heading.heading-3 {
  color: #023338;
  font-size: 20px;
  line-height: 26px;
}

.heading.second-color {
  color: #7cc142;
}

.album-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -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;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  width: 31.33%;
  max-height: 100%;
  margin-top: 30px;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 10px;
  background-image: url('../images/Western-Plains-Energy-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image.full-width-slide {
  width: 98%;
}

.gallery-image.half-width {
  width: 48%;
}

.gallery-image._2 {
  background-image: url('../images/Ravenna-NE-ethanol-plant1-scaled-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image._3 {
  background-image: url('../images/banner-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image._4 {
  background-image: url('../images/featured-video.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.album-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-top: 10px;
  padding: 12px 20px;
  background-color: rgba(2, 51, 56, 0.7);
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

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

.gallery-image.full-width-slide .gallery-image-spacer {
  padding-bottom: 50%;
}

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

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

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

.profile-image-wrapper {
  position: relative;
  width: 400px;
  max-width: 100%;
}

.profile-image-wrapper.staff {
  width: 300px;
}

.profile-meta-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-meta-text-wrapper {
  width: 100%;
  margin-bottom: 25px;
  text-align: center;
}

.amsd-title-text {
  width: 100%;
  margin-top: -5px;
  color: #023338;
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
}

.amsd-meta-text-profile-page {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
}

.amsd-meta-text-profile-page-small {
  width: 100%;
  margin-top: 15px;
}

.text-block {
  margin-top: 60px;
  position: relative;
}

.dropdown-nav-link-arrow {
  position: relative;
  top: 1px;
  display: none;
  margin-right: 0px;
  margin-left: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #7cc142;
}

.password-form {
  width: 280px;
  max-width: 100%;
  margin: 60px auto 0px;
  text-align: center;
}

.password-form-error {
  margin-bottom: 20px;
}

.third-color {
  color: #ffc200;
}

.fourth-color {
  color: #00cfff;
}

.slide-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 120%;
  background-image: url('../images/banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-bg._2 {
  background-image: url('../images/banner-1.jpg');
}

.slide-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.navbar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 0px;
  height: 100%;
  margin-left: 0px;
  border-radius: 0px 0px 100px;
  background-color: #e8e8e8;
  -webkit-transition: box-shadow 800ms ease, width 800ms ease;
  transition: box-shadow 800ms ease, width 800ms ease;
}

.navbar-bg.scrolled {
  width: 120%;
  box-shadow: inset 0 -1px 0 0 #e0e0e0;
}

.navbar-bg-waves {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 60px;
  height: 100%;
  margin-right: -59px;
  background-image: url('../images/vertical-waves-white-flipped.svg');
  background-position: 0% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.secondary-nav-items-wrapper {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  max-width: 1920px;
  margin-right: 80px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  text-align: right;
}

.secondary-nav-items-wrapper:hover {
  color: red;
}

.secondary-nav-items-wrapper.scrolled {
  height: 42px;
}

.secondary-nav-items-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.secondary-nav-link {
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  margin-left: 15px;
  -webkit-transition: color 600ms ease;
  transition: color 600ms ease;
  color: #023338;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
}

.secondary-nav-link:hover {
  color: #7cc142;
}

.secondary-nav-link.w--current {
  color: #7cc142;
}

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

.secondary-nav-link.scrolled:hover {
  color: #7cc142;
}

.search-form-wrapper {
  position: relative;
  right: 0px;
  display: inline-block;
  width: 120px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 20px;
}

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

.search-form-submit {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 26px;
  height: 26px;
  margin-right: -1px;
  padding: 0px;
  border-radius: 200px;
  background-color: #7cc142;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 26px;
  font-weight: 400;
}

.search-form-submit:hover {
  background-color: #6ca839;
}

.secondary-nav-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: #fff;
  -webkit-transition: background-color 800ms ease, margin 800ms ease, width 700ms ease;
  transition: background-color 800ms ease, margin 800ms ease, width 700ms ease;
}

.secondary-nav-bg.scrolled {
  width: 1000%;
  margin-right: -200px;
  background-color: #023338;
}

.photo-section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: -1px;
  padding: 250px 40px 300px;
}

.banner-logo {
  width: 350px;
  height: auto;
  margin-bottom: 30px;
}

.photo-section-bg {
  display: none;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 120%;
  background-color: #525252;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.photo-section-wave-bg {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/waves-white.svg'), url('../images/flipped-waves-grey.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: url('../images/waves-white.svg'), url('../images/flipped-waves-grey.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: 100%, 100%, auto;
  background-repeat: no-repeat, no-repeat, repeat;
}

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

.video-slide {
  width: 100%;
  padding: 10px;
  background-color: transparent;
}

.video-slide-nav {
  position: absolute;
  z-index: 3;
  display: block;
  margin-bottom: -30px;
  margin-left: 0px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 10px;
  text-align: center;
}

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

.play-icon {
  width: 30px;
  height: 30px;
  padding-left: 3px;
  border-radius: 200px;
  background-color: #7cc142;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}

.play-icon:hover {
  background-color: #6ca839;
}

.video-photo-wrapper {
  position: relative;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60%;
  background-image: url('../images/5dc1fb9b3563a9321880346d_P-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.video-photo-wrapper._2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-image: url('../images/5dc1fb9a3563a9d0c7803467_K-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.video-photo-wrapper._3 {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  background-image: url('../images/5dc1fb9c3563a9b42880346e_P-9.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.video-photo-wrapper._4 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/5dc1fb9a378ad58a6c689380_J17.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.video-slider {
  width: 100%;
  height: auto;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.section-title-wrapper {
  width: 100%;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  text-align: center;
}

.section-title-wrapper.welcome {
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.section-title-wrapper.small {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  text-align: left;
}

.section-title-wrapper.left {
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  text-align: left;
}

.social-media-section {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -2px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 70px;
  background-color: #e8e8e8;
}

.section-heading-small {
  width: 100%;
  max-width: 100%;
  margin-bottom: 5px;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}

.section-heading-small.white {
  color: #fff;
}

.play-icon-text {
  margin-bottom: 2px;
  margin-left: 8px;
  color: #fff;
}

.video-thumbnail-background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(75%, rgba(22, 22, 22, 0.34)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(22, 22, 22, 0.34) 75%);
  opacity: 1;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.video-thumbnail-background-overlay:hover {
  opacity: 1;
}

.section-more-button-wrapper {
  width: 100%;
  margin-top: 10px;
}

.section-heading {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  color: #023338;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading.white {
  color: #fff;
}

.section-heading.small {
  font-size: 32px;
  line-height: 36px;
}

.video-slider-arrow {
  width: 30px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #999;
  font-size: 26px;
}

.video-slider-arrow:hover {
  color: #7cc142;
}

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

.footer-logo-link-block {
  width: 150px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.newsletter-submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 44px;
  height: 44px;
  margin-top: 0px;
  margin-right: -1px;
  padding: 10px 0px 10px 2px;
  border-radius: 200px;
  background-color: #7cc142;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  -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: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}

.newsletter-submit-button:hover {
  background-color: #6ca839;
}

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

.footer-column-wrapper {
  margin-top: 40px;
  margin-left: 50px;
}

.footer-column-wrapper.first {
  margin-left: 0px;
}

.footer-column-wrapper.contact-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-text-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 13px;
  line-height: 20px;
}

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

.footer-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 90px;
  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;
  -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;
}

.newsletter-signup-form {
  width: 200px;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.footer-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
}

.footer-text-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
}

.footer-text-link-title {
  display: inline-block;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 600;
}

.footer-text-link-icon {
  display: inline-block;
  margin-right: 3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7cc142;
  font-size: 14px;
}

.footer-bottom-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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.sitemap-icon {
  display: inline-block;
  margin-right: 3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7cc142;
  font-size: 13px;
}

.sitemap-link {
  display: inline-block;
  height: 30px;
  margin-right: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 13px;
  line-height: 30px;
}

.sitemap-link:hover {
  color: #7cc142;
}

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

.twitter-slider-arrow {
  width: 30px;
  margin-top: 40px;
  margin-right: -50px;
  margin-left: -50px;
  border-radius: 200px;
  background-color: transparent;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 26px;
}

.twitter-slider-arrow:hover {
  margin-right: -53px;
  margin-left: -53px;
}

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

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

.feed-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #f3f3f3;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
}

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

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

.video-feed-wrapper {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

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

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

.feed-heading-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #999;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

.feed-heading-icon.twitter {
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
}

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

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

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

.feeds-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.twitter-feed-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 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-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;
}

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

.twitter-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.twitter-box-title {
  width: 100%;
  margin-top: 0px;
  padding-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: transparent;
  color: #023338;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.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: #00cfff;
  font-size: 28px;
  line-height: 44px;
}

.twitter-slider-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 55px;
  -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-radius: 10px;
  background-color: #fff;
}

.twitter-slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px 30px 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-section-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

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

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

.twitter-slide {
  height: 100%;
}

.feed-description-text {
  width: 600px;
  max-width: 100%;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.95);
  font-size: 21px;
  line-height: 27px;
  text-align: center;
}

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

.latest-news-section {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 40px 70px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -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;
}

.banner-text-divider {
  width: 40px;
  height: 2px;
  margin: 15px auto;
  background-color: #7cc142;
}

.button-icon {
  display: inline-block;
  margin-right: 6px;
  margin-left: -3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

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

.button-icon.countdown-button-icon {
  margin-right: -3px;
  margin-left: 6px;
  color: #7cc142;
}

.more-button {
  display: inline-block;
  padding: 15px 28px;
  border-style: solid;
  border-width: 2px;
  border-color: #8fd2f4;
  border-radius: 200px;
  -webkit-transition: border-color 200ms ease, background-color 200ms ease;
  transition: border-color 200ms ease, background-color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.more-button:hover {
  border-color: #014785;
  background-color: #014785;
}

.more-button.news-more-button {
  padding: 0px;
  border-style: none;
  border-radius: 0px;
  color: #111;
  letter-spacing: 0px;
}

.more-button.news-more-button:hover {
  background-color: transparent;
}

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

.news-heading-divider {
  width: 30px;
  height: 2px;
  margin: 12px auto 15px;
  background-color: #00cfff;
}

.news-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: #999;
  font-size: 26px;
}

.news-slider-arrow:hover {
  margin-right: -33px;
  margin-left: -33px;
}

.news-title-text {
  display: inline-block;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.news-slider {
  width: 100%;
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.meetings-slider-arrow-icon {
  width: 16px;
}

.news-slide {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.news-item-image-link-wrapper {
  width: 100%;
}

.news-item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 10px;
  background-image: url('../images/For-Retailers_Gas-Station-at-dusk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-image._2 {
  background-image: url('../images/MDR_Geoff-Cooper_04.01.2021_Moment-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-image._3 {
  background-image: url('../images/Ravenna-NE-ethanol-plant1-scaled-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-image._4 {
  background-image: url('../images/SCOTUS-2-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-image._5 {
  background-image: url('../images/iStock-175532954.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-more-button-wrapper {
  margin-top: 20px;
}

.news-type-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-width: 60px;
  padding: 5px 10px;
  border-radius: 10px 0px;
  background-color: #7cc142;
  box-shadow: 4px 4px 0 0 #7cc142;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.news-type-text.yellow {
  background-color: #ffc200;
  box-shadow: 4px 4px 0 0 #ffc200;
}

.news-type-text.blue {
  background-color: #00cfff;
  box-shadow: 4px 4px 0 0 #00cfff;
}

.more-arrow {
  position: relative;
  left: 0px;
  display: inline-block;
  margin-left: 4px;
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #023338;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.more-arrow.white {
  color: #7cc142;
}

.news-text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 70px 20px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.news-text-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.more-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 15px;
}

.more-link:hover {
  color: #023338;
}

.more-link.white {
  color: #fff;
}

.more-link.white:hover {
  color: #7cc142;
}

.news-type-icon {
  display: inline-block;
  margin-right: 3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}

.news-type-icon.right {
  margin-right: -3px;
  margin-left: 6px;
}

.twitter-box-title-icon {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #7cc142;
  font-weight: 400;
}

.twitter-box-title-icon.twitter {
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
}

.social-media-icons-wrapper {
  display: block;
  width: 100%;
  margin-top: 20px;
  float: none;
  text-align: center;
}

.social-media-link-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  border-radius: 200px;
  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: #ffc200;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.social-media-link-icon:hover {
  color: #f0f0f0;
}

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

.social-media-link-icon.blue {
  background-color: #00cfff;
}

.social-media-link-icon.blue:hover {
  background-color: #02bfeb;
}

.social-media-link-icon.gold {
  background-color: #ffc200;
}

.social-media-link-icon.yellow {
  background-color: #ffc200;
}

.social-media-link-icon.yellow:hover {
  background-color: #e7b001;
}

.photo-section-content-wrapper {
  position: relative;
  z-index: 999;
}

.icon-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 850px;
  margin-top: 25px;
  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-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.icon-grid-wrapper.social {
  margin-top: 0px;
}

.icon-grid-item {
  width: 20%;
  margin-top: 20px;
  text-align: center;
}

.icon-grid-item.social {
  width: 80px;
}

.icon-grid-item-link-block {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #023338;
}

.icon-grid-item-link-block:hover {
  color: #7cc142;
}

.icon-grid-item-icon {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7cc142;
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  text-align: center;
}

.icon-grid-item-icon.yellow {
  color: #ffc200;
}

.icon-grid-item-icon.blue {
  color: #00cfff;
}

.icon-grid-item-icon.social {
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
}

.icon-grid-item-text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
}

.featured-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.featured-title-text-wrapper {
  width: 100%;
}

.featured-image-text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 20px 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
}

.photo-section-half-and-half {
  display: block;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding-top: 300px;
  padding-bottom: 350px;
}

.social-section-wave-bg {
  position: absolute;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  background-image: url('../images/waves-white.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: url('../images/waves-white.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  background-position: 50% 100%, 0px 0px;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}

.photo-section-content-divider {
  width: 600px;
  height: 2px;
  margin: 60px auto;
  background-color: hsla(0, 0%, 100%, 0);
}

.home-banner-hide-video-scroll-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 100%;
}

.icons-section {
  position: relative;
  z-index: 3;
  padding: 60px 40px 70px;
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  -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;
}

.section-description-text {
  margin-top: 10px;
  color: #333;
  font-size: 18px;
  line-height: 26px;
}

.section-description-text.white {
  color: #fff;
}

.section-description-text.small {
  font-size: 15px;
  line-height: 23px;
}

.info-column-right {
  padding-top: 60px;
  padding-bottom: 20px;
  padding-left: 70px;
}

.info-column-right.responsive {
  padding-top: 50px;
  padding-bottom: 40px;
}

.container {
  position: relative;
}

.left-feature-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 34px;
  height: 34px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7cc142;
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.left-feature-icon.yellow {
  color: #ffc200;
}

.left-feature-icon.blue {
  color: #00cfff;
}

.left-feature-icon.large {
  width: 44px;
  height: 44px;
  font-size: 38px;
  line-height: 44px;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 55px;
}

.long-feature-title {
  display: inline-block;
  margin-bottom: 14px;
  padding-top: 4px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #023338;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}

.long-feature-title:hover {
  color: #7cc142;
}

.long-feature-title.large {
  margin-left: 8px;
  padding-top: 8px;
  font-size: 21px;
  line-height: 27px;
}

.home-mockup {
  position: absolute;
  left: -290px;
  top: 3px;
  z-index: 3;
  width: 715px;
}

.home-mockup.ipad {
  left: 85px;
  top: 59px;
  z-index: 4;
  width: 251px;
}

.home-mockup.iphone {
  left: 270px;
  top: 180px;
  z-index: 5;
  width: 130px;
}

.description-paragraph {
  color: #333;
  font-size: 15px;
  line-height: 23px;
}

.columns-section {
  position: relative;
  z-index: 4;
  display: block;
  margin-top: -1px;
  padding: 70px 40px 160px;
  background-color: #fff;
}

.columns-section.white {
  background-color: #fff;
}

.columns-section.gray {
  background-color: #e8e8e8;
}

.featured-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.featured-item-wrapper {
  display: block;
  width: 100%;
}

.video-gallery-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 73%;
  margin-top: 0px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: #999;
  font-size: 26px;
}

.video-gallery-slider-arrow:hover {
  margin-right: -33px;
  margin-left: -33px;
}

.photo-column {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: -2;
  width: 50%;
  background-image: url('../images/banner-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-column {
  position: relative;
  left: 50%;
  width: 50%;
  padding-left: 60px;
}

.text-column-content-wrapper {
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.columns-section-wave-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-image: url('../images/waves-dark-blue_1.svg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.icon-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 20px;
  padding-left: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-column-left {
  width: 50%;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.icon-column-grid-item {
  position: relative;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 40px;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 55px;
}

.icon-column-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-slide {
  width: 33.33%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.social-slide-content-wrapper {
  position: relative;
  padding: 30px 30px 80px;
  border-radius: 10px;
  background-color: #fff;
  min-height: 270px;
}

.social-slide-heading {
  width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  color: #023338;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.social-slide-text {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #333;
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  text-align: left;
}

.social-slide-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: rgba(255, 255, 255, 0.7);
  font-size: 26px;
}

.social-slide-arrow:hover {
  margin-right: -33px;
  margin-left: -33px;
}

.full-width-feature-block {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-top: 90px;
  margin-bottom: 120px;
  margin-left: -50vw;
  padding: 120px 40px 0px;
  background-color: #023338;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/banner-1.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/banner-1.jpg');
  background-position: 0px 0px, 50% 75%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-width-feature-block.bottom {
  margin-top: 45px;
  margin-bottom: -180px;
  padding-top: 200px;
  padding-bottom: 220px;
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/banner-2.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/banner-2.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 50%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-block.bottom._2 {
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/iStock-1201642319.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/iStock-1201642319.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 50%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-block.bottom._3 {
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Western-Plains-Energy-2.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Western-Plains-Energy-2.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 50%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-block.bottom._4 {
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/iStock-183893225.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/iStock-183893225.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 100%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-block._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/iStock-183893225.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/iStock-183893225.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.full-width-feature-block._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/banner-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/banner-2.jpg');
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.full-width-feature-block.gray {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 100px;
  padding-bottom: 160px;
  background-color: #e8e8e8;
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-white.svg');
  background-position: 50% 0%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
}

.full-width-feature-block.gray._2 {
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/iStock-1201642319.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/iStock-1201642319.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 50%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-block.gray._3 {
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/Western-Plains-Energy-2.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/Western-Plains-Energy-2.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 50%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-block.gray._4 {
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url('../images/iStock-183893225.jpg');
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue_1.svg'), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../images/iStock-183893225.jpg');
  background-position: 50% 0%, 50% 100%, 0px 0px, 50% 100%;
  background-size: 100%, 100%, auto, cover;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
}

.full-width-feature-link-block {
  position: relative;
  top: 60px;
  display: block;
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.full-width-feature-image-wrapper {
  position: relative;
  width: 100%;
}

.full-width-feature-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 10px;
  background-image: url('../images/featured-video.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-feature-image._2 {
  background-image: url('../images/RFD_MDR_Geoff-Cooper_10.22.2020_Moment-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-feature-image._3 {
  background-image: url('../images/MissyRFDBanner-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-feature-image._4 {
  background-image: url('../images/SCOTUS-2-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-feature-image._5 {
  background-image: url('../images/iStock-1201642319.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-feature-button-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -27px;
}

.full-width-feture-title-text {
  display: block;
  width: 600px;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: -20px;
  margin-left: auto;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.full-width-feture-title-text.dark {
  color: #023338;
}

.chart-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.chart-grid-item {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.chart-grid-item-link-block.featured {
  width: 40%;
}

.chart-grid-item-image {
  max-height: 350px;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  margin-top: 35px;
}

.table-title-text {
  margin-bottom: 10px;
  color: #023338;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
}

.table-source-text {
  font-size: 13px;
  line-height: 20px;
}

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

.table-info-wrapper {
  margin-top: 20px;
}

.table-block {
  margin-top: 60px;
}

.publications-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.block-heading {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #023338;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  letter-spacing: 0px;
  text-transform: none;
}

.block-heading.heading-2 {
  font-size: 28px;
  line-height: 34px;
  text-transform: none;
}

.block-heading.heading-3 {
  color: #023338;
  font-size: 20px;
  line-height: 26px;
}

.block-heading.second-color {
  color: #7cc142;
}

.block-heading.centered {
  text-align: center;
}

.block-heading.large {
  font-size: 38px;
  line-height: 42px;
}

.block-heading.white {
  color: #fff;
}

.publications-grid-item-image {
  height: 300px;
}

.publication-grid-item {
  width: 33.33%;
  margin-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.publication-grid-item.featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
}

.social-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.locations-block {
  margin-top: 60px;
}

.locations-map {
  height: 400px;
  margin-top: 35px;
}

.subpages-grid-block {
  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;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.subpages-grid-item {
  width: 50%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.subpages-grid-item.small {
  width: 25%;
}

.subpages-grid-link-block {
  width: 100%;
}

.subpages-grid-item-image-background {
  position: relative;
  overflow: hidden;
  padding-bottom: 55%;
  border-radius: 10px;
  background-image: url('../images/Ravenna-NE-ethanol-plant1-scaled-900x600.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.subpages-grid-item-image-background.small {
  padding-bottom: 70%;
}

.subpages-grid-item-image-background._2 {
  background-image: url('../images/Western-Plains-Energy-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.subpages-grid-item-image-background._3 {
  background-image: url('../images/Little-Sioux-Plant-2015.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.subpages-grid-item-image-background._4 {
  background-image: url('../images/SCOTUS-2-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.subpages-grid-item-image-background._5 {
  background-image: url('../images/iStock-507880989.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.subpages-grid-item-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 35px;
  -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;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.subpages-grid-item-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.subpages-grid-item-title {
  width: 100%;
  color: rgba(255, 255, 255, 0.95);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.subpages-grid-item-title.small {
  font-size: 16px;
  line-height: 20px;
}

.subpages-grid-item-tag {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-width: 60px;
  padding: 5px 10px;
  border-radius: 10px 0px;
  background-color: #7cc142;
  box-shadow: 4px 4px 0 0 #7cc142;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.subpages-grid-item-tag.yellow {
  background-color: #ffc200;
  box-shadow: 4px 4px 0 0 #ffc200;
}

.subpages-grid-item-tag.blue {
  background-color: #00cfff;
  box-shadow: 4px 4px 0 0 #00cfff;
}

.subpages-grid-item-button-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -24px;
  margin-bottom: 20px;
}

.subpages-grid-item-subtitle {
  width: 100%;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.categories-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.categories-grid-category-wrapper {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.categories-grid-category-wrapper.stacked {
  width: 100%;
}

.resources-grid-item {
  margin-top: 20px;
  text-align: left;
}

.resources-grid-item.uncategorized {
  width: 25%;
  margin-top: 30px;
  padding-right: 15px;
  padding-left: 15px;
}

.resources-grid-item-title-text-link {
  display: block;
  width: 100%;
  text-align: left;
}

.categories-grid-category-title-text {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  color: #7cc142;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.categories-grid-category-title-text.blue {
  color: #00cfff;
}

.categories-grid-category-title-text.yellow {
  color: #f1b801;
}

.amsd-filters-wrapper-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.amsd-filter-label {
  color: #023338;
}

.amsd-filter-wrapper-inner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.social-media-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 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;
}

.social-media-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #e0e0e0;
  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: #7cc142;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.social-media-link:hover {
  color: #023338;
}

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

.social-media-link.blue {
  color: #00cfff;
}

.social-media-link.gold {
  color: #ffc200;
}

.contact-info-block-column {
  position: relative;
  left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #dbdbdb;
}

.contact-info-block-column.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.amsd-image-button-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-top: -24px;
  text-align: center;
}

.back-arrow {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #023338;
}

.photo-album-slider-block {
  height: auto;
  background-color: transparent;
  margin-top: 35px;
  margin-bottom: -35px;
}

.delete {
  width: 40px;
  margin-right: -40px;
  margin-left: -40px;
  color: #999;
  font-size: 26px;
}

.photo-album-slide-nav {
  display: none;
}

.photo-album-slider-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  margin-top: 60px;
  margin-right: -30px;
  margin-left: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
  color: #999;
  font-size: 26px;
}

.photo-album-slider-arrow:hover {
  margin-right: -33px;
  margin-left: -33px;
}

.recent-news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.recent-news-item {
  width: 31.33%;
  margin-top: 35px;
  margin-right: 1%;
  margin-left: 1%;
}

.view-all-button-wrapper {
  width: 100%;
  margin-top: 45px;
  text-align: center;
}

.recent-news-item-image-link-wrapper {
  width: 100%;
}

.recent-news-item-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 70%;
  border-radius: 10px;
  background-image: url('../images/For-Retailers_Gas-Station-at-dusk.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.recent-news-item-image._2 {
  background-image: url('../images/MDR_Geoff-Cooper_04.01.2021_Moment-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.recent-news-item-image._3 {
  background-image: url('../images/Ravenna-NE-ethanol-plant1-scaled-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.recent-news-item-image._4 {
  background-image: url('../images/SCOTUS-2-900x600.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.recent-news-text-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 70px 20px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.recent-news-text-overlay:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.recent-news-type-text {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-width: 60px;
  padding: 5px 10px;
  border-radius: 10px 0px;
  background-color: #7cc142;
  box-shadow: 4px 4px 0 0 #7cc142;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.recent-news-type-text.yellow {
  background-color: #ffc200;
  box-shadow: 4px 4px 0 0 #ffc200;
}

.recent-news-type-text.blue {
  background-color: #00cfff;
  box-shadow: 4px 4px 0 0 #00cfff;
}

.recent-news-title-text {
  display: inline-block;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.recent-news-subtitle-text {
  display: block;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 5px;
  width: 100%;
}

.image-in-text-area {
  margin-top: 30px;
}

.amsd-dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsd-dropdown-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 31.33%;
  max-width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  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;
}

.amsd-dropdown-item.staff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  max-width: 100%;
  margin-right: 1%;
  margin-left: 1%;
  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;
}

.meta-link-icon {
  display: inline-block;
  margin-right: 3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #023338;
  font-size: 12px;
  font-weight: 400;
}

.meta-link-icon.right {
  margin-right: -3px;
  margin-left: 6px;
}

.amsd-meta-link {
  display: inline-block;
}

.amsd-meta-link-divider {
  display: block;
  width: 100%;
  height: 5px;
}

.featured-icon-grid-item {
  width: 33.33%;
  margin-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: left;
}

.featured-icon-grid-item.quarter-size {
  width: 25%;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.featured-icon-grid-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.featured-icon {
  width: 90px;
  height: 90px;
  margin: -60px auto 10px;
  border-radius: 200px;
  background-color: #7cc142;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 40px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.featured-icon.blue {
  background-color: #00cfff;
}

.featured-icon.yellow {
  background-color: #ffc200;
}

.featured-icon-title-text {
  display: block;
  margin-top: 15px;
  margin-bottom: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #023338;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.featured-icon-title-text:hover {
  text-decoration: none;
}

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

.featured-icon-title-text.resources {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 15px;
  line-height: 22px;
}

.featured-icon-title-text.quarter {
  font-size: 17px;
}

.featured-icon-title-text.quarter-size {
  font-size: 15px;
  line-height: 20px;
}

.full-width-feature-text-area {
  width: 600px;
  max-width: 100%;
  margin: 30px auto -20px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.block-subheading {
  width: 100%;
  margin-bottom: 10px;
}

.block-subheading.centered {
  text-align: center;
}

.block-subheading.white {
  color: #fff;
}

.full-width-feature-form-wrapper {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.featured-icon-grid-item-inner-wrapper {
  height: 100%;
  padding: 25px 25px 40px;
  border-radius: 10px;
  background-color: #e8e8e8;
}

.featured-icon-grid-item-inner-wrapper.quarter-size {
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 20px;
  text-align: center;
}

.full-width-feature-form-text-small {
  width: 700px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}

.categories-grid-category-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
}

.full-width-waves-block-wrapper {
  position: relative;
  left: 50%;
  z-index: 5;
  display: block;
  width: 100vw;
  margin-top: 60px;
  margin-bottom: -1px;
  margin-left: -50vw;
  padding: 100px 40px 160px;
  background-color: #e8e8e8;
  box-shadow: inset 0 1px 0 0 #fff, 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
}

.waves-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-white.svg');
  background-position: 50% 0%, 50% 100%;
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  box-shadow: inset 0 2px 0 0 #fff, 0 -2px 0 0 #fff, inset 0 -2px 0 0 #fff, 0 2px 0 0 #fff;
}

.full-width-waves-block-wrapper.with-photo-bg {
  color: #ffffff;
  background-size: 100%, cover;
  background-repeat: no-repeat, no-repeat;
}

.full-width-waves-block-wrapper.bottom {
	margin-bottom: -180px;
	box-shadow: inset 0 1px 0 0 #fff, 0 -1px 0 0 #fff, inset 0 -1px 0 0 #023338, 0 1px 0 0 #023338;
}

.full-width-waves-block-wrapper.bottom .waves-bg {
	background-image: url('../images/flipped-waves-white.svg'), url('../images/waves-dark-blue.svg');
	box-shadow: inset 0 2px 0 0 #fff, 0 -2px 0 0 #fff, inset 0 -2px 0 0 #023338, 0 2px 0 0 #023338;
}

.full-width-waves-block-wrapper.with-photo-bg .heading {
  color: #ffffff;
}

.full-width-waves-block-wrapper.with-photo-bg .block-heading {
  color: #ffffff;
}

.full-width-waves-block-wrapper.with-photo-bg .table-title-text {
  color: #ffffff;
}

.full-width-waves-block-wrapper.with-photo-bg .amsd-title-text-link {
  color: #ffffff;
}

.full-width-waves-block-wrapper.with-photo-bg .amsd-title-text-link:hover {
  color: #7cc142;
}

.full-width-waves-block-wrapper.with-photo-bg .amsd-button {
  color: #ffffff;
}

.full-width-waves-block-wrapper.with-photo-bg .amsd-button:hover {
  color: #7cc142;
}

.full-width-waves-block-wrapper.with-photo-bg .more-arrow {
  color: #ffffff;
}

.full-width-waves-block-wrapper.with-photo-bg .amsd-button:hover .more-arrow {
  color: #7cc142;
}

.full-width-waves-block-wrapper.with-photo-bg .table-wrapper {
  color: #333;
}

.full-width-waves-block-wrapper.white {
  background-color: #fff;
}

.full-width-waves-block-wrapper.blue {
  background-color: #023338;
}

.full-width-waves-block-wrapper.green {
  background-color: #023338;
}

.profile-text-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
}

.profile-image-column {
  padding-top: 20px;
  padding-right: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.banner-icon {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 200px;
  background-color: #7cc142;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 36px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.banner-icon.yellow {
  background-color: #ffc200;
}

.banner-icon.blue {
  background-color: #00cfff;
}

.featured-slider-block {
  margin-top: 60px;
}

.full-width-waves-c2a-button-wrapper {
  margin-top: 60px;
  margin-bottom: -133px;
  text-align: center;
}

.share-icon {
  display: inline-block;
  width: 20px;
  margin-right: 2px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #023338;
}

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

.full-width-block-anchor {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 1px;
}

.amsd-title-icon {
  display: inline-block;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #7cc142;
  font-weight: 400;
}

.amsd-title-icon.yellow {
  color: #f1b801;
}

.amsd-title-icon.blue {
  color: #00cfff;
}

.resources-grid-uncategorized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -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;
}

.featured-icon-number {
  display: block;
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 24px;
}

.featured-icon-link {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  line-height: 20px;
}

.call-out-block-wrapper {
  display: block;
  margin-top: 60px;
  padding: 1px 60px 65px;
  border-radius: 10px;
  background-color: #e8e8e8;
  color: #023338;
  font-size: 24px;
  line-height: 32px;
}

.hidden-inputs {
  display: none;
}

.additional-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-position: 0px 0px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

.full-width-table {
  width: 100%;
}

.location-map-text {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 22px;
}

.locations-map-directions-link {
  display: block;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}

.banner-slider-arrow {
  width: 60px;
  margin-right: -80px;
  margin-left: -80px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 30px;
  color: rgb(255 255 255 / 30%);
}

.banner-slider-arrow:hover {
  color: rgb(255 255 255 / 60%);
}

.banner-slider {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  background-color: transparent;
}

.scroll-anchor {
	width: 100%;
	height: 1px;
	display: block;
	margin-top: -160px;
	position: absolute;
	left: 0;
}

.calendar-image-link {
  max-width: 200px;
}

div.amsd-title-text-link:hover {
  color: #023338;
}


.alert-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 25px 70px 25px 70px;
  -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: #023338;
  opacity: 1;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.alert-bar.hidden {
  opacity: 0;
  display: none;
}

.alert-text {
  max-width: 350px;
  margin-right: 15px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: left;
}

.alert-icon {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.4);
  font-size: 15px;
  line-height: 20px;
}

.alert-learn-more-link {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.learn-more-arrow {
  position: relative;
  display: inline-block;
  margin-left: 2px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-weight: 400;
  text-transform: none;
}

.alert-bar-close-button {
  position: absolute;
  top: 13px;
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.alert-bar-close-button:hover {
  opacity: 1;
}

.alert-bar-close-button-horizontal-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #7cc142;
}

.alert-bar-close-button-vertical-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #7cc142;
}

.footer-countdown-spacer {
  height: 80px;
}

.countdown-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7cc142;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
}

.countdown-time-divider {
  top: 0px;
  margin-top: -4px;
  color: #fff;
}

.countdown-time-divider {
  position: relative;
  top: -4px;
  font-size: 30px;
}

.countdown-time-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
}

.countdown-time-unit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  padding-bottom: 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}

.text-block-2 {
  width: 100%;
}

.countdown-more-link {
  display: block;
  margin-left: 30px;
  padding: 20px 25px 12px;
  border-radius: 200px;
  background-color: #00282c;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}

.countdown-more-link:hover {
  color: #023338;
}

.countdown-more-link.white {
  color: #fff;
}

.countdown-more-link.white:hover {
  color: #7cc142;
}

.cms-btn.countdown-button:hover .button-icon.countdown-button-icon {
  color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 26px;
    line-height: 32px;
  }

  h2 {
    font-size: 26px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 26px;
  }

  h4 {
    font-size: 20px;
    line-height: 26px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  h6 {
    font-size: 16px;
    line-height: 20px;
  }

  .cms-btn.banner-button {
    min-width: 194px;
    padding: 15px 30px;
    font-size: 15px;
  }

  .nav-link {
    display: block;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    white-space: normal;
  }

  .nav-link.dropdown-nav-link.w--open {
    color: #7cc142;
  }

  .logo-home-link {
    width: 150px;
    height: 52px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 30px;
    padding: 0px;
  }

  .navbar {
    display: block;
    height: 90px;
    padding-top: 0px;
    padding-right: 0px;
    background-color: #fff;
  }

  .nav-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-right: 120px;
    padding-left: 120px;
    float: right;
    background-color: #023338;
  }

  .main-content-section {
    padding-bottom: 150px;
  }

  .title {
    font-size: 36px;
    line-height: 40px;
  }

  .subtitle-text {
    font-size: 20px;
    line-height: 26px;
  }

  .dropdown {
    display: block;
    height: auto;
  }

  .dropdown-link {
    height: auto;
    padding: 4px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 13px;
    white-space: normal;
  }

  .dropdown-link.w--open {
    color: #7cc142;
  }

  .dropdown-list {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    border-left: 1px solid #7cc142;
    background-color: transparent;
    box-shadow: none;
  }

  .nested-dropdown-list {
    position: relative;
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 15px;
    border-left: 1px solid #7cc142;
    background-color: transparent;
    box-shadow: none;
  }

  .menu-button {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: 0px;
    padding: 0px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: #023338;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: #fff;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: #7cc142;
    color: #fff;
  }

  .input-field.search {
    height: 44px;
    padding-right: 54px;
    padding-left: 22px;
    background-color: #fff;
    font-size: 16px;
  }

  .nav-items-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 250px;
  }

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

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

  .amsd-item {
    display: block;
  }

  .amsd-item.grid {
    width: 48%;
  }

  .amsd-item.grid.logos {
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .amsd-item.staff {
    width: 48%;
  }

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

  .amsd-title-text-link {
    font-size: 18px;
    line-height: 24px;
  }

  .amsd-title-text-link.grid {
    font-size: 18px;
    line-height: 24px;
  }

  .amsd-title-text-link.grid.featured {
    font-size: 18px;
    line-height: 24px;
  }

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

  .amsd-text-wrapper.grid.featured {
    width: 100%;
    padding-top: 20px;
  }

  .amsd-meta-text {
    font-size: 15px;
    line-height: 20px;
  }

  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .slide {
    background-image: url('../images/banner-2.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .slide._2 {
    background-image: url('../images/banner-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }

  .contact-info-block {
    display: block;
    margin-top: 0px;
  }

  .lightbox-content-box {
    width: 90%;
  }

  .call-out-text {
    padding: 40px 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .banner-content-outer-wrapper {
    height: auto;
    min-height: 0px;
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .banner-text-small {
    font-size: 20px;
    line-height: 26px;
  }

  .banner-text-large {
    font-size: 36px;
    line-height: 40px;
  }

  .featured-section {
    padding-bottom: 80px;
  }

  .home-banner-section {
    position: relative;
  }

  .interiors-banner-section {
    position: relative;
    margin-top: -20px;
  }

  .logo-image {
    width: 150px;
    height: 52px;
  }

  .quarter {
    width: 49.5%;
  }

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

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

  .amsd-category-title {
    font-size: 26px;
    line-height: 32px;
  }

  .title-content-outer-wrapper {
    min-height: 0px;
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .video-background-wrapper-outer {
    position: absolute;
    background-position: 50% 50%;
    background-attachment: scroll;
    height: 100%;
    margin-top: 0px;
  }

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

  .heading.heading-2 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading.heading-3 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .gallery-image {
    width: 48%;
  }

  .amsd-title-text {
    font-size: 26px;
    line-height: 32px;
  }

  .amsd-meta-text-profile-page {
    font-size: 18px;
    line-height: 22px;
  }

  .slide-bg {
    position: absolute;
    display: none;
    height: 100%;
  }

  .navbar-bg {
    display: none;
  }

  .secondary-nav-items-wrapper {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: transparent;
    text-align: left;
  }

  .secondary-nav-items-inner-wrapper {
    position: static;
    display: block;
    padding-right: 0px;
    text-align: left;
  }

  .secondary-nav-link {
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
  }

  .search-form-wrapper {
    width: 250px;
    max-width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .search-form-submit {
    width: 48px;
    height: 48px;
    margin-top: -2px;
    background-color: #5d9732;
    font-size: 15px;
  }

  .secondary-nav-bg {
    display: none;
  }

  .photo-section {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .photo-section-bg {
    display: block;
    position: absolute;
    height: 100%;
    margin-top: 0px;
    background-image: url('../images/banner-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .video-slide {
    width: 50%;
  }

  .video-slider {
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-media-section {
    padding: 60px;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  }

  .section-heading-small {
    font-size: 18px;
    line-height: 24px;
  }

  .video-thumbnail-background-overlay {
    padding-bottom: 25px;
    opacity: 1;
  }

  .section-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 30px;
  }

  .video-slider-arrow {
    width: 10%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer-logo-link-block {
    margin-bottom: 10px;
  }

  .footer-link-column-divider {
    display: none;
    width: 100%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .footer-column-wrapper {
    margin-top: 40px;
    margin-left: 0px;
  }

  .footer-column-wrapper.first {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }

  .latest-news-section {
    padding-top: 40px;
    display: block;
    min-height: 0px;
  }

  .news-description-text {
    font-size: 14px;
    line-height: 20px;
  }

  .news-slider-arrow {
    width: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .news-slider-arrow:hover {
    margin-right: -10px;
    margin-left: -10px;
  }

  .news-title-text {
    font-size: 15px;
    line-height: 22px;
  }

  .news-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .news-slide {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .news-type-text {
    font-size: 14px;
  }

  .social-media-link-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-left: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .home-banner-hide-video-scroll-trigger {
    display: none;
  }

  .info-column-right {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40px;
  }

  .info-column-right.responsive {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 50px;
  }

  .left-feature-icon.large {
    width: 34px;
    height: 34px;
    font-size: 28px;
    line-height: 34px;
  }

  .long-feature-title.large {
    padding-top: 4px;
    font-size: 18px;
    line-height: 24px;
  }

  .home-mockup {
    left: -350px;
    top: -27px;
  }

  .home-mockup.ipad {
    left: 25px;
    top: 19px;
  }

  .home-mockup.iphone {
    left: 170px;
    top: 140px;
  }

  .video-gallery-slider-arrow {
    width: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .video-gallery-slider-arrow:hover {
    margin-right: -10px;
    margin-left: -10px;
  }

  .icon-columns-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

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

  .icon-column-grid-item {
    width: 25%;
    padding-left: 40px;
  }

  .social-slide {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .social-slide-arrow {
    width: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }

  .social-slide-arrow:hover {
    margin-right: -10px;
    margin-left: -10px;
  }

  .full-width-feature-block {
    padding-top: 70px;
  }

  .full-width-feature-block.bottom {
    margin-bottom: -150px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full-width-feature-block.gray {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .full-width-feature-link-block {
    width: 300px;
  }

  .full-width-feture-title-text {
    font-size: 20px;
    line-height: 26px;
  }

  .chart-grid-item {
    width: 50%;
  }

  .chart-grid-item-link-block.featured {
    width: auto;
  }

  .table-title-text {
    font-size: 20px;
    line-height: 26px;
  }

  .block-heading {
    font-size: 20px;
    line-height: 26px;
  }

  .block-heading.large {
    font-size: 28px;
    line-height: 32px;
  }

  .publication-grid-item {
    width: 50%;
  }

  .publication-grid-item.featured {
    display: block;
  }

  .menu-icon {
    width: 100%;
    height: 100%;
    font-size: 32px;
    line-height: 90px;
  }

  .social-slider {
    width: 450px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }

  .subpages-grid-item {
    width: 50%;
  }

  .subpages-grid-item.small {
    width: 33.33%;
  }

  .subpages-grid-item-image-background {
    padding-bottom: 70%;
  }

  .subpages-grid-item-title {
    font-size: 20px;
    line-height: 24px;
  }

  .subpages-grid-item-tag {
    font-size: 14px;
  }

  .categories-grid-category-wrapper {
    width: 50%;
  }

  .resources-grid-item.uncategorized {
    width: 33%;
  }

  .categories-grid-category-title-text {
    font-size: 20px;
    line-height: 26px;
  }

  .contact-info-block-column {
    width: 100%;
    margin-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .photo-album-slider-arrow:hover {
    margin-right: -30px;
    margin-left: -30px;
  }

  .recent-news-item {
    width: 48%;
  }

  .recent-news-type-text {
    font-size: 14px;
  }

  .recent-news-title-text {
    font-size: 15px;
    line-height: 22px;
  }

  .amsd-dropdown-item {
    display: block;
  }

  .amsd-dropdown-item.grid {
    width: 48%;
  }

  .amsd-dropdown-item.staff {
    width: 48%;
  }

  .featured-icon-grid-item {
    width: 50%;
  }

  .featured-icon-grid-item.quarter-size {
    width: 50%;
  }

  .featured-icon-title-text {
    font-size: 18px;
    line-height: 24px;
  }

  .featured-icon-title-text.grid {
    font-size: 18px;
    line-height: 24px;
  }

  .full-width-feature-text-area {
    font-size: 15px;
    line-height: 22px;
  }

  .full-width-waves-block-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .profile-text-columns-wrapper {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .profile-image-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .banner-icon {
    top: -4px;
    width: 54px;
    height: 54px;
    font-size: 28px;
    line-height: 54px;
  }

  .call-out-block-wrapper {
    padding: 40px 30px;
    font-size: 18px;
    line-height: 26px;
  }
  .full-width-waves-block-wrapper.bottom {
	margin-bottom: -150px;
  }
  .nav-items-wrapper {
    margin-top: 0px;
  }
  .dropdown-link.first {
    padding-top: 4px;
    height: auto;
  }
  .dropdown-link.last {
    padding-bottom: 4px;
    box-shadow: none;
  }
  .cms-frontend.interiors {
    padding-top: 70px;
  }
  .icons-section {
  	display: block;
  	min-height: 0px;
  }
  .amsd-text-wrapper.grid.featured {
    display: block;
    text-align: center;
  }
  .video-background-wrapper-inner {
    display: none;
  }
  .banner-slider-arrow {
    margin-right: -60px;
    margin-left: -60px;
    font-size: 25px;
  }
  .calendar-image-link {
    max-width: 350px;
  }
  .alert-bar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .alert-text {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 20px;
    text-align: center;
  }

  .alert-icon {
    position: absolute;
    left: 15px;
    top: 13px;
    margin-right: 2px;
  }

  .alert-bar-close-button {
    margin-right: 12px;
  }

  .footer-countdown-spacer {
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-section {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-home-link {
    padding-left: 0px;
  }

  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }

  .main-content-section {
    padding-right: 20px;
    padding-bottom: 100px;
    padding-left: 20px;
  }

  .footer-social-link {
    margin-right: 4px;
    margin-left: 4px;
  }

  .cybernautic-tag {
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-social-links {
    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;
  }

  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .input-field.text-area-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .amsd-item.grid {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .amsd-item.grid.logos {
    width: 23%;
  }

  .amsd-item.staff {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

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

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

  .amsd-title-text-link {
    float: none;
  }

  .amsd-text-wrapper.grid {
    display: block;
  }

  .amsd-description-text {
    font-size: 13px;
    line-height: 22px;
    text-align: left;
  }

  .amsd-meta-text {
    float: none;
  }

  .amsd-list.grid {
    display: block;
  }

  .amsd-list.grid.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .amsd-grid {
    display: block;
    text-align: center;
  }

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

  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .album-photos {
    padding-right: 1%;
    padding-left: 1%;
  }

  .gallery-image {
    margin-top: 20px;
  }

  .album-label {
    padding: 8px 16px;
    font-size: 13px;
  }

  .video-slide {
    width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 25px;
  }

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

  .social-media-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-heading-small {
    font-size: 16px;
    line-height: 24px;
  }

  .video-thumbnail-background-overlay {
    padding-bottom: 35px;
  }

  .section-more-button-wrapper {
    margin-top: 20px;
  }

  .video-slider-arrow {
    width: 14%;
  }

  .footer-column-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-column-wrapper.newsletter-signup {
    width: 100%;
    text-align: center;
  }

  .footer-columns-wrapper {
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .newsletter-signup-form {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-bottom-wrapper {
    display: block;
  }

  .sitemap-link {
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .video-feed-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .twitter-feed-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }

  .latest-news-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .news-slide {
    width: 100%;
  }

  .info-column-right {
    padding-left: 0px;
  }

  .info-column-right.responsive {
    padding-left: 0px;
  }

  .home-mockup-column {
    height: 290px;
  }

  .home-mockup {
    left: -350px;
    top: 0px;
    right: -350px;
    display: block;
    width: auto;
    height: 290px;
    margin-right: auto;
    margin-left: auto;
  }

  .home-mockup.ipad {
    top: 59px;
    right: -200px;
    width: auto;
    height: 210px;
  }

  .home-mockup.iphone {
    top: 102px;
    right: -220px;
    width: auto;
    height: 170px;
  }

  .icon-column-grid-item {
    width: 50%;
  }

  .full-width-feature-block.bottom {
    margin-bottom: -100px;
  }

  .subpages-grid-block {
    width: 450px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .subpages-grid-block.small {
    width: auto;
  }

  .subpages-grid-item {
    width: 100%;
  }

  .subpages-grid-item.small {
    width: 50%;
  }

  .subpages-grid-item-image-background {
    padding-bottom: 55%;
  }

  .resources-grid-item.uncategorized {
    width: 100%;
  }

  .social-media-link {
    margin-right: 4px;
    margin-left: 4px;
  }

  .photo-album-slider-arrow {
    margin-right: -20px;
    margin-left: -20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 20px;
  }

  .photo-album-slider-arrow:hover {
    margin-right: -20px;
    margin-left: -20px;
  }

  .recent-news-item {
    width: 350px;
    margin-right: auto;
    margin-left: 0px;
  }

  .amsd-dropdown-item.grid {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .amsd-dropdown-item.staff {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

  .featured-icon-title-text {
    float: none;
  }

  .full-width-waves-block-wrapper {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .full-width-waves-block-wrapper.bottom {
	margin-bottom: -100px;
  }
  .banner-content-outer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner-slider-arrow {
    width: 40px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 20px;
  }
  .alert-text {
    font-size: 14px;
    line-height: 20px;
  }

  .countdown-time {
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }

  .countdown-time-divider {
    top: -5px;
    font-size: 20px;
  }

  .countdown-time-label {
    font-size: 10px;
    line-height: 13px;
  }

  .countdown-time-unit {
    width: 50px;
  }
  .cms-btn.countdown-button {
    margin-top: 20px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .title {
    font-size: 26px;
    line-height: 30px;
  }

  .subtitle-text {
    font-size: 18px;
    line-height: 24px;
  }

  .amsd-item.grid.logos {
    width: 31.33%;
  }

  .amsd-text-wrapper.grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .amsd-dropdown {
    padding-right: 20px;
    padding-left: 20px;
  }

  .amsd-dropdown-toggle {
    font-size: 15px;
    line-height: 20px;
  }

  .call-out-text {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 23px;
  }

  .amsd-dropdown-arrow-icon {
    font-size: 18px;
  }

  .banner-content-outer-wrapper {
    padding: 150px 20px 120px;
  }

  .banner-text-small {
    font-size: 18px;
    line-height: 24px;
  }

  .banner-text-large {
    font-size: 26px;
    line-height: 30px;
  }

  .featured-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .featured-title-text-link {
    font-size: 15px;
    line-height: 22px;
  }

  .title-content-outer-wrapper {
    padding: 150px 20px 120px;
  }

  .gallery-image {
    right: auto;
    width: 100%;
    margin-right: 0%;
  }

  .gallery-image-spacer {
    margin-right: 0px;
    margin-left: 0px;
  }

  .photo-section {
    padding: 90px 20px 110px;
  }

  .social-media-section {
    padding: 50px 20px;
  }

  .section-heading-small {
    font-size: 15px;
    line-height: 22px;
  }

  .video-thumbnail-background-overlay {
    padding-bottom: 25px;
  }

  .section-more-button-wrapper {
    margin-top: 15px;
  }

  .section-heading {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .video-slider-arrow {
    width: 20%;
    font-size: 24px;
  }

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

  .footer-column-wrapper {
    width: 160px;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }

  .footer-column-wrapper.newsletter-signup {
    margin-top: 40px;
  }

  .twitter-slider-arrow {
    width: 25px;
    margin-right: -25px;
    margin-left: -25px;
    font-size: 16px;
  }

  .feed-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .video-feed-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .feed-heading-icon {
    margin-right: 5px;
    font-size: 22px;
    line-height: 34px;
  }

  .twitter-section-paragraph-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }

  .twitter-feed-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .twitter-logo {
    margin-right: 5px;
    font-size: 22px;
    line-height: 34px;
  }

  .twitter-section-heading {
    font-size: 26px;
    line-height: 34px;
  }

  .feed-description-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
  }

  .latest-news-section {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .news-slider-arrow {
    width: 30px;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 22px;
  }

  .news-slider-arrow:hover {
    margin-right: -15px;
    margin-left: -15px;
  }

  .news-title-text {
    padding-right: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .news-slider {
    margin-top: 35px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .meetings-slider-arrow-icon {
    width: 12px;
  }

  .twitter-box-title-icon {
    margin-right: 5px;
  }

  .icons-section {
    margin-top: 0px;
    padding: 40px 20px 60px;
  }

  .home-mockup-column {
    height: 180px;
  }

  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .home-mockup {
    height: 160px;
  }

  .home-mockup.ipad {
    top: 30px;
    right: -115px;
    height: 120px;
  }

  .home-mockup.iphone {
    top: 52px;
    right: -61px;
    height: 100px;
  }

  .description-paragraph {
    font-size: 12px;
    line-height: 19px;
  }

  .video-gallery-slider-arrow {
    width: 30px;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 22px;
  }

  .video-gallery-slider-arrow:hover {
    margin-right: -15px;
    margin-left: -15px;
  }

  .icon-column-grid-item {
    width: 100%;
  }

  .social-slide {
    padding-right: 10px;
    padding-left: 10px;
  }

  .social-slide-content-wrapper {
    padding-top: 25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .social-slide-heading {
    margin-bottom: 15px;
    font-size: 15px;
  }

  .social-slide-text {
    font-size: 13px;
    line-height: 20px;
  }

  .social-slide-arrow {
    width: 30px;
    margin-right: -15px;
    margin-left: -15px;
    font-size: 22px;
  }

  .social-slide-arrow:hover {
    margin-right: -15px;
    margin-left: -15px;
  }

  .full-width-feature-block {
    padding-top: 60px;
  }

  .full-width-feature-block.bottom {
    padding: 50px 20px;
  }

  .full-width-feature-block.gray {
    padding: 20px 20px 90px;
  }

  .chart-grid-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .publication-grid-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .social-slider {
    padding-right: 15px;
    padding-left: 15px;
  }

  .subpages-grid-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .subpages-grid-item.small {
    width: 100%;
  }

  .subpages-grid-block.small {
    width: 450px;
  }

  .subpages-grid-item-overlay {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }

  .subpages-grid-item-title {
    padding-right: 0px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
  }

  .subpages-grid-item-button-wrapper {
    margin-top: -20px;
  }

  .subpages-grid-item-subtitle {
    margin-top: 5px;
    padding-right: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .categories-grid-category-wrapper {
    width: 100%;
  }

  .photo-album-slider-arrow {
    width: 25px;
    font-size: 18px;
  }

  .photo-album-slider-arrow:hover {
    margin-right: -15px;
    margin-left: -15px;
  }

  .recent-news-title-text {
    padding-right: 0px;
    font-size: 13px;
    line-height: 18px;
  }

  .featured-icon-grid-item {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .featured-icon-grid-item.quarter-size {
    width: 100%;
  }

  .featured-icon-title-text {
    margin-top: 10px;
  }

  .featured-icon-grid-item-inner-wrapper {
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .full-width-waves-block-wrapper {
    padding: 10px 20px 70px;
  }

  .banner-icon {
    top: -2px;
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
  }

  .call-out-block-wrapper {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 23px;
  }

  .footer-countdown-spacer {
    height: 200px;
  }

  .countdown-time-divider {
    font-size: 20px;
  }
}
