h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
}

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

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

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

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

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

a {
  color: #ebb70d;
  text-decoration: none;
}

.cms-btn {
  display: inline-block;
  padding: 12px 45px;
  clear: none;
  border-radius: 100px;
  background-color: #166837;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

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

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

.cms-btn.contact-form-submit.buyers {
  background-color: #ebb70d;
}

.cms-btn.contact-form-submit.buyers:hover {
  background-color: #166837;
}

.cms-btn.cms-btn-secondary {
  margin-top: 0px;
  border: 0px solid #000;
  background-color: #ebb70d;
}

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

.cms-btn.cms-btn-secondary.second {
  margin-left: 32px;
  border-color: #ebb70d;
  color: #ebb70d;
}

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

.cms-btn.cms-btn-secondary.form-footer {
  margin-left: 0px;
}

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

.cms-btn.second {
  float: none;
  clear: none;
  border-style: solid;
  border-width: 2px;
  border-color: #166837;
  background-color: transparent;
  color: #166837;
}

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

.footer-section {
  width: 100%;
  float: left;
  padding: 0px;
  background-color: #ebebeb;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 20px;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  color: #808181;
}

.nav-link:hover {
  background-image: url('../images/pointer.png');
  background-position: 50% 101%;
  background-size: 17px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #166837;
  color: #166837;
  text-decoration: none;
}

.nav-link.w--current {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url('../images/pointer.png');
  background-position: 50% 101%;
  background-size: 17px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #166837;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  color: #166837;
}

.nav-link.dropdown-nav-link {
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, border-color 200ms ease;
}

.nav-link.dropdown-nav-link:hover {
  background-image: url('../images/pointer.png');
  background-position: 50% 101%;
  background-size: 17px;
  background-repeat: no-repeat;
  box-shadow: 0 4px 0 0 #166837;
  color: #166837;
}

.logo-home-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 11%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-home-link.mobile {
  display: none;
}

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

.main-content-section {
  padding: 60px 30px;
  background-image: url('/assets/images/vector-smart-object3x.png');
  background-position: 0% 100%;
  background-size: 30%;
  background-repeat: no-repeat;
}

.main-content-section.profile {
  background-image: none;
}

.delete-this-class {
  color: #0093e8;
  line-height: 22px;
  text-decoration: none;
}

.delete-this-class:hover {
  text-decoration: underline;
}

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

.delete-this-class.back-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  float: left;
}

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

.title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 50px;
  line-height: 55px;
  text-align: left;
  letter-spacing: -1.25px;
  text-transform: uppercase;
}

.subtitle-text {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.footer-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  margin-bottom: 0px;
  margin-left: 15px;
  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 Solid Icons', sans-serif;
  color: #d6d5d5;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-link.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  margin-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 7px;
  background-color: #ebb70d;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #166837;
}

.footer-link.social:hover {
  background-color: #f5f5f5;
}

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

.font-awesome-regular-icon.footer {
  color: #fff;
}

.cybernautic-tag {
  display: block;
  width: 150px;
  max-width: 100%;
  margin-right: 0px;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'PT Sans', sans-serif;
  color: #d6d5d5;
  text-align: center;
}

.dropdown.nested {
  display: block;
}

.dropdown-link {
  display: block;
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
  box-shadow: inset 1px 0 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0;
  -webkit-transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  color: #333;
  text-decoration: none;
}

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

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

.dropdown-list {
  padding-top: 20px;
  background-color: transparent;
  box-shadow: 0 1px 0 0 #e0e0e0;
}

.dropdown-list.w--open {
  padding-top: 4px;
}

.nested-dropdown-list {
  left: -1px;
  margin-top: -50px;
  margin-left: 100%;
  background-color: #db8a34;
  box-shadow: 0 1px 0 0 #e0e0e0, 0 -1px 0 0 #e0e0e0;
}

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

.larger-image {
    width: 67%;
    float: left;
}

.lightbox-link-2 {
    width: 100%;
    height: 100%;
}

.small-images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 26%;
    margin-left: 45px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lightbox-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 115px;
    height: 115px;
    margin-bottom: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.image-16 {
    width: 270px;
    max-width: 300px;
}

.image-big {
    width: 100%;
}

.gallery-image {
  display: inline-block;
  overflow: hidden;
  width: 300px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 10px;
  text-align: center;
  text-decoration: none;
}

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

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

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

.album-photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

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

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

.input-field::-webkit-input-placeholder {
  color: #626262;
  font-size: 15px;
}

.input-field:-ms-input-placeholder {
  color: #626262;
  font-size: 15px;
}

.input-field::-ms-input-placeholder {
  color: #626262;
  font-size: 15px;
}

.input-field::placeholder {
  color: #626262;
  font-size: 15px;
}

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

.input-field.text-area-input {
  height: 180px;
  min-height: 180px;
  padding-top: 14px;
  border-color: #c4c4c4;
  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[type=checkbox] + label {
  color: #333;
} 
input[type=checkbox]:checked + label {
  color: #166837;
} 

.input-field.resume-upload {
  display: block;
  width: auto;
  min-width: 250px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px dashed #db8a34;
}

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

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

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

.nav-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding: 30px 45px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e0e0e0;
  background-color: transparent;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  max-width: 100%;
  margin-top: 45px;
  margin-right: 5px;
  margin-left: 5px;
  padding: 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.amsd-item.grid.team {
  width: 270px;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  border-style: none;
  background-color: transparent;
}

.amsd-item.grid.team.profile {
  width: 24%;
  margin-top: 0px;
  margin-right: 40px;
  margin-left: 0px;
}

.amsd-item.grid.team.profile.category {
  width: 35%;
}

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

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

.amsd-image.grid {
  width: auto;
}

.amsd-image.grid.profile {
  width: 100%;
}

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 240px;
  height: 245px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
/*
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
*/
}

.amsd-image-link.grid.profile {
  width: 256px;
  height: 261px;
}

.amsd-image-link.grid.profile.category {
  width: 406px;
  height: 281px;
}

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

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

.amsd-title-text-link.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  letter-spacing: -0.5px;
}

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

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

.amsd-text-wrapper.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 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-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.profile {
  padding-top: 10px;
  padding-bottom: 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%;
  line-height: 20px;
  text-align: left;
}

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

.amsd-meta-text.grid {
  margin-top: 2px;
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #626262;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

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

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

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

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

.amsd-dropdown {
  width: 100%;
}

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

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

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

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

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

.map {
  height: 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: #db8a34;
}

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

.nav-container {
  display: block;
  width: 100%;
  height: 94px;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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: #626262;
  font-size: 16px;
  line-height: 20px;
}

.input-options-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.input-options-group.centered-checkbox {
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-options-group.buyers {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.form-label.buyers {
  color: #166837;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.8px;
}

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

.amsd-button.grid.cms-btn.marketing {
  float: right;
}

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

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

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

.back-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 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: 45px;
}

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

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

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

.slide-nav {
  margin-bottom: 10px;
  opacity: 0.7;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ebb70d;
  font-size: 12px;
}

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

.slide {
  background-image: url('../images/i-stock-1069649678.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

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

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

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

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

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.cms-frontend {
  height: 100%;
  padding-top: 128px;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.4px;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

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

.call-out-text {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}

.second-color {
  color: #166837;
}

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

.content-container {
  display: block;
  width: 1000px;
  max-width: 100%;
  min-width: 0px;
  margin-right: auto;
  margin-left: auto;
  -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;
}

.content-container.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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: #333;
  font-size: 14px;
  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 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 720px;
  min-height: 720px;
  padding: 90px 20px 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.slide-text-small {
  width: 100%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.slide-text-large {
  width: 100%;
  margin-bottom: 25px;
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  text-align: center;
  letter-spacing: -1.5px;
  text-shadow: 1px 0 2px rgba(0, 0, 0, 0.3);
}

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

.featured-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 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;
}

.featured-item {
  width: 33.33%;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.featured-image {
  width: 300px;
}

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

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

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

.slide-button.cms-btn {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 45px;
  border: 2px solid transparent;
  border-radius: 100px;
  background-color: #166837;
  font-size: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.slide-button.cms-btn:hover {
  border-color: #166837;
  background-color: transparent;
  color: #166837;
}

.slide-button.cms-btn.second-slide-button {
  padding: 12px 40px;
  background-color: #ebb70d;
}

.slide-button.cms-btn.second-slide-button:hover {
  border-color: #ebb70d;
  background-color: transparent;
  color: #ebb70d;
}

.featured-title-text-link {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
}

.logo-image {
  width: 100%;
}

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

.half {
  width: 49.5%;
}

.third {
  width: 32.66%;
}

.quarter {
  width: 24.25%;
}

.form-heading {
  margin-top:25px;
}

.select-field {
  height:48px;
  background-color:transparent;
}

.flat-radio {
  display:flex;
  flex-flow:row nowrap;
  align-items:center;
  justify-content:flex-start;
  padding:5px;
}

.flat-radio label {
  font-weight:normal;
  margin-right:20px;
}

.flat-radio.form-invalid {
  border:1px solid #f75454;
}

.form_success_message {
  padding:30px;
  background-color:#ffffff;
  border:1px solid #166837;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 8px;
  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.buyers {
  display: block;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

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

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

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

.form-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-top: 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-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 580px;
  height: 1px;
  margin-top: 15px;
  margin-left: -290px;
  background-color: #e0e0e0;
}

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

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

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

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

.album-text-block {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}

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

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

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

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

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

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

.amsd-category-wrapper {
  width: 100%;
  margin-top: 35px;
  padding: 40px 20px;
  border: 1px solid #e0e0e0;
  background-color: #fafafa;
}

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

.amsd-category-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
}

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

.space {
  margin-right: 8px;
}

.font-awesome-solid-icon.btn {
  margin-left: 4px;
}

.font-awesome-solid-icon.footer {
  color: #fff;
}

.font-awesome-solid-icon.team {
  margin-right: 8px;
  color: #166837;
}

.font-awesome-solid-icon.ext {
  margin-right: 5px;
  margin-left: 3px;
  color: #166837;
}

.font-awesome-solid-icon.link {
  margin-right: 5px;
  color: #ebb70d;
}

.font-awesome-solid-icon.amsd-list {
  color: #f6f6f6;
}

.font-awesome-solid-icon.top-menu {
  color: #fff;
}

.font-awesome-solid-icon.more-link {
  margin-right: 2px;
}

.font-awesome-brand-icon {
  display: inline;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #166837;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.font-awesome-brand-icon:hover {
  background-color: transparent;
  color: #626262;
}

.font-awesome-icon-example {
  display: inline-block;
  margin-right: 5px;
  border: 1px none #000;
  border-radius: 0px;
  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 Solid Icons', sans-serif;
  color: #166837;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: none;
}

.slide-content-inner-wrapper {
  width: 71%;
  max-width: 100%;
  text-align: center;
}

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

.top-nav-menu {
  width: 100%;
  height: 35px;
  background-color: #166837;
}

.hover-effect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.green-triangle {
  width: 0px;
  height: 0px;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #166837;
  border-left: 5px solid transparent;
}

.green-line {
  width: 70%;
  height: 4px;
  margin-right: auto;
  margin-left: auto;
  background-color: #166837;
}

.welcome-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 760px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/vector-smart-object3x.png');
  background-position: 30px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}

.welcome-text-section {
  width: 1150px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: -0.6px;
}

.heading {
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -1.25px;
}

.left-side-text {
  width: 32%;
}

.subtitle {
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.welcome-text-paragraph {
  padding-right: 12px;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.icons-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 44px;
  margin-bottom: 44px;
}

.icons-welcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-img {
  width: 56px;
  padding-bottom: 20px;
}

.heading-2 {
  color: #808181;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.welcome-image {
  position: absolute;
  right: 0px;
  width: 52%;
  height: auto;
  overflow: hidden;
}

.section-image {
    width: 100%;
}

.welcome-image.mobile {
  display: none;
}

.offer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 387px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  background-image: url('../images/seeds.png'), url('../images/vector-smart-object_23x.png');
  background-position: 0% 86%, 90% 50%;
  background-size: 40%, 19%;
  background-repeat: no-repeat, no-repeat;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1.25px;
}

.paragraph {
  margin-top: 35px;
  margin-bottom: 25px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.paragraph-2 {
  padding-right: 55px;
  padding-left: 55px;
  color: #626262;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.4px;
}

.offer-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-text {
  width: 70%;
}

.feature-items-section {
  width: 100%;
  height: 680px;
}

.feature-item-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 680px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 96.1%, 0));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-item-one:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 104, 55, 0.9)), to(rgba(22, 104, 55, 0.9))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 96.1%, 0)), url('../images/i-stock-1754793702x.png');
  background-image: linear-gradient(180deg, rgba(22, 104, 55, 0.9), rgba(22, 104, 55, 0.9)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 96.1%, 0));
/*
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
*/
}

.feature-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-item {
  width: 95px;
}

.feature-title {
  margin-top: 34px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.feature-item-second {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 340px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 100%, 0));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.green-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 100%, 0));
}

.green-bg:hover {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: linear-gradient(180deg, rgba(22, 104, 55, 0.9), rgba(22, 104, 55, 0.9)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 100%, 0));
}

.feature-item-second:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 104, 55, 0.9)), to(rgba(22, 104, 55, 0.9))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 100%, 0));
  background-image: linear-gradient(180deg, rgba(22, 104, 55, 0.9), rgba(22, 104, 55, 0.9)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 100%, 0));
/*
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
*/
}

.feature-item-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 340px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0));
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-item-three:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 104, 55, 0.9)), to(rgba(22, 104, 55, 0.9))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0));
  background-image: linear-gradient(180deg, rgba(22, 104, 55, 0.9), rgba(22, 104, 55, 0.9)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0));
/*
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
*/
}

.feature-item-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 340px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0)), url('../images/Layer-18.png');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.feature-item-four:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 104, 55, 0.9)), to(rgba(22, 104, 55, 0.9))), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0)), url('../images/Layer-18.png');
  background-image: linear-gradient(180deg, rgba(22, 104, 55, 0.9), rgba(22, 104, 55, 0.9)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0)), url('../images/Layer-18.png');
  background-position: 0px 0px, 0px 0px, 100% 50%;
  background-size: auto, auto, cover;
  background-repeat: repeat, repeat, no-repeat;
}

.feature-item-hover-text {
  display: none;
  width: 435px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-item-hover-text.second {
  width: 320px;
}

.paragraph-3 {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.4px;
}

.feature-btn {
  background-color: transparent;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.feature-btn:hover {
  color: #ebb70d;
}

.we-are-section {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 600px;
  -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;
}

.we-are-section.mobile {
  height: 730px;
}

.we-are-text-block {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 482px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.we-are-text-block.mobile {
  height: 600px;
}

.heading-4 {
  width: auto;
  margin-top: 35px;
  margin-bottom: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1.25px;
}

.heading-4.mobile {
  text-align: center;
}

.images-menu-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 674px;
  height: 60px;
  margin-top: 35px;
  margin-bottom: 51px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.images-menu-section.mobile {
  width: 30%;
  height: 100%;
  margin: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-line {
  position: relative;
  width: 125px;
  height: 2px;
  background-color: #fff;
}

.menu-line.second {
  margin-left: 0px;
}

.menu-line.yellow {
  position: absolute;
  background-color: #ebb70d;
}

.menu-line.mobile {
  width: 2px;
  height: 90px;
}

.circle-one {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
}

.circle-one.yellow {
  background-color: #ebb70d;
}

.circle-one.mobile {
  top: 0px;
}

.div-block {
  position: absolute;
  right: 0px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
}

.item-menu-nav {
  position: static;
  left: 123px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #fff;
  border-radius: 100px;
}

.item-menu-nav:hover {
  border-style: solid;
  border-color: #ebb70d;
  background-color: #ebb70d;
}

.item-menu-nav.yellow {
  position: absolute;
  border-color: #ebb70d;
  background-color: #ebb70d;
}

.image {
  height: 100%;
}

.menu-text-section-one {
  display: block;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-text-section-one.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.item-nave-menu-yellow {
  position: absolute;
  left: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ebb70d;
  border-radius: 100px;
  background-color: #ebb70d;
}

.menu-line-yellow {
  position: absolute;
  width: 125px;
  height: 2px;
  background-color: #ebb70d;
}

.menu-line-yellow.mobile {
  top: 0px;
  width: 2px;
  height: 90px;
}

.menu-line-yellow.mobile.second {
  top: 150px;
}

.circle-one-yellow {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ebb70d;
}

.circle-one-yellow.mobile {
  top: 0px;
}

.menu-one-icon {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-one-icon.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.menu-second-icons.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-menu-one-yellow {
  position: absolute;
  left: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ebb70d;
  border-radius: 100px;
  background-color: #ebb70d;
}

.item-menu-one-yellow.mobile {
  left: auto;
  top: 90px;
/*  display: none;*/
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.item-menu-two-yellow {
  position: absolute;
  left: 310px;
  display: none;
  width: 60px;
  height: 60px;
  padding: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebb70d;
  border-radius: 100px;
  background-color: #ebb70d;
}

.item-menu-two-yellow.mobile {
  left: auto;
  top: 240px;
  display: none;
}

.circle-two {
  position: static;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #fff;
}

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

.menu-three-icons.mobile {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.circle-two-yellow {
  position: absolute;
  right: -16px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #ebb70d;
}

.circle-two-yellow.mobile {
  right: auto;
  bottom: 0px;
}

.menu-line-yellow-last {
  position: absolute;
  left: 555px;
  width: 125px;
  height: 2px;
  background-color: #ebb70d;
}

.menu-line-yellow-last.mobile {
  left: auto;
  bottom: 10px;
  display: block;
  width: 2px;
  height: 91px;
  background-color: #ebb70d;
}

.menu-line-yellow-two {
  position: absolute;
  width: 125px;
  height: 2px;
  background-color: #ebb70d;
}

.menu-line-yellow-two.mobile {
  width: 2px;
  height: 90px;
}

.item-menu-three-yellow {
  position: absolute;
  left: 495px;
  display: none;
  width: 60px;
  height: 60px;
  padding: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #ebb70d;
  border-radius: 100px;
  background-color: #ebb70d;
}

.item-menu-three-yellow.mobile {
  left: auto;
  top: 390px;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.6px;
}

.paragraph-4 {
  padding-right: 24px;
  padding-left: 24px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.4px;
}

.menu-text-section-two {
  display: none;
  width: 60%;
}

.menu-text-section-two.mobile {
  display: none;
  width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-text-section-three {
  display: none;
  width: 60%;
}

.menu-text-section-three.mobile {
  display: none;
  width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.we-are-section-two {
  display: none;
  position: absolute;
  width: 100%;
  height: 600px;
}

.we-are-section-two.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 730px;
  -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;
}

.we-are-section-three {
  display: none;
  position: absolute;
  width: 100%;
  height: 600px;
}

.background-section {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, rgba(22, 104, 55, 0.95)), to(rgba(22, 104, 55, 0.65)));
  background-image: linear-gradient(90deg, rgba(22, 104, 55, 0.95) 15%, rgba(22, 104, 55, 0.65));
    
}

.we-are-section-three.mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 730px;
  -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;
}

.menu-three-faces {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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;
}

.menu-three-faces.mobile {
  display: none;
  height: 730px;
}

.partner-logos-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -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;
}

.logos-slider-block {
  width: 1150px;
  height: 160px;
  margin-right: auto;
  margin-left: auto;
}

.slider-2 {
  height: auto;
  background-color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slide-nav-2 {
  padding-top: 40px;
  font-size: 9px;
  line-height: 9px;
}

.slide-2 {
  height: 100%;
}

.slider-content {
  height: auto;
}

.logos-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 130px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 25px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  max-height: 100%;
  padding: 0px;
}

.contact-us-section {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 785px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #e0e0e0;
    background-image: url(/assets/images/footer-map3.jpg);
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.contact-us-section.mobile {
  position: relative;
  display: none;
  height: 100%;
}

.contact-us-section.get-in-touch {
  height: 347px;
}

.background-map {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -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-filter: grayscale(100%);
  filter: grayscale(100%);
}

.get-in-touch-section {
  width: 580px;
  height: auto;
}

.get-in-touch-section.mobile {
  position: relative;
  width: 80%;
}

.footer-contact-section {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-contact-section.mobile {
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.get-in-touch-title {
  margin-top: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 1.25px;
}

.touch-text {
  margin-top: 35px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.map-ligther {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.25);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(14%, hsla(0, 0%, 92.2%, 0.9)), color-stop(53%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 92.2%, 0.9)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 92.2%, 0.9) 14%, hsla(0, 0%, 100%, 0) 53%, hsla(0, 0%, 92.2%, 0.9));
}

.contact-second-column {
  width: 380px;
  height: auto;
  margin-left: 70px;
}

.contact-second-column.get-in-touch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.contact-logo.get-in-touch {
  width: 25%;
  margin-left: 100px;
}

.contact-info-section {
  width: 100%;
  height: 304px;
  margin-top: 25px;
  padding: 20px 45px;
  background-color: #166837;
}

.contact-info-section.get-in-touch {
  height: auto;
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 35px;
}

.info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 15px;
}

.info-box:hover {
  color: #ebb70d;
}

.info-box.get-in-touch {
  display: block;
  width: 50%;
  margin-top: 10px;
  float: left;
}

.paragraph-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
  color: #fff;
  line-height: 24px;
  letter-spacing: -0.4px;
}

.paragraph-5:hover {
  color: #ebb70d;
}

.paragraph-6 {
  display: inline-block;
  margin-right: 20px;
  float: left;
}

.bottom-sign {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bottom-sign.get-in-touch {
  width: 100%;
  padding-top: 20px;
}

.div-block-2 {
  width: 75px;
  height: 55px;
}

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-3 {
  float: left;
}

.title-mobile {
  width: 100%;
}

.text-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.top-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  height: 36px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-7 {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

a.info-top {
  width: 100%;
  margin-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
}

a.info-top:hover {
  color: #ebb70d;
}

.social-media-top {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 35px;
  margin-right: 20px;
  padding-top: 7px;
  padding-bottom: 5px;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: #ebb70d;
}

.social-icon:hover {
  background-color: #d6d5d5;
}

.social-icon.second {
  margin-right: 50px;
}

.banner-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 406px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/iStock-479625598.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.heading-6 {
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 65px;
  letter-spacing: -1.5px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.heading-7.amsd-title {
  margin-top: 50px;
  margin-bottom: 0px;
}

.link {
  color: #166837;
}

.image-one {
  width: 745px;
  height: 434px;
  margin: 30px auto;
}

.paragraph-8 {
  text-align: justify;
  letter-spacing: -0.4px;
}

.paragraph-9 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: justify;
  letter-spacing: -0.4px;
}

.subheader {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  clear: left;
  color: #166837;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.subheader.category {
  display: inline;
}

.image-half {
  width: 40%;
  margin-bottom: 25px;
  float: left;
}

.image-half.second {
  margin-right: 30px;
}

.text-half {
  width: 60%;
  padding-right: 30px;
  float: left;
  text-align: justify;
}

.text-half.right {
  padding-right: 0px;
  padding-left: 30px;
}

.paragraph-10 {
  margin-bottom: 10px;
  padding-right: 0px;
  text-align: justify;
  letter-spacing: -0.4px;
}

.image-5 {
  margin-bottom: 0px;
}

.paragraph-11 {
  margin-bottom: 25px;
  letter-spacing: -0.4px;
}

.list-item-7 {
  padding-left: 30px;
}

.alpha-list {
  margin-left: 60px;
}

.list-section {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  float: left;
  font-family: 'Work Sans', sans-serif;
  color: #333;
  letter-spacing: -0.4px;
}

.heading-9 {
  margin-top: 0px;
  color: #204079;
  font-size: 18px;
  line-height: 28px;
}

.paragraph-12 {
  float: left;
}

.paragraph-12.second-line {
  margin-top: 15px;
  float: left;
  clear: left;
}

.paragraph-13 {
  float: left;
}

.paragraph-13.second-line {
  margin-top: 15px;
}

.amsd-team {
  margin-top: 29px;
  padding: 0px;
}

.team-contact {
  width: 100%;
  margin-top: 5px;
  text-align: left;
}

.team-email-link {
  float: left;
  color: #626262;
  font-size: 14px;
  text-align: left;
  letter-spacing: -0.35px;
}

.team-email-link:hover {
  color: #ebb70d;
}

.team-email-link.direction {
  margin-top: -6px;
  color: #166837;
}

.team-title {
/*  margin-left: 70px;*/
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.team-title.profile {
  margin-left: 0px;
}

.profile-section {
  display: block;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-amsd-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 14px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.profile-text-block {
  width: 80%;
}

.profile-text-block.category {
  width: 57%;
  margin-top: 0px;
}

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

.back-button {
  clear: left;
  text-align: right;
}

.back-btn {
  margin-top: 25px;
  padding: 12px 45px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebb70d;
  border-radius: 100px;
  background-color: transparent;
  color: #ebb70d;
  text-transform: uppercase;
}

.back-btn:hover {
  background-color: #ebb70d;
  color: #fff;
}

.mobile-title-profile {
  display: none;
}

.partners-section {
  margin-top: 30px;
  text-transform: capitalize;
}

.partners-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -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;
}

.partners-item {
  width: 25%;
  margin-right: 30px;
  margin-bottom: 45px;
  margin-left: 30px;
}

.partners-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.partners-info {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.heading-10 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: -0.5px;
}

.heading-10.category {
  text-align: left;
}

.paragraph-14 {
  color: #626262;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
}

.paragraph-14.category {
  text-align: left;
}

.link-partners-block {
  margin-top: 10px;
  color: #ebb70d;
  text-align: center;
}

.link-2 {
  color: #ebb70d;
  font-size: 14px;
  text-transform: uppercase;
}

.link-2:hover {
  color: #166837;
}

.image-6 {
  max-height: 100%;
}

.image-7 {
  max-height: 100%;
}

.image-8 {
  max-height: 100%;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.category-dropdown {
  width: 28.5%;
  margin-top: -25px;
  float: right;
}

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

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

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

.icon {
  color: #626262;
}

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

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

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

.categories-items-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.categories-items-section.news {
  margin-right: -20px;
  margin-left: -20px;
  -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;
}

.category-items.news {
  width: 292px;
  margin-right: 25px;
  margin-left: 25px;
}

.category-items {
  width: 306px;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
}

.category-items.last {
  margin-right: 0px;
}

.category-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 292px;
  height: 245px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
/*
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
*/
}

.image-9 {
  max-width: fit-content;
  max-height: fit-content;
}

.category-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}

.paragraph-15 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  letter-spacing: -0.35px;
}

.links-category {
  margin-top: 7px;
}

.link-3 {
  color: #ebb70d;
  font-size: 14px;
  text-transform: uppercase;
}

.link-3:hover {
  color: #166837;
}

.news-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.news-title.profile {
  width: 50%;
}

.year-title {
  margin-bottom: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 18px;
  margin-top: -5px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.date-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.month-title {
  margin-bottom: 5px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.paragraph-16 {
  margin-bottom: 0px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -0.65px;
}

.news-title-header {
  margin-left: 15px;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #626262;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 2.8px;
  text-transform: uppercase
}

.grey-line {
  width: 100%;
  height: 4px;
  margin-top: 15px;
  background-color: #f5f5f5;
}

.amsd-list-section {
  margin-top: 40px;
}

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

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

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

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

.amsd-image-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 300px;
  height: 250px;
  max-width: 400px;
  margin-right: 45px;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.amsd-image-link-2.amsd-list {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
  border-radius: 0px;
}

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

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

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

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

.amsd-item-block.amsd-list.second {
  background-color: #fff;
}

.amsd-image-2 {
  max-width: fit-content;
  max-height: fit-content;
}

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

.form-section-block {
  width: 1000px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.form-menu {
  width: 240px;
  margin-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
  float: left;
  border-left: 4px solid transparent;
  background-color: #166837;
  color: #fff;
}

.form-menu.w--current {
  margin-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-left: 4px solid #166837;
  background-color: #f0f0f0;
  color: #166837;
}

.button {
  width: 240px;
  margin-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-left: 4px solid transparent;
  background-color: #166837;
  font-family: 'Crimson Text', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.button:hover {
  border-left: 4px solid #166837;
  background-color: #f0f0f0;
  color: #166837;
}

.button:focus {
  border-left: 4px solid #166837;
  background-color: #f0f0f0;
  color: #166837;
}

.button.first {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: #166837;
  background-color: #f0f0f0;
  color: #166837;
}

.form-block {
  width: 76%;
  padding: 30px 60px;
  float: left;
  background-color: #f0f0f0;
}

.form-header {
  margin-bottom: 20px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -1.25px;
}

.paragraph-17 {
  margin-bottom: 15px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.paragraph-18 {
  width: 100%;
  color: #166837;
}

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

.facilities-item {
  width: 306px;
  margin-bottom: 45px;
}

.facilities-image {
  overflow: hidden;
  width: 306px;
  height: 251px;
  border-style: solid;
  border-width: 2px;
  border-color: #f0f0f0;
}

.facilities-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.facilities-title {
  margin-top: 30px;
  font-family: 'Crimson Text', sans-serif;
  color: #166837;
  line-height: 28px;
  font-weight: 400;
  letter-spacing: -0.6px;
}

.location-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.facilities-map-section {
  width: 100%;
  height: 220px;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.map-2 {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.facilities-gallery {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  float: left;
}

.bold-text {
  font-weight: 400;
  margin-right: 10px;
}

.small-images-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.image-thumbnail-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 115px;
  height: 106px;
  margin-right: 16px;
  margin-bottom: 20px;
  margin-left: 16px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d6d5d5;
}

.image-thumbnail-tab.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 115px;
  height: 106px;
  margin-bottom: 20px;
  -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;
}

.image-10 {
  width: 240px;
  max-height: 100%;
  max-width: 235px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-big {
  width: 100%;
}

.image-11 {
  width: auto;
}

.tabs-content {
  display: block;
  width: 68%;
  margin-right: 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;
}

.image-12 {
  max-height: 100%;
  min-height: 100%;
}

.image-13 {
  max-height: 100%;
  min-height: 100%;
  min-width: 100%;
}

.facility-album {
  margin-top: 25px;
}

.phone-link {
  color: #fff;
}

.phone-link:hover {
  color: #ebb70d;
}

.link-4 {
  color: #166837;
}

.link-5 {
  color: #166837;
}

.link-6 {
  color: #166837;
}

.link-7 {
  color: #fff;
}

.link-8 {
  float: left;
  color: #626262;
  font-size: 14px;
}

.link-8:hover {
  color: #ebb70d;
}

.text-span {
  margin-right: 5px;
  color: #166837;
}

.link-9 {
  color: #ebb70d;
  text-transform: uppercase;
}

.link-9:hover {
  color: #166837;
}

.form-table {
  width: 76%;
  float: left;
}

.tabs {
  float: left;
}

.tabs-form {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 80px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 240px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-2 {
  font-family: 'Crimson Text', sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.form-men {
  margin-bottom: 5px;
  padding-right: 25px;
  padding-left: 25px;
  border-left: 4px solid transparent;
  background-color: #166837;
  color: #fff;
}

.text-block-3 {
  font-family: 'Crimson Text', sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.text-block-4 {
  font-family: 'Crimson Text', sans-serif;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
}

.tab-pane-tab-1 {
  padding: 30px 60px;
  background-color: #f0f0f0;
}

.tab-menu-form {
  padding: 30px 60px;
  background-color: #f0f0f0;
}

.footer-get-in-touch {
  width: 100%;
  height: 70px;
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #ebebeb;
}

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

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

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

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

html.w-mod-js *[data-ix="initial-appearance"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
}

html.w-mod-js *[data-ix="first-text"] {
  opacity: 1;
}

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

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

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




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

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

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

#logos .logos-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  padding: 5px;
  line-height: 100px;
  text-align: center;
  margin-left: 40px;
  margin-right: 40px;
  margin-bottom: 30px;
}
#logos .logos-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 1.0;
}
#logos .logos-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

.cms-btn.addendum-c2a-button {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

    .cms-btn.addendum-c2a-button:hover i {
        color: white;
    }

.input-field.text-area-input.addendum {
  height: auto;
  min-height: 100px;
}

.lightbox-content-box.addendum {
  background-image: url('../images/vector-smart-object3x.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 400px;
  border: 3px solid #fff;
  box-shadow: inset 3px 0 #e0e0e0, inset 0 -3px #e0e0e0, inset -3px 0 #e0e0e0, inset 0 3px #e0e0e0;
}

.close-button.addendum {
  margin-top: -13px;
  margin-right: -13px;
}

.tabs-form.addendum {
  margin-top: 40px;
  margin-bottom: 0;
}

.addendum-landing-page-form-wrapper {
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 45px;
  padding: 27px;
}

.addendum-accordion-amsd-wrapper {
  margin-top: 60px;
}

.addendum-accordion-amsd-item {
  margin-top: 30px;
}

.addendum-accordion-dropdown {
  width: 100%;
  background-color: #f5f5f5;
  justify-content: space-around;
  display: block;
  position: static;
}

.addendum-accordion-dropdown-toggle {
  max-width: 100%;
  cursor: pointer;
  justify-content: space-between;
  padding: 24px 30px 28px;
  font-family: Crimson Text, sans-serif;
  font-size: 30px;
  line-height: 34px;
  display: flex;
  position: relative;
}

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

.addendum-accordion-dropdown-toggle.w--open {
  padding-bottom: 15px;
}

.addendum-accordion-dropdown-arrow-icon {
  color: #166837;
  margin-left: 10px;
  margin-right: 0;
  transition: transform .3s;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: 0%;
}

.addendum-accordion-dropdown-list {
  width: 100%;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0 30px 24px;
  position: static;
}

.addendum-photo-album-wrapper {
  width: 100vw;
  margin-top: 60px;
  margin-left: -50vw;
  padding-top: 30px;
  padding-left: 1%;
  padding-right: 1%;
  position: relative;
  top: auto;
  bottom: auto;
  left: 50%;
  right: auto;
}

.addendum-subtitle {
  width: 700px;
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.addendum-subtitle-divider {
  width: 100%;
  height: 1px;
}

.addendum-c2a-section {
  background-image: radial-gradient(circle, rgba(0, 0, 0, .35), rgba(0, 0, 0, .2)), url('../images/iStock-608160531-A.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 30px;
  padding: 150px 30px;
}

.addendum-c2a-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -1.5px;
  font-family: Crimson Text, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 65px;
}

.addendum-c2a-subheading {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 22px;
  line-height: 28px;
}

.addendum-c2a-buttons-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}

.addendum-scroll-anchor {
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.addendum-lightbox-heading {
  text-align: center;
  font-family: Crimson Text, sans-serif;
  font-size: 35px;
  line-height: 38px;
}

.addendum-lightbox-heading-underline {
  width: 100px;
  height: 3px;
  background-color: #166837;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.addendum-button-icon {
  color: #ebb70d;
  margin-right: 10px;
  font-family: "Font Awesome 5 Solid Icons", sans-serif;
  font-weight: 400;
  display: inline-block;
}

.addendum-album-photos {
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.addendum-gallery-image {
  width: 24%;
  text-align: center;
  margin-bottom: 30px;
  margin-left: .5%;
  margin-right: .5%;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

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

.addendum-c2a-button-text {
  display: inline-block;
}

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

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

.addendum-hover-overlay {
  opacity: 0;
  background-color: rgba(255, 255, 255, .2);
  transition: opacity .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}


@media (max-width: 991px) {
  .form-input.buyers {
    width: 100%;
  }
  .welcome-text-paragraph {
    padding-right: 0px;
  }
  .icons-section{
    width: 100%;  
  }
  .profile-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .small-images {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .lightbox-link {
    margin-right: 15px;
    margin-left: 15px;
    width: 145px;
    height: 145px;
  }
  .larger-image {
    width: 100%;
  }
  .menu-line-yellow-last.mobile {
    bottom: -25px;
  }
  .circle-two-yellow.mobile {
    top: auto;
    bottom: -35px;
  }
  #logos .logos-wrap {
    width: 90%;      
  }
  #logos .logos-wrap ul li {
    width: 15%;
    height: 100px;
  }
  .cms-btn {
    margin-top: 10px;
  }
  .cms-btn.cms-btn-secondary {
    margin-top: 10px;
  }
  .nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    background-color: #fff;
    font-family: 'Work Sans', sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    text-transform: none;
  }
  .nav-link:hover {
    border-right: 5px solid #166837;
    border-left: 5px solid #166837;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: none;
  }
  .nav-link.w--current {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-left: 5px solid #166837;
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: none;
    font-size: 22px;
    text-align: center;
  }
  .nav-link.dropdown-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #fff;
    font-size: 22px;
    text-align: center;
  }
  .nav-link.dropdown-nav-link:hover {
    border-right-style: solid;
    border-right-color: #166837;
    border-left-style: solid;
    border-left-color: #166837;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: none;
  }
  .logo-home-link {
    width: 21%;
    margin-left: 20px;
  }
  .logo-home-link.desktop {
    display: none;
  }
  .logo-home-link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .navbar {
    height: 80px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #166837;
  }
  .nav-menu {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    font-size: 22px;
    text-align: center;
  }
  .main-content-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dropdown {
    display: block;
    width: 100%;
    height: auto;
    border-right: 5px none transparent;
    border-left: 5px none transparent;
  }
  .dropdown:hover {
    border-right-color: #166837;
    border-left-color: #166837;
  }
  .dropdown-link {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
    text-align: center;
  }
  .dropdown-link:hover {
    color: #ebb70d;
  }
  .dropdown-link.w--current {
    color: #166837;
  }
  .dropdown-list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-list.w--open {
    padding-left: 0px;
    border-left-style: none;
    background-color: #f5f5f5;
  }
  .nested-dropdown-list {
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .nested-dropdown-list.w--open {
    padding-left: 0px;
  }
  .menu-button {
    margin-top: 8px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #ebb70d;
    font-size: 30px;
  }
  .menu-button.w--open {
    background-color: #ebb70d;
    color: #166837;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 22px;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-item {
    display: block;
  }
  .amsd-item.grid.team {
    width: 31%;
    margin-right: 40px;
    margin-left: 40px;
  }
  .amsd-item.grid.team.profile {
    width: 100%;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .amsd-item.grid.team.profile.category {
    margin-right: auto;
    margin-left: auto;
  }
  .amsd-image-link {
    margin-right: 0px;
  }
  .amsd-title-text-link.grid {
    text-align: center;
    display: block;
  }
  .amsd-title-text-link.grid.mobile {
    display: block;
  }
  .amsd-text-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-meta-text.grid {
    text-align: center;
  }
  .amsd-meta-text.grid.mobile {
    display: block;
    text-align: center;
  }
  .nav-container {
    width: 100%;
    height: 80px;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-button.grid.cms-btn.amsd-list-btn.mobile {
    display: none;
  }
  .cms-frontend {
    padding-top: 80px;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .dropdown-nav-link-text {
    font-size: 22px;
    text-transform: capitalize;
  }
  .content-container {
    width: 100%;
  }
  .content-container.footer {
    padding-right: 25px;
    padding-left: 25px;
  }
  .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%;
  }
  .top-nav-menu {
    display: none;
  }
  .nav-hover-menu {
    width: 100%;
    font-size: 22px;
  }
  .hover-effect {
    display: none;
  }
  .welcome-section {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .welcome-text-section {
    width: 100%;
  }
  .left-side-text {
    width: 100%;
    padding: 20px 60px 60px;
    text-align: center;
  }
  .welcome-image {
    position: relative;
    width: 100%;
  }
  .welcome-image.mobile {
    display: block;
  }
  .welcome-image.desktop {
    display: none;
  }

  .amsd-title-text-link.grid.desktop {
    display: none;
  }
  
  .offer-section {
    background-position: 0% 97%, 90% 80%;
    background-size: 42%, 32%;
  }
  .paragraph-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .offer-text-block {
    width: 100%;
    padding-right: 61px;
    padding-left: 61px;
    text-align: center;
  }
  .offer-text {
    width: 100%;
  }
  .feature-items-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-item-one {
    width: 100%;
    height: 340px;
  }
  .feature-item-second {
    width: 100%;
  }
  .feature-item-three {
    width: 100%;
    background-size: auto, cover;
  }
  .feature-item-three:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0)), url('../images/i-stock-9668555522x.png');
    background-image: linear-gradient(180deg, null, null), radial-gradient(circle farthest-corner at 50% 50%, rgba(0, 0, 0, 0.45), hsla(0, 0%, 87.8%, 0)), url('../images/i-stock-9668555522x.png');
    background-size: auto, auto, cover;
  }
  .feature-item-four {
    width: 100%;
  }
  .we-are-text-block.mobile {
    width: 100%;
  }
  .images-menu-section.mobile {
    width: 18%;
  }
  .menu-text-section-one.mobile {
    display: block;
    width: 78%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .menu-line-yellow.mobile.second {
    top: 150px;
  }
  .menu-three-icons.mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-line-yellow-two.mobile {
    width: 2px;
    height: 90px;
  }
  .menu-text-section-two.mobile {
    display: none;
    width: 78%;
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .menu-text-section-three.mobile {
    display: none;
    width: 78%;
    padding-top: 120px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-three-faces {
    display: none;
  }
  .menu-three-faces.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logos-slider-block {
    width: 100%;
  }
  .contact-us-section {
    display: none;
    height: auto;
  }
  .contact-us-section.mobile {
    position: static;
    display: block;
    height: auto;
    background-color: #f5f5f5;
  }
  .contact-us-section.get-in-touch {
    display: block;
    height: auto;
  }
  .contact-us-section.get-in-touch.desktop {
    display: none;
  }
  .background-map.mobile {
    position: static;
    height: 217px;
  }
  .get-in-touch-section {
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .get-in-touch-section.mobile {
    position: relative;
    height: 100%;
  }
  .footer-contact-section {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-contact-section.mobile {
    position: relative;
    top: auto;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .map-ligther.get-in-touch {
    position: absolute;
    top: 0px;
    height: 100%;
  }
  .map-ligther.get-in-touch.mobile {
    position: relative;
    display: none;
  }
  .contact-second-column {
    width: 100%;
    margin-top: 57px;
    margin-left: 0px;
  }
  .contact-second-column.get-in-touch {
    width: 100%;
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
  }
  .contact-logo.get-in-touch {
    width: 65%;
    margin-top: 29px;
    margin-left: 0px;
  }
  .contact-info-section {
    position: static;
  }
  .contact-info-section.get-in-touch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-box {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }
  .info-box.get-in-touch {
    width: 50%;
    text-align: left;
  }
  .paragraph-5 {
    text-align: left;
  }
  .paragraph-5.phone-link {
    color: #fff;
  }
  .bottom-sign {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .div-block-2 {
    margin-left: 185px;
  }
  .top-info {
    display: none;
  }
  .paragraph-7 {
    display: none;
  }
  .social-media-top {
    display: none;
  }
  .image-4 {
    position: static;
    margin-bottom: 20px;
    padding-right: 140px;
    padding-left: 140px;
  }
  .map-section-mobile {
    height: 217px;
  }
  .map-mobile {
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .banner-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-one {
    width: 100%;
    height: auto;
  }
  .image-half {
    width: 100%;
  }
  .text-half {
    width: 100%;
    padding-right: 0px;
  }
  .team-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .team-email-link {
    text-align: center;
  }
  .team-title.profile {
    text-align: center;
  }
  .profile-amsd-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-text-block {
    width: 100%;
  }
  .profile-text-block.category {
    width: 100%;
  }
  .back-button {
    text-align: center;
  }
  .mobile-title-profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .partners-item {
    width: 30%;
    margin-right: 40px;
    margin-left: 40px;
  }
  .category-dropdown {
    width: 40%;
  }
  .category-dropdown-2.desktop {
    width: 35%;
  }
  .categories-items-section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-items {
    width: 306px;
    margin-right: 24px;
    margin-left: 24px;
  }
  .category-items.last {
    width: 40%;
    margin-right: 30px;
  }
  .amsd-list-title {
    text-align: left;
  }
  .amsd-list-description {
    text-align: left;
  }
  .amsd-image-link-2 {
    margin-right: 0px;
  }
  .amsd-image-link-2.amsd-list {
    width: 35%;
    height: 222px;
  }
  .amsd-list-subtitle {
    text-align: left;
  }
  .amsd-list-wrapper {
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-left: 20px;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .amsd-item-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-section-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block {
    width: 100%;
  }
  .facilities-block {
    -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;
  }
  .facilities-item {
    width: 306px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .facilities-image {
    width: 306px;
  }
  .small-images-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 30px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-thumbnail-tab {
    width: 80px;
    height: 80px;
  }
  .image-thumbnail-tab.w--current {
    width: 80px;
    height: 80px;
  }
  .tabs-content {
    width: 100%;
  }
  .facility-album {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-get-in-touch {
    display: block;
  }

  .addendum-accordion-dropdown-arrow-icon {
    flex: 0 auto;
  }

  .addendum-c2a-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .addendum-c2a-heading {
    font-size: 40px;
    line-height: 48px;
  }

  .addendum-c2a-subheading {
    font-size: 20px;
    line-height: 28px;
  }

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

@media (max-width: 767px) {
  .amsd-team {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
    padding: 0px;
  }
  .category-items.news {
    width: 100%;
  }
  .amsd-image-link.grid {
    width: 100%;
    height: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-line-yellow-last.mobile {
    bottom: 10px;
  }
  .circle-two-yellow.mobile {
    top: auto;
    bottom: 0px;
  }
  .subheader.category {
    display: block;
    text-align: center;
  }
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-section {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .logo-home-link {
    padding-left: 0px;
  }
  .logo-home-link.mobile {
    width: 27%;
    margin-left: 20px;
  }
  .nav-menu {
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .cybernautic-tag {
    display: block;
  }
  .menu-button {
    margin-right: 0px;
  }
  .menu-button.w--open {
    margin-right: 20px;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .input-field.text-area-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .amsd-item {
    text-align: center;
  }
  .amsd-item.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item.grid.team {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;  
  }
  .amsd-item.grid.team.profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amsd-item.grid.team.profile.category {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .amsd-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-text-wrapper.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-meta-text {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .amsd-list.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: block;
    font-size: 24px;
    line-height: 30px;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .day.empty {
    display: none;
  }
  .event-link {
    margin-top: 20px;
    float: left;
    clear: both;
  }
  .hidden-day-of-the-week {
    display: inline;
  }
  .nav-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-button.grid.cms-btn.marketing {
    float: none;
  }
  .amsd-button.grid.cms-btn.amsd-list-btn {
    display: none;
  }
  .amsd-button.grid.cms-btn.amsd-list-btn.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-info-wrapper {
    margin-bottom: 25px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .slide-content-outer-wrapper {
    height: 590%;
    min-height: 590px;
  }
  .slide-text-large {
    font-size: 34px;
    line-height: 36px;
  }
  .featured-item {
    width: 100%;
  }
  .calendar-select-form {
    width: 300px;
  }
  .half {
    width: 100%;
  }
  .third {
    width: 100%;
  }
  .quarter {
    width: 100%;
  }
  .form-input.half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.third {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.quarter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.position-applying-for {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.resume-upload {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.signiture {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.date-signed {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.quarter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.third {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .application-form-progress-wrapper {
    margin-top: 45px;
  }
  .application-form-progress-wrapper.bottom {
    margin-top: 45px;
  }
  .application-form-progress-line {
    top: 2px;
    width: 1px;
    height: 98%;
    margin-top: 0px;
    margin-left: -62px;
  }
  .application-progress-step {
    position: relative;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin: 25px auto 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .application-progress-text {
    margin-bottom: 0px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .amsd-category-wrapper.grid {
    display: block;
    text-align: center;
  }
  .amsd-category-title {
    font-size: 32px;
    line-height: 36px;
  }
  .heading {
    font-size: 34px;
    line-height: 40px;
    letter-spacing: -0.85px;
  }
  .welcome-image.mobile {
    display: block;
  }
  .welcome-image.desktop {
    display: none;
  }
  .heading-3 {
    font-size: 34px;
    letter-spacing: -0.85px;
  }
  .heading-4.mobile {
    font-size: 34px;
    letter-spacing: -0.85px;
  }
  .contact-us-section.get-in-touch {
    height: auto;
  }
  .background-map {
    height: 510px;
  }
  .footer-contact-section {
    height: 510px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .get-in-touch-title {
    font-size: 34px;
    letter-spacing: -0.85px;
  }
  .map-ligther.get-in-touch {
    height: 510px;
  }
  .contact-logo.get-in-touch {
    width: 50%;
  }
  .info-box.get-in-touch {
    width: 100%;
    text-align: left;
  }
  .image-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .partners-item {
    width: 50%;
  }
  .heading-10.category {
    text-align: center;
  }
  .paragraph-14.category {
    text-align: center;
  }
  .amsd-category-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .section-title {
    margin-bottom: 15px;
  }
  .category-dropdown {
    width: 100%;
    margin-top: 0px;
    text-align: center;
  }
  .category-dropdown-2 {
    float: left;
  }
  .category-dropdown-2.desktop {
    display: none;
  }
  .category-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .category-items.last {
    margin-right: 30px;
  }
  .category-wrapper {
    margin-top: 0px;
    text-align: center;
  }
  .amsd-list-title {
    float: none;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
  .amsd-list-description {
    text-align: left;
  }
  .amsd-text-hide {
    height: 189px;
  }
  .amsd-image-link-2.amsd-list {
    width: 55%;
  }
  .amsd-list-subtitle {
    float: none;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }
  .amsd-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    margin-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .amsd-item-block {
    text-align: center;
  }
  .amsd-item-block.amsd-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-block {
    padding-right: 15px;
    padding-left: 15px;
  }
  .small-images-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .image-thumbnail-tab {
    width: 80px;
    height: 75px;
  }
  .image-thumbnail-tab.w--current {
    width: 80px;
    height: 75px;
  }
  .tabs-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 479px) {
  .options-label {
    margin-top: 3px;
  }
  .news-title-header {
    text-align: left;
  }
  .lightbox-link {
    width: 95px;
    height: 95px;
    margin-right: 6px;
    margin-left: 6px;
  }
  #logos .logos-wrap ul li {
    width: 10%;
  }
  .cms-btn.cms-btn-secondary {
    margin-left: 0px;
  }
  .cms-btn.cms-btn-secondary.second {
    margin-left: 0px;
  }
  .nav-link {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-link:hover {
    border-right-style: solid;
    border-right-color: #166837;
    border-left-color: #166837;
  }
  .nav-link.w--current {
    border-top: 0px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid #166837;
  }
  .nav-link.dropdown-nav-link {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .nav-link.dropdown-nav-link:hover {
    border-right-color: #166837;
    border-left-color: #166837;
  }
  .logo-home-link.mobile {
    width: 40%;
  }
  .nav-menu {
    padding-top: 15px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-content-section.profile {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .dropdown {
    border-right-style: none;
    border-left-style: none;
  }
  .dropdown:hover {
    border-right-style: none;
    border-left-style: none;
  }
  .dropdown-link {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  .dropdown-link:hover {
    border-right-color: #166837;
    border-left-color: #166837;
  }
  .dropdown-list.w--open {
    border-left-width: 0px;
  }
  .menu-button.w--open {
    margin-right: 1px;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-item.grid.team.profile.category {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .amsd-image.grid {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }
  .amsd-image-link.grid.profile.category {
    width: 90%;
  }
  .nav-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .content-container.footer {
    height: 70px;
  }
  .slide-content-outer-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .slide-text-large {
    margin-bottom: 30px;
  }
  .amsd-category-wrapper {
    padding: 30px 15px;
  }
  .font-awesome-solid-icon.amsd-list {
    margin-top: -2px;
  }
  .slide-content-inner-wrapper {
    width: 90%;
  }
  .left-side-text {
    padding-right: 41px;
    padding-left: 41px;
  }
  .welcome-image.desktop {
    display: none;
  }
  .offer-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url('../images/vector-smart-object_23x.png');
    background-position: 95% 95%;
    background-size: 65%;
    background-repeat: no-repeat;
  }
  .offer-text-block {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .green-bg {
    padding: 12px;
  }
  .feature-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .feature-item-hover-text {
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .feature-item-hover-text.second {
    display: none;
    width: 100%;
  }
  .heading-4.mobile {
    margin-top: -25px;
    margin-bottom: 25px;
  }
  .images-menu-section.mobile {
    margin-left: 25px;
  }
  .menu-text-section-one.mobile {
    display: block;
    width: 60%;
    margin-left: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .heading-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .menu-text-section-two.mobile {
    width: 58%;
    margin-left: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .menu-text-section-three.mobile {
    display: none;
    width: 58%;
    margin-left: 26px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .logos-slider-block {
    height: 165px;
  }
  .slider-2 {
    overflow: hidden;
    height: 140px;
  }
  .slide-nav-2 {
    height: auto;
    padding-top: 5px;
  }
  .logos-content {
    width: 50%;
    padding: 20px;
  }
  .contact-us-section.get-in-touch.mobile {
    float: left;
  }
  .background-map.mobile {
    position: relative;
    display: block;
    float: none;
    clear: left;
  }
  .footer-contact-section {
    height: 508px;
  }
  .map-ligther.get-in-touch.mobile {
    position: static;
    top: auto;
    display: none;
    height: 100%;
    float: left;
  }
  .contact-second-column.get-in-touch {
    width: 100%;
  }
  .contact-logo {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .contact-logo.get-in-touch {
    width: 80%;
    margin-left: auto;
  }
  .contact-info-section {
    margin-top: 20px;
    padding: 20px 30px;
  }
  .info-box {
    width: 100%;
  }
  .bottom-sign {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-2 {
    margin-left: 0px;
  }
  .image-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .mask {
    height: 196px;
  }
  .list-item-7 {
    padding-left: 15px;
  }
  .alpha-list {
    margin-left: 34px;
    padding-left: 20px;
  }
  .list {
    padding-left: 20px;
  }
  .list-section {
    text-align: left;
  }
  .list-number {
    padding-left: 20px;
  }
  .paragraph-12.second-line {
    margin-top: 0px;
    clear: left;
  }
  .paragraph-13 {
    clear: left;
  }
  .paragraph-13.second-line {
    margin-top: 0px;
    clear: left;
  }
  .profile-amsd-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .profile-text-block {
    width: 100%;
  }
  .partners-item {
    width: 90%;
  }
  .category-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 306px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .news-title.profile {
    width: 100%;
  }
  .amsd-text-hide {
    height: 140px;
    text-align: center;
  }
  .amsd-image-link-2 {
    width: 90%;
    height: 200px;
  }
  .amsd-image-link-2.amsd-list {
    width: 100%;
  }
  .amsd-item-block {
    margin-top: 20px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-item-block.amsd-list {
    padding-right: 30px;
    padding-left: 30px;
  }
  .form-block {
    padding-right: 6px;
    padding-left: 6px;
  }
  .small-images-section {
    margin-top: 30px;
  }
  .facility-album {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .tabs-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tab-menu-form {
    padding: 10px 5px;
  }
  
  .addendum-accordion-dropdown-toggle {
    padding: 20px 20px 24px;
    font-size: 18px;
    line-height: 24px;
  }

  .addendum-accordion-dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .addendum-photo-album-wrapper {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    left: auto;
  }

  .addendum-c2a-heading {
    font-size: 32px;
    line-height: 36px;
  }

  .addendum-c2a-subheading {
    font-size: 18px;
    line-height: 24px;
  }

  .addendum-gallery-image {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}