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

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

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

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

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

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marydale, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Marydale, sans-serif;
  font-size: 42px;
  line-height: 42px;
  font-weight: 400;
}

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

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

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

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

p {
  margin-bottom: 0px;
}

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

a:hover {
  color: #36b3e5;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: none;
}

.dropdown:focus {
  outline: none;
}
.w-dropdown-toggle:focus {
  outline: none;
}
.nav-link:focus {
  outline: none;
}
.dropdown-nav-link:focus {
  outline: none;
}
.nav-link.dropdown-nav-link.secondary:focus {
  outline: none;
}
.dropdown-link.secondary:focus {
  outline: none;
}

.cms-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 15px 30px;
  border-radius: 200px;
  background-color: #34ab1e;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #34ab1e), to(#9ed35a));
  background-image: linear-gradient(90deg, #34ab1e 50%, #9ed35a);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -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;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

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

.cms-btn.cms-btn-secondary {
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
}

.cms-btn.cms-btn-secondary.featured-button {
  -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;
}

.cms-btn.cms-btn-secondary.featured-button:hover {
  border-radius: 200px;
}

.cms-btn.cms-btn-secondary.open-account {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

.cms-btn.cms-btn-secondary.header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

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

.cms-btn.slide-button {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 200px;
}

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

.cms-btn.cms-btn-tertiary {
  background-color: #fc9e49;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fc9e49), to(#edb02e));
  background-image: linear-gradient(90deg, #fc9e49 50%, #edb02e);
}

.cms-btn.side-by-side {
  margin-right: 15px;
  margin-left: 15px;
}

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

.cms-btn.test {
  width: 347px;
  height: 50px;
}

.cms-btn.cms-btn-quaternary {
  background-color: #c70f27;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c70f27), to(#ff0631));
  background-image: linear-gradient(90deg, #c70f27 50%, #ff0631);
}

.cms-btn.cms-btn-secondary-third {
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
}

.cms-btn.cms-btn-secondary-third.open-account {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

.cms-btn.cms-btn-secondary-third.header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

.cms-btn.cms-btn-third {
  margin-right: 0px;
  margin-left: 1%;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

.footer-section {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: #c70f27;
  background-image: linear-gradient(135deg, #c70f27 50%, #ea0029);
  height: 225px;
}

.footer-section.sticky {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

.footer-spacer {
	display: block;
	width: 100%;
	height: 0px;
}

.footer-spacer.sticky {
	height: 225px;
}


.default-nav-link {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 15px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #231f20;
  line-height: 20px;
}

.default-nav-link:hover {
  box-shadow: 0 2px 0 0 #0084c9;
  color: #231f20;
  text-decoration: none;
}

.default-nav-link.w--current {
  box-shadow: 0 2px 0 0 #fc9e49;
  color: #231f20;
}

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

.default-nav-link.scrolled {
  color: #231f20;
}

.default-nav-link.last {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 200px;
  background-color: #34ab1e;
  background-image: -webkit-gradient(linear, left top, right top, from(#34ab1e), to(#9ed35a));
  background-image: linear-gradient(90deg, #34ab1e, #9ed35a);
  color: #fff;
}

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

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

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 99999;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  width: 100%;
  height: 110px;
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 80px;
  /*-webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;*/
  background-color: #fff;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: height 400ms ease;
  transition: height 400ms ease;
  padding-top:3px;
}

.navbar.scrolled {
  height: 90px;
}

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

.main-content-section {
  padding: 60px 30px;
}

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

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

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

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

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

.title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Century gothic', sans-serif;
  font-size: 50px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

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

.footer-social-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 30px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #231f20;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-social-link:hover {
  color: #231f20;
}

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

.footer-social-link.red {
  color: #ea0029;
}

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

.cybernautic-tag {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  width: 150px;
  max-width: 100%;
  margin-top: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
}

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

.default-dropdown.nested {
  display: block;
}

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

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

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

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

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

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

.gallery-image {
  display: inline-block;
  overflow: hidden;
  width: 31%;
  height: 228px;
  margin-right: 10px;
  margin-bottom: 30px;
  margin-left: 15px;
  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-top: 10px;
  margin-bottom: 0px;
}

.cms-contact-form.open-account {
  width: 80%;
}

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

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

.input-field.text-area-input {
  min-height: 100px;
  padding-top: 14px;
  border-radius: 20px;
  line-height: 15px;
}

.input-field.select-input.category {
  border-radius: 200px;
}

.input-field.options-input {
  width: auto;
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px 7px 28px;
  border: 1px solid transparent;
  background-color: transparent;
  margin-right: 5px;
  border: 1px solid transparent;
}

.options-label.large {
  font-size: 15px;
}
.input-field.options-input.full-width {
  width: 100%;;
}

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

.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;
  max-width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.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 solid #e0e0e0;
  background-color: #fff;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 302px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 6px;
  margin-left: 6px;
  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.list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-radius: 4px;
}

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

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

.amsd-image.list {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: 4px;
}

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

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

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

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

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

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

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

.amsd-text-wrapper.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 100%;
  margin-right: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.amsd-description-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
  line-height: 20px;
}

.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 {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 18px;
  line-height: 22px;
}

.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 {
  display: block;
  width: 100%;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.amsd-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 15px 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 32px;
  line-height: 36px;
  cursor: pointer;
}

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

.amsd-dropdown-toggle.w--open {
  padding-right: 20px;
  padding-bottom: 15px;
  padding-left: 20px;
}

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

.amsd-dropdown-list.w--open {
  padding: 25px;
  background-color: #fff;
}

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

.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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  -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;
}

.input-options-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-left: 0px;
  float: none;
  -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;
  border-radius: 6px;
}

.input-options-group.centered-checkbox {
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-options-group.form-invalid {
  background-color: #fcc0c0;
}


.form-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  margin-top: 5px;
  width: 100%;
}

.form-label.extra-space-above {
  margin-top: 10px;
}

.form-label.extra-space-below {
  margin-bottom: 15px;
}

.form-label.large {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  margin-bottom: 25px;
}

.form-label.large.signature {
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.amsd-button.cms-btn {
  margin-top: 10px;
}

.amsd-button.grid.cms-btn {
  margin-top: 30px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
}

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

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

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

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

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

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

.slide {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/iStock-1132024133.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/iStock-1132024133.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

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

.slide._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/iStock-1130455930.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/iStock-1130455930.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.slide._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/IMG_8816.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/IMG_8816.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, 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 {
  overflow: visible;
  height: 100%;
  font-family: 'Century gothic', sans-serif;
  color: #231f20;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.cms-frontend.interiors {
  padding-top: 150px;
}

.lightbox-window {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99999;
  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: 230px;
  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;
  border-radius: 4px;
}

.lightbox-content-box.small {
  width: 600px;
  max-width: 90%;
}

.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: #c70f27;
  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 {
  position: relative;
  display: block;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 51px 50px;
  border-radius: 200px;
  background-color: #595959;
  background-image: linear-gradient(155deg, #0084c9, #1495d3 58%, #36b3e5);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
}

.second-color {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #fc9e49;
}

.amsd-dropdown-arrow-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  font-size: 22px;
}

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

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

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

.required-small-text {
  font-style: italic;
  font-size: 12px;
  font-weight: 400;
}

.explainer-small-text {
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-top: 5px;
  font-weight: 400;
}

.explainer-small-text.full-width {
  width: 100%;
}

.disclaimer-text {
  font-style: italic;
  font-size: 13px;
  display: block;
  margin-top: -10px;
  font-weight: 400;
  margin-bottom: 5px;
  width: 100%;
}

.explainer-large-text {
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: -18px;
  margin-bottom: 15px;
}

.explainer-large-text.full-width {
  width: 100%;
}

.input-wrapper {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

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

.slide-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  padding: 70px 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

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

.slide-text-large {
  width: 100%;
  margin-bottom: 15px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
  font-weight: 400;
  text-align: center;
}

.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: 'Century gothic', sans-serif;
  color: #231f20;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}

.featured-section {
  position: relative;
  z-index: 19;
  display: block;
  max-width: 100%;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f5f5f5;
}

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

.featured-image-link {
  position: relative;
  border-radius: 300px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.slider-section {
  background-image: url('../images/IMG_8818.JPG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-image-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  max-width: 100%;
  padding-bottom: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 300px;
  background-color: #fff;
}

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

.featured-image-wrapper._2 {
  background-image: url('../images/piggy-bank.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

.featured-title-text-link {
  display: inline-block;
  color: #0084c9;
  font-size: 24px;
  line-height: 28px;
}

.featured-title-text-link.green {
  color: #34ab1e;
}

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

.featured-title-text-link.red {
  color: #c70f27;
}

.logo-image {
  width: 117px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.logo-image.scrolled {
  width: 96px;
}

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

.half {
  width: 49.5%;
}

.third {
  width: 32.66%;
}

.quarter {
  width: 24.25%;
}

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

.form-input.half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  -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-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

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

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

.form-input.position-applying-for {
  display: block;
  width: 49.5%;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.application-buttons {
  margin-top: 15px;
  text-align: center;
}

.form-input.resume-upload {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.form-input.signiture {
  display: block;
  width: 49.5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.date-signed {
  display: block;
  width: 49.5%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-basis: 49.5%;
  -ms-flex-preferred-size: 49.5%;
  flex-basis: 49.5%;
}

.form-input.centered-checkbox {
  text-align: center;
}

.form-input.four {
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
}

.form-input.select-option {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-input.second {
  -webkit-flex-basis: 66.3%;
  -ms-flex-preferred-size: 66.3%;
  flex-basis: 66.3%;
}

.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.white {
  background-color: white;
  border-radius: 10px;
  border: 1px solid transparent;
}

.form-section.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-code {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

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

.slide-content-inner-wrapper {
  width: 940px;
  max-width: 100%;
  padding: 30px 30px 45px;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.7);
  text-align: center;
}

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

.new-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 0px;
  border-radius: 200px;
  background-color: #333;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  line-height: 30px;
}

.title-section {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.title-content-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  padding: 20px 80px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
/*  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(50, 49, 65, 0.25), rgba(50, 49, 65, 0.3));*/
}

.title-content-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  -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;
  color: #fff;
  text-align: center;
}

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

.video-background-wrapper-outer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #9b9b9b;
  background-image: url('../images/bannerImage.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

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

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

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

.homepage-banner-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 100%;
  min-height: 700px;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fallback-image {
  z-index: -2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage-banner-content-outer-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  min-height: 350px;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.homepage-banner-content-inner-wrapper {
  display: block;
  width: 1220px;
  max-width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  text-align: left;
}

.homepage-banner-heading {
  display: inline-block;
  width: 100%;
  font-family: Marydale, sans-serif;
  color: #fff;
  font-size: 70px;
  line-height: 76px;
  font-weight: 700;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.1);
}

.homepage-banner-dropdown-wrapper-inner {
  position: relative;
  z-index: 3;
  height: 58px;
  border-radius: 200px;
}

.homepage-banner-text-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.homepage-banner-text-wrapper {
  display: inline-block;
}

.cms-btn-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.cms-btn-arrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: -2px;
  margin-left: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 17px;
}

.homepage-banner-dropdown-wrapper-outer {
  position: relative;
  display: inline-block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 200px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.homepage-banner-dropdown-blur {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.25)), to(hsla(0, 0%, 100%, 0.25)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.25), hsla(0, 0%, 100%, 0.25));
}

.homepage-banner-dropdown-blur:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.65)), to(hsla(0, 0%, 100%, 0.65)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.65), hsla(0, 0%, 100%, 0.65));
}

.navbar-triangles-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.homepage-banner-bottom-shape-circle {
  position: absolute;
  top: 100%;
  right: 100%;
  width: 300px;
  height: 300px;
  margin-top: -200px;
  margin-right: -214px;
  border-radius: 200000px;
  background-color: #fff;
}

.homepage-banner-bottom-shape-inner {
  padding-bottom: 100%;
}

.homepage-banner-bottom-shape-right {
  position: absolute;
  left: 50vw;
  top: 100%;
  width: 50vw;
  height: 120px;
  margin-top: -120px;
  border-top: 100px solid transparent;
  border-right: 50vw solid #fff;
}

.banner-dropdown-gradient-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  border-radius: 200px;
  background-image: -webkit-gradient(linear, left top, right top, from(#36b3e5), to(#0084c9));
  background-image: linear-gradient(90deg, #36b3e5, #0084c9);
  opacity: 0;
}

.banner-dropdown-white-border {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  border-radius: 200px;
  background-color: #fff;
}

.homepage-banner-dropdown-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  width: 62px;
  height: 62px;
  margin-top: -31px;
  margin-right: -4px;
  border-radius: 200px;
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 62px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.homepage-banner-dropdown-icon:hover {
  color: #fff;
}

.homepage-banner-dropdown {
  width: 100%;
}

.homepage-banner-dropdown-text-spacer-wrapper {
  position: absolute;
  z-index: 10;
  height: 58px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.homepage-banner-dropdown-text-spacer-wrapper:hover {
  color: #231f20;
}

.homepage-banner-dropdown-text-spacer-wrapper.hover {
  background-color: hsla(0, 0%, 100%, 0.65);
}

.homepage-banner-bottom-shape-left {
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  width: 50vw;
  height: 140px;
  margin-top: -140px;
  border-top: 120px solid transparent;
  border-left: 100vw solid #fff;
}

.featured-section-divider {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -1;
  display: block;
  width: 150vw;
  height: 10px;
  margin-top: -120px;
  margin-left: -75vw;
  background-color: #fc9e49;
  background-image: linear-gradient(135deg, #fc9e49, #edb02e);
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.15);
  opacity: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.featured-section-divider.top {
  top: 0px;
  bottom: auto;
  z-index: -1;
  margin-top: -162px;
  margin-bottom: 0px;
}

.featured-section-bg-cover {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -2;
  display: block;
  width: 150vw;
  margin-top: -119px;
  margin-left: -75vw;
  background-color: #f5f5f5;
  opacity: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.featured-section-bg-cover.top {
  top: 0px;
  bottom: auto;
  z-index: -2;
  margin-top: -158px;
  margin-bottom: 0px;
}

.blank {
  display: inline-block;
  width: 75px;
  margin-right: 5px;
  margin-left: 5px;
  border-bottom: 2px solid #ea0029;
}

.homepage-banner-dropdown-text-spacer {
  display: inline-block;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0);
  font-size: 17px;
  line-height: 24px;
}

.homepage-banner-text-dropdown {
  float: left;
}

.homepage-banner-text-dropdown-toggle {
  height: 54px;
  padding: 12px 78px 13px 32px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #231f20;
  font-size: 20px;
  line-height: 28px;
}

.homepage-banner-text-dropdown-toggle:hover {
  color: #231f20;
}

.homepage-banner-text-dropdown-toggle.hover {
  color: #0084c9;
}

.homepage-banner-text-dropdown-icon {
  margin-right: 0px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #ea0029;
  font-size: 18px;
}

.homepage-banner-text-dropdown-list {
  z-index: 999;
  display: block;
  margin-top: -2px;
  padding-top: 28px;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, -200px) scale(0.01);
  -ms-transform: translate(0px, -200px) scale(0.01);
  transform: translate(0px, -200px) scale(0.01);
  -webkit-transition: opacity 200ms ease, -webkit-transform 600ms ease;
  transition: opacity 200ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, opacity 200ms ease;
  transition: transform 600ms ease, opacity 200ms ease, -webkit-transform 600ms ease;
}

.homepage-banner-text-dropdown-link {
  position: relative;
  display: block;
  max-width: none;
  padding: 15px 20px 15px 22px;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #231f20;
  font-size: 15px;
  line-height: 20px;
  text-align: left;
}

.homepage-banner-text-dropdown-link:hover {
  background-color: #f5f5f5;
  color: #231f20;
}

.homepage-banner-text-dropdown-link.first {
  padding-top: 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.homepage-banner-text-dropdown-link.last {
  padding-bottom: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.homepage-banner-text-dropdown-link.hidden {
  color: transparent;
}

.homepage-banner-text-dropdown-links-wrapper {
  padding-top: 8px;
  padding-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
}

.homepage-banner-dropdown-icon-arrow {
  position: relative;
  top: -1px;
  z-index: 2;
  color: #fff;
}

.featured-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-top: -290px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 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-image-border {
  position: absolute;
  left: 5px;
  top: 5px;
  right: 0px;
  bottom: 0px;
  margin-right: -3px;
  margin-bottom: -3px;
  border-radius: 300px;
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, from(#0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9, #36b3e5);
}

.featured-image-border.red {
  background-color: #c70f27;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff0631), to(#c70f27));
  background-image: linear-gradient(90deg, #ff0631, #c70f27);
}

.featured-image-border.green {
  background-image: -webkit-gradient(linear, left top, right top, from(#34ab1e), to(#9ed35a));
  background-image: linear-gradient(90deg, #34ab1e, #9ed35a);
}

.dropdown-links-blur {
  display: block;
  width: auto;
  max-width: none;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.03);
}

.dropdown-links-blur.hidden {
  display: none;
}

.full-width-photo-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 250px;
  -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: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.85)), to(hsla(0, 0%, 100%, 0.85))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.85), hsla(0, 0%, 100%, 0.85)), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.promotion-section-inner {
  position: relative;
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #fff;
}

.nested-dropdown-list {
  position: relative;
  left: 0px;
  display: block;
  overflow: hidden;
  margin-top: -2px;
  padding-bottom: 10px;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nested-dropdown-list.double-nested {
  display: none;
  padding-bottom: 8px;
}

.nested-dropdown-list.double-nested.w--open {
  display: block;
}

.dropdown-list-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-bottom: -61px;
  margin-left: -15px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  -webkit-transition: margin 400ms ease;
  transition: margin 400ms ease;
}

.dropdown-list-arrow.secondary {
  margin-bottom: -29px;
  border-bottom-color: #36b3e5;
}

.dropdown-list-arrow.secondary.last {
  border-bottom-color: #0084c9;
}

.dropdown-list-arrow.secondary.scrolled {
  margin-bottom: -29px;
}

.dropdown-list-arrow.scrolled {
  margin-bottom: -46px;
}

.dropdown-list-arrow.open {
  display: block;
}

.double-nested-dropdown-nav-link-text {
  display: inline-block;
}

.nested-dropdown-list-arrow {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: none;
  width: 10px;
  height: 30px;
  margin-top: 6px;
  margin-right: -13px;
  margin-left: 0px;
  border-style: solid none solid solid;
  border-width: 15px;
  border-color: transparent #004b8d;
}

.nested-dropdown-arrow {
  position: relative;
  display: none;
  margin-right: 0px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #ea0029;
  font-size: 11px;
}

.nested-dropdown-arrow.double-nested {
  display: inline-block;
}

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

.dropdown.nested {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  box-shadow: inset -1px 0 0 0 #ebebeb;
}

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

.dropdown.secondary {
  margin-right: 10px;
  margin-left: 10px;
}

.nav-link {
  position: relative;
  display: inline-block;
  margin-right: 1%;
  margin-left: 1%;
  padding: 10px 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #231f20;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.nav-link:hover {
  box-shadow: 0 2px 0 0 #ea0029;
  color: #231f20;
  text-decoration: none;
  outline: 0;
}

.nav-link:focus {
  box-shadow: none;
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

.nav-link.w--current {
  box-shadow: 0 3px 0 -1px #5f2581;
  color: #333;
}

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

.nav-link.dropdown-nav-link.w--open {
  box-shadow: inset 0 -2px 0 0 #ea0029;
}

.nav-link.dropdown-nav-link.secondary {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link.dropdown-nav-link.last {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.nav-link.last {
  overflow: hidden;
  margin-right: 0px;
  padding: 13px 20px 14px;
  border-radius: 200px;
  background-color: #c70f27;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c70f27), to(#ea0029));
  background-image: linear-gradient(90deg, #c70f27 50%, #ea0029);
  color: #fff;
  line-height: 20px;
}

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

.nav-link.secondary {
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0px 10px;
  color: #fff;
  font-size: 13px;
  line-height: 40px;
}

.nav-link.secondary:hover,
.nav-link.secondary.w--current {
  box-shadow: inset 0 2px 0 0 #fc9e49;
  color: #fff;
}

.nav-link.secondary.w--open {
  box-shadow: inset 0 2px 0 0 #fc9e49;
}

.nav-link.last-one {
  overflow: hidden;
  margin-right: 0px;
  margin-left: 0px;
  padding: 13px 25px 14px;
  border-radius: 200px;
  background-color: #c70f27;
  background-image: linear-gradient(117deg, #f88d2a 50%, #edb02e);
  color: #fff;
  line-height: 20px;
}

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

.dropdown-links-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dropdown-links-wrapper-inner.horizontal-dropdown {
  padding: 20px 20px 25px 10px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.dropdown-links-wrapper-inner.online-banking {
  padding: 5px 20px 15px;
}

.dropdown-list {
  width: auto;
  padding-top: 60px;
  background-color: transparent;
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
  text-align: center;
}

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

.dropdown-list.open {
  display: block;
}

.dropdown-list.secondary {
  padding-top: 28px;
}

.dropdown-list.secondary.scrolled {
  padding-top: 28px;
}

.dropdown-list.last {
  right: 0px;
  width:180%;
}

.dropdown-list.scrolled {
  padding-top: 45px;
}

.dropdown-link {
  display: block;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 13px 12px 15px;
  -webkit-transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  transition: opacity 200ms ease, background-color 200ms ease, color 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-decoration: none;
}

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

.dropdown-link:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

.dropdown-link.nested:focus {
  outline-offset: -1px;
}

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

.dropdown-link.w--open {
  color: #5f2581;
}

.dropdown-link.nested {
  height: auto;
  /* min-width: 200px; */
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 23px;
  box-shadow: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.dropdown-link.nested:hover {
  color: #0084c9;
}

.dropdown-link.nested.w--current {
  color: #004b8d;
}

.dropdown-link.nested.w--open {
  color: #0084c9;
}

.dropdown-link.nested.double-nested {
  padding-left: 33px;
}

.dropdown-link.secondary {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-top: 1px;
  padding-bottom: 1px;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.dropdown-link.secondary:hover,
.dropdown-link.secondary.w--current {
  opacity: 0.8;
}

.dropdown-link.online-banking-learn-more {
  padding-top: 4px;
  color: #231f20;
  text-align: center;
}

.dropdown-link.online-banking-learn-more:hover {
  color: #0084c9;
}

.nested-dropdown-nav-link-text {
  display: inline-block;
  padding-left: 8px;
  font-family: Marydale, sans-serif;
  color: #0084c9;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.nested-dropdown-nav-link-text.green {
  color: #34ab1e;
}

.nested-dropdown-nav-link-text.orange {
  color: #fc9e49;
}

.dropdown-content-button-divider {
  width: 100%;
  margin-bottom: 20px;
}

.dropdown-content-button-icon {
  display: inline-block;
  margin-right: 4px;
  margin-left: -2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 13px;
}

.dropdown-links-wrapper-outer {
  position: relative;
  left: -10px;
  display: block;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.03);
}

.dropdown-links-wrapper-outer.center {
  margin-left: -38%;
}

.dropdown-links-wrapper-outer.horizontal-dropdown {
  position: relative;
  left: -150px;
  overflow: hidden;
}

.dropdown-links-wrapper-outer.secondary {
  background-color: #36b3e5;
}

.dropdown-links-wrapper-outer.secondary.last {
  background-color: #0084c9;
}

.dropdown-links-wrapper-outer.last {
  left: 0px;
}

.nav-link-dropdown-arrow {
  position: relative;
  display: none;
  margin-right: 0px;
  margin-left: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #ea0029;
  font-size: 12px;
  letter-spacing: 0px;
}

.dropdown-content-button {
  display: block;
  width: auto;
  min-width: 150px;
  padding: 10px 15px 11px;
  -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: #5f2581;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.dropdown-content-button:hover {
  color: #fff;
}

.dropdown-content-wrapper-inner {
  position: relative;
  width: auto;
  min-height: 100%;
  padding: 30px;
}

.dropdown-nav-link-text {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.dropdown-links-blur-text-wrapper {
  position: absolute;
}

.homepage-banner-dropdown-blur-wrapper {
  position: absolute;
  width: 50vw;
}

.homepage-banner-text-dropdown-links-hidden {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  max-width: none;
  padding-top: 8px;
  padding-bottom: 10px;
  border: 2px solid transparent;
  border-radius: 4px;
}

.homepage-banner-text-dropdown-spacer {
  display: inline-block;
  width: 171.359375px;
}

.homepage-banner-text-dropdown-wrapper {
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px 15px 37px;
  border: 2px solid transparent;
  border-radius: 200px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  color: #fff;
}

.homepage-banner-dropdown-text {
  position: relative;
  z-index: 3;
  display: inline-block;
  height: 58px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 37px;
  float: left;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #fff;
  font-size: 17px;
  line-height: 24px;
}

.homepage-banner-dropdown-text.hover {
  color: #231f20;
}

.last-nav-link-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

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

.search-dropdown-list {
  position: static;
  z-index: 1;
  height: 42px;
  margin-top: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: right;
}

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

.dropdown-2.nested {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e9e9e9;
  border-top-width: 1px;
  border-top-color: #e9e9e9;
  background-color: transparent;
  color: #7e7b7b;
}

.dropdown-2.secondary {
  margin-right: 0px;
  margin-left: 12px;
}

.dropdown-2.secondary.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 15px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.secondary-nav-items-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.secondary-nav-items-inner-wrapper.show-fdic {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content:flex-end;
}

.nested-dropdown-list-arrow-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0px;
  bottom: auto;
  display: none;
  width: 10px;
  height: 30px;
  margin-top: 6px;
  margin-right: -13px;
  margin-left: 0px;
  border-style: solid none solid solid;
  border-width: 15px;
  border-color: transparent #5d9732;
}

.nav-link-dropdown-arrow-2 {
  position: relative;
  top: -3px;
  display: inline-block;
  margin-right: 0px;
  margin-left: 3px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #f1b82f;
  font-size: 13px;
  letter-spacing: 0px;
}

.nav-link-dropdown-arrow-2.secondary {
  top: 0px;
  margin-right: 0px;
  font-size: 12px;
}

.nested-dropdown-list-2 {
  position: relative;
  left: 0px;
  display: block;
  overflow: hidden;
  margin-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  -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;
  background-color: transparent;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.search-icon {
  display: inline-block;
  height: 30px;
  border-radius: 200px;
  background-color: transparent;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

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

.dropdown-links-wrapper-outer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}

.dropdown-list-2 {
  left: 0px;
  padding-top: 15px;
  background-color: transparent;
  font-size: 13px;
  cursor: pointer;
}

.dropdown-list-2.secondary {
  padding-top: 15px;
}

.dropdown-links-wrapper-inner-2 {
  display: block;
  min-width: 250px;
  padding: 5px 18px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nested-dropdown-nav-link-text-2 {
  display: block;
  padding-right: 20px;
  padding-bottom: 9px;
  border-bottom: 1px none #f1b82f;
  color: #4c97c1;
  font-size: 18px;
  letter-spacing: 1px;
}

.nested-dropdown-nav-link-text-2:hover {
  color: #4c97c1;
}

.nav-link-2 {
  position: relative;
  display: inline-block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 30px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transition: color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #7e7b7b;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}

.nav-link-2:hover {
  color: #5d9732;
  text-decoration: none;
}

.nav-link-2.w--current {
  box-shadow: 0 2px 0 0 #007dc3;
  color: #5d9732;
}

.nav-link-2.secondary {
  height: 42px;
  margin-right: 0px;
  margin-left: 12px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.nav-link-2.secondary:hover {
  color: #0084c9;
}

.nav-link-2.secondary.w--current {
  box-shadow: none;
  color: #f1b82f;
}

.nav-link-2.dropdown-nav-link {
  z-index: 2;
  display: block;
  cursor: pointer;
}

.nav-link-2.dropdown-nav-link.w--open {
  color: #5d9732;
}

.nav-link-2.dropdown-nav-link.secondary {
  margin-right: 0px;
  margin-left: 0px;
}

.nav-link-2.dropdown-nav-link.secondary.w--open {
  color: #0084c9;
}

.nav-link-2.dropdown-nav-link.secondary.search {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #0084c9;
  text-align: center;
}

.nav-link-2.dropdown-nav-link.secondary.search.w--open {
  color: #f1b82f;
}

.search-form-submit {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  overflow: hidden;
  width: 28px;
  height: 28px;
  margin-right: -2px;
  padding: 0px 0px 0px 1px;
  border-radius: 200px;
  background-color: #34ab1e;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #34ab1e), to(#9ed35a));
  background-image: linear-gradient(90deg, #34ab1e 50%, #9ed35a);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  font-weight: 400;
}

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

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

.input-field-2.search {
  display: block;
  height: 28px;
  padding-top: 8px;
  padding-right: 35px;
  padding-left: 18px;
  border-style: none;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
}

.input-field-2.search::-webkit-input-placeholder {
  color: #fff;
}

.input-field-2.search:-ms-input-placeholder {
  color: #fff;
}

.input-field-2.search::-ms-input-placeholder {
  color: #fff;
}

.input-field-2.search::placeholder {
  color: #fff;
}

.input-field-2.category {
  display: block;
  height: 40px;
  padding-top: 8px;
  padding-right: 35px;
  padding-left: 18px;
  border-style: none;
  border-radius: 200px;
  background-color: rgba(0, 0, 0, 0.15);
  color: #fff;
  font-size: 13px;
  line-height: 28px;
}

.input-field-2.category::-webkit-input-placeholder {
  color: #fff;
}

.input-field-2.category:-ms-input-placeholder {
  color: #fff;
}

.input-field-2.category::-ms-input-placeholder {
  color: #fff;
}

.input-field-2.category::placeholder {
  color: #fff;
}

.dropdown-link-2 {
  display: block;
  height: 44px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 0px;
  border-top-width: 1px;
  border-top-color: #e9e9e9;
  -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: #7e7b7b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.dropdown-link-2:hover {
  color: #5d9732;
  text-decoration: none;
}

.dropdown-link-2.w--current {
  color: #5d9732;
}

.dropdown-link-2.w--open {
  color: #5d9732;
}

.dropdown-link-2.dropdown-nav-toggle {
  height: 30px;
  padding-top: 0px;
  border-top-style: none;
}

.dropdown-link-2.nested {
  width: 220px;
  height: auto;
  padding: 2px 4px 10px 8px;
  border-top-style: none;
  box-shadow: none;
  color: #7e7b7b;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
  text-transform: none;
}

.dropdown-link-2.nested:hover {
  color: #5d9732;
}

.dropdown-link-2.nested.w--current {
  color: #5d9732;
}

.dropdown-link-2.nested.last {
  height: auto;
  margin-bottom: 0px;
  padding-bottom: 2px;
}

.secondary-nav-items-outer-wrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 999;
  width: 100vw;
  height: 40px;
  margin-right: 104px;
  background-color: #f5f5f5;
  background-image: linear-gradient(135deg, #36b3e5, #0084c9 50%);
  color: #fff;
  text-align: center;
}

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

.dropdown-list-arrow-2 {
  position: absolute;
  left: 0px;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  width: 30px;
  height: 10px;
  margin-top: 66px;
  margin-right: 0px;
  margin-left: 35px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}

.nested-dropdown-arrow-2 {
  position: relative;
  top: -1px;
  display: none;
  margin-right: 0px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #f1b82f;
  font-size: 12px;
  letter-spacing: 0px;
}

.search-form-submit-icon {
  position: relative;
  z-index: 2;
  color: #fff;
}

.full-width-photo-section-container {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
}

.get-more-logo-link-block {
  display: block;
  width: 508px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.full-width-photo-section-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -10;
  overflow: visible;
  height: 120%;
  background-image: url('../images/IMG_8822.jpg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.full-width-photo-section-text {
  width: 730px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
}

.full-width-photo-section-buttons-wrapper {
  margin-top: 30px;
  text-align: center;
}

.promotion-section-bg-cover {
  position: relative;
  left: 50%;
  top: -158px;
  z-index: -1;
  display: none;
  width: 150vw;
  height: 300px;
  margin-left: -75vw;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.promotion-section-bg-cover.top {
  top: 0px;
  bottom: auto;
  z-index: -2;
  margin-top: -158px;
  margin-bottom: 0px;
}

.promotion-section {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.promotions-section-bg-top-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 300px;
  height: auto;
}

.promotions-section-bg-top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
}

.promotions-section-bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 300px;
  height: auto;
}

.promotions-section-bg-bottom-cover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 50%;
  background-color: #fff;
}

.footer-section-one {
  position: relative;
  z-index: 3;
  margin-top: -2px;
  padding-top: 70px;
  padding-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f5f5f5;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  width: 117px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
}

.footer-heading {
  position: relative;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 22px;
  color: #231f20;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

.footer-contact-info-link {
  display: block;
  margin-bottom: 12px;
  color: #231f20;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.footer-contact-info-link:hover {
  color: #0084c9;
}

.copyright-text {
  margin-top: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.footer-column {
  width: 25%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-link-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 15px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #ea0029;
  font-size: 13px;
  text-align: center;
}

.footer-link-icon.fax {
  font-size: 12px;
}

.footer-quick-link {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 8px;
  padding-left: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: white !important;
}

.footer-quick-link * {
  color: white !important;
}

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

.about-section {
  position: relative;
  z-index: 1;
  max-width: 100%;
  padding-top: 200px;
  padding-bottom: 0px;
  background-color: #fff;
}

.about-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.about-text-wrapper {
  width: 520px;
  margin-bottom: 20px;
  padding-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-section-heading {
  font-family: Marydale, sans-serif;
  color: #231f20;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
}

.lightbox-heading {
  font-family: Marydale, sans-serif;
  color: #231f20;
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}


.about-section-gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 496px;
  -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;
}

.about-gallery-item {
  position: relative;
  width: 30%;
  margin-bottom: 20px;
}

.about-gallery-item.large {
  width: 100%;
}

.about-gallery-item-image {
  overflow: hidden;
  padding-bottom: 75%;
  border-radius: 4px;
  background-image: url('../images/cafe-thumb.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.about-gallery-item-image.large {
  padding-bottom: 60%;
  background-image: url('../images/gallery.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.about-gallery-item-image.large._2 {
  background-image: url('../images/event.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.about-gallery-item-image._2 {
  background-image: url('../images/cafe-thumb.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.footer-logo-wrapper {
  width: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer-columns-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-quick-links-wrapper {
  display: block;
  margin-bottom: 20px;
  text-align: left;
}

.home-of {
  position: relative;
  width: 100%;
}

.home-of-image {
  position: relative;
  left: 50%;
  width: 120px;
  height: auto;
  margin-bottom: -63px;
  margin-left: -360px;
}

.footer-logos-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo {
  width: 60px;
  margin-right: 0px;
  margin-left: 30px;
}

.footer-logos-left {
  position: absolute;
  left: auto;
  top: 0%;
  right: 60px;
  bottom: auto;
  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;
}

.alert-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  margin-top: 150px;
  padding: 10px 60px;
  background-color: #c70f27;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c70f27), to(#ea0029));
  background-image: linear-gradient(90deg, #c70f27 50%, #ea0029);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: margin 400ms ease;
  transition: margin 400ms ease;
}

.alert-bar.scrolled {
  margin-top: 130px;
}

.alert-bar.closed {
  display: none;
}

.alert-text {
  position: relative;
  padding-left: 35px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.alert-bar-close-button {
  position: absolute;
  top: 13px;
  right: 0px;
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 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;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

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

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

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

.alert-icon {
  position: absolute;
  left: 0%;
  top: 2px;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(0, 0, 0, 0.3);
  font-size: 18px;
  line-height: 20px;
}

.promotion-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.promotion-item {
  position: relative;
  overflow: hidden;
  width: 30%;
  border-radius: 0px 4px;
  background-color: #ea0029;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c70f27), to(#ea0029));
  background-image: linear-gradient(90deg, #c70f27 50%, #ea0029);
  box-shadow: inset 0 60px 0 0 #fff;
}

.promotion-item-image {
  position: relative;
  padding-bottom: 60%;
  background-image: url('../images/event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.promotion-item-image._2 {
  background-image: url('../images/event-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.promotion-item-text-wrapper {
  position: relative;
  padding: 25px 30px 60px;
  color: #fff;
}

.promotion-item-title {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.promotion-item-meta-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
}

.promotion-item-image-top-cover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  border-top: 50px solid #f5f5f5;
  border-right: 400px solid transparent;
}

.promotion-item-text-bottom-cover {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  border-bottom: 50px solid #fff;
  border-left: 400px solid transparent;
}

.promotion-section-heading-wrapper-outer {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 60px 180px;
  background-color: #f5f5f5;
  text-align: center;
}

.promotion-section-heading {
  display: inline-block;
  font-family: Marydale, sans-serif;
  color: #231f20;
  font-size: 54px;
  line-height: 58px;
  font-weight: 700;
}

.promotion-heading-divider-line {
  width: 100px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #34ab1e;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #34ab1e), to(#9ed35a));
  background-image: linear-gradient(90deg, #34ab1e 50%, #9ed35a);
}

.promotion-section-heading-wrapper-inner {
  display: inline-block;
  width: 490px;
  max-width: 100%;
  text-align: left;
}

.about-heading-divider {
  width: 100px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #ea0029;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fc9e49), to(#edb02e));
  background-image: linear-gradient(90deg, #fc9e49 50%, #edb02e);
}

.promotion-section-subheading {
  font-size: 17px;
  line-height: 26px;
}

.homepage-banner-text-dropdown-toggle-black-text {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #231f20;
}

.homepage-banner-text-dropdown-toggle-black-text.hover {
  color: #231f20;
}

.navbar-top-right-corner {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: auto;
  height: 100%;
}

.navbar-bottom-left-corner {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: -1;
  display: inline-block;
  width: auto;
  height: 100%;
}

.navbar-bg-corners-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: hidden;
}

.about-heading-divider-line {
  width: 100px;
  height: 2px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #34ab1e;
  background-image: -webkit-gradient(linear, left top, right top, from(#34ab1e), color-stop(50%, #9ed35a));
  background-image: linear-gradient(90deg, #34ab1e, #9ed35a 50%);
}

.full-width-photo-section-heading-text {
  width: 730px;
  max-width: 100%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  font-family: Marydale, sans-serif;
  font-size: 44px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
}

.gradient-test {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 2;
  width: 200%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#9ed35a), color-stop(25%, #34ab1e), color-stop(50%, #34ab1e), color-stop(75%, #34ab1e), to(#9ed35a));
  background-image: linear-gradient(90deg, #9ed35a, #34ab1e 25%, #34ab1e 50%, #34ab1e 75%, #9ed35a);
}

.gallery-image-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

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

.last-nav-link-arrow {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 18px;
  height: 20px;
  margin-right: -2px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 400ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 17px;
  text-align: center;
}

.online-banking-login-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #231f20;
  text-align: left;
}

.online-banking-login-link-block:hover {
  color: #0084c9;
}

.online-banking-logo {
  max-width: 135px;
  max-height: 105px;
}

.online-banking-login-text-link {
  display: inline-block;
  color: #231f20;
  font-size: 14px;
  line-height: 18px;
}

.online-banking-login-text-link:hover {
  color: #0084c9;
}

.last-dropdown-list-arrow {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: auto;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -30px;
  margin-right: 70px;
  padding-left: 0px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
}

.last-dropdown-list-arrow.secondary {
  margin-bottom: -20px;
  border-bottom-color: #36b3e5;
}

.last-dropdown-list-arrow.secondary.last {
  border-bottom-color: #0084c9;
}

.online-banking-login-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding-bottom: 10px;
  -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;
  border-bottom: 1px solid #ebebeb;
}

.online-banking-more-links-wrapper {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.online-banking-help-link {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}

.online-banking-logo-link-block {
  min-width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.online-banking-title-wrapper {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
}

.dropdown-list-featured-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 30px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
}

.dropdown-list-feature-image-link-block {
  overflow: hidden;
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
}

.dropdown-list-featured-text-wrapper {
  width: 100%;
  padding-left: 30px;
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

.dropdown-list-featured-more-link {
  display: inline-block;
  margin-top: 15px;
}

.dropdown-list-featured-more-link-arrow {
  display: inline-block;
  margin-left: 2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #ea0029;
  font-size: 12px;
}

.dropdown-list-featured-title {
  margin-bottom: 5px;
  font-family: Marydale, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
}

.featured-image {
  width: 90px;
  height: auto;
}

.homepage-banner-subheading {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  text-align: left;
}

.team-section {
  position: relative;
  z-index: 1;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 80px;
  background-color: #fff;
}

.team-section-bg-cover {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: -2;
  display: block;
  width: 150vw;
  height: 100%;
  margin-top: -119px;
  margin-left: -75vw;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.team-section-bg-cover.top {
  top: 0px;
  bottom: auto;
  z-index: -2;
  margin-top: -158px;
  margin-bottom: 0px;
}

.full-width-photo-section-bg-cover {
  position: absolute;
  left: 50%;
  top: 0px;
  z-index: 0;
  display: block;
  width: 150vw;
  height: 300px;
  margin-top: -190px;
  margin-left: -75vw;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.full-width-photo-section-bg-cover.top {
  top: 0px;
  bottom: auto;
  z-index: -2;
  margin-top: -158px;
  margin-bottom: 0px;
}

.team-section-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.team-text-wrapper {
  width: 520px;
  margin-bottom: 20px;
  padding-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.team-section-gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 496px;
  -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-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.music-play-button-wrapper {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  display: block;
}

.music-play-button-wrapper.scrolled {
  margin-top: 130px;
}

.music-play-button {
  position: absolute;
  left: 0px;
  top: -3px;
  right: auto;
  bottom: auto;
  z-index: 9999;
  overflow: hidden;
  width: 40px;
  height: 40px;
/*  margin-top: 168px;*/
  margin-right: 10px;
  margin-left: 355px;
  padding: 0px;
  border-radius: 200px;
  background-color: #fc9e49;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fc9e49), to(#edb02e));
  background-image: linear-gradient(90deg, #fc9e49 50%, #edb02e);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: margin 400ms ease, background-color 400ms ease;
  transition: margin 400ms ease, background-color 400ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.music-play-button:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#edb02e), color-stop(50%, #fc9e49));
  background-image: linear-gradient(90deg, #edb02e, #fc9e49 50%);
  color: #fff;
}

.music-play-button.with-alert-bar {
  margin-top: 210px;
}

.music-play-button.scrolled {
  margin-top: 148px;
}

.music-play-button.scrolled.with-alert-bar {
  margin-top: 190px;
}

.music-play-button-icon {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 400;
}

.music-play-button-icon.playing {
  display: none;
}

.homepage-banner-dropdown-list-arrow {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -29px;
  margin-left: -17px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  -webkit-transition: margin 400ms ease;
  transition: margin 400ms ease;
}

.homepage-banner-dropdown-list-arrow.secondary {
  margin-bottom: -28px;
  border-bottom-color: #36b3e5;
}

.homepage-banner-dropdown-list-arrow.secondary.last {
  border-bottom-color: #0084c9;
}

.homepage-banner-dropdown-list-arrow.secondary.scrolled {
  margin-bottom: -28px;
}

.homepage-banner-dropdown-list-arrow.scrolled {
  margin-bottom: -45px;
}

.homepage-banner-text-dropdown-link-blue-text {
  display: inline-block;
  margin-left: 2px;
  color: #0084c9;
  font-size: 16px;
  font-weight: 400;
}

.music-pause-icon {
  display: none;
  font-weight: 400;
}

.music-pause-icon.playing {
  display: inline;
}

.homepage-banner-text-dropdown-link-icon {
  display: inline-block;
  width: 20px;
  margin-right: 7px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #0084c9;
  font-size: 15px;
  text-align: center;
}

.homepage-banner-dropdown-link-divider {
  padding-right: 15px;
  padding-left: 15px;
}

.homepage-banner-dropdown-link-divider-line {
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.content-container-interior-pages {
  padding: 60px 0px 0px;
}

.content-block {
  width: 1220px;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-block-one {
  width: 1220px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 0px 60px;
}

.content-block-two {
  margin-top: 0px;
  padding: 40px 30px 60px;
  background-color: #f5f5f5;
}

.grid-list-block-interiors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-item-personal {
  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 solid #e0e0e0;
  background-color: #f5f5f5;
}

.amsd-item-personal.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 64px 0px 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  border: 1px none #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
}

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

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

.amsd-image-personal.grid {
  width: 50%;
  margin-left: 0px;
  padding-bottom: 50%;
  border-radius: 4px;
}

.amsd-image-link-personal {
  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-personal.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 25px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-radius: 4px;
}

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

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

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

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

.amsd-title-text-link-personal.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  margin-bottom: 10px;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

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

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

.amsd-grid-top-cover {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  border-top: 50px solid #f5f5f5;
  border-right: 400px solid transparent;
}

.list {
  list-style-type: disc;
}

.text-span {
  margin-right: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #34ab1e;
}

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

.amsd-description-text-personal.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #231f20;
  line-height: 20px;
  text-align: left;
}

.list-block-interiors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-image-link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 260px;
  margin-right: 40px;
  -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-list.grid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.list-triangle-cover {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  border-style: solid;
  border-width: 1px 90px 328px 0px;
  border-color: transparent transparent #9ed35a;
}

.list-item-buttons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.table-block-interiors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-row-div {
  width: 32.33%;
  height: auto;
  margin: 6px 0.5%;
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #34ab1e;
  border-radius: 4px;
}

.table-title {
  margin-top: 0px;
  color: #34ab1e;
  font-size: 26px;
  line-height: 30px;
}

.list-2 {
  list-style-type: square;
}

.list-item {
  margin-bottom: 0px;
  font-size: 15px;
}

.paragraph {
  font-size: 15px;
}

.accordeon-list-block-interiors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-dropdown-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #0084c9;
}

.amsd-dropdown-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 302px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 6px;
  margin-left: 6px;
  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-dropdown-item.list {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 100px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-radius: 4px;
}

.amsd-dropdown-item.faq {
  padding: 0px;
  background-color: #e0e0e0;
}

.text-block {
  width: 90%;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
}

.text-block.break-line {
  width: 90%;
}

.text-block.break-line.faq {
  color: #231f20;
}

.text-block.faq {
  font-size: 18px;
  line-height: 22px;
}

.dropdown-info-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-left: auto;
  -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: 20px;
  background-color: #fff;
  color: #0084c9;
}

.dropdown-info-button.faq {
  width: 25px;
  height: 25px;
  color: #595959;
  font-size: 18px;
  line-height: 30px;
}

.rotated-text {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.paragraph-2 {
  width: 100%;
}

.paragraph-photo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.photo-div {
  overflow: hidden;
  width: 50%;
  height: 480px;
  margin-right: 20px;
  margin-left: 0px;
  background-image: url('../images/photo01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-photo-div-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.photo-div-one {
  width: 50%;
  margin-right: 0px;
  margin-left: 20px;
}

.photo-block {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

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

.list-3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.list-4 {
  margin-bottom: 0px;
  padding-left: 72px;
  list-style-type: decimal;
}

.amsd-item-grid-two {
  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 solid #e0e0e0;
  background-color: #f5f5f5;
}

.amsd-item-grid-two.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 0px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
}

.amsd-grid-content-div{
    width:100%;
}

.amsd-grid-top-cover-copy {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  border-top: 50px solid #f5f5f5;
  border-right: 368px solid transparent;
  border-radius: NaNpx;
}

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

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

.amsd-image-personal-two.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-personal-two.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.amsd-image-link-personal-two {
  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-personal-two.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-top: 8px none #c70f27;
  border-radius: 4px;
}

.button-div-grid-amsd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.amsd-item-two {
  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 solid #e0e0e0;
  background-color: #fff;
}

.amsd-item-two.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 302px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 6px;
  margin-left: 6px;
  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-two.list {
  position: relative;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 25px 0px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-radius: 4px;
}

.amsd-item-two.blog-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 20px 0px 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none;
  border-radius: 4px;
}

.amsd-item-two.blog-list.no-photo {
  padding-left: 87px;
}

.list-triangle-cover-two {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  border-style: solid;
  border-width: 1px 90px 380px 0px;
  border-color: transparent transparent #f5f5f5;
}

.list-triangle-cover-two.blog {
  border-right-width: 70px;
  border-bottom-width: 350px;
  border-bottom-color: #f5f5f5;
}

.list-triangle-cover-two.blog.two {
  border-bottom-color: #34ab1e;
}

.list-triangle-cover-two.blog.four {
  border-bottom-color: #edb02e;
}

.amsd-image-link-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 420px;
  min-height: 300px;
  margin-right: 40px;
  -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-two-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 420px;
  min-height: 300px;
  margin-right: 40px;
  -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-two.grid {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

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

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

.amsd-text-wrapper-two.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 25px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.amsd-text-wrapper-two.list-blog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

.amsd-image-two.list {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-position: 50% 50%;
}

.amsd-image-two.list.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-two.list.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-two.list.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-two.list.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-two.list.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-two.list.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-two.list.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-two.list.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-two.list.ten-copy {
  background-image: url('../images/E-statements.png');
}

.amsd-image-two.list.eleven-copy {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-two.list-blog {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/2020-Christine-Voye-Blog_FB_VIC.png');
  background-position: 100% 50%;
}

.amsd-image-two.list-blog.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-two.list-blog.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-two.list-blog.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-two.list-blog.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-two.list-blog.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-two.list-blog.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-two.list-blog.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-two.list-blog-one {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/Mariah-Langrehr-Promotion.jpeg');
  background-position: 100% 50%;
}

.amsd-image-two.list-blog-one.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog-one.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-one.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog-one.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-two.list-blog-one.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-one.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog-one.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-one.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog-one.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-one.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-two.list-blog-one.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-two.list-blog-one.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-two.list-blog-one.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-two.list-blog-one.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-one.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-one.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-two.list-blog-one.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-one.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-two.list-blog-three {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo18.jpg');
  background-position: 100% 50%;
}

.amsd-image-two.list-blog-three.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog-three.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog-three.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-two.list-blog-three.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog-three.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog-three.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-two.list-blog-three.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-two.list-blog-three.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-two.list-blog-three.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-two.list-blog-three.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-three.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-three.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-two.list-blog-three.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-three.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-two.list-blog-three {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/Attach15.jpeg');
  background-position: 100% 50%;
}

.amsd-image-two.list-blog-three.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog-three.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog-three.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-two.list-blog-three.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-two.list-blog-three.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-two.list-blog-three.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-two.list-blog-three.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-two.list-blog-three.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-two.list-blog-three.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-two.list-blog-three.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-two.list-blog-three.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-three.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-three.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-two.list-blog-three.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-two.list-blog-three.thirteen {
  background-image: url('../images/app3.jpg');
}

.title-section-one {
  background-image: url('../images/photo02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-two {
  background-image: url('../images/photo10.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-three {
  background-image: url('../images/photo07.jpg');
  background-position: 50% 55%;
  background-size: cover;
}

.title-section-four {
  background-image: url('../images/photo-16.jpg');
  background-position: 50% 89%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-six {
  background-image: url('../images/photo11.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.title-section-seven {
  background-image: url('../images/photo06.jpg');
  background-position: 50% 90%;
  background-size: cover;
}

.promotional-div {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/photo01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.content-block-three {
  padding-bottom: 30px;
}

.block-three-content-container {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.highlight-items-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.highlight-item-one {
  position: relative;
  width: 30%;
  height: 230px;
  margin: 40px 20px 20px;
  border: 1px none #000;
  border-radius: 4px 0px 4px 4px;
  background-color: #e0e0e0;
  box-shadow: 6px 6px 0 0 #36b3e5;
}

.item-top-div {
  position: absolute;
  left: 0%;
  top: -17%;
  right: 0%;
  bottom: auto;
  border-style: solid;
  border-width: 40px 330px 1px 0px;
  border-color: transparent #e0e0e0 #e0e0e0 #000;
}

.highlight-item-two {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 400px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e0e0e0 #e0e0e0 #000;
  border-radius: 4px;
  background-color: #fff;
  background-image: url('../images/photo02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.item-top-item-two {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33%;
  margin-left: -1px;
  border-style: solid;
  border-width: 50px 440px 0px 0px;
  border-color: #e0e0e0 #fff #e0e0e0 #000;
}

.item-two-text-div {
  width: 100%;
  height: 90px;
  background-color: #e0e0e0;
}

.highlight-item-three {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 250px;
  margin: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #e0e0e0 #e0e0e0 #000;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.item-three-color-div {
  width: 100%;
  height: 20px;
  background-color: #e0e0e0;
}

.item-top-item-three {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33%;
  margin-left: -1px;
  border-style: solid;
  border-width: 50px 330px 0px 0px;
  border-color: #e0e0e0 #fff #e0e0e0 #000;
}

.promo-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-promo-text-div {
  position: relative;
  z-index: 4;
  width: 40%;
  height: auto;
  margin: 40px 20px 20px;
  padding-top: 69px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: 6px 6px 0 0 #edb02e;
}

.card-top-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  border-style: solid;
  border-width: 70px 488px 0px 0px;
  border-color: transparent #fff #edb02e #000;
  box-shadow: 6px 6px 0 0 #edb02e;
}

.card-item-text-div {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 35px 35px 60px;
  background-color: #fff;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 40px;
  text-align: center;
}

.list-item-2 {
  list-style-type: square;
}

.list-item-3 {
  list-style-type: square;
}

.list-div {
  width: 78%;
  float: right;
}

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

.promotional-div-one {
  padding: 50px 30px;
  background-image: url('../images/photo-24.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.promo-one-content-container-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card-promo-one-text-div-copy {
  position: relative;
  z-index: 4;
  width: 40%;
  height: auto;
  margin: 40px 20px 20px;
  padding-top: 69px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  box-shadow: -5px 6px 0 0 #0084c9;
}

.card-one-top-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  border-style: solid;
  border-width: 70px 490px 0px;
  border-color: transparent transparent #edb02e #fff;
  box-shadow: none;
}

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

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

.amsd-image-personal-three.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo-17.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-personal-three.grid.two {
  background-image: url('../images/photo08.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.amsd-image-personal-four.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo09.jpg'), url('../images/photo06.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-personal-four.grid.three {
  background-image: url('../images/photo-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-personal-four.grid.four {
  background-image: url('../images/photo-25.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-personal-four.grid.five {
  background-image: url('../images/photo-26.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.amsd-image-personal-one.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 25%;
  border-radius: NaNpx;
  background-color: #0084c9;
  background-image: none;
}

.grid-item-icon-option {
  width: 120px;
  height: 120px;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 20px;
}

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

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

.amsd-image-personal-five.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo02.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

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

.amsd-image-personal-six.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title-section-eight {
  background-image: url('../images/photo02.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.promotional-div-two {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/photo-16.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

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

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

.amsd-image-two-copy.list {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: NaNpx;
  background-position: 50% 50%;
}

.amsd-image-two-copy.list.five {
  background-image: url('../images/photo01.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: repeat;
}

.promotional-div-three {
  padding: 50px 30px;
  background-image: url('../images/photo-22.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-span-2 {
  font-size: 11px;
}

.paragraph-5 {
  margin-bottom: 15px;
}

.title-section-ten {
  background-image: url('../images/photo-15.jpg');
  background-position: 50% 87%;
  background-size: cover;
}

.title-section-eleven {
  background-image: url('../images/photo-20.jpg');
  background-position: 50% 52%;
  background-size: cover;
}

.title-section-twelve {
  background-image: url('../images/photo08.jpg');
  background-position: 50% 70%;
  background-size: cover;
}

.title-section-thirteen {
  background-image: url('../images/photo-23.jpg');
  background-position: 50% 80%;
  background-size: cover;
}

.title-section-fourteen {
  background-image: url('../images/photo09.jpg');
  background-position: 50% 53%;
  background-size: cover;
}

.title-section-fifthteen {
  background-image: url('../images/photo06.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.title-section-sixteen {
  background-image: url('../images/photo12.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.heading-2 {
  margin-top: 0px;
}

.title-section-seventeen {
  background-image: url('../images/photo-32.jpg');
  background-position: 50% 78%;
  background-size: cover;
}

.promotional-div-five {
  padding: 50px 30px;
  background-image: url('../images/photo-33.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title-section-eighteen {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 94%;
  background-size: cover;
}

.title-section-nineteen {
  background-image: url('../images/photo-27.jpg');
  background-position: 50% 94%;
  background-size: cover;
}

.list-item-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 60px;
  padding-left: 60px;
  -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;
}

.list-item-option-two {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  margin-top: 20px;
  margin-bottom: 90px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #fff;
  box-shadow: -4px 3px 9px -3px rgba(0, 0, 0, 0.15);
}

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

.amsd-list-image-div.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  border-radius: 4px;
}

.amsd-list-text-div{
    width:100%;
}

.amsd-list-image {
  width: 150px;
}

.amsd-list-bottom-color {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -69px;
  z-index: 0;
  display: block;
  height: 70px;
  overflow: hidden;
}

.amsd-list-bottom-color::after {
  content: " ";
  position: absolute;
  left: -25%;
  top: -63px;
  width: 150%;
  height: 150%;
  background-color: #36b3e5;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.amsd-list-title-div {
  font-size: 32px;
  line-height: 36px;
}

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

.amsd-button-list.cms-btn {
  margin-top: 10px;
}

.amsd-button-list.grid.cms-btn {
  margin-top: 20px;
}

.amsd-list-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 30px;
}

.amsd-list-color-bottom {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 30px;
  background-color: #36b3e5;
}

.title-section-twenty {
  background-image: url('../images/photo01-a.jpg');
  background-position: 50% 51%;
  background-size: cover;
}

.title-section-twenty-one {
  background-image: url('../images/photo-34.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title-section-twenty-two {
  background-image: url('../images/BaZing-for-Merchants.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.video-block {
  width: 60%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.table-1 {
  width: 22%;
  margin-top: 10px;
}

.table-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-2 {
  width: 70%;
  margin-top: 10px;
}

.list-5 {
  margin-top: 17px;
}

.list-6 {
  margin-top: 29px;
}

.list-7 {
  margin-top: -5px;
}

.paragraph-6 {
  width: 22%;
}

.paragraph-7 {
  width: 70%;
}

.table-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
}

.paragraph-8 {
  width: 20%;
}

.list-8 {
  width: 80%;
}

.title-section-twenty-three {
  background-image: url('../images/PositivePay.jpeg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-twenty-four {
  background-image: url('../images/photo-35.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.paragraph-9 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
}

.title-section-twenty-five {
  background-image: url('../images/photo-36.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-twenty-six {
  background-image: url('../images/photo-18.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-twenty-seven {
  background-image: url('../images/order_checks.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-twenty-eight {
  background-image: url('../images/photo09.jpg');
  background-position: 50% 60%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-twenty-nine {
  background-image: url('../images/safe_deposit_boxes.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-10 {
  width: 50%;
}

.paragraph-11 {
  width: 50%;
}

.promotional-div-first {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/photo03.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.promotional-div-four {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/photo06.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.title-section-thirty {
  background-image: url('../images/photo13.jpg');
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-12 {
  font-size: 20px;
  font-weight: 700;
}

.paragraph-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.title-section-thirty-one {
  background-image: url('../images/photo-28.jpg');
  background-position: 50% 85%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-thirty-two {
  background-image: url('../images/mortgage_calc.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.heading-3 {
  width: 100%;
}

.paragraph-14 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: Marydale, sans-serif;
  font-size: 30px;
}

.title-section-thirty-three {
  background-image: url('../images/photo03.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-thirty-four {
  background-image: url('../images/photo01-a.jpg');
  background-position: 50% 80%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-thirty-five {
  background-image: url('../images/photo-25.jpg');
  background-position: 50% 30%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bold-text {
  font-size: 20px;
  line-height: 24px;
}

.paragraph-15 {
  width: 70%;
}

.table-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 8px;
  padding-top: 0px;
  border-top: 1px none rgba(0, 0, 0, 0.07);
}

.title-section-thirty-six {
  background-image: url('../images/wire_instructions.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-thirty-seven {
  background-image: url('../images/photo17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.category-form {
  width: 25%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}

.category-input-field {
  border-radius: 200px;
}

.category-form-div {
  border-radius: NaNpx;
}

.blog-category-dropdown {
  width: 100%;
  float: left;
}

.blog-dropdown-wrapper {
  position: static;
  z-index: 1;
  width: 30%;
  height: 58px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.blog-dropdown-wrapper:hover {
  color: #231f20;
}

.blog-dropdown-wrapper.hover {
  background-color: hsla(0, 0%, 100%, 0.65);
}

.blog-category-dropdown-toggle {
  width: 100%;
  height: 54px;
  padding: 12px 78px 13px 32px;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #231f20;
  font-size: 20px;
  line-height: 28px;
}

.blog-category-dropdown-toggle:hover {
  color: #231f20;
}

.blog-category-dropdown-toggle.hover {
  color: #0084c9;
}

.blog-category-dropdown-icon {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 2;
  overflow: hidden;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  margin-right: -4px;
  border-radius: 200px;
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 62px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.blog-category-dropdown-icon:hover {
  color: #fff;
}

.blog-categoria-text-dropdown-list {
  z-index: 999;
  display: block;
  margin-top: -2px;
  padding-top: 28px;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(0px, -200px) scale(0.01);
  -ms-transform: translate(0px, -200px) scale(0.01);
  transform: translate(0px, -200px) scale(0.01);
  -webkit-transition: opacity 200ms ease, -webkit-transform 600ms ease;
  transition: opacity 200ms ease, -webkit-transform 600ms ease;
  transition: transform 600ms ease, opacity 200ms ease;
  transition: transform 600ms ease, opacity 200ms ease, -webkit-transform 600ms ease;
}

.category-dropdown {
  z-index: 5;
  width: 100%;
}

.blog-dropdown-toggle {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
}

.text-block-2 {
  font-size: 20px;
  line-height: 28px;
}

.icon {
  right: -24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  height: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 200px;
  background-color: transparent;
  background-image: linear-gradient(114deg, #0084c9, #36b3e5);
  color: #fff;
  font-size: 22px;
}

.dropdown-list-3 {
  border-radius: 0px;
}

.dropdown-list-3.w--open {
  z-index: 0;
  margin-top: 6px;
  margin-bottom: 4px;
  padding-top: 0px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
}

.title-section-thirty-eight {
  background-image: url('../images/photo17.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section-thirty-nine {
  background-image: url('../images/IMG_8798.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.paragraph-16 {
  display: block;
  float: left;
}

.heading-4 {
  margin-top: 35px;
}

.paragraph-17 {
  margin-left: 0px;
}

.text-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.first-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.gray-line-div {
  width: 90%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #dadada;
}

.title-section-fourty {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.department-dropdown {
  z-index: 5;
  width: 100%;
}

.staff-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.staff-dropdown-wrapper {
  position: static;
  z-index: 1;
  width: 25%;
  height: 58px;
  margin-right: 20px;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 200px;
  background-color: hsla(0, 0%, 100%, 0.75);
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.staff-dropdown-wrapper:hover {
  color: #231f20;
}

.staff-dropdown-wrapper.hover {
  background-color: hsla(0, 0%, 100%, 0.65);
}

.staff-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-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 solid #e0e0e0;
  background-color: #f5f5f5;
}

.staff-item.grid {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 100%;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 20px;
  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: 5px solid #f5f5f5;
  border-radius: 4px;
  background-color: #0084c9;
  overflow: hidden;
}

.staff-amsd-bottom-cover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  border-top: 50px solid transparent;
  border-right: 368px solid #f5f5f5;
  border-radius: NaNpx;
}

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

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

.staff-amsd-image.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: NaNpx;
  background-image: url('../images/profile1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.staff-amsd-image.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

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

.staff-amsd-title.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  float: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
}

.paragraph-18 {
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: left;
}

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

.staff-amsd-text-div.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 75px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  border-top: 5px solid #f5f5f5;
  background-color: #0084c9;
  text-align: center;
}

.heading-5 {
  width: 100%;
}

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

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

.staff-amsd-image-one.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: NaNpx;
  background-image: url('../images/profile2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.staff-amsd-image-one.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

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

.staff-amsd-image-two.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: NaNpx;
  background-image: url('../images/profile3.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.staff-amsd-image-two.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

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

.staff-amsd-image-three.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 120%;
  border-radius: NaNpx;
  background-image: url('../images/profile4.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.staff-amsd-image-three.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

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

.staff-amsd-image-four.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: NaNpx;
  background-image: url('../images/christina-wocintechchat-com-SJvDxw0azqw-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.staff-amsd-image-four.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

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

.staff-amsd-image-five.grid {
  width: 100%;
  margin-left: 0px;
  padding-bottom: 95%;
  border-radius: NaNpx;
  background-image: url('../images/christina-wocintechchat-com-0Zx1bDv5BNY-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.staff-amsd-image-five.grid.one {
  background-image: url('../images/photo12.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.title-section-fourty-one {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 90%;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.form-block-hidden {
  display: none;
  width: 1220px;
  height: 0%;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.form-block-small {
  width: 900px;
  height: 0%;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding: 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;
}

.form-open-arrow {
  margin-left: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #000;
  font-size: 18px;
}

.form-toggle-title {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Century gothic', sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 32px;
  font-weight: 400;
}

.form-open-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 60px;
  padding-right: 60px;
}

.form-line-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
}

.open-account-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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;
  cursor: pointer;
}

.image-9 {
  width: auto;
}

.paragraph-19 {
  margin-top: 20px;
  font-size: 9px;
  line-height: 15px;
}

.call-out-text-two {
  position: relative;
  display: block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px;
  border-top: 70px none transparent;
  border-right: 20px none #000;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #e0e0e0;
  background-image: none;
  box-shadow: 5px 5px 0 0 #0084c9;
  color: #231f20;
  font-size: 22px;
  line-height: 32px;
  text-align: center;
}

.paragraph-20 {
  float: left;
}

.paragraph-21 {
  width: 100%;
  margin-top: 39px;
  margin-right: 20px;
  float: none;
}

.promotional-div-third {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/photo-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-22 {
  margin-top: 23px;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #0084c9;
}

.paragraph-23 {
  font-size: 18px;
  font-weight: 700;
}

.property-image-div {
  width: 40%;
  height: 320px;
  margin-right: 40px;
  margin-bottom: 10px;
  float: left;
  background-image: url('../images/photo16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.paragraph-24 {
  float: none;
}

.property-gallery-image-div {
  margin-top: 20px;
}

.back-button-div {
  margin-top: 20px;
}

.blog-profile-img-div {
  width: 40%;
  height: 320px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
/*  background-image: url('../images/2020-Christine-Voye-Blog_FB_VIC.png');*/
  background-position: 50% 50%;
  background-size: cover;
}

.staff-contact-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: 30px;
  margin-bottom: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.staff-profile-img-div {
  width: 100%;
  padding-bottom: 120%;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
  background-position: 50% 50%;
  background-size: cover;
}

.heading-8 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0084c9;
}

.paragraph-25 {
  margin-bottom: 13px;
  font-weight: 700;
}

.staff-back-button-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.staff-profile-img-two-div {
  width: 100%;
  height: 320px;
  margin-right: 40px;
  margin-bottom: 20px;
  float: left;
  background-image: url('../images/profile4.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.content-container-contact-page {
  padding: 0px;
}

.location-number {
  position: relative;
  width: 180px;
  height: 66px;
  margin-bottom: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.location-pinpoit {
  position: relative;
  left: 164px;
  top: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 51px;
  -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;
  cursor: pointer;
}

.location-pinpoit-two {
  position: relative;
  left: 445px;
  top: 604px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 66px;
  -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;
  background-image: none;
  background-size: auto;
  cursor: pointer;
}

.map-info-div {
  position: absolute;
  left: 578px;
  top: 156px;
  display: none;
  width: 400px;
  height: auto;
  padding: 10px 5px 10px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none none solid;
  border-width: 10px 10px 8px;
  border-color: #0084c9;
  background-color: #fff;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
    .map-info-div {
      position: absolute;
      left: 0px;
      top: 25px;
      display: none;
      width: 400px;
      height: auto;
      padding: 10px 5px 10px 12px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-style: none none solid;
      border-width: 10px 10px 8px;
      border-color: #0084c9;
      background-color: #fff;
      box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
    }
    .margin-top-value{
        margin-top:-200px;
    }
}

.text-block-30 {
  color: #fff;
  font-size: 26px;
}

.location-pinpoit-three {
  position: relative;
  left: 423px;
  top: 606px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 66px;
  -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;
  cursor: pointer;
}

.location-pinpoit-four {
  position: relative;
  left: 1042px;
  top: 232px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 51px;
  -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/locationIcon2.png');
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
}

.text-span-5 {
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.explore-pag-div {
  position: relative;
  overflow: visible;
  width: 100%;
  height: auto;
  background-image: url('../images/Screen-Shot-2020-07-10-at-10.32.26-AM.png');
  background-size: cover;
}

.text-block-29 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-26 {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.location-pinpoit-first {
  position: relative;
  left: 354px;
  top: 142px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 66px;
  -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;
  cursor: pointer;
}

.locations-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.location-list {
  width: 25%;
  background-color: #e0e0e0;
}

.location-item-div {
  padding: 20px;
  border-bottom: 2px solid #fff;
  background-color: #0084c9;
  cursor: pointer;
}

.heading-9 {
  margin-top: 0px;
  font-family: Marydale, sans-serif;
  color: #fff;
}

.paragraph-27 {
  margin-top: 7px;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.paragraph-28 {
  margin-top: 10px;
  color: #fff;
}

.text-span-6 {
  margin-right: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 15px;
}

.paragraph-29 {
  margin: 20px;
  font-family: Marydale, sans-serif;
  font-size: 28px;
}

.location-title-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.1);
}

.location-pin-div {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 30px;
  height: 20px;
  border-style: solid;
  border-width: 20px 15px 0px;
  border-color: #fff transparent #000;
}

.logo-icon-map-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.map-title-icon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: auto;
  padding: 11px;
  -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: #0084c9;
  color: #fff;
}

.text-block-31 {
  font-size: 18px;
}

.location-pinpoit-second {
  position: relative;
  left: 157px;
  top: -133px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 66px;
  -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;
  cursor: pointer;
}

.location-map-image-div {
  width: 46%;
  height: 115px;
  margin-right: 4%;
  background-image: url('../images/eauclaire_exterior_sm.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block-32 {
  color: #231f20;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
}

.map-pin-location-text-div {
  width: 43%;
  margin-left: 0px;
}

.map-pin-info-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-div-one {
  width: 50%;
}

.paragraph-30 {
  margin-top: 5px;
  color: #231f20;
}

.paragraph-31 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 28px;
  margin-top: 11px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #231f20;
}

.location-item-two-div {
  padding: 20px 15px 20px 20px;
  border-bottom: 2px solid #fff;
  background-color: #0084c9;
  cursor: pointer;
}

.location-item-two-div:hover {
  background-color: #028dd6;
}

.map-info-two-div {
  position: absolute;
  left: 382px;
  top: -37px;
  z-index: 999;
  display: none;
  width: 400px;
  height: auto;
  padding: 10px 5px 10px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 8px solid #0084c9;
  background-color: #fff;
}

.location-pin-two-div {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 0px;
  width: 30px;
  height: 20px;
  border-style: solid;
  border-width: 20px 15px 0px;
  border-color: #fff transparent;
}

.location-map-image-two-div {
  width: 46%;
  height: 115px;
  margin-right: 4%;
  background-image: url('../images/clayton_exterior_sm.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-info-three-div {
  position: absolute;
  left: 670px;
  top: 475px;
  z-index: 999;
  display: none;
  width: 400px;
  height: auto;
  padding: 10px 5px 10px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 8px solid #0084c9;
  background-color: #fff;
}

.location-map-image-three-div {
  width: 46%;
  height: 115px;
  margin-right: 4%;
  background-image: url('../images/onalaska_exterior_sm.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.map-info-four-div {
  position: absolute;
  left: 15px;
  top: 552px;
  z-index: 999;
  display: none;
  width: 400px;
  height: auto;
  padding: 10px 5px 10px 12px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 8px solid #0084c9;
  background-color: #fff;
}

.location-map-image-four-div {
  width: 46%;
  height: 115px;
  margin-right: 4%;
  background-image: url('../images/lacrosse_exterior_sm.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.location-item-three-div {
  padding: 20px 15px 20px 20px;
  border-bottom: 2px solid #fff;
  background-color: #0084c9;
  cursor: pointer;
}

.location-item-three-div:hover {
  background-color: #028dd6;
}

.location-item-four-div {
  padding: 20px 15px 20px 20px;
  border-bottom: 2px solid #fff;
  background-color: #0084c9;
  cursor: pointer;
}

.location-item-four-div:hover {
  background-color: #028dd6;
}

.profile-location-button {
  margin-top: 10px;
}

.text-block-33 {
  margin-top: 7px;
  margin-bottom: 3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding-left: 2px;
  -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: 20px;
  background-color: #fff;
  color: #0084c9;
  font-size: 22px;
  line-height: 22px;
}

.link:hover {
  color: #231f20;
}

.title-section-fourty-two {
  background-image: url('../images/event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.career-photo-gallery-div {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 60px;
}

.career-slide-photos-div {
  width: 50%;
  height: 400px;
  margin-right: 20px;
  float: left;
}

.career-text-intro-div {
  width: 50%;
}

.career-div-one-content {
  display: block;
  margin-top: 29px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-2 {
  height: 100%;
}

.slide-2 {
  margin-right: 20px;
  margin-bottom: 10px;
  background-image: url('../images/event.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.heading-10 {
  width: 100%;
  margin-bottom: 18px;
  font-family: Marydale, sans-serif;
  font-weight: 400;
}

.paragraph-32 {
  float: none;
}

.employment-textimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: auto;
  margin: 10px 1%;
  padding: 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;
  border-style: solid;
  border-width: 1px;
  border-color: #34ab1e;
  border-radius: 4px;
}

.text-block-34 {
  margin-right: 21px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #34ab1e;
  font-size: 40px;
  line-height: 40px;
  text-align: left;
}

.paragraph-33 {
  width: 90%;
  margin-top: -42px;
  margin-right: 0px;
  margin-left: auto;
}

.text-block-35 {
  margin-top: 5px;
  color: #34ab1e;
  font-weight: 700;
  text-align: right;
}

.heading-11 {
  width: 100%;
  margin-top: 0px;
  font-family: Marydale, sans-serif;
}

.advantages-div {
  padding: 45px 30px;
  background-color: #f5f5f5;
}

.advantages-content-div {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.heading-12 {
  font-family: Marydale, sans-serif;
  font-weight: 400;
}

.title-div {
  width: 100%;
  margin-bottom: 0px;
}

.advantages-list-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantage-item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: auto;
  margin: 10px 1%;
  padding: 30px 40px 45px;
  -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;
  border-style: solid;
  border-width: 1px;
  border-color: #0084c9;
  border-radius: 4px;
  background-color: #fff;
}

.advantage-item-div:hover {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}

.color-black{
    color:#231f20;
}

.color-black:hover{
    color:#231f20;
}

.advantage-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-36 {
  margin-bottom: 12px;
  color: #0084c9;
  font-size: 20px;
  font-weight: 700;
}

.promotional-div-six {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/photo-37.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.location-profile-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 0px 60px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-form-div {
  width: 50%;
  padding: 20px 0px 20px 20px;
}

.location-info-div {
  width: 50%;
  padding: 20px 20px 20px 0px;
}

.paragraph-34 {
  width: 100%;
  margin-bottom: 13px;
}

.contact-item-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin: 10px 0%;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: #34ab1e;
  border-radius: 4px;
}

.address-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-37 {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #34ab1e;
  font-size: 20px;
  line-height: 28px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-35 {
  line-height: 22px;
}

.heading-13 {
  margin-top: 0px;
  color: #34ab1e;
}

.phone-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bold-text-2 {
  color: #34ab1e;
}

.bold-text-3 {
  color: #34ab1e;
}

.hours-div {
  width: 50%;
}

.heading-14 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #34ab1e;
}

.title-section-fourty-four {
  background-image: url('../images/photo-30.jpg');
  background-position: 50% 76%;
  background-size: cover;
}

.text-block-38 {
  margin-top: 0px;
  font-size: 16px;
  font-weight: 700;
}

.left-side-div {
  width: 30%;
  height: auto;
  margin-top: 20px;
}

.right-side-div {
  width: 67%;
  height: auto;
  margin-left: 3%;
}

.personal-bank-profile-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.comparison-div {
  width: 100%;
  height: auto;
  margin: 0px 0%;
  padding: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #34ab1e;
  border-radius: 4px;
  overflow: auto;
  position: relative;
}

.comparison-table-row-one {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 1px none #34ab1e;
}

.comparison-row-one-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 50px;
  margin-right: 0.5px;
  margin-left: 0.5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34ab1e;
}

.comparison-row-one-content.last-mobile {
  width: 60%;
}

.text-block-30-rates {
  color: #fff;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}

.comparison-table-div {
  border-style: solid;
  border-width: 1px 0.5px;
  border-color: rgba(158, 211, 90, 0.33);
  min-width: 1100px;
}

@media print {

  .comparison-table-div {
    border-style: solid;
    border-width: 1px 0.5px;
    border-color: rgba(158, 211, 90, 0.33);
    min-width: 900px;
  }

  .header-skip-nav, .title-section {
    display:none;
  }

  .cms-frontend.interiors {
    padding-top: 0;
  }

  .row-two-content-div.last {
    min-width:180px;
  }

  .row-two-content-div {
    border-bottom: 1px solid #cccccc;
  }
}

.comparison-table-two {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 1px solid #e0e0e0;
}

.row-two-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: center;
  border-right: 1px solid #e0e0e0;
  background-color: transparent;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
}

.row-two-content-div.last-mobile {
  width: 45%;
}

.text-block-39 {
  line-height: 19px;
}

.comparison-table-three {
  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: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  border-left: 1px solid #e0e0e0;
  background-color: #fff;
}

.paragraph-36 {
  display: block;
  margin-top: 20px;
  font-size: 10px;
  line-height: 20px;
}

.comparison-table-mobile-one {
  display: none;
  margin-top: 12px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px 0.5px;
  border-color: rgba(158, 211, 90, 0.33);
}

.comparison-table-mobile-two {
  display: none;
  margin-top: 12px;
  margin-bottom: 12px;
  border-style: solid;
  border-width: 1px 0.5px;
  border-color: rgba(158, 211, 90, 0.33);
}

.comparison-row-one-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: 50px;
  margin-right: 0.5px;
  margin-left: 0.5px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #34ab1e;
}

.comparison-row-one-mobile.last {
  width: 44.5%;
}

.row-two-mobile-content-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  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;
  border-right: 1px solid #e0e0e0;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.row-two-mobile-content-div.last {
  width: 45%;
}

.row-two-mobile-content-div.last-mobile {
  width: 60.5%;
}

.paragraph-36-mobile {
  display: none;
  margin-top: 20px;
  font-size: 10px;
  line-height: 20px;
}

.text-block-41 {
  font-weight: 700;
}

.blog-listing {
  width: 75%;
  margin-right: 2%;
}

.blog-category-div {
  width: 25%;
  margin-top: 35px;
  padding: 24px 15px;
  background-color: #e0e0e0;
}

.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 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;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 12px;
}

.category.two {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #34ab1e;
  color: #231f20;
  font-weight: 400;
}

.category.two:hover {
  background-color: #34ab1e;
  color: #fff;
}

.category.one {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #c70f27;
  color: #231f20;
  font-weight: 400;
}

.category.one:hover {
  background-color: #c70f27;
  color: #fff;
}

.category.three {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #0084c9;
  color: #231f20;
  font-weight: 400;
}

.category.three:hover {
  background-color: #0084c9;
  color: #fff;
}

.category.four {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #edb02e;
  color: #231f20;
  font-weight: 400;
}

.category.four:hover {
  background-color: #edb02e;
}

.category.five {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #231f20;
  color: #231f20;
  font-weight: 400;
}

.category.five:hover {
  background-color: #231f20;
  color: #fff;
}

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

.amsd-dropdown-list-2.w--open {
  padding-top: 0px;
}

.title-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsd-dropdown-2 {
  width: auto;
}

.list-item-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 400;
}

.amsd-dropdown-arrow-icon-2 {
  margin-right: 0px;
  font-size: 15px;
}

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

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

.heading-15 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 32px;
}

.gray-bar-blog-page {
  width: 4px;
  height: 70px;
  margin-right: 20px;
  background-color: #b3bd92;
}

.archive-list-div {
  width: 85%;
  padding: 20px;
  border-radius: 6px;
  background-color: rgba(179, 189, 146, 0.25);
}

.blog-year-list-div {
  display: block;
  margin-top: 0px;
  margin-left: 10px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e0e0e0;
  background-color: transparent;
}

.list-9 {
  padding-left: 15px;
}

.text-block-26 {
  margin-right: 0px;
  font-family: 'Century gothic', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.categories-list-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

.amsd-image-four.list {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-position: 50% 50%;
}

.amsd-image-four.list.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-four.list.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-four.list.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-four.list.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-four.list.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-four.list.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-four.list.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-four.list.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-four.list.ten-copy {
  background-image: url('../images/E-statements.png');
}

.amsd-image-four.list.eleven-copy {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-four.list-blog {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/2020-Lexi-Magnuson-FB_VIC.png');
  background-position: 100% 50%;
}

.amsd-image-four.list-blog.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list-blog.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list-blog.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-four.list-blog.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list-blog.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list-blog.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-four.list-blog.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-four.list-blog.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-four.list-blog.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-four.list-blog.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-four.list-blog.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-four.list-blog-one {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/Mariah-Langrehr-Promotion.jpeg');
  background-position: 100% 50%;
}

.amsd-image-four.list-blog-one.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list-blog-one.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-one.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list-blog-one.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-four.list-blog-one.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-one.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list-blog-one.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-one.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list-blog-one.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-one.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-four.list-blog-one.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-four.list-blog-one.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-four.list-blog-one.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-four.list-blog-one.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog-one.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog-one.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-four.list-blog-one.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog-one.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-four.list-blog-three {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo18.jpg');
  background-position: 100% 50%;
}

.amsd-image-four.list-blog-three.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list-blog-three.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-three.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list-blog-three.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-four.list-blog-three.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-three.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-four.list-blog-three.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-three.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-four.list-blog-three.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-four.list-blog-three.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-four.list-blog-three.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-four.list-blog-three.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-four.list-blog-three.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-four.list-blog-three.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog-three.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog-three.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-four.list-blog-three.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-four.list-blog-three.thirteen {
  background-image: url('../images/app3.jpg');
}

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

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

.amsd-image-three.list {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-position: 50% 50%;
}

.amsd-image-three.list.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-three.list.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-three.list.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-three.list.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-three.list.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-three.list.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-three.list.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-three.list.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-three.list.ten-copy {
  background-image: url('../images/E-statements.png');
}

.amsd-image-three.list.eleven-copy {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-three.list-blog {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/2020-Christine-Voye-Blog_FB_VIC.png');
  background-position: 100% 50%;
}

.amsd-image-three.list-blog.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list-blog.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list-blog.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-three.list-blog.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list-blog.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list-blog.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-three.list-blog.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-three.list-blog.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-three.list-blog.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-three.list-blog.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-three.list-blog.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-three.list-blog-one {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/Jacob-Mara-Promotion.jpeg');
  background-position: 100% 50%;
}

.amsd-image-three.list-blog-one.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list-blog-one.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-one.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list-blog-one.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-three.list-blog-one.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-one.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list-blog-one.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-one.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list-blog-one.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-one.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-three.list-blog-one.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-three.list-blog-one.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-three.list-blog-one.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-three.list-blog-one.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog-one.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog-one.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-three.list-blog-one.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog-one.thirteen {
  background-image: url('../images/app3.jpg');
}

.amsd-image-three.list-blog-three {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding-bottom: 75%;
  border-radius: NaNpx;
  background-image: url('../images/photo18.jpg');
  background-position: 100% 50%;
}

.amsd-image-three.list-blog-three.two {
  background-image: url('../images/photo04.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list-blog-three.one {
  background-image: url('../images/photo-19.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-three.three {
  background-image: url('../images/photo-20.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list-blog-three.four {
  background-image: url('../images/photo-21.jpg');
}

.amsd-image-three.list-blog-three.six {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-three.seven {
  background-image: url('../images/photo-27.jpg'), url('../images/thumbnail.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat, no-repeat;
}

.amsd-image-three.list-blog-three.nine {
  background-image: url('../images/photo-29.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-three.eight {
  background-image: url('../images/photo-30.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat;
}

.amsd-image-three.list-blog-three.six-copy {
  background-image: url('../images/photo-31.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.amsd-image-three.list-blog-three.ten {
  background-image: url('../images/E-statements.png');
}

.amsd-image-three.list-blog-three.eleven {
  background-image: url('../images/photo11.jpg');
}

.amsd-image-three.list-blog-three.twelve {
  background-image: url('../images/mobiledeposit.jpeg');
}

.amsd-image-three.list-blog-three.fourteen {
  background-image: url('../images/photo14.jpg');
}

.amsd-image-three.list-blog-three.thirty-one {
  background-image: url('../images/photo15.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog-three.thirty-two {
  background-image: url('../images/photo16.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog-three.ten {
  background-image: url('../images/app1.jpg');
}

.amsd-image-three.list-blog-three.eleven {
  background-image: url('../images/app2.jpg');
  background-position: 0% 50%;
}

.amsd-image-three.list-blog-three.thirteen {
  background-image: url('../images/app3.jpg');
}

.link-block {
  margin-right: 10px;
  margin-bottom: 5px;
}

.categories-title-div {
  width: 100%;
  margin-bottom: 0px;
}

.blog-title-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #0084c9;
}

.blog-aurhor {
  margin-bottom: 20px;
  font-weight: 700;
}

.competitive-div {
  padding: 45px 30px;
}

.awards-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  width: 100px;
  height: 100px;
}

.image-3 {
  width: 100px;
  height: 100px;
}

.image-4 {
  width: 100px;
  height: 100px;
}

.image-5 {
  width: 100px;
  height: 100px;
}

.image-6 {
  width: 100px;
  height: 100px;
}

.image-7 {
  width: 100px;
  height: 100px;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  width: 40px;
  margin-top: 0px;
}

.slider-testimonials-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 86%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 20px 5px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
  background-color: transparent;
  box-shadow: none;
}

.testimonial-author-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.slider-3 {
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.testimonials-div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 0px;
}

.testimonials-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.left-arrow {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  overflow: visible;
  width: 40px;
}

.icon-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 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;
  border-style: none;
  border-width: 2px;
  border-color: #0033a1;
  border-radius: 10px;
  color: #34ab1e;
  font-size: 27px;
}

.icon-2:hover {
  border-color: #87a5cd;
  background-color: transparent;
  color: #87a5cd;
}

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

.icon-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #0033a1;
  border-radius: 10px;
  color: #34ab1e;
  font-size: 27px;
}

.icon-3:hover {
  border-color: #87a5cd;
  background-color: transparent;
  color: #87a5cd;
}

.text-block-6 {
  margin-top: 0px;
  margin-left: 0px;
  font-family: 'Century gothic', sans-serif;
  color: #34ab1e;
  font-size: 18px;
  font-weight: 700;
}

.paragraph-37 {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #161419;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
}

.testimonials-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.quote-div {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.text-block-5 {
  display: none;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: rgba(135, 165, 205, 0.4);
  font-size: 50px;
  line-height: 50px;
}

.mask {
  overflow: hidden;
  height: 100%;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.slide-4 {
  width: 100%;
  height: 100%;
  margin-right: 1px;
  margin-left: 1px;
  background-color: transparent;
}

.slide-content-inner-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 670px;
  max-width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  text-align: center;
}

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

.slide-5 {
  background-image: url('../images/slider1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slider-text-content-div {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.slide-button.cms-btn {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 2px;
}

.arrow-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 70px;
  background-color: #ff8c00;
  box-shadow: 2px 1px 3px -2px rgba(0, 0, 0, 0.4);
}

.slide-6 {
  background-image: url('../images/event.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.slide-career-content-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  min-height: 0px;
  padding: 60px 80px 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: radial-gradient(circle farthest-corner at 0% 100%, rgba(50, 49, 65, 0.55), rgba(50, 49, 65, 0.13) 53%);
  color: #fff;
}

.get-in-touch-bttn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 93%;
  height: 60px;
  padding-left: 32px;
  -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;
  border-radius: 50px;
  background-color: #e0e0e0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
}

.get-in-touch-bttn:hover {
  color: transparent;
}

.stick-button {
  position: fixed;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 7%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: width 475ms linear;
  transition: width 475ms linear;
}

.stick-button:hover {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}

.slider-career-page-div {
  width: 1200px;
  height: auto;
  margin: 0px auto 60px;
  max-width: 100%;
}

.text-block-12 {
  color: #333;
  font-size: 25px;
  font-weight: 700;
}

.text-block-12:hover {
  color: #333;
}

.text-block-13 {
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 28px;
}

.slide-text-large-2 {
  width: 100%;
  margin-bottom: 25px;
  font-size: 80px;
  line-height: 80px;
  font-weight: 900;
  text-align: left;
}

.slide-text-large-2:hover {
  text-decoration: none;
}

.slide-text-small-2 {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
}

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

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

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

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

.slide-buttons-wrapper-2 {
  margin-top: 15px;
  text-align: left;
}

.slide-7 {
  background-image: url('../images/slide3.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/cafe.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/IMG_8798.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.address-div-popup {
  margin-top: 5px;
  color: #231f20;
  font-size: 14px;
  line-height: 18px;
}

.close-bttn-popup {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.text-block-42 {
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.text-block-42:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #0084c9;
  background-color: transparent;
  color: #231f20;
}

.close-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 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;
  border-style: none;
  border-width: 1px;
  border-color: #0084c9;
  background-color: transparent;
  color: #0084c9;
  cursor: pointer;
}

.close-two {
  cursor: pointer;
}

.close-three {
  cursor: pointer;
}

.close-four {
  cursor: pointer;
}

.close-bttn-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 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;
  border-style: none;
  border-width: 1px;
  border-color: #0084c9;
  background-color: transparent;
  color: #0084c9;
  cursor: pointer;
}

.close-bttn-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 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;
  border-style: none;
  border-width: 1px;
  border-color: #0084c9;
  background-color: transparent;
  color: #0084c9;
  cursor: pointer;
}

.close-bttn-four {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 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;
  border-style: none;
  border-width: 1px;
  border-color: #0084c9;
  background-color: transparent;
  color: #0084c9;
  cursor: pointer;
}

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

.info-location-div {
  padding: 20px;
  border-bottom: 2px solid #fff;
  background-color: #0084c9;
  cursor: pointer;
}

.read-more-location-div {
  padding: 20px 15px 20px 20px;
  border-bottom: 2px solid #fff;
  background-color: #0084c9;
  cursor: pointer;
}

.read-more-location-div:hover {
  background-color: #028dd6;
}

.location-read-more-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2%;
  padding-bottom: 0px;
  -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;
}

.property-buttons-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph-38 {
  margin-right: 10px;
  margin-left: 10px;
}

.paragraph-39 {
  margin-right: 10px;
  margin-left: 10px;
}

.category-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 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;
  border: 1px solid #000;
  border-radius: 20px;
  font-size: 12px;
}

.category-profile.two {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #34ab1e;
  color: #231f20;
  font-weight: 400;
}

.category-profile.two:hover {
  background-color: #34ab1e;
  color: #fff;
}

.category-profile.one {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 7px;
  padding-left: 7px;
  border-width: 1px;
  border-color: #c70f27;
  color: #231f20;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}

.category-profile.one:hover {
  background-color: #c70f27;
  color: #fff;
}

.category-profile.three {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #0084c9;
  color: #231f20;
  font-weight: 400;
}

.category-profile.three:hover {
  background-color: #0084c9;
  color: #fff;
}

.category-profile.four {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #edb02e;
  color: #231f20;
  font-weight: 400;
}

.category-profile.four:hover {
  background-color: #edb02e;
}

.category-profile.five {
  margin-right: 0px;
  margin-bottom: 0px;
  border-width: 1px;
  border-color: #231f20;
  color: #231f20;
  font-weight: 400;
}

.category-profile.five:hover {
  background-color: #231f20;
  color: #fff;
}

.location-read-more-popup-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2%;
  -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-span-6-popup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  font-size: 20px;
}

.arrow-link-popup {
  margin-top: 7px;
  margin-bottom: 15px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.link-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: left;
  text-decoration: underline;
}

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

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

.amsd-description-text-staff.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  color: #fff;
  line-height: 20px;
  text-align: left;
}

.text-span-staff {
  margin-right: 10px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
}

.about-us-video-div {
  width: 50%;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 15px;
  float: left;
}

.heading-16 {
  float: none;
}

.paragraph-40 {
  float: none;
}

.last-items-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparison-accounts-div {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 0px 20px;
  border-style: none;
  border-width: 1px;
  border-color: #34ab1e;
  border-radius: 4px;
}

.account-title-one-div {
  padding: 20px;
  background-color: #0084c9;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
}

.account-type-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-8 {
  margin: 20px;
}

.account-info-div {
  width: 70%;
  padding-left: 31px;
  border-left: 5px solid #0084c9;
}

.comparison-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.comparision-icons-div {
  width: 55px;
  height: 55px;
}

.comparison-text-div {
  width: 85%;
  margin-left: 10px;
}

.bold-text-4 {
  font-size: 18px;
}

.text-block-43 {
  line-height: 20px;
}

.account-title-two-div {
  padding: 15px 20px;
  background-color: #34ab1e;
}

.account-info-two-div {
  width: 70%;
  padding-left: 31px;
  border-left: 5px solid #34ab1e;
}

.account-title-four-div {
  padding: 15px 20px;
  background-color: #1d386d;
}

.account-info-four-div {
  width: 70%;
  padding-left: 31px;
  border-left: 5px solid #1d386d;
}

.text-block-44 {
  width: 100%;
  margin-top: 20px;
  font-size: 17px;
}

.text-block-45 {
  margin-top: 20px;
  font-size: 10px;
  line-height: 14px;
}

.account-title-three-div {
  padding: 20px;
  background-color: #edb02e;
}

.account-info-three-div {
  width: 74%;
  padding-left: 31px;
  border-left: 5px solid #edb02e;
}

.text-block-46 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 35px;
  line-height: 35px;
}

.content-block-testimonials {
  margin-top: 0px;
  padding: 60px 30px 60px;
  background-color: #fff;
}

.title-video-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 550px;
  padding: 20px 80px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(50, 49, 65, 0.25), rgba(50, 49, 65, 0.3));
}

.title-video-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1220px;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.video-play-button {
  display: inline-block;
  overflow: auto;
  width: 90px;
  height: auto;
  margin: 20px 10px 30px 15px;
  text-align: center;
  text-decoration: none;
}

.video-play-button:hover {
  text-decoration: none;
}

.cms-btn-header {
  position: relative;
  display: inline-block;
  overflow: hidden;
  min-width: 175px;
  margin-left: 1%;
  padding: 13px 15px;
  border-radius: 200px;
  background-color: #34ab1e;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
  -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;
  text-decoration: none;
  cursor: pointer;
}

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

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

.cms-btn-header.cms-btn-secondary {
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
}

.cms-btn-header.cms-btn-secondary.open-account {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

.cms-btn-header.cms-btn-secondary.header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

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

.cms-btn-header.slide-button {
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 200px;
}

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

.cms-btn-header.cms-btn-tertiary {
  background-color: #fc9e49;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fc9e49), to(#edb02e));
  background-image: linear-gradient(90deg, #fc9e49 50%, #edb02e);
}

.cms-btn-header.side-by-side {
  margin-right: 15px;
  margin-left: 15px;
}

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

.cms-btn-header.test {
  width: 347px;
  height: 50px;
}

.cms-btn-header.cms-btn-quaternary {
  background-color: #c70f27;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #c70f27), to(#ff0631));
  background-image: linear-gradient(90deg, #c70f27 50%, #ff0631);
}

.cms-btn-header.cms-btn-secondary-third {
  background-color: #0084c9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
}

.cms-btn-header.cms-btn-secondary-third.open-account {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

.cms-btn-header.cms-btn-secondary-third.header {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #f88d2a), to(#edb02e));
  background-image: linear-gradient(90deg, #f88d2a 50%, #edb02e);
}

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

.promo-button.cms-btn {
  margin-top: 10px;
}

.promo-button.grid.cms-btn {
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #0084c9), to(#36b3e5));
  background-image: linear-gradient(90deg, #0084c9 50%, #36b3e5);
}

.cms-btn-arrow-left {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-right: 10px;
  margin-left: -2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 17px;
}

.read-more-btn-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
}

.account-info-one-div {
  width: 70%;
  padding-left: 31px;
  border-left: 5px solid #0084c9;
}

.print-page-wrapper {
  width: 100%;
  margin-top: 15px;
  text-align: right;
}

.homepage-banner-content-outer-wrapper {
  height: calc(100vh - 290px);
}

.mobile-site-wrapper {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden; 
}

.mobile-site-wrapper.interiors {
	overflow-x: unset; 
}

.mobile-categories-switch {
	display: none;
}

.tables-content-container{
    padding-top: 60px;
    padding-bottom: 60px;
}

.new-tables-div {
  width: 1220px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 60px;
}

.table-privacy-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-privacy-one-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rev-text-div {
  font-family: 'Century gothic', sans-serif;
  font-size: 12px;
  text-align: right;
}

.column-one-row-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  margin-bottom: 10px;
  padding: 15px;
  -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;
  background-color: #0084c9;
  color: #fff;
}

.column-two-row-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79.8%;
  margin-bottom: 10px;
  margin-left: 2px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
}

.text-block-47 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase;
}

.text-block-48 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
}

.column-one-row-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: auto;
  margin-bottom: 10px;
  padding: 15px;
  -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;
  background-color: #0084c9;
  color: #fff;
}

.column-two-row-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 79.8%;
  margin-bottom: 10px;
  margin-left: 2px;
  padding: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
}

.column-two-title {
  font-size: 18px;
  line-height: 20px;
}

.column-two-row-two-text {
  font-size: 13px;
  line-height: 18px;
  text-transform: none;
}

.table-privacy-two {
  margin-bottom: 20px;
}

.table-two-row-one {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background-color: #0084c9;
}

.column-one-title {
  width: 40%;
  padding: 10px;
}

.text-block-49 {
  color: #fff;
}

.column-one-title-copy {
  width: 40%;
  padding: 10px;
}

.column-two-title-div {
  width: 30%;
  padding: 10px;
  border-left: 1px solid #fff;
}

.table-two-rows-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.table-two-column-one-info {
  width: 40%;
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.table-two-column-two-info {
  width: 30%;
  height: auto;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
}

.text-block-50 {
  font-size: 13px;
  line-height: 18px;
}

.table-privacy-three {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.table-three-title-row {
  width: 100%;
  padding: 10px;
  background-color: #0084c9;
  color: #fff;
}

.table-three-rows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none solid solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.table-three-column-one {
  width: 40%;
  padding: 10px;
}

.table-three-column-two {
  width: 60%;
  padding: 10px;
  border-left: 1px solid #e0e0e0;
}

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

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 30px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 30px);
  transform: scale(0.8, 0.8) translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 30px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 30px);
  transform: scale(0.8, 0.8) translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 30px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 30px);
  transform: scale(0.8, 0.8) translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 30px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 30px);
  transform: scale(0.8, 0.8) translate(0px, 30px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-5"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(0px, 30px);
  -ms-transform: scale(0.8, 0.8) translate(0px, 30px);
  transform: scale(0.8, 0.8) translate(0px, 30px);
}

html.w-mod-js *[data-ix="top-left-bg-fade-in"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(-300px, -200px);
  -ms-transform: scale(0.8, 0.8) translate(-300px, -200px);
  transform: scale(0.8, 0.8) translate(-300px, -200px);
}

html.w-mod-js *[data-ix="bottom-right-bg-fade-in"] {
  opacity: 0;
  -webkit-transform: scale(0.8, 0.8) translate(300px, 200px);
  -ms-transform: scale(0.8, 0.8) translate(300px, 200px);
  transform: scale(0.8, 0.8) translate(300px, 200px);
}

html.w-mod-js *[data-ix="full-width-photo-section-link-block-fade-in"] {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5) translate(0px, 60px);
  -ms-transform: scale(0.5, 0.5) translate(0px, 60px);
  transform: scale(0.5, 0.5) translate(0px, 60px);
}

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

html.w-mod-js *[data-ix="featured-item-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px) scale(0.8, 0.8);
  -ms-transform: translate(0px, 30px) scale(0.8, 0.8);
  transform: translate(0px, 30px) scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="featured-item-fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px) scale(0.8, 0.8);
  -ms-transform: translate(0px, 30px) scale(0.8, 0.8);
  transform: translate(0px, 30px) scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="featured-item-fade-in-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 30px) scale(0.8, 0.8);
  -ms-transform: translate(0px, 30px) scale(0.8, 0.8);
  transform: translate(0px, 30px) scale(0.8, 0.8);
}

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

html.w-mod-js *[data-ix="navbar-bottom-left-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(-120px, 120px) scale(0.8, 0.8);
  -ms-transform: translate(-120px, 120px) scale(0.8, 0.8);
  transform: translate(-120px, 120px) scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="navbar-top-right-fade-in"] {
  opacity: 0;
  -webkit-transform: translate(120px, -120px) scale(0.8, 0.8);
  -ms-transform: translate(120px, -120px) scale(0.8, 0.8);
  transform: translate(120px, -120px) scale(0.8, 0.8);
}

html.w-mod-js *[data-ix="dropdown-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, -30px);
  -ms-transform: translate(0px, -30px);
  transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="homepage-banner-dropdown-animation"] {
  opacity: 0;
  -webkit-transform: translate(0px, -200px) scale(0.01, 0.01);
  -ms-transform: translate(0px, -200px) scale(0.01, 0.01);
  transform: translate(0px, -200px) scale(0.01, 0.01);
}

@media screen and (min-width: 1601px) {
  .music-play-button {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }
}
/*
@media screen and (max-width: 1600px) and (min-width: 1501px) {
  .music-play-button {
    width: 60px;
    height: 60px;
  }
  .music-play-button{
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1401px) {
  .music-play-button {
    width: 54px;
    height: 54px;
    font-size: 18px;
  }
}
*/
@media (max-width: 1400px) {
  .music-play-button {
    width: 65px;
    height: 65px;
    font-size: 28px;
  }
  .navbar {
    padding-left: 60px;
  }
}
@media (max-width: 1165px) {
  .cms-btn-header {
    font-size: 13px;
    min-width: 160px;
    padding: 14px 15px;
  }
  .last-items-menu {
    margin-left: 10px;
  }  
  .nav-link{
    font-size: 14px;
  }
  .nav-link.last{
    font-size: 13px;
  }
  .navbar {
    padding-left: 40px;
  }
  .amsd-grid-top-cover-copy {
    border-top-width: 50px;
    border-right-width: 328px;
  }
}

@media (max-width: 1100px) {
  .logo-home-link {
    margin-right: 20px;
  }
  .nav-link {
    font-size: 14px;
  }
  .nav-link.last {
    padding-left: 15px;
    padding-right: 15px;
  }
  .last-nav-link-arrow {
    margin-left: 5px;
    font-size: 13px;
  }
  .cms-btn-header .cms-btn-arrow {
    margin-left: 7px;
    font-size: 13px;
  }
}

@media (max-width: 1111px){
     .column-two-row-two{
        width: 79.7%;
    }
    .column-two-row-one{
        width: 79.7%;
    }
}

@media (max-width: 1050px) {
  .cms-btn-header {
    min-width: 160px;
    padding: 14px 10px;
  }
  .nav-link.last {
    padding-left: 12px;
    padding-right: 12px;
  }
  .nav-link{
    font-size: 13px;
  }
  .amsd-grid-top-cover-copy {
    border-top-width: 50px;
    border-right-width: 320px;
  }
}

@media screen and (max-width: 991px) {
  .default-nav-link {
    display: block;
    height: auto;
    padding: 15px 0px;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .logo-home-link {
    margin-right: 0px;
    margin-left: 20px;
  }
  .navbar {
    display: block;
    height: 90px;
    margin-top: 0px;
    padding-top: 8px;
    padding-right: 0px;
    padding-left: 40px;
  }
  .navbar.has-fdic {
    margin-top: 30px;
  }
  .nav-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 75px;
    padding-right: 150px;
    padding-left: 150px;
    float: right;
    background-color: #f5f5f5;
  }
  .default-dropdown {
    display: block;
    height: auto;
  }
  .default-dropdown-link {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
  }
  .default-dropdown-link.w--current {
    color: #fff;
  }
  .default-dropdown-list {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
  }
  .default-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;
  }
  .menu-button {
    width: 72px;
    height: 72px;
    margin-right: 40px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    color: #333;
    font-size: 36px;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #0084c9;
  }
  .gallery-image {
    width: 46%;
    height: 200px;
  }
  .album-photos {
    text-align: center;
  }
  .nav-items-wrapper {
    display: block;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-bottom: 130px;
  }
  .nav-items-wrapper.mobile {
    display: block;
  }
  .nav-items-wrapper.mobile.test {
    display: none;
  }
  .amsd-item {
    display: block;
  }
  .amsd-image-link {
    margin-right: 0px;
  }
  .amsd-text-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .content-container {
    margin-bottom: 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%;
  }
  .featured-section-divider {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  }
  .featured-section-bg-cover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  }
  .nested-dropdown-list {
    left: 0px;
    display: none;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 15px;
    border-left: 1px solid #f0f0f0;
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-list-arrow {
    display: none;
  }
  .nested-dropdown-arrow {
    display: none;
  }
  .dropdown {
    display: block;
    height: auto;
    margin-right: 0%;
    margin-left: 0%;
  }
  .dropdown.nested {
    width: 100%;
    box-shadow: none;
  }
  .dropdown.secondary {
    margin-right: 0px;
    margin-left: 0px;
  }
  .nav-link {
    display: block;
    height: auto;
    margin-right: 0%;
    margin-left: 0%;
    padding: 10px 0px;
    color: #231f20;
    font-size: 18px;
    line-height: 20px;
    text-align: left;
  }
  .nav-link:hover {
    box-shadow: none;
    color: #333;
  }
  .nav-link.w--current, 
  .nav-link.secondary.w--current {
    box-shadow: none;
    color: #231F20;
  }
  .cms-btn-header.w--current .cms-btn-text {
  	color: white;
  }
  .nav-link.dropdown-nav-link {
    display: block;
  }
  .nav-link.dropdown-nav-link.w--open {
    box-shadow: none;
    color: #0084c9;
  }
  .nav-link.last {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    border-radius: 0px;
    text-align: center;
    height: 50px;
  }
  .nav-link.last.w--current {
  	color: white;
  }
  .nav-link.last:hover {
    color: #ffffff;
  }
  .nav-link.secondary {
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 0px;
    color: #231f20;
    font-size: 18px;
    line-height: 20px;
  }
  .nav-link.secondary:hover {
    box-shadow: none;
    color: #231f20;
  }
  .nav-link.secondary.w--current:hover {
    box-shadow: none;
    color: #0084c9;
  }
  .nav-link.last-one {
    margin-top: 15px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .nav-link.last-one:hover {
    border-radius: 20px;
    color: #fff;
  }
  .dropdown-links-wrapper-inner {
    display: block;
    width: 100%;
    min-width: 0px;
    padding: 5px 0px;
  }
  .dropdown-links-wrapper-inner.horizontal-dropdown {
    padding: 5px 0px;
  }
  .dropdown-list {
    position: static;
    display: none;
    width: auto;
    margin-bottom: 10px;
    padding: 0px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: none;
  }
  .dropdown-list.scrolled {
	  padding-top: 0px;
	}
  .dropdown-list.w--open {
    display: block;
  }
  .dropdown-list.secondary {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .dropdown-link {
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 10px 0px 10px 15px;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
  }
  .dropdown-link:hover {
    color: #333;
  }
  .dropdown-link.w--current {
    color: #0084c9;
  }
  .dropdown-link.w--open {
    color: #0084c9;
  }
  .dropdown-link.nested {
    width: auto;
    max-width: 100%;
    min-width: 0px;
    padding-left: 15px;
  }
  .dropdown-link.nested.double-nested {
    padding-left: 0px;
  }
  .dropdown-link.secondary {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #231f20;
    font-size: 14px;
    line-height: 18px;
  }
  .nested-dropdown-nav-link-text {
    padding-left: 0px;
    font-family: 'Century gothic', sans-serif;
    color: #231f20;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
  }
  .nested-dropdown-nav-link-text.green {
    color: #231f20;
  }
  .nested-dropdown-nav-link-text.orange {
    color: #231f20;
  }
  .dropdown-links-wrapper-outer {
    left: 0px;
    display: block;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-links-wrapper-outer.horizontal-dropdown {
    left: auto;
  }
  .dropdown-links-wrapper-outer.secondary {
    background-color: transparent;
  }
  .nav-link-dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
  }
  .dropdown-content-wrapper-inner {
    display: none;
    padding: 15px 0px;
    background-color: transparent;
  }
  .search-form-wrapper {
    width: 280px;
    max-width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .search-dropdown-list {
    position: static;
    left: 0px;
    right: auto;
    display: block;
    height: auto;
    margin-top: 0px;
    padding: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .dropdown-2 {
    display: block;
    height: auto;
  }
  .dropdown-2.secondary {
    margin-left: 0px;
  }
  .dropdown-2.secondary.search {
    display: inline-block;
    max-width: 100%;
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .secondary-nav-items-inner-wrapper {
    position: static;
    display: block;
    padding: 0px;
    text-align: left;
  }
  .nav-link-dropdown-arrow-2 {
    margin-left: 5px;
    font-size: 14px;
  }
  .nav-link-dropdown-arrow-2.secondary {
    top: -3px;
    font-size: 14px;
  }
  .nested-dropdown-list-2 {
    background-color: transparent;
  }
  .search-icon {
    font-size: 13px;
  }
  .search-form {
    margin-right: 0px;
    margin-left: 0px;
  }
  .dropdown-links-wrapper-outer-2 {
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-list-2 {
    padding-top: 0px;
    background-color: transparent;
  }
  .dropdown-list-2.secondary {
    padding-top: 0px;
  }
  .dropdown-links-wrapper-inner-2 {
    min-width: 0px;
    padding-top: 0px;
  }
  .nav-link-2 {
    display: block;
    height: auto;
    padding: 20px 0px;
    color: #7e7b7b;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
  }
  .nav-link-2.secondary {
    height: auto;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #7e7b7b;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .nav-link-2.secondary:hover {
    color: #7e7b7b;
  }
  .nav-link-2.secondary.w--current {
    color: #5d9732;
  }
  .nav-link-2.dropdown-nav-link.secondary.search {
    display: none;
  }
  .search-form-submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 54px;
    height: 54px;
    margin-top: -3px;
    margin-right: -3px;
    -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: #5d9732;
    font-size: 15px;
  }
  .input-field-2.search {
    height: 48px;
    padding-right: 65px;
    padding-left: 22px;
    background-color: rgba(0, 0, 0, 0.07);
    color: #231f20;
    font-size: 15px;
  }
  .input-field-2.search::-webkit-input-placeholder {
    color: #231f20;
  }
  .input-field-2.search:-ms-input-placeholder {
    color: #231f20;
  }
  .input-field-2.search::-ms-input-placeholder {
    color: #231f20;
  }
  .input-field-2.search::placeholder {
    color: #231f20;
  }
  .input-field-2.category {
    height: 48px;
    padding-right: 65px;
    padding-left: 22px;
    font-size: 13px;
  }
  .dropdown-link-2 {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 14px;
  }
  .dropdown-link-2.w--current {
    color: #fff;
  }
  .secondary-nav-items-outer-wrapper {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    background-color: transparent;
    background-image: none;
  }
  .dropdown-list-arrow-2 {
    display: none;
  }
  .promotion-section-bg-cover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  }
  .footer-section-one {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-column {
    width: 50%;
  }
  .footer-columns-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer-logo {
    margin-right: 20px;
    margin-left: 10px;
  }
  .footer-logos-left {
    position: static;
    margin-top: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .alert-bar {
    margin-top: 90px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .alert-bar.has-fdic {
    margin-top: 120px;
  }
  .alert-text {
    font-size: 12px;
    line-height: 18px;
  }
  .last-dropdown-list-arrow {
    display: none;
  }
  .dropdown-list-featured-area {
    display: none;
  }
  .full-width-photo-section-bg-cover {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.07);
  }
  .music-play-button-wrapper {
    margin-top: 83px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .music-play-button {
/*    display: none;*/
    width: 65px;
    height: 65px;
    margin-top: -3px;
    margin-left: 287px;
    background-color: #5d9732;
    font-size: 15px;
  }
  .music-play-button.with-alert-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .homepage-banner-dropdown-list-arrow {
    display: none;
  }
  .content-block-one {
    max-width: 100%;
  }
  .content-block-two {
    padding: 20px 30px 40px;
  }
  .grid-list-block-interiors {
    max-width: 100%;
  }
  .amsd-item-personal {
    display: block;
  }
  .amsd-image-link-personal {
    margin-right: 0px;
  }
  .amsd-text-wrapper-personal {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .list-block-interiors {
    max-width: 100%;
    padding: 0px;
  }
  .amsd-image-link-list {
    margin-right: 0px;
  }
  .table-block-interiors {
    max-width: 100%;
  }
    .new-tables-div {
        max-width: 100%;
        padding: 0px 30px;
    }
  .table-row-div {
    width: 49%;
  }
  .accordeon-list-block-interiors {
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-dropdown-item {
    display: block;
  }
  .paragraph-2 {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .paragraph-photo-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .photo-div {
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-photo-div-two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .photo-div-one {
    width: 100%;
    margin-left: 0px;
  }
  .amsd-item-grid-two {
    display: block;
  }
  .amsd-item-grid-two.grid {
    overflow: hidden;
    width: 44%;
  }
  .amsd-image-link-personal-two {
    margin-right: 0px;
  }
  .amsd-item-two {
    display: block;
  }
  .amsd-item-two.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amsd-item-two.blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .amsd-item-two.blog-list.no-photo {
    padding-top: 70px;
    padding-left: 0px;
  }
  .list-triangle-cover-two.blog {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    border-width: 0px 0px 70px 610px;
    border-right-color: #f5f5f5;
    border-bottom-color: transparent;
    border-left-color: #f5f5f5;
  }
  .amsd-image-link-two {
    width: 50%;
/*    height: 350px;*/
    max-width: 100%;
    margin-right: 20px;
  }
    
 .amsd-image-link-two-blog {
    width: 100%;
    height: 350px;
    max-width: 100%;
    margin-right: 20px;
  }
  .amsd-text-wrapper-two {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-text-wrapper-two.list {
    margin-right: 0px;
  }
  .amsd-text-wrapper-two.list-blog {
    padding-right: 20px;
    padding-left: 20px;
  }
  .promotional-div {
    padding-right: 30px;
    padding-left: 30px;
  }
  .promo-content-container {
    max-width: 100%;
  }
  .card-promo-text-div {
    overflow: hidden;
    width: 60%;
  }
  .promo-one-content-container-copy {
    max-width: 100%;
  }
  .card-promo-one-text-div-copy {
    overflow: hidden;
  }
  .list-item-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .list-item-option-two {
    width: 90%;
    max-width: 500px;
  }
  .amsd-list-image-div {
    margin-right: 0px;
  }
  .amsd-list-text-div {
    margin-left: 18px;
  }
  .paragraph-8 {
    width: 30%;
  }
  .paragraph-10 {
    width: 100%;
    margin-bottom: 15px;
  }
  .paragraph-11 {
    width: 100%;
    margin-top: 19px;
  }
  .blog-list-div {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .blog-dropdown-wrapper {
    width: 50%;
  }
  .staff-selection {
    -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;
  }
  .staff-dropdown-wrapper {
    width: 50%;
    margin-bottom: 16px;
  }
  .staff-list-block {
    max-width: 100%;
  }
  .staff-item {
    display: block;
  }
  .staff-item.grid {
    width: 44%;
  }
  .staff-amsd-text-div {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .property-image-div {
    width: 60%;
  }
  .blog-profile-img-div {
    width: 60%;
  }
  .staff-profile-img-div {
    width: 100%;
  }
  .staff-profile-img-two-div {
    width: 100%;
  }
  .location-pinpoit {
    left: 146px;
  }
  .location-pinpoit-two {
    left: 232px;
  }
  .map-info-div {
    left: 257px;
  }
  .location-pinpoit-first {
    left: 375px;
  }
  .locations-div {
    overflow: hidden;
  }
  .location-list {
    width: 33%;
  }
  .location-pinpoit-second {
    left: 375px;
  }
  .map-info-two-div {
    left: 257px;
  }
  .map-info-three-div {
    left: 257px;
  }
  .map-info-four-div {
    left: 257px;
  }
  .employment-textimonial-div {
    max-width: 100%;
  }
  .testimonial-div {
    width: 100%;
  }
  .advantages-div {
    padding-right: 60px;
    padding-left: 60px;
  }
  .title-div.show-on-mobile {
    display: block;
  }
  .advantage-item-div {
    width: 250px;
  }
  .location-profile-content-div {
    max-width: 100%;
  }
  .contact-item-div {
    width: 100%;
  }
  .phone-div {
    width: 100%;
  }
  .hours-div {
    width: 100%;
    margin-bottom: 10px;
  }
  .comparison-div {
    width: 100%;
  }
  .text-block-30-rates {
    font-size: 16px;
    line-height: 20px;
  }
  .row-two-content-div {
    font-size: 12px;
    line-height: 16px;
  }
  .row-two-mobile-content-div {
    font-size: 12px;
    line-height: 16px;
  }
  .blog-listing {
    width: 75%;
  }
  .blog-category-div {
    width: 100%;
  }
  .blog-category-div.with-mobile-switch {
  	display: none;
  }
  .blog-category-div.with-mobile-switch.shown {
  	display: block;
  }
  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  .slider-testimonials-content {
    width: 85%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .slider-3 {
    width: 100%;
  }
  .left-arrow {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
  }
  .testimonials-block {
    width: 100%;
    margin-left: 0%;
  }
  .slide-4 {
    width: 100%;
  }
  .last-items-menu {
    -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: left;
    margin-left: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .comparison-accounts-div {
    width: 100%;
  }
  .content-block-testimonials {
    padding: 40px 30px 40px;
  }
  .title-video-content-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .video-play-button {
    width: 46%;
    height: auto;
    margin-bottom: 0px;
  }
  .cms-btn-header {
    display: block;
    width: 50%;
    min-width: 0px;
    margin-left: 0%;
    box-shadow: none;
    font-size: 18px;
    line-height: 22px;
    border-radius: 0px;
    text-align: center;
    height: 50px;
  }
  .cms-btn-header.w--current {
  	color: white;
  }
  .cms-frontend.interiors {
  	padding-top: 90px;
  }
  .footer-section {
	height: auto;
  }
  .footer-section.sticky {
	position: relative;
	bottom: auto;
	left: auto;
	right: auto;
  }
  .footer-spacer {
	display: none;
  }
  .footer-spacer.sticky {
	height: 0px;
  }
  .logo-image {
    width: 85px;
  }
  .nav-link.last::after {
    display: none;
  }
  .last-nav-link-arrow {
    display: none;
  }
  .cms-btn-header .cms-btn-arrow {
    display: none;
  }
  .cms-btn-header:after {
    display: none;
  }
  .nav-link:focus {
    outline: 0;
  }
  .dropdown-link:focus {
    outline: 0;
  }
  .dropdown-list-arrow {
    display: none !important;
  }
  .online-banking-title-wrapper {
    text-align: left;
    padding-left: 20px;
    padding-right: 0px;
  }
  .online-banking-help-link {
    display: block;
    text-align: left;
  }
  .featured-item {
    width: 500px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .featured-item.last {
  	margin-bottom: -45px;
  }
  .homepage-banner-section {
  	height: 600px;
  	min-height: 0px;
  	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));
  }
  .homepage-banner-content-outer-wrapper {
	height: 410px;
	min-height: 0px;
    padding-top: 150px;
    align-content: flex-start;
  }
  .homepage-banner-heading {
  	font-size: 44px;
  	line-height: 52px;
  }
  .homepage-banner-text-dropdown-toggle {
  	font-size: 16px;
  	padding-left: 22px;
  	padding-right: 68px;
  }
  .homepage-banner-text-divider {
  	margin-bottom: 10px;
  }
  .homepage-banner-text-dropdown-link {
  	font-size: 13px;
  }
  .homepage-banner-text-dropdown-link-blue-text {
  	font-size: 14px;
  }
  .featured-image-wrapper {
  	width: 120px;
  	height: 120px;
  }
  .featured-image {
  	width: 60px;
  }
  .featured-items-wrapper {
  	margin-top: -240px;
  }
  .full-width-photo-section-bg-cover {
  	margin-top: -230px;
  }
  .about-section-container {
  	display: block;
  }
  .about-text-wrapper {
  	max-width: 100%;
  	padding-right: 30px;
  	margin-bottom: 40px;
  	margin-left: auto;
  	margin-right: auto;
  }
  .team-text-wrapper {
  	max-width: 100%;
  	padding-right: 30px;
  	margin-bottom: 40px;
  	margin-left: auto;
  	margin-right: auto;
  }
  .about-section-gallery-wrapper {
  	max-width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  }
  .team-section-gallery-wrapper {
  	max-width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  }
  .about-section-heading {
  	font-size: 34px;
  	line-height: 42px;
  }
  .about-section {
  	padding-top: 170px;
  }
  .team-section-bg-cover {
  	margin-top: -70px;
  }
  .team-section {
  	padding-bottom: 40px;
  }
  .full-width-photo-section {
  	padding-top: 150px;
  	padding-bottom: 150px;
  }
  .get-more-logo-link-block {
  	width: 254px;
  }
  .home-of-image {
  	width: 90px;
  	margin-left: -220px;
  	margin-bottom: -40px;
  }
  .full-width-photo-section-heading-text {
  	font-size: 34px;
  	line-height: 42px;
  }
  .promotion-section-heading {
  	font-size: 44px;
  	line-height: 52px;
  }
  .promotion-container {
  	display: block;
  }
  .promotion-item {
  	width: 350px;
  	margin-left: auto;
  	margin-right: auto;
  	max-width: 100%;
  	display: block;
  	margin-top: 40px;
  	border-radius: 4px;
  }
  .promotion-item.first {
  	margin-top: 0px;
  }
  .promotion-section-heading-wrapper-outer {
  	padding-top: 45px;
  }
  .promotion0section0inner {
  	padding-bottom: 45px;
  }
  .promotion-item-image-top-cover {
	border-top: 50px solid #ffffff;
  }
  .promotion-item-image-top-cover.first {
	border-top: 50px solid #f5f5f5;
  }
  .footer-section-one {
  	padding-top: 60px;
  	padding-bottom: 30px;
  }
  .dropdown-link.secondary:hover {
    opacity: 1;
  }
  .dropdown-link.secondary.w--current {
    opacity: 1;
    color: #0084c9;
  }
  .mobile-site-wrapper.interiors {
	overflow-x: hidden; 
  }
  .last-items-menu .dropdown {
  	width: 50%;
  }
  .dropdown-links-wrapper-inner.online-banking {
  	width: 250px;
  	max-width: 100%;
  	margin-left: auto;
  	margin-right: auto;
  }
  .amsd-image-two.list-blog {
  	border: 1px solid #f5f5f5;
  }
  .promotion-item-text-wrapper {
  	box-shadow: inset -1px 0 0 0 #ffffff, inset 1px 0 0 0 #ffffff, inset 0 -1px 0 0 #ffffff;
  }
  .promotion-item-image {
  	box-shadow: inset -1px 0 0 0 #ffffff, inset 1px 0 0 0 #ffffff, inset 0 1px 0 0 #ffffff;
  }
  .promotion-item.first .promotion-item-image {
  	box-shadow: inset -1px 0 0 0 #f5f5f5, inset 1px 0 0 0 #f5f5f5, inset 0 1px 0 0 #f5f5f5;
  }
  .mobile-categories-switch {
  	display: inline-block;
  	margin-top: 20px;
  }
  .show-text-span {
  	display: inline-block;
  }
  .hide-text-span {
  	display: none;
  }
  .show-text-span.shown {
  	display: none;
  }
  .hide-text-span.shown {
  	display: inline-block;
  }
  .amsd-grid-top-cover-copy {
    border-top-width: 50px;
    border-right-width: 410px;
  }
  .amsd-image-link-personal-two.grid {
    max-width: 100%;
  }
    .amsd-title-text-link{
        max-width:100%;
    }
  .column-two-row-one {
    width: 79%;
  }
  .column-two-row-two {
    width: 79%;
  }
  .lightbox-scroll-wrapper {
    padding-top: 150px;
  }
}

@media screen and (max-width: 767px) {
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-section {
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
  }
  .logo-home-link {
    padding-left: 0px;
    margin-left: 0px;
  }
  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
  .main-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .gallery-image {
    width: 90%;
    height: 300px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .input-field.text-area-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .amsd-item {
    text-align: center;
  }
  .amsd-item.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-text-wrapper.grid {
    display: block;
  }
  .amsd-description-text {
    text-align: center;
  }
  .amsd-meta-text {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .amsd-list.grid {
    display: block;
    text-align: center;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    line-height: 30px;
  }
  .calendar-row {
    display: block;
    min-height: 0px;
  }
  .calendar-row.labels {
    display: none;
  }
  .day {
    width: 100%;
    min-height: 0px;
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .day.empty {
    display: none;
  }
  .event-link {
    margin-top: 20px;
    float: left;
    clear: both;
  }
  .hidden-day-of-the-week {
    display: inline;
  }
  .contact-info-wrapper {
    margin-bottom: 25px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }
  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .featured-item {
    width: 100%;
  }
  .calendar-select-form {
    width: 300px;
  }
  .half {
    width: 100%;
  }
  .third {
    width: 100%;
  }
  .quarter {
    width: 100%;
  }
  .form-input.half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.third {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.quarter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.position-applying-for {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.resume-upload {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.signiture {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.date-signed {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.four {
    -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;
  }
  .nav-link.last {
    margin-left: 0px;
  }
  .nav-link.last-one {
    margin-top: 0px;
    margin-left: 10px;
  }
  .dropdown-2.secondary.search {
    width: 240px;
  }
  .nav-link-dropdown-arrow-2 {
    font-size: 13px;
  }
  .nav-link-dropdown-arrow-2.secondary {
    font-size: 13px;
  }
  .nav-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }
  .nav-link-2.secondary {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 20px;
  }
  .footer-section-one {
    padding: 40px 20px;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-column {
    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;
  }
  .footer-quick-link {
    text-align: center;
    display: block;
  }
  .about-text-wrapper {
    max-width: 100%;
  }
  .footer-logo-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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-columns-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .promotion-container {
    -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-text-wrapper {
    max-width: 100%;
  }
  .content-container-interior-pages {
    padding: 40px 0px 0px;
  }
  .content-block-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .amsd-item-personal {
    text-align: center;
  }
  .amsd-item-personal.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-text-wrapper-personal.grid {
    display: block;
  }
  .amsd-title-text-link-personal {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-meta-text-personal {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .amsd-description-text-personal {
    text-align: left;
  }
  .amsd-description-text-personal.grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
  }
  .table-row-div {
    width: 49%;
  }
  .accordeon-list-block-interiors {
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-dropdown-item {
    text-align: center;
  }
  .amsd-dropdown-item.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item-grid-two {
    text-align: center;
  }
  .amsd-item-grid-two.grid {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-image-link-personal-two.grid {
    max-width: 100%;
  }
  .amsd-item-two {
    text-align: center;
  }
  .amsd-item-two.grid {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .amsd-item-two.list {
    margin-right: auto;
    margin-left: auto;
    padding-right: 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;
  }
  .amsd-item-two.blog-list {
    width: 90%;
  }
  .amsd-item-two.blog-list.no-photo {
    padding-top: 70px;
    padding-left: 0px;
  }
  .list-triangle-cover-two {
    left: 0%;
    top: -1%;
    right: auto;
    bottom: auto;
    border-width: 0px 0px 70px 484px;
    border-bottom-color: transparent;
    border-left-color: #f5f5f5;
  }
  .amsd-image-link-two {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }
  .amsd-image-link-two-blog {
    width: 100%;
    max-width: none;
    margin-right: 0px;
  }
  .amsd-text-wrapper-two.grid {
    display: block;
  }
  .amsd-text-wrapper-two.list {
    width: 100%;
    padding: 20px 20px 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .amsd-text-wrapper-two.list-blog {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .card-promo-text-div {
    width: 100%;
  }
  .list-div {
    width: 100%;
    margin-top: 20px;
  }
  .card-promo-one-text-div-copy {
    width: 60%;
  }
  .list-item-option-two {
    overflow: visible;
    width: 100%;
  }
  .amsd-list-text-div {
    margin-top: 10px;
    margin-left: 0px;
  }
  .amsd-list-content-div {
    -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;
  }
  .paragraph-8 {
    width: 100%;
  }
  .list-8 {
  	width: 100%;
  }
  .paragraph-15 {
    width: 100%;
  }
  .table-two {
    margin-bottom: 17px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-list-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .blog-dropdown-wrapper {
    width: 80%;
  }
  .staff-item {
    text-align: center;
  }
  .staff-item.grid {
    display: block;
    width: 450px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .staff-amsd-bottom-cover {
    border-right-width: 450px;
  }
  .staff-amsd-title {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .staff-amsd-title.grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .paragraph-18 {
    display: block;
    text-align: center;
  }
  .staff-amsd-text-div.grid {
    display: block;
  }
  .staff-amsd-image-four.grid {
    margin-right: 0px;
  }
  .image {
    margin-right: auto;
    margin-left: auto;
  }
  .list-item-4 {
    text-align: left;
  }
  .list-item-5 {
    text-align: left;
  }
  .list-item-6 {
    text-align: left;
  }
  .list-item-7 {
    text-align: left;
  }
  .list-item-8 {
    text-align: left;
  }
  .list-item-9 {
    text-align: left;
  }
  .property-image-div {
    width: 100%;
    margin-bottom: 15px;
  }
  .paragraph-24 {
    text-align: center;
  }
  .property-gallery-image-div {
    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;
  }
  .blog-profile-img-div {
    width: 100%;
    margin-bottom: 15px;
  }
  .staff-contact-div {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .staff-profile-img-div {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .heading-8 {
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph-25 {
    margin-right: auto;
    margin-left: auto;
  }
  .staff-back-button-div {
    margin-right: auto;
    margin-left: auto;
  }
  .staff-profile-img-two-div {
    width: 100%;
    margin-bottom: 15px;
  }
  .content-container-contact-page {
    padding: 0px;
  }
  .explore-pag-div {
    width: 100%;
    height: 300px;
  }
  .location-pinpoit-first {
    left: 70px;
  }
  .locations-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .location-list {
    width: 100%;
  }
  .location-pinpoit-second {
    left: 26px;
  }
  .testimonial-div {
    width: 100%;
  }
  .title-div.show-on-mobile {
    display: block;
  }
  .advantage-image-div {
    width: 100%;
  }
  .location-profile-content-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 30px;
    -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;
  }
  .location-form-div {
    width: 100%;
    padding-left: 0px;
  }
  .location-info-div {
    width: 100%;
    padding-right: 0px;
  }
  .contact-item-div {
    width: 100%;
  }
  .comparison-div {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .comparison-row-one-content {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .comparison-row-one-content.last-mobile {
    width: 39%;
  }
  .text-block-30-rates {
    font-size: 14px;
    line-height: 16px;
  }
  .row-two-content-div.break-line {
    font-size: 12px;
    line-height: 12px;
  }
  .row-two-content-div.last-mobile {
    width: 30%;
    height: auto;
  }
  .comparison-row-one-mobile {
    height: auto;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .comparison-row-one-mobile.last {
    width: 39%;
  }
  .row-two-mobile-content-div {
    width: 15%;
    height: auto;
  }
  .row-two-mobile-content-div.last {
    width: 30%;
    height: auto;
  }
  .row-two-mobile-content-div.break-line {
    font-size: 12px;
    line-height: 12px;
  }
  .blog-listing {
    width: 100%;
  }
  .blog-category-div {
    width: 100%;
  }
  .title-div-copy {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .amsd-dropdown-toggle-2 {
    display: block;
    font-size: 24px;
    line-height: 30px;
  }
  .blog-year-list-div {
    width: 44%;
    text-align: center;
  }
  .slider-testimonials-content {
    width: auto;
    height: auto;
    max-width: 100%;
    margin-right: 0px;
  }
  .slider-3 {
    width: 100%;
    height: 100%;
  }
  .testimonials-div {
    width: 100%;
  }
  .left-arrow {
    /* right: 7%; */
  }
  .testimonials-block {
    overflow: hidden;
    height: 100%;
  }
  .mask {
    overflow: visible;
    height: auto;
  }
  .slide-4 {
    width: 100%;
    margin-left: 0px;
  }
  .slide-career-content-container {
    height: 80vh;
    padding: 90px 51px;
  }
  .stick-button {
    display: none;
  }
  .slider-career-page-div {
    height: 80vh;
  }
  .slide-text-large-2 {
    font-size: 50px;
    line-height: 50px;
  }
  .slide-text-small-2 {
    font-size: 17px;
    line-height: 26px;
  }
  .property-buttons-div {
    margin-right: auto;
    margin-left: auto;
  }
  .amsd-description-text-staff {
    text-align: left;
  }
  .amsd-description-text-staff.grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .comparison-accounts-div {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .account-type-div {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account-image-div {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .account-info-div {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-top: 5px solid #0084c9;
    border-left-style: none;
  }
  .account-info-two-div {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-top: 5px solid #34ab1e;
    border-left-style: none;
  }
  .account-info-one-div {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-top: 5px solid #0084c9;
    border-left-style: none;
  }
  .account-title-three-div {
    background-color: #f88d2a;
  }
  .account-info-three-div {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 0px;
    border-top: 5px solid #f88d2a;
    border-left-style: none;
    border-left-color: #f88d2a;
  }
  .video-play-button {
    width: 80px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .title {
	  font-size: 30px;
	  line-height: 32px;
	}
  .footer-quick-links-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .copyright-text {
    text-align: center;
    width: 100%;
  }
  .footer-logos-left {
    margin-left: auto;
    margin-right: auto;
  }
  .left-arrow, .right-arrow {
    margin-left: -12px;
    margin-right: -12px;
  }
  .text-block-34 {
    display: none;
  }
  .testimonials-text-div {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .amsd-grid-top-cover-copy {
    border-top-width: 60px;
    border-right-width: 497px;
  }
  .column-one-row-one {
    width: 100%;
    margin-bottom: 1px;
  }
  .column-two-row-one {
    width: 100%;
  }
  .column-one-row-two {
    width: 100%;
    margin-bottom: 1px;
  }
  .column-two-row-two {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    padding-right: 45px;
    padding-left: 45px;
    padding-top: 65px;
  }
  .gallery-image {
    height: 195px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .amsd-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-dropdown-toggle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }
  .featured-item {
    margin-bottom: 30px;
    padding-right: 1px;
    padding-left: 1px;
  }
  .amsd-category-wrapper {
    padding: 30px 15px;
  }
  .title-content-outer-wrapper {
    height: 250px;
    padding-top: 55px;
    padding-right: 31px;
    padding-left: 31px;
  }
  .homepage-banner-content-inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  .featured-items-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .nav-link.secondary {
    height: auto;
  }
  .nav-link-dropdown-arrow {
    font-size: 14px;
  }
  .search-form-wrapper {
    width: 90%;
  }
  .full-width-photo-section-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .footer-section-one {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .footer-contact-info-link {
    text-align: center;
  }
  .copyright-text {
    margin-top: 0px;
    text-align: center;
  }
  .footer-column {
    width: 100%;
    padding-right: 0px;
  }
  .footer-quick-link {
    margin-right: 0px;
  }
  .about-section-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-text-wrapper {
    max-width: 100%;
    padding-right: 0px;
  }
  .footer-quick-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-logo {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-logos-left {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-top: 14px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .promotion-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .promotion-section-heading-wrapper-outer {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-section-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .team-text-wrapper {
    padding-left: 0px;
  }
  .content-container-interior-pages {
    padding-top: 40px;
  }
  .content-block-one {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .content-block-two {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .grid-list-block-interiors {
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-item-personal {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-description-text-personal.grid {
    text-align: center;
  }
  .list-item-buttons-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-row-div {
    width: 100%;
  }
  .amsd-dropdown-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .photo-div {
    width: 100%;
  }
  .amsd-item-grid-two {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-item-grid-two.grid {
    width: 100%;
  }
  .amsd-item-two {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-item-two.list {
    width: 100%;
  }
  .amsd-item-two.blog-list {
    width: 100%;
  }
  .list-triangle-cover-two.blog {
    border-left-width: 430px;
  }
  .card-promo-text-div {
    margin-right: 0px;
    margin-left: 0px;
  }
  .card-promo-one-text-div-copy {
    width: 100%;
  }
  .list-item-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-list-text-div {
    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;
  }
  .amsd-list-title-div {
    text-align: center;
  }
  .paragraph-13 {
    margin-top: 9px;
    margin-left: 0px;
  }
  .blog-dropdown-wrapper {
    width: 100%;
  }
  .staff-dropdown-wrapper {
    width: 100%;
  }
  .staff-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .staff-item.grid {
    width: 100%;
  }
  .list-item-9 {
    text-align: left;
  }
  .heading-6 {
    line-height: 38px;
  }
  .staff-back-button-div {
    margin-right: auto;
    margin-left: auto;
  }
  .content-container-contact-page {
    padding-top: 0px;
  }
  .location-pinpoit {
    left: 14px;
  }
  .location-pinpoit-two {
    left: 7px;
    top: 384px;
  }
  .map-info-div {
    left: 22px;
    top: -152px;
  }
  .location-pinpoit-three {
    left: 134px;
  }
  .location-pinpoit-four {
    left: 275px;
  }
  .location-pinpoit-first {
    left: 49px;
    top: 89px;
  }
  .location-item-div {
    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;
  }
  .paragraph-29 {
    text-align: center;
  }
  .location-pinpoit-second {
    left: 20px;
    top: -150px;
  }
  .location-item-two-div {
    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;
  }
  .map-info-two-div {
    left: 22px;
    top: -152px;
  }
  .map-info-three-div {
    left: 22px;
    top: -152px;
  }
  .map-info-four-div {
    left: 22px;
    top: -152px;
  }
  .location-item-three-div {
    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;
  }
  .location-item-four-div {
    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;
  }
  .testimonial-div {
    width: 100%;
  }
  .paragraph-33 {
    width: 80%;
  }
  .advantages-div {
    padding-right: 20px;
    padding-left: 20px;
  }
  .advantage-item-div {
    width: 100%;
  }
  .advantage-image-div {
    width: 100%;
  }
  .location-profile-content-div {
    margin-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .contact-item-div {
    width: 100%;
  }
  .comparison-div {
    width: 110%;
  }
  .comparison-row-one-content.last-mobile {
    width: 50%;
  }
  .text-block-30-rates {
    font-size: 12px;
    line-height: 16px;
  }
  .paragraph-36 {
    display: none;
    line-height: 15px;
  }
  .text-block-40 {
    font-size: 10px;
    line-height: 12px;
  }
  .comparison-table-mobile-one {
    display: block;
  }
  .comparison-table-mobile-two {
    display: block;
  }
  .comparison-row-one-mobile {
    width: 25%;
    height: 60px;
  }
  .row-two-mobile-content-div {
    width: 25%;
    height: auto;
  }
  .row-two-mobile-content-div.last-mobile {
    width: 50.5%;
  }
  .paragraph-36-mobile {
    display: block;
    line-height: 15px;
  }
  .right-arrow {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
  }
  .slider-testimonials-content {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .slider-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    max-width: 100%;
  }
  .testimonials-div {
    overflow: visible;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .left-arrow {
    left: auto;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: block;
  }
  .mask {
    overflow: visible;
    width: 100%;
    max-width: 100%;
  }
  .slide-4 {
    width: auto;
    max-width: none;
    margin-right: 0px;
  }
  .slide-career-content-container {
    padding-right: 22px;
    padding-left: 22px;
  }
  .slider-career-page-div {
    overflow: hidden;
  }
  .slide-text-small-2 {
    font-size: 15px;
    line-height: 24px;
  }
  .slider-arrow-2 {
    display: none;
  }
  .address-div-popup {
    text-align: center;
  }
  .info-location-div {
    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;
  }
  .property-buttons-div {
    -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;
  }
  .paragraph-38 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .paragraph-39 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .amsd-description-text-staff.grid {
    text-align: center;
  }
  .comparison-accounts-div {
    width: 110%;
  }
  .comparison-items {
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .comparision-icons-div {
    width: 60px;
    height: 60px;
  }
  .content-block-testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .title-video-content {
    height: 300px;
    padding-top: 55px;
    padding-right: 31px;
    padding-left: 31px;
  }
  .video-play-button {
    width: 60px;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .home-of-image {
  	display: none;
  }
  .table-one {
  	display: block;
  }
  .nav-link.last {
  	font-size: 16px;
  }
  .cms-btn-header {
  	font-size: 16px;
  }
  .dropdown-list.last {
  	width: 100vw;
  }
  .amsd-grid-top-cover-copy {
    border-top-width: 50px;
    border-right-width: 430px;
  }
  .table-privacy-two {
    overflow: scroll;
    width: auto;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .table-two-row-one {
    width: 1000px;
  }
  .table-two-rows-div {
    width: 1000px;
  }
  .table-privacy-three {
    overflow: scroll;
  }
  .table-three-title-row {
    width: 1000px;
  }
  .table-three-rows {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-three-column-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .table-three-column-two {
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-left-style: none;
  }
}

@font-face {
  font-family: 'Font Awesome 5 Regular Icons';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid Icons';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brand Icons';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic-Bold.woff') format('woff'), url('../fonts/Century-Gothic-Bold.ttf') format('truetype'), url('../fonts/Century-Gothic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/Century-Gothic-Regular.woff') format('woff'), url('../fonts/Century-Gothic-Regular.ttf') format('truetype'), url('../fonts/Century-Gothic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Marydale';
  src: url('../fonts/Marydale-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Marydale';
  src: url('../fonts/Marydale-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}