
table p {
  line-height: 23px;
}

.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: #1b7693;
  text-decoration: none;
}

.cms-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 200px;
  background-color: #1b7693;
  -webkit-transition: all 200ms ease, background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: all 200ms ease, 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-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  text-decoration: none;
}

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

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

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

.cms-btn.banner-button {
  min-width: 245px;
  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.dark {
  margin-left: 30px;
  background-color: #00282c;
}

.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: #1b7693;
  font-size: 13px;
  line-height: 20px;
}

.cms-btn.countdown-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.header-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
}

.header-section.with-countdown {
  margin-top: 80px;
}

.footer-section {
  position: relative;
  z-index: 6;
  padding: 40px 60px 49px;
  background-color: #f5f5f5;
}

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

.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 200ms ease, color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: opacity 200ms ease, color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #080808;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

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

.nav-link.w--current {
  box-shadow: none;
  color: #1b7693;
}

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

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

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

.nav-link.last {
  margin-right: 0px;
  padding: 12px 25px;
  border-radius: 200px;
  background-color: #1b7693;
  color: #fff;
}

.nav-link.last:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  color: #fff;
}

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

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

.nav-link.search {
  display: none;
  margin-right: 0px;
  padding: 12px 25px;
  border-radius: 200px;
  background-color: #1b7693;
  color: #fff;
}

.nav-link.search:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
  color: #fff;
}

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

.logo-home-link {
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 60px;
  margin-right: 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;
  -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;
  background-color: transparent;
  text-align: center;
}

.navbar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 94px;
  padding: 20px 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.navbar.scrolled {
  padding-top: 20px;
  background-color: #fff;
}

.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 {
  position: relative;
  z-index: 2;
  padding: 20px 60px 80px;
  background-color: #f5f5f5;
  color: #333;
  font-size: 15px;
  line-height: 26px;
}

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.subtitle-text {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.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: #1b7693;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.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: #080808;
  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: #f5f5f5;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #080808;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

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

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

.dropdown-link.w--open {
  color: #1b7693;
}

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

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

.footer-text-links {
  width: 500px;
  max-width: 100%;
  float: none;
  text-align: left;
}

.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;
  text-align: center;
}

.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: #080808;
  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 {
  padding-top: 8px;
  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;
}

.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.newsletter-form-message {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
}

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

.nav-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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: 45px;
  -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.grid.sponsors {
  width: 23%;
}

.amsd-item.grid.sponsors.third {
  width: 31.33%;
}

.amsd-item.grid.sponsors.small {
  width: 14.66%;
}

.amsd-item.grid.sponsors.full-width-item {
  width: 100% !important;
}

.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-image: url('../images/attendance-2.jpg');
  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.grid._2 {
  background-image: url('../images/orlando-sunset.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._3 {
  background-image: url('../images/orlando.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._4 {
  background-image: url('../images/golf-sponsor.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._5 {
  background-image: url('../images/networking.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._6 {
  background-image: url('../images/nordwood-themes-q8U1YgBaRQk-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._7 {
  background-image: url('../images/matt-popovich-lwnAz-uauDc-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._8 {
  background-image: url('../images/md-duran-1VqHRwxcCCw-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._9 {
  background-image: url('../images/the-climate-reality-project-Hb6uWq0i4MI-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsors {
  width: 200px;
  padding-bottom: 40%;
  border-radius: 0px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsors.full-width-item {
  width: auto;
}

.amsd-image.grid.sponsors.square-item {
  width: 100px;
  padding-bottom: 60%;
}

.amsd-image.grid.sponsors._2 {
  background-image: url('../images/76b274bb2a8d17f833e9ab5f6444c272.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsors._3 {
  background-image: url('../images/b5247ceb53090a1b962cde829c65803f.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsors._4 {
  background-image: url('../images/e8e47dff8dca29791c003cea398dde8b.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsors._5 {
  background-image: url('../images/553beebc7bec1eca91cf9bf95b88ba21.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.amsd-image.grid.sponsors._6 {
  background-image: url('../images/f6bdef1949baec8b3b25c873b6536abc.png');
  background-size: contain;
  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: 0%;
  border-radius: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

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

.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-image-link.grid.full-width-item {
  width: auto;
  max-width: 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: #1b7693;
  text-decoration: none;
}

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

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

.amsd-title-text-link.grid.small {
  font-size: 13px;
  line-height: 19px;
}

.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: 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-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
}

.amsd-text-wrapper.grid.featured {
  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-text-wrapper.grid.sponsors {
  display: none;
  padding-top: 10px;
}

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

.amsd-description-text.grid.sponsors {
  margin-top: 3px;
  line-height: 18px;
}

.amsd-description-text.grid.sponsors.small {
  font-size: 11px;
  line-height: 16px;
}

.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;
  text-align: center;
}

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

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

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  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: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  height: auto;
  background-color: transparent;
}

.slider-arrow {
  width: 60px;
  margin-right: -80px;
  margin-left: -80px;
  opacity: 0.3;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 30px;
}

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

.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%;
  padding-top: 94px;
  font-family: Montserrat, sans-serif;
  color: #080808;
  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-window.visible {
  display: block;
  opacity: 1;
}

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

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

.lightbox-content-box.small {
  width: 500px;
  padding: 40px 25px 40px 25px;
  max-width: 87%;
}

.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: #1b7693;
  background-image: url('../images/close.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: #fff;
  color: #333;
  font-size: 24px;
  line-height: 32px;
}

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

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

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

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

.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: 600px;
  padding: 200px 80px 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.5), hsla(0, 0%, 100%, 0));
  box-shadow: inset 0 -1px 0 0 #fff;
  color: #fff;
}

.banner-text-small {
  width: 100%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.banner-text-small.blue-text {
  color: #023338;
  text-shadow: none;
}

.banner-text-medium {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.banner-text-medium.blue-text {
  color: #023338;
  text-shadow: none;
}

.banner-text-large {
  display: block;
  color: #fff;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.banner-text-large.blue-text {
  color: #023338;
  text-shadow: none;
}

.banner-text-large h1, .banner-text-large h2, .banner-text-large h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.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: #023338;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.featured-video-section {
  position: relative;
  z-index: 5;
  display: block;
  padding: 70px 60px;
  background-color: #fff;
}

.featured-video-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 {
  position: relative;
  z-index: 2;
}

.featured-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 70%;
  border-radius: 10px;
  background-image: url('../images/orlando-sunset.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: #080808;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

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

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

.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: 45px;
  padding: 30px 60px 50px;
  border-radius: 10px;
  background-color: #fff;
}

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

.amsd-category-wrapper.grid.sponsors {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsd-category-wrapper.grid.sponsors-half {
  -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;
  -webkit-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}

.amsd-category-wrapper.first {
  margin-top: 20px;
}

.amsd-category-title {
  width: 100%;
  margin-top: 15px;
  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;
  text-align: center;
  letter-spacing: 0px;
}

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

.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: 1100px;
  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 {
  background-image: url('../images/reception.jpg');
  background-position: 50% 40%;
  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-section._4 {
  background-image: url('../images/matt-popovich-lwnAz-uauDc-unsplash_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 460px;
  padding: 200px 80px 180px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.3), hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}

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

.home-banner-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0px;
  z-index: -3;
  display: block;
  height: 120%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b9b9b;
  background-image: url('../images/iStock-1201642319.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.home-banner-background._2 {
  background-image: url('../images/iStock-88583608.jpg');
}

.home-banner-background._3 {
  background-image: url('../images/iStock-1138077224.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-banner-background._4 {
  background-image: url('../images/iStock-976649430.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home-banner-background._5 {
  background-image: url('../images/element5-digital-OyCl7Y4y0Bk-unsplash.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.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;
  background-color: #9b9b9b;
}

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

.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: #080808;
  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 {
  font-size: 20px;
  line-height: 26px;
}

.heading.second-color {
  color: #023338;
}

.heading.third-color {
  color: #1b7693;
}

.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;
  text-align: center;
}

.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._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: 70%;
  text-align: center;
  text-decoration: none;
}

.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: 40px;
  text-align: center;
}

.amsd-title-text {
  width: 100%;
  margin-top: -5px;
  color: #023338;
  font-size: 36px;
  line-height: 42px;
  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;
}

.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: fixed;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding-right: 15px;
  padding-left: 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;
  background-color: #fff;
  -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080808;
  font-size: 12px;
  line-height: 40px;
  font-weight: 500;
}

.secondary-nav-link:hover {
  color: #1b7693;
}

.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: block;
  width: 250px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.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: 48px;
  height: 48px;
  margin-right: -1px;
  padding: 0px;
  border-radius: 200px;
  background-color: #1b7693;
  -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(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
}

.search-form-submit i {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
}

.search-form-submit:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

.secondary-nav-bg {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  width: 100%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  background-color: transparent;
  -webkit-transition: margin 800ms ease, width 800ms ease, background-color 800ms ease;
  transition: margin 800ms ease, width 800ms ease, background-color 800ms ease;
  color: rgba(0, 0, 0, 0.15);
}

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

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

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

.photo-section-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  width: 100%;
  height: 120%;
  background-color: #525252;
  background-image: url('../images/banner-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

.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 {
  position: relative;
  z-index: 1;
  width: 100%;
  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: 42px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-heading h1, .section-heading h2, .section-heading h3 {
  margin-bottom: 0px;
  margin-top: 0px;
  text-transform: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  color: inherit;
}

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

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

.section-heading.smaller {
  color: #fff;
  font-size: 30px;
  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;
  height: 60px;
  -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;
  border-radius: 200px;
  background-color: #1b7693;
  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(255, 255, 255, 0.6);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  padding: 0px;
}

.newsletter-submit-button i {
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding-left: 2px;
}

.newsletter-submit-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
}

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

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

.footer-column-wrapper.newsletter-signup {
  max-width: 250px;
  margin-right: 0px;
}

.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;
  margin-bottom: 5px;
  float: left;
  clear: both;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080808;
  font-size: 13px;
  line-height: 20px;
}

.footer-text-link:hover {
  color: #1b7693;
}

.footer-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  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: #080808;
  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: 10px;
  float: left;
  clear: both;
  color: #080808;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

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

.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: #1b7693;
  font-size: 13px;
}

.footer-link {
  display: inline-block;
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080808;
  font-size: 13px;
}

.footer-link:hover {
  color: #1b7693;
}

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

.news-section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 60px 80px;
  -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: #fff;
}

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

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

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

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

.button-icon.countdown-button-icon {
  margin-right: -3px;
  margin-left: 6px;
  color: hsla(0, 0%, 100%, 0.6);
}

.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/zurich-classic.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/america-gdaad4d67b_1920.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.news-item-image._4 {
  background-image: url('../images/French-Quarter-by-Paul-Broussard-1-scaled.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: #1b7693;
  box-shadow: 4px 4px 0 0 #7cc142;
  color: #fff;
  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 110px 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.45);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

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

.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;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 40px 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: #e8e8e8;
}

.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: 16px;
  line-height: 24px;
}

.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%;
  text-align: center;
}

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

.icon-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  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: 60%;
  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;
}

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

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

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

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

.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;
  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 1px 0 0 #fff, 0 -1px 0 0 #fff, inset 0 -1px 0 0 #fff, 0 1px 0 0 #fff;
}

.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: 40px;
  padding-right: 60px;
  -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;
}

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

.secondary-nav-bg-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.secondary-nav-bg-wrapper.scrolled {
  position: fixed;
  width: 120%;
  height: 42px;
  margin-right: -200px;
  background-color: #023338;
}

.test {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  background-color: #7cc142;
}

.test.scrolled {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.hide-photo-section-bg-scroll-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 150%;
}

.video-background-wrapper-outer {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b9b9b;
}

.banner-slider-arrow {
  width: 60px;
  margin-left: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 30px;
  color: #dfdfdf;
  opacity: 1;
}

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

.banner-slider-arrow {
  width: 60px;
  margin-top: -80px;
  margin-right: 45px;
  margin-left: 45px;
}

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

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

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

.countdown-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 16px 40px 17px;
  -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;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.countdown-bar.hidden {
  display: none;
}

.countdown-text {
  max-width: 450px;
  margin-right: 25px;
  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.42);
  font-size: 15px;
  line-height: 20px;
}

.alert-learn-more-link {
  display: inline-block;
  color: rgb(0 0 0 / 85%);
  font-size: 13px;
  font-weight: 600;
}

.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;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-transform: none;
}

.alert-learn-more-arrow {
  position: relative;
  display: inline-block;
  margin-left: 1px;
  -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;
  color: rgb(0 0 0 / 85%);
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
}

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

.countdown-close-button:hover {
  opacity: 1;
}

.coountdown-bar-close-button-horizontal-line {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: rgba(255, 255, 255, 0.6);
}

.countdown-bar-close-button-vertical-line {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: rgba(255, 255, 255, 0.6);
}

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

.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: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
}

.countdown-time-divider {
  top: 0px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.27);
}

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

.countdown-time-label {
  margin-left: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  line-height: 15px;
}

.countdown-time-unit {
  position: relative;
  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;
  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;
}

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

.alert-bar {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  padding: 15px 40px;
  background-color: #ffc200;
  display: none;
}

.alert-text {
  color: rgb(0 0 0 / 85%);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}

.alert-bar-close-button {
  position: absolute;
  top: 11px;
  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: #000;
}

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

.alert-bar-spacer {
  display: none;
  height: 51px;
}

.down-arrow-link {
  width: 50px;
  height: 50px;
  margin-top: 55px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(255, 255, 255, 0.6);
  border-radius: 200px;
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  line-height: 48px;
  text-align: center;
}

.down-arrow-link.blue {
  border-color: #1b7693;
  background-color: #1b7693;
}

.down-arrow-link:hover {
  border-color: #1b7693;
  background-color: #1b7693;
}

.logo-image-on-scroll {
  display: none;
  width: 100%;
  height: auto;
}

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

.welcome-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 150px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: 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: #fff;
  text-align: center;
}

.welcome-text-wrapper {
  display: block;
  width: 1100px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.welcome-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #1b7693;
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.welcome-text {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.welcome-text.white {
  color: #fff;
}

.welcome-icons-more-link {
  display: inline-block;
  margin-top: 15px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080808;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
}

.welcome-icons-more-link:hover {
  color: #1b7693;
}

.content-container-2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 1130px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.welcome-icons-more-link-arrow {
  display: inline-block;
  margin-left: 2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #1b7693;
  font-weight: 400;
}

.welcome-icons-link-block {
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-radius: 200px;
  background-color: #1b7693;
  box-shadow: 4px 4px 3px -2px rgba(0, 0, 0, 0.08);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.features-section {
  position: relative;
  z-index: 4;
  padding: 0px 40px 60px;
  background-color: #f5f5f5;
  box-shadow: inset 0 10px 20px -20px rgba(0, 0, 0, 0.1), 0 10px 20px -20px rgba(0, 0, 0, 0.1);
}

.featured-item-title-text-link-icon {
  display: inline-block;
  width: 100%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 34px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.welcome-icons-title-text-link {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080808;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-transform: none;
}

.welcome-icons-title-text-link:hover {
  color: #1b7693;
}

.welcome-icons-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.welcome-icons-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1130px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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-icons-description-text {
  width: 100%;
  margin-top: 10px;
  color: #080808;
  font-size: 15px;
  line-height: 21px;
}

.heading-text-divider {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 1px;
  height: 20px;
  margin-right: 12px;
  margin-left: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  text-shadow: none;
}

.welcome-section-background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/session.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.background-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.5);
}

.background-overlay.blurred {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.social-media-sidebar {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  box-shadow: -1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.social-media-sidebar-link-block {
  width: 40px;
  height: 40px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #023338;
  line-height: 40px;
  text-align: center;
}

.social-media-sidebar-link-block:hover {
  color: #1b7693;
}

.lightbox-photo-half {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  background-image: url('../images/reception.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-content-half-outer-wrapper {
  width: 100%;
  padding-left: 50%;
}

.lightbox-content-half-inner-wrapper {
  padding-left: 40px;
}

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

.logo-scroll-item-link-block {
  position: relative;
  width: 200px;
  padding-bottom: 40%;
  background-image: url('../images/f6bdef1949baec8b3b25c873b6536abc.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: none;
  filter: none;
}

.logo-scroll-item-link-block._4 {
  background-image: url('../images/b5247ceb53090a1b962cde829c65803f.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._7 {
  background-image: url('../images/living-lands-and-waters.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._5 {
  background-image: url('../images/e8e47dff8dca29791c003cea398dde8b.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._2 {
  background-image: url('../images/e777a01ae785400d9c1992b2697d3041.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._6 {
  background-image: url('../images/553beebc7bec1eca91cf9bf95b88ba21.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._8 {
  background-image: url('../images/AWO.jpg');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._3 {
  background-image: url('../images/76b274bb2a8d17f833e9ab5f6444c272.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item-link-block._9 {
  background-image: url('../images/maritime-administration.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.logo-scroll-item {
  position: relative;
  width: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  -webkit-transition: all 450ms ease;
  transition: all 450ms ease;
  opacity: .5;
  -moz-transform: scale(.6);
  -ms-transform: scale(.6);
  -o-transform: scale(.6);
  -webkit-transform: scale(.6);
  transform: scale(.6);
}

.slick-center.logo-scroll-item {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.logo-scroll-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-scroll-section {
  position: relative;
  overflow: hidden;
  padding: 60px;
  background-color: #fff;
}

.rfa-logo-link-block {
  display: inline-block;
  width: 150px;
  height: 60px;
  margin-left: 5px;
  background-image: url('../images/rfa-logo-white.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.presented-by-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.presented-by-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: right;
}

.presented-by-text.blue-text {
  color: #023338;
  text-shadow: none;
}

.presented-by-text.white {
  color: #fff;
}

.testimonials-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 150px 60px 160px;
  -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/attendance-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.testimonial-image {
  position: relative;
  padding-bottom: 100%;
  background-image: url('../images/iStock-1166954763.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image._2 {
  background-image: url('../images/Matt-Strassell-headshot-scaled-1-300x288.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image._4 {
  background-image: url('../images/iStock-1000819562.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image._3 {
  background-image: url('../images/iStock-1185216151.jpg');
  background-position: 38% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-image._6 {
  background-image: url('../images/iStock-1157708986.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.testimonial-item {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 0px;
  text-align: center;
}

.testimonial-item.alternate {
  background-color: #fff;
}

.testimonial-quote-start-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 20px;
}

.feature-image-thumbnail-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-style: solid;
  border-width: 3px;
  border-color: hsla(0, 0%, 100%, 0.3);
  border-radius: 200px;
}

.testimonials-slider {
  z-index: 1;
  width: 850px;
  height: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonials-slider-arrow {
  width: 60px;
  margin-right: -80px;
  margin-left: -80px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #333;
  font-size: 30px;
}

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

.testimonial-image-link {
  overflow: hidden;
  width: 150px;
  max-width: 100%;
  margin-top: -75px;
  border-radius: 200px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.testimonial-description-text {
  position: relative;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}

.testimonial-description-text.alternate {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

.testimonial-author {
  position: relative;
  display: inline-block;
  margin-top: 25px;
  padding-left: 15px;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.testimonial-author.alternate {
  color: #080808;
}

.testimonial-quote-end-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 20px;
}

.testimonial-author-line {
  position: absolute;
  left: 0px;
  top: 9px;
  display: inline-block;
  width: 8px;
  height: 2px;
  background-color: #333;
  opacity: .5;
}

.section-anchor {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1px;
  margin-top: -120px;
}

.welcome-content-divider {
  width: 100%;
  height: 1px;
}

.sitemap-link {
  display: inline-block;
  margin-top: 20px;
  margin-right: 30px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #080808;
  font-size: 13px;
}

.sitemap-link:hover {
  color: #1b7693;
}

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

.nav-search-icon {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #023338;
  font-size: 17px;
  line-height: 20px;
}

.nav-search-icon:hover {
  color: #1b7693;
}

.search-form-heading {
  display: block;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #080808;
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

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

.search-form-heading.heading-3 {
  font-size: 20px;
  line-height: 26px;
}

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

.background-overlay-white {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: hsla(0, 0%, 100%, 0.8);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.footer-link-divider-line {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 1px;
  height: 16px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d6d6d6;
}

.divider-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #d6d6d6;
}

.nav-search-divider {
  display: none;
}

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

.last-nav-item-icon.right {
  margin-right: -3px;
  margin-left: 6px;
}

.last-nav-item-icon.green {
  margin-right: -3px;
  margin-left: 6px;
  color: #7cc142;
}

.last-nav-item-icon.countdown-button-icon {
  margin-right: -3px;
  margin-left: 6px;
  color: hsla(0, 0%, 100%, 0.6);
}

.embed-area {
  display: block;
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 45px;
  border-radius: 10px;
  background-color: #fff;
  color: #333;
  font-size: 24px;
  line-height: 32px;
}

.amsd-category-title-divider {
  width: 100%;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.amsd-category-title-dividre-line {
  width: 350px;
  height: 1px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #d6d6d6;
}

.amsd-category-wrapper-spacer {
  width: 2%;
}

.color-mark {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 200px;
  background-color: #f3f3f3;
}

.subscribe-button {
  margin-top: 10px;
}

.testimonial-text-wrapper {
  height: 130px;
  overflow: hidden;
}

.footer-text-link-title {
  float: none;
  display: block;
  width: 100$;
}

.footer-text-link {
  float: none;
  display: block;
  width: 100$;
}

.banner-image-large {
  margin-bottom: 15px;
  width: 400px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.banner-image-background {
  position: absolute;
  left: -25%;
  top: -25%;
  z-index: -1;
  width: 150%;
  height: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), color-stop(50%, hsla(0, 0%, 40%, 0.5)), to(transparent));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), hsla(0, 0%, 40%, 0.5) 50%, transparent);
  mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.sponsor-level-text {
  font-weight: bold;
}

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

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

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

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

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

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

@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: 186px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 500;
  }

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

  .nav-link {
    display: block;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 0px;
    font-size: 21px;
    line-height: 25px;
    text-align: left;
  }

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

  .nav-link.last {
    display: block;
    padding: 15px 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #080808;
  }

  .nav-link.last:hover {
    background-image: none;
    color: #1b7693;
  }

  .nav-link.search {
    display: block;
    padding: 15px 0px;
    border-radius: 0px;
    background-color: transparent;
    color: #080808;
  }

  .nav-link.search:hover {
    background-image: none;
    color: #1b7693;
  }

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

  .navbar {
    display: block;
    padding: 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: #f5f5f5;
  }

  .main-content-section {
    padding-bottom: 60px;
    padding-top: 1px;
  }

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

  .subtitle-text {
    font-size: 18px;
    line-height: 24px;
  }

  .cybernautic-tag {
    margin-top: 45px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .dropdown-link {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
  }

  .dropdown-link.last {
    box-shadow: none;
  }

  .dropdown-list {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    border-left: 1px solid #d6d6d6;
    background-color: transparent;
    box-shadow: none;
  }

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

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

  .menu-button.w--open {
    background-color: #1b7693;
    color: #fff;
  }

  .footer-text-links {
    width: 100%;
    text-align: center;
  }

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

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

  .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.grid.sponsors {
    width: 31.33%;
  }

  .amsd-item.grid.sponsors.third {
    width: 23%;
  }

  .amsd-item.grid.sponsors.small {
    width: 23%;
  }

  .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.featured {
    font-size: 18px;
    line-height: 24px;
  }

  .amsd-text-wrapper {
    width: 100%;
    padding-top: 30px;
    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;
  }

  .slider-arrow {
    margin-right: -60px;
    margin-left: -60px;
    font-size: 25px;
  }

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

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

  .banner-text-medium {
    font-size: 30px;
    line-height: 36px;
  }

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

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

  .quarter {
    width: 49.5%;
  }

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

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

  .amsd-category-wrapper.grid {
    padding: 25px 30px 40px;
  }

  .amsd-category-wrapper.grid.sponsors-half {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

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

  .title-content-outer-wrapper {
    min-height: 0px;
    padding: 150px 60px;
  }

  .home-banner-background {
    position: absolute;
    height: 100%;
    margin-top: 0px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }

  .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: 15px;
    padding-bottom: 15px;
    color: #fff;
    font-size: 21px;
    line-height: 25px;
  }

  .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 {
    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;
    text-align: center;
  }

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

  .section-heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

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

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

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

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

  .footer-columns-wrapper {
    margin-bottom: 45px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    display: block;
  }

  .news-section {
    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-slider {
    padding-right: 30px;
    padding-left: 30px;
  }

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

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

  .news-text-overlay {
    padding-right: 20px;
    padding-bottom: 45px;
  }

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

  .icons-section {
    min-height: 0px;
  }

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

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

  .featured-item-wrapper {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

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

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

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

  .hide-photo-section-bg-scroll-trigger {
    display: none;
  }

  .video-background-wrapper-outer {
    display: none;
  }

  .banner-slider-arrow {
    margin-right: -60px;
    margin-left: -60px;
    font-size: 25px;
  }

  .countdown-bar {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 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;
    opacity: 1;
  }

  .countdown-text {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
  }

  .alert-icon {
    position: absolute;
    left: 15px;
    top: 13px;
    margin-right: 2px;
  }

  .countdown-close-button {
    margin-right: 12px;
  }

  .footer-countdown-spacer {
    display: none;
    height: 120px;
  }

  .countdown-text-2 {
    width: 100%;
    max-width: none;
    margin-right: 0px;
    margin-bottom: 12px;
    text-align: left;
  }

  .alert-bar {
    padding-right: 45px;
    padding-left: 45px;
    opacity: 1;
  }

  .alert-text {
    text-align: left;
  }

  .alert-bar-close-button {
    margin-right: 12px;
  }

  .down-arrow-link {
    width: 30px;
    height: 30px;
    margin-top: 40px;
    font-size: 14px;
    line-height: 28px;
  }

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

  .welcome-section {
    padding: 45px 45px 90px;
  }

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

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

  .welcome-icons-more-link {
    margin-top: 10px;
  }

  .welcome-icons-link-block {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }

  .features-section {
    padding-right: 20px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .featured-item-title-text-link-icon {
    font-size: 24px;
    line-height: 60px;
  }

  .welcome-icons-item {
    margin-top: 45px;
  }

  .welcome-icons-wrapper {
    -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;
  }

  .welcome-icons-description-text {
    margin-top: 7px;
    font-size: 14px;
    line-height: 20px;
  }

  .heading-text-divider {
    top: 3px;
  }

  .welcome-section-background {
    background-attachment: scroll;
  }

  .social-media-sidebar {
    position: static;
    top: auto;
    right: auto;
    display: inline-block;
    width: auto;
    margin-top: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    float: left;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .social-media-sidebar-link-block {
    width: 20px;
    margin-right: 20px;
    font-size: 17px;
  }

  .logo-scroll-item {
    width: 200px;
  }

  .logo-scroll-section {
    padding: 40px;
  }

  .presented-by-text {
    font-size: 17px;
    line-height: 24px;
  }

  .testimonials-section {
    min-height: 0px;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .testimonial-item {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  }

  .testimonials-slider-arrow {
    margin-right: -50px;
    margin-left: -50px;
  }

  .sitemap-link {
    margin-right: 0px;
  }

  .nav-search-icon {
    display: none;
    width: 20px;
    height: 40px;
    margin-top: 20px;
    float: left;
    line-height: 40px;
  }

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

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

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

  .background-overlay-white {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }

  .nav-search-divider {
    display: block;
    width: 100%;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .last-nav-item-icon {
    position: relative;
    top: -1px;
    margin-left: 0px;
    color: #1b7693;
    font-size: 17px;
  }

  .embed-area {
    padding: 40px 30px;
    font-size: 18px;
    line-height: 26px;
  }

  .amsd-category-wrapper-spacer {
    display: none;
  }

  .countdown-time{
    width: 100%;
  }

  .countdown-time-unit {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 22px;
    width: 60px;
  }

  .countdown-bar {
    padding-right: 40px;
    padding-left: 40px;
  }

  .countdown-time-label {
    width: 100%;
    margin-left: 0px;
  }

  .countdown-time-divider {
    margin-left: 0px;
    margin-right: 0px;
  }

}

@media screen and (max-width: 767px) {
  .footer-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .logo-home-link {
    padding-left: 0px;
  }

  .nav-menu {
    padding-right: 60px;
    padding-left: 60px;
  }

  .main-content-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .footer-social-link {
    margin-right: 4px;
    margin-left: 4px;
  }

  .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.grid.sponsors {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }

  .amsd-item.grid.sponsors.third {
    width: 31.33%;
  }

  .amsd-item.grid.sponsors.small {
    width: 31.33%;
  }

  .amsd-item.staff {
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }

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

  .amsd-title-text-link {
    float: none;
  }

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

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

  .slider-arrow {
    width: 40px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 20px;
  }

  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .banner-content-outer-wrapper {
    padding: 90px 40px;
  }

  .banner-text-small {
    font-size: 17px;
    line-height: 24px;
  }

  .banner-text-medium {
    font-size: 22px;
    line-height: 28px;
  }

  .banner-text-large {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 1px;
  }

  .featured-video-section {
    padding: 60px 40px 65px;
  }

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

  .amsd-category-wrapper.grid.sponsors {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .amsd-category-wrapper.grid.sponsors-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .title-content-outer-wrapper {
    padding: 120px 25px;
    min-height: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .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.newsletter-signup {
    width: 100%;
    text-align: center;
  }

  .newsletter-signup-form {
    margin-right: auto;
    margin-left: auto;
  }

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

  .news-section {
    padding: 60px 40px 65px;
  }

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

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

  .view-all-button-wrapper {
    text-align: left;
  }

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

  .banner-slider-arrow {
    width: 40px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 20px;
  }

  .countdown-time-divider {
    top: -5px;
    font-size: 20px;
  }

  .countdown-time-label {
    font-size: 10px;
    line-height: 13px;
  }

  .countdown-text-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .welcome-section {
    padding-top: 30px;
    padding-bottom: 70px;
  }

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

  .welcome-icons-link-block {
    margin-top: 0px;
  }

  .features-section {
    padding-top: 15px;
    padding-bottom: 60px;
  }

  .welcome-icons-item {
    width: 50%;
  }

  .heading-text-divider {
    top: 2px;
    height: 16px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .presented-by-text {
    font-size: 15px;
    line-height: 20px;
  }

  .testimonials-section {
    padding: 60px 40px;
  }

  .testimonial-item {
    width: 100%;
  }

  .testimonials-slider-arrow {
    width: 40px;
    margin-right: -40px;
    margin-left: -40px;
    font-size: 24px;
  }

  .testimonial-description-text {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-description-text.alternate {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial-author {
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-author-line {
    width: 10px;
  }

  .sitemap-link {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .link {
    font-size: 11px;
    line-height: 16px;
  }
}

@media screen and (max-width: 479px) {
  .cms-btn.countdown-button {
    margin-top: 20px;
    margin-left: 0px;
  }

  .footer-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .logo-home-link {
    margin-left: 20px;
  }

  .nav-menu {
    padding-top: 15px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .title {
    font-size: 26px;
    line-height: 30px;
  }

  .amsd-item.grid.logos {
    width: 31.33%;
  }

  .amsd-item.grid.sponsors {
    width: 98%;
  }

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

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

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

  .featured-video-section {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .amsd-category-wrapper.grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title-content-outer-wrapper {
    min-height: 210px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .news-section {
    padding-right: 25px;
    padding-left: 25px;
  }

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

  .welcome-section {
    padding-right: 25px;
    padding-left: 25px;
  }

  .welcome-icons-item {
    width: 100%;
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-text-divider {
    display: block;
    width: 100%;
    height: 5px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .testimonials-slider-arrow {
    font-size: 22px;
  }

  .testimonial-image-link {
    width: 100px;
    margin-top: -50px;
  }

  .embed-area {
    padding: 30px 20px;
    font-size: 15px;
    line-height: 23px;
  }
  
}