.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, h2, .heading {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

h3, h4, .heading.heading-2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 1px;
}

h5, h6, .heading.heading-3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.footer-form-heading {
  color: white;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

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

a {
  color: #5f2581;
  text-decoration: none;
}

.cms-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 15px 30px 16px;
  background-color: #5f2581;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, box-shadow 200ms ease, color 200ms ease, border-color 200ms ease, -webkit-transform 200ms ease;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

.cms-btn.contact-form-submit.footer-form-submit-button, .footer-column-with-form .cms-btn.contact-form-submit {
  border-color: #353535;
  background-color: #2c2c2c;
}

.cms-btn.cms-btn-secondary {
  border-color: #292929;
  background-color: #111;
}

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

.cms-btn.c2a-button {
  min-width: 240px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 17px 40px 18px;
  font-size: 18px;
}

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

.cms-btn.small {
  padding: 13px 25px 14px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}

.cms-btn.slide-button {
  min-width: 260px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  padding: 17px 40px 18px;
  font-size: 18px;
}

.cms-btn.slide-button.hover-jump.twp-sticky-button {
  min-width: 0px;
  margin-top: -28px;
  margin-right: 0px;
  margin-left: 0px;
}

.cms-btn.feature-section-button {
  min-width: 180px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.cms-btn.hover-jump:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.cms-btn.white {
  background-color: #fff;
  color: #333;
}

.cms-btn.second-button {
  margin-left: 20px;
}

.cms-btn.first-button {
  margin-right: 20px;
}

.cms-btn.amsd-c2a-button {
  min-width: 155px;
  margin-top: 10px;
  margin-right: 20px;
}

.footer-bottom {
  padding: 10px 60px 30px;
  background-color: #111;
}

.footer-bottom.new-footer {
  padding-bottom: 80px;
}

.footer-bottom.twp {
  padding-bottom: 130px;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding: 7px 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;
  font-family: rockwell, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  margin-left: 0px;
  margin-right: 0px;
}

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

.nav-link.w--current {
  box-shadow: 0 2px 0 0 #d9c65d;
  color: white;
}

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

.nav-link.dropdown-nav-link.scrolled.w--current {
  box-shadow: 0 2px 0 0 #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 #d9c65d;
}

.nav-link.dropdown-nav-link.scrolled {
  box-shadow: none;
}

.nav-link.scrolled {
  color: #333;
  letter-spacing: 1px;
}

.nav-link.scrolled:hover {
  box-shadow: none;
  color: #5f2581;
}

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

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

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

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

.logo-home-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 94px;
  min-width: 318px;
  padding-right: 20px;
  padding-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #5f2581;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.logo-home-link.scrolled {
  box-shadow: none;
}

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

.navbar.with-alert {
  margin-top: 40px;
}

.navbar.scrolled {
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
}

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

.nav-menu.scrolled {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: none;
}

.main-content-section {
  position: relative;
  padding: 76px 60px 15px;
  background-color: #fff;
  overflow-x: hidden; 
}

.main-content-section.twp {
  padding-top: 90px;
  padding-bottom: 180px;
  overflow: visible;
}

.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: rockwell, sans-serif;
  font-size: 72px;
  line-height: 76px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

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

.subtitle-text.countdown {
  font-size: 36px;
  line-height: 40px;
}

.footer-link {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #111;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.footer-link:hover {
  color: #5f2581;
}

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

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

.cybernautic-tag {
  display: block;
  width: 150px;
  max-width: 100%;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.cybernautic-tag.new-footer {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    margin-top: 180px;
}

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

.dropdown.nested {
  display: block;
}

.dropdown.nested.full-width {
  width: 100%;
}

.dropdown-link-2 {
  display: block;
  height: 44px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 22px;
  background-color: transparent;
  -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;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-decoration: none;
}

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

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

.dropdown-list {
  position: fixed;
  left: 0px;
  width: 100vw;
  padding-top: 61px;
  padding-right: 40px;
  padding-left: 155px;
  background-color: transparent;
}

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

.dropdown-list.small {
  position: absolute;
  left: auto;
  width: auto;
  padding-right: 0px;
  padding-left: 0px;
}

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

.nested-dropdown-list-2 {
  left: 1px;
  margin-top: -35px;
  margin-left: 100%;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
}

.nested-dropdown-list-2.visible {
  display: block;
}

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

.gallery-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 33.33%;
  margin-bottom: 30px;
  padding-right: 17px;
  padding-left: 17px;
  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-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

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

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

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

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

.input-field.text-area-input {
  min-height: 100px;
  line-height: 15px;
}

.input-field.text-area-input.footer-form-input-field, .footer-column-with-form .input-field.text-area-input {
  color: #fff;
}

.input-field.text-area-input.footer-form-input-field::-webkit-input-placeholder, .footer-column-with-form .input-field.text-area-input::-webkit-input-placeholder {
  color: #fff;
}

.input-field.text-area-input.footer-form-input-field:-ms-input-placeholder, .footer-column-with-form .input-field.text-area-input:-ms-input-placeholder {
  color: #fff;
}

.input-field.text-area-input.footer-form-input-field::-ms-input-placeholder, .footer-column-with-form .input-field.text-area-input::-ms-input-placeholder {
  color: #fff;
}

.input-field.text-area-input.footer-form-input-field::placeholder, .footer-column-with-form .input-field.text-area-input::placeholder {
  color: #fff;
}

.input-field.text-area-input.long {
  min-height: 150px;
  padding-top: 8px;
}

.input-field.select-input {
  padding-top: 8px;
}

.input-field.select-input.category-filter {
  width: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.input-field.select-input.category-filter.last {
  margin-right: 0px;
}

.input-field.select-input.category-filter.large {
  width: 250px;
}

.input-field.select-input.tabs-amsd-category-filter {
  width: 200px;
}

.input-field.options-input {
  width: auto;
  height: auto;
  margin-bottom: 0px;
  padding: 8px 12px 8px 32px;
  border: 1px solid transparent;
  background-color: transparent;
}

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

.input-field.footer-form-input-field, .footer-column-with-form .input-field {
  border-style: solid;
  border-color: #353535;
  background-color: hsla(0, 0%, 100%, 0.03);
  color: #fff;
}

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

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

.footer-column-with-form .contact-form-message {
  color: white;
}

.nav-items-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 94px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

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

.amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.amsd-item.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  max-width: 100%;
  margin-top: 0px;
  padding: 0px 17px;
  float: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.amsd-item.grid.every-third-item {
  margin-right: 0%;
}

.amsd-item.grid.full-width-features {
  width: 33.33%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 10px 30px 20px;
  border-style: none;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.55);
  background-color: transparent;
  box-shadow: none;
}

.amsd-item.grid.full-width-features.two-items {
  width: 50%;	
}

.amsd-item.grid.full-width-features.one-item {
  width: 100%;	
}

.amsd-item.grid.full-width-features.featured {
  position: relative;
  margin-top: -20px;
  margin-bottom: -20px;
  padding-top: 20px;
  padding-bottom: 40px;
  border-radius: 4px;
  background-color: #5f2581;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
}


.amsd-item.grid.centered {
  width: 33.33%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 17px;
  padding-left: 17px;
}

.amsd-item.grid.small {
  display: block;
  width: 25%;
}

.amsd-item.grid.card {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.amsd-item.grid.icons {
  width: 300px;
  margin-top: 40px;
  margin-bottom: 0px;
}

.amsd-item.dropdown-item {
  margin-bottom: 0px;
}

.amsd-item.dropdown-item.first {
  border-top-style: none;
}

.amsd-item.dropdown-item.last {
  border-bottom-style: none;
}

.amsd-item.dropdown-amsd-within {
  padding-top: 45px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.amsd-image.profile-page {
  width: 300px;
  margin-right: 35px;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-bottom: 0px;
  float: left;
  background-image: none;
}

.profile-image-height {
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.profile-page.staff .profile-image-height {
  padding-bottom: 150%;
}

.amsd-image.profile-page.staff {
  width: 250px;
}

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

.amsd-image.grid.staff {
  padding-bottom: 150%;
  background-image: url('../images/Hoblit.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid.staff._2 {
  background-image: url('../images/Student_Officers_H9A7002-1-600x900.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._1 {
  background-image: url('../images/Web-First-year_H9A1172-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._2 {
  background-image: url('../images/Lincoln-College-Admissions-and-Aid-Transfer-Students.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.amsd-image.grid._4 {
  background-image: url('../images/Lincoln-College-Admissions-and-Aid-International-Students.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._5 {
  background-image: url('../images/Lincoln-College-Dual-Credit-Program-Kenzie-Antoine.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

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

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

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

.amsd-image.grid._10 {
  background-image: url('../images/Soar__B4I0035-1200x800.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

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

.amsd-image.grid._12 {
  background-image: url('../images/Picture-11-1-600x361.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._13 {
  background-image: url('../images/clubs-orgs-600x361.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._14 {
  background-image: url('../images/leadership-and-service-web-600x361.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.grid._15 {
  background-image: url('../images/cultural-web-600x361.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image._2 {
  background-image: url('../images/residence-halls.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image.days {
  background-image: url('../images/lynx-first-four-days-logo-800x772.png');
  background-size: contain;
  background-repeat: no-repeat;
}

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

.amsd-image._9 {
  background-image: url('../images/Student_Success_RT3A0426-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-image-link {
  display: inline-block;
  width: 300px;
  max-width: 30%;
  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;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 2;
  -webkit-flex: 2 0 100%;
  -ms-flex: 2 0 100%;
  flex: 2 0 100%;
}

.amsd-image-link.grid.icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.amsd-image-link.alternate {
  margin-right: 0px;
  margin-left: 45px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.amsd-title-text-link {
  display: inline-block;
  margin-bottom: 0px;
  font-family: rockwell, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

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

.amsd-title-text-link.grid {
  width: 100%;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 100%;
  -ms-flex: 0 100%;
  flex: 0 100%;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0px;
}

.amsd-title-text-link.grid.full-width-feature {
  font-size: 24px;
  line-height: 28px;
}

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

.amsd-title-text-link.grid.centered {
  text-align: center;
}

.amsd-title-text-link.grid.small {
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

.amsd-title-text-link.grid.icons {
  max-width: 200px;
  font-family: century-gothic, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.amsd-title-text-link.dropdown-amsd-within {
  margin-bottom: 0px;
  color: #333;
  font-size: 36px;
  line-height: 40px;
}

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

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

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

.amsd-text-wrapper.grid.full-width-feature {
  padding-top: 30px;
}

.amsd-text-wrapper.grid.card {
  height: 100%;
  padding: 30px;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.amsd-text-wrapper.grid.icons {
  padding-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsd-text-wrapper.dropdown-amsd-within {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.amsd-description-text.grid {
  margin-top: 10px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.amsd-description-text.grid.full-width-feature {
  font-size: 15px;
  line-height: 22px;
}

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

.amsd-description-text.grid.centered {
  text-align: center;
}

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

.amsd-meta-text.grid {
  float: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0px;
}

.amsd-meta-text.grid.centered {
  text-align: center;
}

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

.amsd-meta-text.table-item-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
}

.amsd-select-form {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.back-links-wrapper {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.amsd-list {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  box-shadow: 0 30px 0 0 #fff, 0 31px 0 0 #fff;
}

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

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

.amsd-list.grid.full-width {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsd-list.grid.full-width-features {
  padding-bottom: 0px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.amsd-list.grid.full-width-features.two-items {
	width: 800px;
	max-width: 100%;
}

.amsd-list.grid.full-width-features.one-item {
	width: 400px;
	max-width: 100%;
}

.amsd-list.accordian-amsd {
  width: 100%;
  margin-bottom: 59px;
}

.amsd-list.grid.icons {
  margin-top: 20px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: none;
}

.amsd-list.accordian-amsd.half-block {
  width: 48%;
  margin-right: 0px;
  margin-left: 0px;
}

.amsd-list.accordian-amsd.dropdown-amsd-within {
  margin-top: 25px;
  margin-bottom: 30px;
}

.amsd-list.with-sidebar {
  width: 100%;
}

.amsd-list.with-categories {
  box-shadow: none;
}

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

.amsd-dropdown {
  width: 100%;
}

.amsd-dropdown-toggle {
  display: inline-block;
  width: 100%;
  padding: 35px 60px 35px 30px;
  font-family: rockwell, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  cursor: pointer;
}

.amsd-dropdown-toggle:hover {
  color: #5f2581;
  text-decoration: none;
}

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

.amsd-dropdown-list {
  position: static;
  width: 100%;
  margin-top: -15px;
  padding: 0px 30px 40px;
  background-color: transparent;
  display: none;
}

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

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

.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 {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0px;
}

.calendar-number-label.today {
  width: 23px;
  height: 23px;
  padding-right: 1px;
  border-radius: 200px;
  background-color: #333;
  color: #fff;
  line-height: 23px;
  text-align: center;
}

.calendar-day-label {
  text-align: center;
}

.event-link {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 0px;
  color: #5f2581;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0px;
  text-decoration: none;
}

.hidden-day-of-the-week {
  display: none;
}

.profile-text-wrapper {
  margin-bottom: 60px;
}

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

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

.options-label {
  position: relative;
  top: 1px;
}

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

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

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

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

.amsd-button.cms-btn.small._3x3-centered {
  margin-right: auto;
  margin-left: auto;
}

.amsd-button.cms-btn._3x3-centered {
  margin-right: auto;
  margin-left: auto;
}

.amsd-button.grid {
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

.slide {
  background-image: url('../images/Fall_Colors_B4I9528-1_edited---Copy_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

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

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

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

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

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

.contact-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-shadow: 0 30px 0 0 #fff, 0 31px 0 0 #fff;
  text-align: center;
}

.cms-frontend {
  height: 100%;
  font-family: century-gothic, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.cms-frontend.with-alert {
  padding-top: 40px;
}

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

.lightbox-window.visible {
  display: block;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.second-color {
  color: #5f2581;
}

.amsd-dropdown-arrow-icon {
  top: -6px;
  margin-right: 30px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  color: #d9c65d;
  font-size: 16px;
  line-height: 20px;
}

.content-container {
  display: block;
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
.content-container.full-width-features-container {
  position: static;
  z-index: unset;
}


.content-container.with-sidebar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.floating-form-label.footer-form-floating-form-label, .footer-column-with-form .floating-form-label {
  color: #fff;
}

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

.contact-info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 15px;
  -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;
  width: 33.33%;
}

.slide-content-outer-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  padding: 150px 170px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.25)), to(rgba(20, 20, 20, 0.25)));
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.25), rgba(20, 20, 20, 0.25));
  color: #fff;
}

.slide-text-small {
  width: 100%;
  max-width: 600px;
  font-size: 16px;
  line-height: 22px;
}

.slide-text-large {
  width: 100%;
  margin-bottom: 20px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
}

.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: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}

.featured-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.featured-image {
  width: 300px;
}

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

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

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

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

.tabs-amsd-category-select-form {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 200px;
  max-width: 100%;
  margin-bottom: 0px;
}

.half {
  width: 49.5%;
}

.third {
  width: 32.66%;
}

.quarter {
  width: 24.25%;
}

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

.form-input.half {
  width: 50%;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.form-input.third {
  width: 33.33%;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33.33%;
  -ms-flex: 0 33.33%;
  flex: 0 33.33%;
}

.form-input.quarter {
  width: 25%;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 25%;
  -ms-flex: 0 25%;
  flex: 0 25%;
}

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

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

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

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

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

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

.form-input.submit-input {
  text-align: right;
}

.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: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  padding: 15px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

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

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

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

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

.form-section-label {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: rockwell, sans-serif;
  font-size: 20px;
  line-height: 24px;
  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: #5f2581;
  background-color: #5f2581;
  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-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ebe9e9;
}

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

.amsd-category-wrapper.grid._3x3-centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.amsd-category-wrapper.last {
  border-bottom-style: none;
}

.amsd-category-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.custom-code {
  display: none;
}

.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: 1080px;
  max-width: 100%;
  color: #fff;
  text-align: center;
}

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

.slide-buttons-wrapper.in-header {
    margin-top: -15px;
	text-align: center;
}


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

.title-section {
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-section.no-image {
  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: 100%;
  min-height: 480px;
  padding: 150px 80px 100px;
  -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.55), rgba(50, 49, 65, 0.2));
  color: #fff;
}

.title-content-outer-wrapper.no-image {
  border-bottom: 1px solid #e0e0e0;
  background-color: #f5f5f5;
  background-image: none;
  color: #333;
}

.title-content-outer-wrapper.twp {
  height: calc(100vh - 90px);
  min-height: 600px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(50, 49, 65, 0.65), rgba(50, 49, 65, 0.3));
}

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

.title-content-inner-wrapper.twp {
  padding-top: 60px;
  padding-bottom: 120px;
}

.slide-button-icon {
  display: inline-block;
  margin-right: 6px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 16px;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.gallery-grid-container {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  -ms-grid-row-align: center;
  align-self: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto 20px auto;
  grid-template-rows: auto auto;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.gallery-section-heading {
  font-family: rockwell, sans-serif;
  font-size: 90px;
  line-height: 90px;
  font-weight: 700;
}

.secondary-nav {
  position: fixed;
  left: 0px;
  top: 125px;
  right: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  -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-transition: width 200ms ease;
  transition: width 200ms ease;
}

.secondary-nav.with-alert {
  top: 165px;
}

.secondary-nav.scrolled {
  width: 36px;
}

.secondary-nav.scrolled:hover {
  width: 120px;
}

.secondary-nav-link {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33px;
  margin-right: 0px;
  margin-bottom: 12px;
  padding: 0px 0px 0px 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 1px;
  border-color: #4c166b;
  background-color: #5f2581;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: width 200ms ease, color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  transition: width 200ms ease, color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0px;
  text-transform: none;
}

.secondary-nav-link:hover {
  width: 130px;
  text-decoration: none;
}

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

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

.secondary-nav-link.scrolled {
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.secondary-nav-link.scrolled:hover {
  width: 130px;
}

.secondary-nav-link.last {
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 200px;
  background-color: #5f2581;
  color: #fff;
}

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

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

.secondary-nav-link.mouseover {
  padding-left: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.top-bar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  height: 40px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 0 #e0e0e0;
}

.logo-cover {
  position: fixed;
  top: 0px;
  display: none;
  width: 300px;
  height: 110px;
  background-color: #5f2581;
}

.logo-left-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 300px;
  height: 110px;
  background-color: #5f2581;
}

.logo-cover-slant {
  position: absolute;
  left: auto;
  top: 0%;
  right: -100px;
  bottom: 0%;
  display: none;
  width: 100px;
  height: 110px;
  border-right: 70px solid transparent;
  border-bottom: 110px solid #5f2581;
}

.logo-small {
  display: none;
  height: 54px;
}

.logo-small.scrolled {
  display: block;
}

.secondary-nav-icon {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: inline-block;
  width: auto;
  height: 33px;
  margin-right: 6px;
  margin-left: -2px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #5f2581;
  opacity: 1;
  -webkit-transition: margin-right 200ms ease, width 200ms ease, opacity 200ms ease;
  transition: margin-right 200ms ease, width 200ms ease, opacity 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 11px;
  line-height: 33px;
}

.secondary-nav-icon.scrolled {
  width: auto;
  margin-right: -2px;
  opacity: 1;
}

.secondary-nav-icon.mouseover {
  width: auto;
  margin-right: 6px;
  opacity: 1;
}

.feature-section {
  position: relative;
  overflow: hidden;
  padding: 200px 60px 220px;
  border-top: 1px solid #e0e0e0;
}

.feature-section.interiors {
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

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

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

.feature-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../images/Commencement_19_B4I0054-1_edited.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.hero {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.feature-text-block {
  position: relative;
  z-index: 5;
  width: 700px;
  max-width: 68%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.feature-heading, .feature-heading h2{
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: rockwell, sans-serif;
  font-size: 56px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 1px;
}

.feature-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.button-icon {
  display: inline-block;
  margin-right: 6px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 14px;
}

.sitemap-icon {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 12px;
}

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

.cards-section {
  position: relative;
  padding: 90px 60px 80px;
  background-color: #fff;
}

.cards-section.interiors {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.cards-section.inside-blocks-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 60px;
  border-top-style: none;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
}

.blocks-wrapper.with-sidebar .cards-section.inside-blocks-wrapper {
  left: calc(50% - 125px);
}

.cards-grid-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.cards-grid-container.social {
  width: 1500px;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100%;
  border-radius: 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards-image-mask.no-image {
  background-color: #f5f5f5;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.cards-image-mask.no-image.full-width {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.cards-image-mask.full-width {
  margin-bottom: -5px;
  padding-top: 32%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cards-image-mask.large {
  padding-top: 63.6363%;
}

.cards-image-mask.social.full-width {
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.cards-section-heading, .cards-section-heading h1{
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  font-size: 56px;
  line-height: 58px;
  font-weight: 300;
  letter-spacing: 1px;
}

.card-text {
  width: 100%;
  max-width: 350px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.card-text.full-width {
  max-width: 450px;
}

.card-number-heading {
  margin-top: 0px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-bottom: 2px solid #d9c65d;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
}

.card-number-heading.written {
  font-family: Rockness, sans-serif;
  color: #5f2581;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
}

.card-block {
  position: relative;
  width: 28%;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.card-block.full-width {
  width: 100%;
}

.card-block.large {
  width: 44%;
}

.cards-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.card-text-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.6)));
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.6));
  box-shadow: inset -7px 0 0 0 #fff, inset 7px 0 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 -7px 0 0 #fff;
  -webkit-transition: background-color 200ms ease, padding 200ms ease;
  transition: background-color 200ms ease, padding 200ms ease;
  color: #fff;
}

.cards-section.interiors .card-text-wrapper {
  box-shadow: inset -7px 0 0 0 #f5f5f5, inset 7px 0 0 0 #f5f5f5, inset 0 7px 0 0 #f5f5f5, inset 0 -7px 0 0 #f5f5f5;
}

.card-text-wrapper.no-image {
  background-image: none;
  box-shadow: inset -7px 0 0 0 #fff, inset 7px 0 0 0 #fff, inset 0 7px 0 0 #fff, inset 0 -7px 0 0 #fff, inset 0 8px 0 0 #e0e0e0, inset 0 -8px 0 0 #e0e0e0, inset 8px 0 0 0 #e0e0e0, inset -8px 0 0 0 #e0e0e0;
  color: #333;
}

.cards-section.interiors .card-text-wrapper.no-image {
  box-shadow: inset -7px 0 0 0 #f5f5f5, inset 7px 0 0 0 #f5f5f5, inset 0 7px 0 0 #f5f5f5, inset 0 -7px 0 0 #f5f5f5, inset 0 8px 0 0 #e0e0e0, inset 0 -8px 0 0 #e0e0e0, inset 8px 0 0 0 #e0e0e0, inset -8px 0 0 0 #e0e0e0;
}

.cards-section.interiors .cards-image-mask.no-image {
  background-color: #fff;
}

.card-text-line {
  display: none;
  width: 150px;
  height: 2px;
  background-color: #d9c65d;
}

.footer-top {
  padding: 60px 60px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
  text-align: center;
}

.footer-flex-container {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-logo-link {
  margin-right: 40px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.footer-link-2 {
  display: block;
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
}

.footer-link-2:hover {
  text-decoration: underline;
}

.copyright-text {
  position: absolute;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.sitemap-link {
  color: #fff;
}

.cards-section-text {
  margin-bottom: 45px;
  font-size: 16px;
  line-height: 26px;
}

.footer-email-link {
  color:#ffffff;
}

.footer-email-link:hover {
  color:#919191;
}

.footer-column {
  width: 280px;
  float: left;
}

.footer-column-list-item {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1px;
}

.footer-column-with-form {
  width: 57%;
  float: right;
}

.footer-phone-wrapper {
  margin-top: 30px;
}

.footer-submit-icon {
  display: inline-block;
  margin-right: -4px;
  margin-left: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 14px;
  letter-spacing: 0px;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.feature-text-divider-line {
  width: 300px;
  height: 2px;
  margin-bottom: 10px;
  background-color: #d9c65d;
}

.card-text-social-media-post {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  z-index: 2;
}

.card-social-media-icon {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #333;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.card-slider {
  width: 100%;
  height: auto;
}

.card-slider-arrow {
  width: 50px;
  height: 60px;
  margin-bottom: 0px;
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-size: 20px;
}

.card-slider-nav {
  display: none;
  margin-bottom: 7px;
}

.footer-top-container {
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.virtual-tour-section {
  padding: 80px 60px;
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.virtual-tour-embed {
  max-width: 100%;
  margin-top: 40px;
}

.virtual-tour-section-heading {
  width: 700px;
  max-width: 100%;
  margin: 0px auto 20px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.call-to-action {
  padding: 250px 30px;
  background-color: #fff;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.call-to-action-section-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 48px;
  font-weight: 700;
  letter-spacing: 1px;
}

.call-to-action-text {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.c2a-buttons-wrapper {
  margin-top: 0px;
}

.bold-text {
  font-weight: 700;
}

.call-to-action-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.call-to-action-block {
  width: 50%;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.call-to-action-block.first {
  box-shadow: none;
}

.feature-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container-2 {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask-2 {
  width: 100%;
  margin-right: 40px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link-2 {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image-2 {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading-2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link-3 {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link-3:hover {
  text-decoration: underline;
}

.cards-image-mask-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.slide-text-written {
  width: 100%;
  margin-bottom: 20px;
  font-family: Rockness, sans-serif;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
}

.call-to-action-block-divider {
  position: absolute;
  left: 50%;
  top: -25%;
  right: auto;
  bottom: 0%;
  width: 1px;
  height: 150%;
  background-color: hsla(0, 0%, 100%, 0.5);
}

.secondary-nav-link-text {
  display: inline-block;
  height: 33px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 33px;
}

.secondary-nav-link-text.scrolled {
  overflow: hidden;
  width: 0px;
  opacity: 0;
}

.secondary-nav-link-text.mouseover {
  overflow: visible;
  width: auto;
  opacity: 1;
}

.dropdown-link {
  display: block;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 18px;
  -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;
  font-family: rockwell, sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

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

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

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

.dropdown-link.nested {
  height: auto;
  min-width: 220px;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  font-family: century-gothic, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

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

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

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

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

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

.dropdown-link.nested.small {
  padding-left: 30px;
}

.dropdown-link.small {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: century-gothic, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.dropdown-link.full-width {
  width: 100%;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px none #e0e0e0;
  background-color: hsla(0, 0%, 100%, 0.97);
  box-shadow: -4px 4px 3px 0 rgba(0, 0, 0, 0.07);
}

.dropdown-links-wrapper-outer.small {
  display: inline-block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-links-wrapper-outer.right {
  margin-right: 0px;
}

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

.dropdown-links-wrapper-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 250px;
  padding: 25px;
  -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.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dropdown-links-wrapper-inner.small {
  display: block;
  min-width: 0px;
  padding: 15px;
}

.dropdown-content-text {
  margin-top: 15px;
  color: #141006;
  font-size: 13px;
  line-height: 18px;
}

.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-button.last {
  margin-bottom: 0px;
}

.nested-dropdown-nav-link-text {
  display: inline-block;
  color: #5f2581;
}

.nested-dropdown-nav-link-text.small {
  color: #333;
}

.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: #d9c65d;
  font-size: 11px;
}

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

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

.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;
  max-width: 220px;
}

.nested-dropdown-list.visible {
  display: block;
}

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

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

.nested-dropdown-list.small {
  display: none;
}

.nested-dropdown-list.small.w--open {
  display: 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;
}

.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: #d9c65d;
  font-size: 12px;
  letter-spacing: 0px;
}

.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 hsla(0, 0%, 100%, 0.97);
  border-left: 15px solid transparent;
}

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

.dropdown-list-arrow-cover {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 4;
  width: 42px;
  height: 2px;
  margin-bottom: -47px;
  margin-left: -26px;
  background-color: #f5f5f5;
}

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

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

.button-shine {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 258px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.03);
  -webkit-transform: translate(100%, 0px) rotate(-45deg);
  -ms-transform: translate(100%, 0px) rotate(-45deg);
  transform: translate(100%, 0px) rotate(-45deg);
  -webkit-transition: -webkit-transform 800ms ease;
  transition: -webkit-transform 800ms ease;
  transition: transform 800ms ease;
  transition: transform 800ms ease, -webkit-transform 800ms ease;
}

.button-text {
  position: relative;
  z-index: 2;
}

.card-text-background-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  background-color: rgba(17, 17, 17, 0.2);
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.card-text-background-hover.no-image {
  display: none;
}

.virtual-tour-written-heading {
  width: 900px;
  max-width: 100%;
  margin: 0px auto;
  font-family: Rockness, sans-serif;
  color: #5f2581;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.featured-video-play-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #d9c65d;
  border-radius: 200px;
  background-color: transparent;
  background-image: url('../images/play.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.featured-video-play-icon:hover {
  background-color: #d9c65d;
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.featured-video-play-icon-wrapper {
  display: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: -20px;
  text-align: center;
}

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

.featured-video-section {
  position: relative;
  width: 100%;
  text-align: center;
}

.featured-video-section.full-width {
  display: none;
  width: 100%;
}

.featured-video-section.large {
  width: 44%;
}

.cards-section-written-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Rockness, sans-serif;
  color: #333;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  letter-spacing: 1px;
}

.social-media-section {
  padding: 80px 60px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

.social-media-icons-wrapper {
  margin-bottom: 45px;
}

.social-media-link {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 54px;
  height: 54px;
  margin: 0px 13px;
  border: 1px none #e0e0e0;
  border-radius: 200px;
  background-color: #5f2581;
  -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 53px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-decoration: none;
}

.social-media-link:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
  color: #d9c65d;
}

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

.social-link-shine {
  position: absolute;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 258px;
  height: 100px;
  background-color: hsla(0, 0%, 100%, 0.04);
  -webkit-transform: translate(100%, 0px) rotate(-45deg);
  -ms-transform: translate(100%, 0px) rotate(-45deg);
  transform: translate(100%, 0px) rotate(-45deg);
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.social-media-heading-container {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.feature-image-2 {
  position: relative;
  top: -60px;
  z-index: 3;
  width: 50%;
  background-image: url('../images/Chinese_Students_H9A6930_edited.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.feature-image-inner {
  padding-top: 85%;
}

.feature-image-3 {
  position: relative;
  left: 50%;
  top: -120px;
  z-index: 2;
  width: 50%;
  margin-left: -60px;
  background-image: url('../images/Radio-TV_B4I4142-1-600x400.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.feature-section-background {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  height: 120%;
  background-position: 0px 0px, 50% 25%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

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

.video-background-wrapper-outer.fixed {
  position: fixed;
}

.video-background-wrapper-outer.interiors {
  height: 100vh;
  min-height: 800px;
}

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

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

.video-background.interiors {
  height: 100vh;
  min-height: 800px;
}

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

.video-background-wrapper-inner.interiors {
  height: 100vh;
  min-height: 800px;
}

.amsd-select-form-wrapper {
  display: block;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsd-select-form-label {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 10px;
  font-family: rockwell, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0px;
}

.amsd-select-form-label.small {
  font-family: century-gothic, sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
}

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

.amsd-title-text {
  width: 100%;
  margin-top: -5px;
  font-family: rockwell, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}

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

.text-block {
  width: 100%;
  margin-bottom: 60px;
  box-shadow: 0 30px 0 0 #fff, 0 31px 0 0 #fff;
}

div ul.subMenu:first-child {
  margin-bottom: 60px;
}

.text-block.half-block {
  width: 48%;
}

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

.text-block.twp {
  box-shadow: none;
  text-align: center;
}

.mobile-background {
  display: none;
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amsd-button-wrapper.grid {
  display: block;
  width: 100%;
  text-align: center;
}

.amsd-button-wrapper.grid.full-width-feature {
  margin-top: 30px;
  margin-bottom: 20px;
}

.second-amsd-button {
  margin-left: 20px;
}

.second-amsd-button.grid {
  display: inline-block;
  width: 100%;
  margin-top: 3px;
  margin-left: 0px;
  font-size: 13px;
  letter-spacing: 0px;
}

.second-amsd-button.grid.white {
  color: #fff;
}

.centered {
  text-align: left;
}

.sidebar {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 250px;
  margin-bottom: 40px;
  padding-right: 70px;
  padding-bottom: 10px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-right: 1px none #e0e0e0;
}

.sidebar-heading {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #d9c65d;
  font-family: rockwell, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: 0px;
}

.sidebar-link-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.sidebar-link-wrapper.profile-page {
  margin-top: -5px;
}

.sidebar-link-wrapper.profile-page.nested {
  margin-top: 0px;
  margin-bottom: 3px;
}

.sidebar-link {
  display: inline-block;
  padding: 0px;
  box-shadow: inset 0 -2px 0 0 rgba(217, 198, 93, 0);
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0px;
}

.sidebar-link:hover {
  color: #5f2581;
}

.sidebar-link.w--current {
  box-shadow: none;
  color: #5f2581;
}

.sidebar-link.large {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.sidebar-link.profile-page {
  margin-left: 1px;
  padding-left: 12px;
  border-left: 1px solid #ebebeb;
  font-size: 12px;
  line-height: 16px;
}

.sidebar-link.current {
  color: #5f2581;
}

.sidebar-link.dropdown-sidebar-link {
  font-size: 12px;
  line-height: 16px;
}

.sidebar-link.with-icon {
  position: relative;
  padding-left: 20px;
}

.sidebar-link.item-title {
  margin-bottom: 2px;
  font-size: 15px;
  line-height: 22px;
}

.blocks-wrapper {
  width: 100%;
}

.blocks-wrapper.with-sidebar {
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blocks-wrapper.side-by-side {
  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;
}

.table-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  padding-bottom: 1px;
  box-shadow: none;
}

.table {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #e0e0e0;
}

.table-header-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: inset 1px 0 0 0 #e0e0e0;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
}

.table-cell {
  width: 100%;
  padding: 20px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  box-shadow: inset 0 -1px 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0;
  text-align: center;
}

.table-cell.alternate {
  background-color: #fff;
}

.table-cell-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}

.table-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  box-shadow: 0 -1px 0 0 #e0e0e0, 0 1px 0 0 #e0e0e0;
}

.table-block-styles {
  display: none;
}

.table-block {
  width: 100%;
  margin-bottom: 60px;
}

.table-heading {
  margin-bottom: 30px;
  font-family: rockwell, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 0px;
}

.table-text {
  margin-bottom: 15px;
}

.table-special-text {
  margin-top: 20px;
  margin-bottom: -20px;
  color: #929292;
  font-size: 12px;
  line-height: 18px;
}

.sidebar-heading-wrapper {
  width: 100%;
}

.sidebar-heading-wrapper.secondary-heading {
  margin-top: 40px;
}

.breadcrumbs-wrapper {
  margin-top: 20px;
}

.breadcrumb {
  display: inline-block;
  color: #fff;
}

.breadcrumb-link-divider {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 12px;
}

.profile-meta-text-wrapper {
  margin-bottom: 30px;
}

.footer-contact-info-text {
  line-height: 18px;
}

.full-width-features-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 150px 50px 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(20, 20, 20, 0.25);
}

.full-width-features-section.with-bg-image {
  padding-bottom: 150px;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.sidebar-dropdown-list {
  position: static;
  display: none;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 1px;
  padding-left: 12px;
  border-left: 1px solid #ebebeb;
  background-color: transparent;
}

.sidebar-dropdown-list.profile-page {
  margin-top: -5px;
}

.sidebar-dropdown-list.current {
  display: block;
}

.sidebar-link-wrapper-copy {
  width: 100%;
  margin-bottom: 10px;
}

.sidebar-link-wrapper-copy.profile-page {
  margin-top: -5px;
}

.dropdown-sidebar-link-wrapper {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}

.sidebar-dropdown {
  width: 100%;
}

.sidebar-dropdown-link {
  width: 100%;
  padding: 0px 20px 0px 0px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0px;
}

.sidebar-dropdown-link:hover {
  color: #5f2581;
}

.sidebar-dropdown-link.current {
  cursor: default;
}

.sidebar-dropdown-link.current:hover {
  color: #333;
}

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

.sidebar-dropdown-icon.current {
  display: none;
}

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

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

.amsd-meta-text-profile-page-small {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

.sidebar-text {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}

.sidebar-text.with-icon {
  position: relative;
  padding-left: 20px;
}

.sidebar-text.large {
  font-size: 15px;
  line-height: 22px;
}

.float-right {
  margin-bottom: 10px;
  margin-left: 10px;
  float: right;
}

.icon-links-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.icon-link-block {
  width: 25%;
  margin-bottom: 30px;
  text-align: center;
}

.icon-link-icon {
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  border-radius: 200px;
  background-color: #333;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 88px;
  text-align: center;
  letter-spacing: 0px;
}

.icon-link-text {
  margin-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: rockwell, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

.bullet-point-item {
  position: relative;
  margin-top: 20px;
  padding-left: 20px;
}

.bullet-point {
  position: absolute;
  left: 0%;
  top: 6px;
  right: auto;
  bottom: auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 2000px;
  background-color: #5f2581;
}

.test-2 {
  margin-bottom: 60px;
  font-family: rockwell, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.test {
  width: 900px;
  max-width: 100%;
  margin: 0px auto;
  font-family: Rockness, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.full-width-features-heading-large {
  width: 100%;
  margin-bottom: 20px;
  font-family: Rockness, sans-serif;
  color: #fff;
  font-size: 120px;
  line-height: 120px;
  font-weight: 400;
  text-align: center;
}

.full-width-features-section-heading {
  width: 100%;
  margin-bottom: 60px;
  font-family: rockwell, sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 48px;
  font-weight: 300;
  text-align: center;
}

.full-width-section-fallback-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -2;
  display: block;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.full-width-section-bg-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.25)), to(rgba(20, 20, 20, 0.25)));
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.25), rgba(20, 20, 20, 0.25));
  z-index: -1;
}

.resources-amsd {
  margin-bottom: 60px;
  box-shadow: 0 30px 0 0 #fff, 0 31px 0 0 #fff;
}

.resources-amsd.profile-page {
  box-shadow: none;
}

.resources-amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding: 25px 30px 27px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px none #e0e0e0;
}

.resources-amsd-item.filtering {
  display: none;
}

.resources-amsd-item.filtering.shown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.resources-amsd-item.last {
  border-bottom-style: none;
}

.resources-amsd-item-title-text-link {
  font-family: rockwell, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #5f2581;
}

.resources-amsd-item-title-text-link[data-view-bio] {
  cursor: pointer;
}

.resource-amsd-item-description-text {
  width: 100%;
  margin-top: 15px;
}

.resource-amsd-item-meta-text {
  width: 100%;
  margin-top: 15px;
  font-size: 11px;
  line-height: 16px;
  color: #929292;
}

.resource-download-icon {
  display: inline-block;
  margin-right: 2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #5f2581;
}

.resource-amsd-download-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 13px;
  cursor: pointer;
}

.resource-amsd-download-link:hover {
  color: #5f2581;
}

.resource-amsd-download-link-wrapper {
  margin-right: 0px;
  margin-left: 30px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.resources-amsd-item-title-wrapper {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.steps-amsd {
  margin-bottom: 60px;
}

.step-amsd-item {
  margin-bottom: 60px;
}

.step-amsd-number {
  position: relative;
  top: 2px;
  display: inline-block;
  font-family: rockwell, sans-serif;
  color: #5f2581;
  font-size: 72px;
  font-weight: 700;
}

.step-amsd-title {
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
}

.step-amsd-item-text {
  margin-top: 15px;
}

.step-amsd-button-wrapper {
  margin-top: 30px;
  display: block;
  width: 100%;
}

.step-amsd-button-wrapper.grid {
  display: block;
  width: 100%;
}

.lightbox-heading {
  margin-bottom: 20px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
}

.locations-amsd-wrapper {
  margin-bottom: 60px;
}

.location-amsd-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 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;
}

.location-amsd-item.with-photo {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location-amsd-item.dining {
  -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;
}

.location-amsd-title-text {
  width: 100%;
  margin-bottom: 20px;
  font-family: rockwell, sans-serif;
  font-size: 34px;
  line-height: 38px;
  font-weight: 700;
}

.location-amsd-address-text {
  margin-top: -15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.location-amsd-text-wrapper {
  width: 48%;
}

.location-amsd-text-wrapper.with-photo {
  width: 100%;
}

.location-amsd-text-wrapper.dining {
  width: 100%;
}

.location-amsd-map-wrapper {
  width: 48%;
}

.location-amsd-map-wrapper.with-photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.location-amsd-map-wrapper.dining {
  margin-bottom: 20px;
}

.location-amsd-map {
  height: 300px;
}

.location-amsd-map.with-photo {
  width: 48%;
}

.location-amsd-map.dining {
  height: auto;
  padding-bottom: 66.66%;
}

.location-amsd-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.location-amsd-button-wrapper.grid {
  display: block;
  width: 100%;
}

.calendar-tab-pane {
  padding-top: 60px;
  text-align: left;
}

.calendar-tab-pane.list-view {
  width: 100%;
}

.no-events-to-show {
  display: none;
  padding-top: 60px;
  margin-bottom: 40px;
}

.tabs-amsd-content {
  overflow: visible;
}

.tabs-amsd-tab-menu {
  display: inline-block;
  overflow: hidden;
  margin-right: auto;
  margin-left: 250px;
  border: 1px solid #e0e0e0;
  border-radius: 200px;
  text-align: center;
  height: 51px;
}

.tabs-amsd-tab-menu.empty {
  border: none;
}

.tabs-amsd-tabs-wrapper {
  width: 100%;
  margin-top: -48px;
  text-align: left;
}

.tabs-amsd-tab-link {
  width: 180px;
  margin-left: -1px;
  padding: 15px 10px 16px;
  background-color: #fff;
  box-shadow: inset 1px 0 0 0 #e0e0e0;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
  text-align: center;
  float: left;
}

.tabs-amsd-tab-link:hover {
  background-color: #fff;
  color: #5f2581;
}

.tabs-amsd-tab-link.w--current {
  background-color: #f5f5f5;
  color: #333;
  cursor: default;
}

.table-wrapper-outer {
  position: static;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.block-heading {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.contact-info-block {
  margin-bottom: 40px;
}

.az-filter-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-top: -45px;
  margin-bottom: 60px;
  padding: 10px 17px;
  -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: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.az-filter-control-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #333;
  font-size: 13px;
  letter-spacing: 0px;
}

.az-filter-control-link:hover {
  color: #5f2581;
}

.az-filter-control-link.empty {
  color: #b3b3b3;
}

.az-filter-control-link.all {
  color: #5f2581;
}

.multiple-categories-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.half-and-half-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.half-and-half-section.alternate {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.half-and-half-photo-area {
  width: 50%;
  background-image: url('../images/Picnic_RT3A1683-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._2 {
  background-image: url('../images/Picnic_RT3A1185-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._3 {
  background-image: url('../images/Student_Success_RT3A0426-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._4 {
  background-image: url('../images/Student_Success_RT3A0721-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._5 {
  background-image: url('../images/Lincoln-College-Admissions-and-Aid-Transfer-Students.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._6 {
  background-image: url('../images/Students_RT3A0658-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._7 {
  background-image: url('../images/Soar__B4I0035-1200x800.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._8 {
  background-image: url('../images/Students_RT3A0053-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._9 {
  background-image: url('../images/Students_RT3A0343-print.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._10 {
  background-image: url('../images/Fall_at_Lincoln_College_Lincoln_Illinois_showing_University_Hall-1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._11 {
  background-image: url('../images/Heritage-South.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._12 {
  background-image: url('../images/Lincoln-College-Admissions-and-Aid-International-Students.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._13 {
  background-image: url('../images/Lincoln-College-Admissions-and-Aid-Transfer-Students.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._14 {
  background-image: url('../images/Picture-11-1-1200x721.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._15 {
  background-image: url('../images/clubs-orgs-1200x722.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._16 {
  background-image: url('../images/leadership-and-service-web-1200x721.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._17 {
  background-image: url('../images/Fall_at_Lincoln_College_Lincoln_Illinois_showing_University_Hall-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._18 {
  background-image: url('../images/Web-First-year_H9A1172-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area._19 {
  background-image: url('../images/Commencement_19_B4I0054_1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.half-and-half-photo-area.custom-map {
  min-height: 900px;
  background-image: url('../images/illinois-map-web.svg');
  background-position: 100% 50%;
  background-size: auto 70%;
  background-repeat: no-repeat;
}


.half-and-half-text-area {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -1px 0 0 0 #e0e0e0;
}

.half-and-half-text-area.alternate {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: #fff;
  box-shadow: inset -1px 0 0 0 #e0e0e0;
}

.half-and-half-text-area.custom-map-text-area {
  box-shadow: none;
}

.half-and-half-text-wrapper {
  width: 600px;
  max-width: 100%;
}

.half-and-half-heading {
  display: block;
  margin-bottom: 15px;
  font-family: rockwell, sans-serif;
  color: #333;
  font-size: 46px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 1px;
}

.half-and-half-buttons-wrapper {
  margin-top: 30px;
}

.second-amsd-buttons-wrapper {
  width: 100%;
  margin-top: 10px;
}

.half-and-half-second-link {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.half-and-half-second-links-wrapper {
  margin-top: 15px;
}

.half-and-half-second-link-divider {
  width: 100%;
  height: 1px;
}

.icon-list {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -31px;
  margin-bottom: 60px;
  padding-top: 11px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 30px 0 0 #fff, 0 31px 0 0 #fff;
}

.icon-list-item {
  position: relative;
  width: 33.33%;
  min-height: 30px;
  margin-bottom: 17px;
  padding-top: 2px;
  padding-right: 20px;
  padding-left: 38px;
}

.icon-list-item.full-width {
  width: 100%;
  padding-right: 0px;
}

.icon-list-icon {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 26px;
  height: 26px;
  border: 1px solid #e0e0e0;
  border-radius: 200px;
  background-color: #f5f5f5;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #5f2581;
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.tabs-amsd-category-select-form-label {
  width: 100%;
  margin-bottom: 10px;
}

.category-filter-label {
  margin-bottom: 10px;
  font-weight: 700;
}

.amsd-profile-meta-c2a-wrapper {
  margin-top: 10px;
}

.amsd-category-description-text {
  margin-top: -20px;
  margin-bottom: 50px;
}

.gallery-image-inner {
  position: relative;
  padding-bottom: 66.66%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.input-special-text {
  margin-top: 7px;
  color: #929292;
  font-size: 12px;
  line-height: 18px;
}

.form-section-text {
  margin-top: -10px;
  margin-bottom: 20px;
  color: #929292;
  font-size: 12px;
  line-height: 18px;
}

.countdown-months {
  margin-right: -3px;
  font-family: rockwell, sans-serif;
  color: #d9c65d;
  font-size: 44px;
  font-weight: 700;
}

.countdown-weeks {
  margin-right: -3px;
  font-family: rockwell, sans-serif;
  color: #d9c65d;
  font-size: 44px;
  font-weight: 700;
}

.countdown-days {
  margin-right: -3px;
  margin-left: 3px;
  font-family: rockwell, sans-serif;
  color: #d9c65d;
  font-size: 44px;
  font-weight: 700;
}

.countdown-hours {
  margin-right: -3px;
  margin-left: 3px;
  font-family: rockwell, sans-serif;
  color: #d9c65d;
  font-size: 44px;
  font-weight: 700;
}

.countdown-min {
  margin-right: -3px;
  margin-left: 3px;
  font-family: rockwell, sans-serif;
  color: #d9c65d;
  font-size: 44px;
  font-weight: 700;
}

.countdown-sec {
  display: inline-block;
  margin-right: -3px;
  margin-left: 3px;
  font-family: rockwell, sans-serif;
  color: #d9c65d;
  font-size: 44px;
  font-weight: 700;
}

.dropdown-amsd-within-image-divider {
  width: 100%;
  height: 15px;
  clear: both;
}

.dropdown-amsd-within-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28%;
  height: auto;
  margin-top: -60px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tabs-amsd-tab-pane {
  padding-top: 60px;
}

.half-and-half-second-text {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.table-text-large {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 24px;
}

.paragraph-text-large {
  font-size: 20px;
  line-height: 24px;
}

.sidebar-call-out {
  margin-top: 40px;
  padding: 25px 20px;
  background-color: #5f2581;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.2);
  color: #fff;
  width: 230px;
  position: relative;
  left: -20px;
}

.centered-image {
  display: inline-block;
  margin: 15px;
  float: none;
}

.contact-info-category-title {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left;
}

.centered-images-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

.sidebar-section {
  margin-top: 40px;
}

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

.sidebar-call-out .sidebar-text-icon {
  color: #d9c65d;
}

.sidebar-text-icon.white {
  color: #fff;
}

.sidebar-text-icon.purple {
  color: #5f2581;
}

.location-amsd-image {
  width: 48%;
  height: auto;
  margin-bottom: 20px;
  background-size: cover;
  background-repeat: no-repeat;
}

.location-amsd-image-height {
  padding-bottom: 75%;
  background-repeat: no-repeat;
}

.amsd-description-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amsd-description-column {
  width: 33.33%;
  margin-top: 15px;
  padding-right: 30px;
}

.amsd-description-column-title {
  display: block;
  margin-bottom: 10px;
  font-family: rockwell, sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.text-wrapper-inner-dropdown-amsd-within {
  width: 72%;
  padding-left: 30px;
}

.dropdown-amsd-within-image {
  width: 100%;
  padding-bottom: 100%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.table-image {
  width: 50px;
  height: 50px;
  border-radius: 200px;
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.amsd-meta-text-icon {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 2px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #5f2581;
  font-size: 16px;
  letter-spacing: 0px;
}

.amsd-meta-text-icon.social {
  font-family: 'Font Awesome 5 Brand Icons', sans-serif;
}

.amsd-meta-text-icon.grid {
  top: -2px;
  font-size: 13px;
}

.sidebar-arrow-icon {
  margin-left: 3px;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
}

.calendar-view-event-details-wrapper {
  position: relative;
}

.calendar-view-event-details-hover-inner {
  position: relative;
  width: 100%;
  padding: 5px 20px 25px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.calendar-view-event-details-arrow {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 0px;
  margin-bottom: -30px;
  margin-left: -15px;
  border-top: 15px solid #f5f5f5;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.calendar-view-event-details-arrow.visible {
  display: block;
}

.calendar-view-event-details-hover-outer {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 95%;
  z-index: 9999;
  display: none;
  width: 400px;
  margin-top: -100%;
  margin-left: -200px;
  padding-bottom: 20px;
}

.calendar-left-cover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  width: 1px;
  margin-left: -1px;
  background-color: #fff;
}

.calendar-view-month-filter-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;
  text-align: center;
}

.calendar-view-month-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: rockwell, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.calendar-view-month-dropdown-arrow {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0px 0px 0px 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: #5f2581;
  font-size: 22px;
  text-align: center;
}

.next-previous-year-link {
  font-family: rockwell, sans-serif;
  color: #111;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.next-previous-year-link:hover {
  color: #5f2581;
}

.calendar-view-month-dropdown-list {
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f5f5f5;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.calendar-view-month-dropdown-link {
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0px;
}

.calendar-view-month-dropdown-link:hover {
  color: #5f2581;
}

.calendar-view-month-dropdown-link.w--current {
  color: #5f2581;
}

.map-profile-wrapper {
  margin-bottom: 30px;
}

.test-block {
  width: 50%;
  height: 100px;
  background-color: #da2020;
}

.test-block-two {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1500px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

.horizontal-line {
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 45px;
  margin-bottom: 45px;
  background-color: #ebe9e9;
}

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

.staff-directory-table {
  margin-top: 30px;
  margin-bottom: 60px;
}

.social-feed-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.footer-phone-text, .footer-phone-text * {
  color: #fff !important;
}

.amsd-meta-text-link {
  margin-top: 10px;
  display: inline-block;
}

.award-winner-bio {
  display: none;
  margin-top: 20px;
}

.award-winner-bio.visible {
  display: block;
}

body.alert-bar-backend {
  background-color: #c70f27;
  color: #ffffff;
  height: 46px !important;
  max-height: 46px !important;
  min-height: 46px !important;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 480px !important;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0px;
}

.alert-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: block;
  width: 100%;
  height: 40px;
  padding: 8px 45px;
  padding-left: 30px;
  background-color: #c70f27;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.1);
}

.alert-bar a, body.alert-bar-backend a {
  color: #fff;
  background-color: #9c0d1f;
  font-size: 12px;
  padding: 4px 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  white-space: nowrap;
}

.alert-bar a:hover, body.alert-bar-backend a:hover {
  background-color: #8b0a1b;
}

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

.alert-text.no-icon {
  padding-left: 10px;
}

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

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

.alert-bar-close-button-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;
}

.slider-section {
    position: relative;
}

.recent-news-section {
  padding: 80px 60px;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
}

.news-section-heading {
  margin-top: 0px;
  margin-bottom: 35px;
  font-family: rockwell, sans-serif;
  font-size: 56px;
  line-height: 58px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.news-section-buttons-wrapper {
  margin-top: -45px;
  text-align: center;
}

.script-subtitle-text {
  width: 100%;
  margin-bottom: 20px;
  font-family: Rockness, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.twp-goal-progress-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 872px;
  height: 132px;
  margin: -160px auto 90px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #e0e0e0;
  border-radius: 10px;
  background-color: #f5f5f5;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.twp-goal-bar {
  position: relative;
  overflow: hidden;
  width: 450px;
  height: 50px;
  border-radius: 200px;
  background-color: #fff;
  box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.twp-progress-bar {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #5f2581;
  opacity: 0;
}

.twp-goal-bar-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  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;
}

.twp-progress-text {
  display: inline-block;
  width: auto;
  height: 64px;
  padding-right: 30px;
  font-family: rockwell, sans-serif;
  color: #5f2581;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: right;
  letter-spacing: 0px;
}

.twp-goal-text {
  display: inline-block;
  width: auto;
  height: 64px;
  padding-left: 30px;
  font-family: rockwell, sans-serif;
  color: #333;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
}

.twp-goal-progress-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.twp-goal-bar-lines-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.twp-goal-bar-line {
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-left: 20%;
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
}

.delete {
  height: 100px;
}

.amsd-grid-icon {
  width: 100%;
  height: 100%;
  font-family: 'Font Awesome 5 Solid Icons', sans-serif;
  color: #d9c65d;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
}

.featured-section-icons-block-wrapper {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.twp-sticky-bar {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 11;
  display: none;
  height: 50px;
  background-color: #fff;
  text-align: center;
}

.twp-sticky-bar.scrolled {
  display: block;
}

.donors-block {
  margin-top: -30px;
  margin-bottom: 75px;
}

.donors-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.donors-tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 872px;
  max-width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  -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-box-ordinal-group: 2;
  -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;
}

.donors-tabs-content {
  display: block;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.donors-tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42%;
  margin-top: 40px;
  margin-right: 4%;
  margin-left: 4%;
  padding: 17px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: transparent;
}

.donors-tab-link.w--current {
  background-color: #f5f5f5;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.donors-tab-pane {
  position: relative;
  padding-top: 30px;
  padding-right: 80px;
  padding-left: 180px;
}

.donor-image {
  width: 75px;
  height: 75px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-image: url('../images/PHELONHEADSHOT082016.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donor-image._2 {
  background-image: url('../images/MBauer-Family-cropped.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donor-image._3 {
  background-image: url('../images/ADawson.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donor-image._4 {
  background-image: url('../images/dede-ralston.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.donor-tab-text-wrapper {
  width: 100%;
  padding-left: 40px;
}

.donor-name {
  width: 100%;
  font-family: rockwell, sans-serif;
  color: #5f2581;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0px;
}

.donor-subtitle {
  margin-top: 3px;
}

.donor-quote-symbol {
  position: absolute;
  left: 100px;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 70px;
  font-family: Rockness, sans-serif;
  color: #5f2581;
  font-size: 200px;
  line-height: 200px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.donor-quote-symbol-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 70px;
  font-family: Rockness, sans-serif;
  color: #5f2581;
  font-size: 200px;
  line-height: 200px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.donor-quote-text {
  font-size: 16px;
  line-height: 26px;
}

.featured-video-wrapper {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 10;
  overflow: hidden;
  width: 400px;
  height: 270px;
  border-radius: 10px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.feautred-video-lightbox-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/Picture-11-1-1200x721.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.featured-video-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}

.featured-video-play-button {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-top: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 200px;
  background-color: #5f2581;
  background-image: url('../images/play.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease;
  transition: transform 200ms ease, background-color 200ms ease, -webkit-transform 200ms ease;
}

.featured-video-play-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.featured-video-text {
  width: 100%;
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}

.twp-icons-section {
  position: relative;
  overflow: hidden;
  padding: 250px 60px 220px;
  border-top: 1px solid #e0e0e0;
}

.twp-quote-section-script-heading {
  width: 100%;
  margin-bottom: 0px;
  font-family: Rockness, sans-serif;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
  text-align: center;
}

.twp-quote-section {
  position: relative;
  overflow: hidden;
  padding: 150px 60px 170px;
  border-top: 1px solid #e0e0e0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))), url('../images/Students_SOAR_B4I9086_edited.jpg');
  background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url('../images/Students_SOAR_B4I9086_edited.jpg');
  background-position: 0px 0px, 50% 40%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.twp-donors-section-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: 1px;
}

.twp-icons-section-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 54px;
  font-weight: 300;
  letter-spacing: 1px;
}

.twp-quote-section-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: rockwell, sans-serif;
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  letter-spacing: 1px;
}

.twp-donor-arrow {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #e0e0e0;
  font-size: 30px;
  cursor: pointer;
}

.twp-donor-arrow:hover {
  color: #5f2581;
}

.twp-donor-arrow.right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.embed-code.half-width {
  width: 50% ;
  float: left;
}

.video-lightbox-button {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 19px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-radius: 100%;
  background-color: #5f2581;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: center;
}

.video-lightbox-button:hover {
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(0px, -50%) scale(1.2);
  -ms-transform: translate(0px, -50%) scale(1.2);
  transform: translate(0px, -50%) scale(1.2);
}

.video-lightbox-button.small {
  width: 50px;
  height: 50px;
  padding-top: 13px;
  padding-left: 2px;
}

.who-we-are-video-title {
  margin-bottom: 0px;
  font-family: rockwell, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

.video-lightbox-icon {
  height: 30px;
}

.video-lightbox-icon.small {
  height: 16px;
}

.who-we-are-video-text-wrapper {
  display: block;
  width: 230px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.who-we-are-video-text-wrapper.last {
  width: 240px;
  margin-left: auto;
  padding-left: 20px;
}

.who-we-are-video-text-wrapper.mid {
  width: 68%;
}

.who-we-are-video-link-block {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  border-radius: 3px;
  background-image: url('../images/why-you-belong-3.jpg');
  background-position: 60% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.who-we-are-video-link-block:hover {
  text-decoration: none;
}

.who-we-are-video-link-block._2 {
  background-image: url('../images/why-you-belong-1.jpg');
  background-position: 45% 50%;
  background-size: cover;
}

.who-we-are-video-link-block._3 {
  background-image: url('../images/why-you-belong-2.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.who-we-are-video-wrapper {
  display: inline-block;
  width: 27%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

.who-we-are-video-wrapper.mid {
  left: 250px;
  top: -56px;
  z-index: 10;
  width: 46%;
  margin-top: -60px;
}

.who-we-are-video-wrapper.right {
  left: auto;
  top: 0px;
  right: 0px;
  margin-left: 0px;
}

.who-we-are-videos-block {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 870px;
  margin: 120px auto -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-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: transparent;
  box-shadow: none;
  color: #fff;
  text-align: center;
}

.map-section {
  position: relative;
  padding: 70px;
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.where-we-are-map {
  height: 500px;
}

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

.featured-video-outer-wrapper {
  position: relative;
}

input[type="checkbox"].form-invalid, input[type="radio"].form-invalid {
  outline: 2px solid #f48181;
}

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

html.w-mod-js *[data-ix="logo-fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

.logo-home-link.scrolled {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}

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

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

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

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

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

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-1"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-5"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-6"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-7"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-8"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-9"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-10"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-11"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-12"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-13"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-14"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-15"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-16"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-17"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-18"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-19"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

html.w-mod-js *[data-ix="secondary-nav-fade-in-on-load-20"] {
  opacity: 0;
  -webkit-transform: translate(-90px, 0px);
  -ms-transform: translate(-90px, 0px);
  transform: translate(-90px, 0px);
}

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

html.w-mod-js *[data-ix="grid-fade-in-on-scroll-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px);
  -ms-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

html.w-mod-js *[data-ix="grid-fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px);
  -ms-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

html.w-mod-js *[data-ix="grid-fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 90px);
  -ms-transform: translate(0px, 90px);
  transform: translate(0px, 90px);
}

@media screen and (max-width: 1250px) {
  .embed-code.half-width {
    width: 100% ;
    float: none;
  }
}

@media screen and (max-width: 991px) {
  .cms-btn:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cms-btn.c2a-button {
    min-width: 180px;
    padding: 15px 30px 16px;
    font-size: 14px;
  }
  .cms-btn.slide-button {
    min-width: 210px;
    padding: 15px 30px 16px;
    font-size: 14px;
  }
  .footer-bottom {
    padding-top: 40px;
    text-align: center;
  }
  .nav-link {
    display: block;
    height: auto;
    padding: 15px 0px;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .nav-link:hover {
    box-shadow: none;
    color: #333;
  }
  .nav-link.dropdown-nav-link.w--open {
    box-shadow: none;
    color: #5f2581;
  }
  .logo-home-link {
    z-index: 2;
  }
  .navbar {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
    box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.07);
  }
  .nav-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    padding-right: 120px;
    padding-left: 120px;
    float: right;
    background-color: #f5f5f5;
    -webkit-transition: none 0ms ease;
    transition: none 0ms ease;
  }
  .main-content-section {
    padding-top: 60px;
  }
  .main-content-section.twp {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title {
    font-size: 56px;
    line-height: 60px;
  }
  .subtitle-text {
    font-size: 16px;
    line-height: 22px;
  }
  .subtitle-text.countdown {
    font-size: 16px;
    line-height: 22px;
  }
  .dropdown {
    display: block;
    height: auto;
  }
  .dropdown.nested {
    width: 99%;
  }
  .dropdown-link-2 {
    height: auto;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-size: 18px;
  }
  .dropdown-link-2.w--current {
    color: #fff;
  }
  .dropdown-list {
    position: static;
    width: auto;
    padding: 10px 20px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: none;
  }
  .dropdown-list.small {
    position: static;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nested-dropdown-list-2 {
    left: 0px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    border-left: 1px solid #e0e0e0;
    border-bottom-style: none;
    background-color: transparent;
    box-shadow: none;
  }
  .menu-button {
    z-index: 2;
    display: block;
    height: 94px;
    padding: 0px 30px;
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    background-color: transparent;
    color: #333;
    font-size: 30px;
    text-align: center;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #333;
  }
  .gallery-albums {
    margin-bottom: 40px;
  }
  .album-photos {
    margin-bottom: 40px;
    text-align: center;
  }
  .cms-contact-form {
    margin-bottom: 40px;
  }
  .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-item.grid {
    width: 50%;
  }
  .amsd-item.grid.every-second-item {
    margin-right: 0%;
  }
  .amsd-item.grid.full-width-features {
    width: 100%;
  }
  .amsd-item.grid.full-width-features.two-items {
  	width: 100%;	
  }
  .amsd-item.grid.full-width-features.featured {
    max-width: none;
    margin: 0px -10px;
    padding: 10px 40px 30px;
    box-shadow: none;
  }
  .amsd-item.grid.small {
    width: 33.33%;
  }
  .amsd-item.grid.card {
    width: 100%;
  }
  .amsd-item.grid.icons {
    width: 33.33%;
  }
  .amsd-image-link {
    max-width: 100%;
    margin-right: 0px;
  }
  .amsd-text-wrapper {
    width: 100%;
    padding-top: 30px;
    padding-left: 0px;
  }
  .amsd-description-text.grid.full-width-feature {
    font-size: 13px;
    line-height: 18px;
  }
  .amsd-list {
    margin-bottom: 40px;
        box-shadow: 0 20px 0 0 #fff, 0 21px 0 0 #fff;
  }
  .amsd-list.grid.full-width-features {
    width: 450px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
  }
  .amsd-list.grid.full-width-features.two-items {
    width: 450px;
  }
  .amsd-list.grid.full-width-features.one-item {
    width: 450px;
  }
  .amsd-list.accordian-amsd {
    margin-bottom: 39px;
  }
  .amsd-list.accordian-amsd.half-block {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .calendar {
    margin-bottom: 40px;
  }
  .nav-container {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .map-wrapper {
    margin-bottom: 40px;
  }
  .contact-info-wrapper {
        box-shadow: 0 20px 0 0 #fff, 0 21px 0 0 #fff;
  }
  .cms-frontend {
    padding-top: 94px;
  }
  .cms-frontend.with-alert {
    padding-top: 134px;
  }
  .lightbox-content-box {
    width: 90%;
  }
  .content-container.with-sidebar {
    display: block;
    padding-left: 0px;
  }
  .contact-info-item {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .slide-content-outer-wrapper {
    height: 600px;
    min-height: 0px;
    padding: 50px 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5)));
    background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5));
  }
  .slide-text-large {
    font-size: 40px;
    line-height: 44px;
  }
  .quarter {
    width: 49.5%;
  }
  .form-input.third {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .form-input.quarter {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 50%;
    -ms-flex: 0 50%;
    flex: 0 50%;
  }
  .form-section.quarter {
    width: 49.5%;
    -webkit-flex-basis: 49.5%;
    -ms-flex-preferred-size: 49.5%;
    flex-basis: 49.5%;
  }
  .title-content-outer-wrapper {
    min-height: 300px;
    padding: 50px 60px;
  }
  .title-content-outer-wrapper.twp {
    height: 100%;
    min-height: 300px;
  }
  .title-content-inner-wrapper.twp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .slide-button-icon {
    font-size: 14px;
  }
  .gallery-grid-container {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .secondary-nav {
    position: static;
    width: auto;
  }
  .secondary-nav-link {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding: 15px 0px;
    background-color: transparent;
    box-shadow: none;
    font-family: rockwell, sans-serif;
    color: #333;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-align: left;
  }
  .secondary-nav-link:hover {
    width: 100%;
    color: #333;
  }
  .secondary-nav-link.scrolled {
    color: #333;
  }
  .secondary-nav-icon {
    display: none;
  }
  .feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))), url('../images/Commencement_19_B4I0054.jpg');
    background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url('../images/Commencement_19_B4I0054.jpg');
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    left: 0%;
    margin-left: 30px;
  }
  .feature-text-block {
    max-width: 100%;
  }
  .feature-heading, .feature-heading h2{
    font-size: 32px;
    line-height: 34px;
  }
  .feature-text {
    font-size: 14px;
    line-height: 20px;
  }
  .cards-grid-container.social {
    padding-right: 0px;
    padding-left: 0px;
  }
  .cards-image-mask.full-width {
    padding-top: 55%;
  }
  .cards-image-mask.large {
    padding-top: 100%;
  }
  .cards-section-heading, .cards-section-heading h1{
    font-size: 32px;
    line-height: 34px;
  }
  .card-text {
    font-size: 14px;
    line-height: 20px;
  }
  .card-number-heading {
    font-size: 32px;
    line-height: 34px;
  }
  .card-block {
    width: 50%;
  }
  .card-block.full-width {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .card-block.large {
    width: 50%;
  }
  .cards-grid-container-2 {
    grid-column-gap: 20px;
  }
  .footer-flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-logo-link {
    float: none;
  }
  .copyright-text {
    top: 0px;
    margin-top: -70px;
    margin-bottom: 0px;
    width: 250px;
    margin-top: -90px;
    margin-left: -125px;
  }
  .cards-section-text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-column {
    float: none;
  }
  .footer-column-with-form {
    float: none;
  }
  .virtual-tour-section-heading {
    font-size: 32px;
    line-height: 34px;
  }
  .call-to-action {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .call-to-action-section-heading {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 34px;
  }
  .call-to-action-text {
    font-size: 14px;
    line-height: 20px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button-icon {
    display: inline-block;
    margin: 0px;
    color: #5f2581;
  }
  .menu-button-text {
    position: relative;
    top: 2px;
    display: inline-block;
    margin: 0px 0px 0px 6px;
    font-family: rockwell, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .menu-button-icon-wrapper {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .slide-text-written {
    font-size: 90px;
    line-height: 90px;
  }
  .dropdown-link {
    width: auto;
    height: auto;
    max-width: 100%;
    padding: 10px 0px;
    background-color: transparent;
    box-shadow: none;
    font-family: century-gothic, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .dropdown-link:hover {
    color: #333;
  }
  .dropdown-link.w--current {
    color: #5f2581;
  }
  .nav-link.w--current {
    box-shadow: none;
    color: #5f2581;
  }
  .dropdown-link.current .nested-dropdown-nav-link-text {
    color: #5f2581;
  }
  .dropdown-link.nested {
    width: auto;
    max-width: 100%;
    min-width: 0px;
  }
  .dropdown-link.nested.double-nested {
    padding-left: 0px;
  }
  .dropdown-links-wrapper-outer {
    display: block;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }
  .dropdown-links-wrapper-outer.small {
    width: 1280px;
  }
  .dropdown-content-wrapper-inner {
    display: none;
    padding: 15px 0px;
    background-color: transparent;
  }
  .dropdown-links-wrapper-inner {
    display: block;
    width: 100%;
    min-width: 0px;
    padding: 0px;
  }
  .dropdown-links-wrapper-inner.grid {
    display: block;
  }
  .dropdown-links-wrapper-inner.small {
    padding: 0px;
  }
  .nested-dropdown-nav-link-text {
    color: #333;
  }
  .nested-dropdown-arrow {
    display: inline-block;
  }
  .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;
    max-width: none;
  }
  .nav-link-dropdown-arrow {
    display: inline-block;
    margin-left: 5px;
    font-size: 18px;
  }
  .dropdown-list-arrow {
    display: none;
  }
  .virtual-tour-written-heading {
    font-size: 90px;
    line-height: 90px;
  }
  .featured-video-play-icon:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .featured-video-play-icon-wrapper {
    margin-bottom: -5px;
  }
  .cards-section-written-heading {
    font-size: 90px;
    line-height: 90px;
  }
  .social-media-section {
    padding-right: 60px;
    padding-left: 60px;
  }
  .social-media-link {
    width: 44px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 20px;
    line-height: 43px;
  }
  .social-media-link:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .social-media-heading-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-image-3 {
    margin-left: -30px;
  }
  .feature-section-background {
    position: absolute;
    display: none;
    height: 100%;
  }
  .video-background-wrapper-outer {
    display: none;
  }
  .amsd-select-form-wrapper {
    margin-bottom: 40px;
  }
  .amsd-select-form-label {
    font-size: 28px;
    line-height: 32px;
  }
  .text-block {
    margin-bottom: 40px;
    box-shadow: 0 20px 0 0 #fff, 0 21px 0 0 #fff;
  }
  div ul.subMenu:first-child {
    margin-bottom: 40px;
  }
  .text-block.half-block {
    width: 100%;
  }
  .mobile-background {
    position: absolute;
    display: block;
  }
  .amsd-button-wrapper.grid.full-width-feature {
    margin-top: 20px;
  }
  .sidebar {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
    float: none;
    border-bottom: 1px solid #ebe9e9;
    border-right-style: none;
  }
  .sidebar-heading {
    font-size: 28px;
    line-height: 32px;
  }
  .sidebar-link:hover {
    color: #333;
  }
  .sidebar-link.dropdown-sidebar-link:hover {
    color: #333;
  }
  .blocks-wrapper.with-sidebar {
    padding-left: 0px;
  }
  .blocks-wrapper.side-by-side {
    display: block;
  }
  .table-block {
    margin-bottom: 40px;
  }
  .breadcrumb {
    font-size: 13px;
  }
  .breadcrumb-link-divider {
    margin-right: 2px;
    margin-left: 2px;
    font-size: 11px;
  }
  .full-width-features-section {
    height: auto;
    min-height: 0px;
    padding-top: 60px;
    padding-bottom: 25px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f5f5f5;
  }
  .full-width-features-section.with-bg-image {
    padding-bottom: 60px;
  }
  .sidebar-dropdown-list.current {
    display: none;
  }
  .sidebar-dropdown-link {
    width: auto;
  }
  .sidebar-dropdown-link:hover {
    color: #333;
  }
  .sidebar-dropdown-link.current {
    color: #5f2581;
  }
  .sidebar-dropdown-icon.current {
    display: block;
  }
  .float-right {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    float: none;
  }
  .icon-links-block {
    margin-bottom: 10px;
  }
  .icon-link-block {
    width: 33.33%;
    margin-bottom: 20px;
  }
  .test {
    font-size: 90px;
    line-height: 90px;
  }
  .full-width-features-heading-large {
    color: #333;
    font-size: 90px;
    line-height: 90px;
  }
  .full-width-features-heading-large.with-bg-image {
    color: #fff;
  }
  .full-width-features-section-heading {
    margin-bottom: 45px;
    color: #333;
    font-size: 40px;
    line-height: 44px;
  }
  .full-width-features-section-heading.with-bg-image {
    color: #fff;
  }
  .full-width-section-fallback-background {
    display: none;
  }
  .full-width-section-bg-overlay {
    display: none;
  }
  .resources-amsd {
    margin-bottom: 40px;
        box-shadow: 0 20px 0 0 #fff, 0 21px 0 0 #fff;
  }
  .steps-amsd {
    margin-bottom: 40px;
  }
  .step-amsd-item {
    margin-bottom: 40px;
  }
  .step-amsd-number {
    font-size: 60px;
  }
  .step-amsd-title {
    font-size: 36px;
    line-height: 40px;
  }
  .lightbox-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .locations-amsd-wrapper {
    margin-bottom: 40px;
  }
  .contact-info-block {
    margin-bottom: 20px;
  }
  .az-filter-controls {
    margin-top: -20px;
    margin-bottom: 40px;
  }
  .half-and-half-section {
    display: block;
  }
  .half-and-half-photo-area {
    width: 100%;
    padding-bottom: 60%;
  }
  .half-and-half-photo-area.custom-map {
    height: 400px;
    min-height: 0px;
    padding-bottom: 0px;
    background-position: 45% 100%;
    background-size: auto 85%;
  }
  .half-and-half-text-area {
    width: 100%;
    padding-right: 60px;
    padding-left: 60px;
  }
  .half-and-half-buttons-wrapper {
    margin-top: 20px;
  }
  .icon-list {
    margin-bottom: 40px;
        box-shadow: 0 20px 0 0 #fff, 0 21px 0 0 #fff;
  }
  .icon-list-item {
    width: 50%;
  }
  .countdown-months {
    font-size: 20px;
  }
  .countdown-weeks {
    font-size: 20px;
  }
  .countdown-days {
    font-size: 20px;
  }
  .countdown-hours {
    font-size: 20px;
  }
  .countdown-min {
    font-size: 20px;
  }
  .countdown-sec {
    font-size: 20px;
  }
  .calendar-view-event-details-arrow {
    display: none;
  }
  .cards-section.inside-blocks-wrapper {
    margin-bottom: 40px;
  }
  .blocks-wrapper.with-sidebar .cards-section.inside-blocks-wrapper {
    left: 50%;
  }
  .calendar-tab-pane {
    display: none;
    padding-top: 45px;
  }
  .calendar-tab-pane.list-view {
    display: block;
  }
  .no-events-to-show {
    padding-top: 15px;
  }
  .tabs-amsd-tab-menu {
    display: none;
  }
  .tabs-amsd-category-select-form {
    width: 300px;
    margin-bottom: 45px;
    margin-left: 0px;
  }
  .staff-directory-table {
    margin-bottom: 40px;
  }
  .secondary-nav-link.w--current, .secondary-nav-link.current {
	  box-shadow: none;
	  color: #5f2581;
	}
  .sidebar-call-out {
    width: 100%;
    position: static;
    left: 0;
  }
  .alert-bar {
    padding-left: 15px;
  }
  .alert-bar-close-button {
    display: block;
  }
  .news-section-heading {
    font-size: 32px;
    line-height: 34px;
  }
  .footer-links {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-container {
    display: block;
  }
  .cybernautic-tag {
    margin-right: auto;
    margin-left: auto;
  }
  .cybernautic-tag.new-footer {
    position: static;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
  }
  .footer-bottom.new-footer {
    padding-bottom: 40px;
  }
  .footer-bottom.twp {
    padding-bottom: 30px;
  }
  .script-subtitle-text {
    font-size: 64px;
    line-height: 64px;
  }

  .twp-goal-progress-block {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 75px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
  }

  .twp-goal-bar {
    width: 100%;
  }

  .twp-goal-bar-wrapper {
    width: 450px;
    max-width: 100%;
    padding-top: 84px;
  }

  .twp-progress-text {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 50%;
    padding-right: 0px;
    text-align: left;
  }

  .twp-goal-text {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    width: 50%;
    padding-left: 0px;
    text-align: right;
  }

  .twp-sticky-bar.scrolled {
    display: none;
  }

  .donors-block {
    margin-bottom: 50px;
  }

  .donors-tabs-menu {
    margin-top: 0px;
  }

  .donors-tab-link {
    width: 366px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
  }

  .donors-tab-pane {
    padding: 20px 60px 40px;
  }

  .donor-quote-symbol {
    left: 0px;
    width: 50px;
    font-size: 150px;
    line-height: 150px;
  }

  .featured-video-wrapper {
    position: static;
    width: 300px;
    height: 200px;
    max-width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .featured-video-play-button {
    width: 60px;
    height: 60px;
    background-size: 30px 30px;
  }

  .featured-video-play-button:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .featured-video-text {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .twp-icons-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .twp-quote-section-script-heading {
    font-size: 64px;
    line-height: 64px;
  }

  .twp-quote-section {
  	padding-top: 80px;
    padding-bottom: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.5)), to(rgba(20, 20, 20, 0.5))), url('../images/Fall_Colors_B4I9528-1_edited---Copy_1.jpg');
    background-image: linear-gradient(180deg, rgba(20, 20, 20, 0.5), rgba(20, 20, 20, 0.5)), url('../images/Fall_Colors_B4I9528-1_edited---Copy_1.jpg');
    background-position: 0px 0px, 50% 100%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .twp-donor-arrow {
    top: auto;
    width: 30px;
    height: 40px;
    font-size: 24px;
  }

  .twp-donor-arrow.right {
    top: auto;
  }
  .video-lightbox-button {
    width: 50px;
    height: 50px;
    padding-top: 13px;
    padding-left: 2px;
  }

  .video-lightbox-icon {
    height: 16px;
  }

  .who-we-are-video-text-wrapper {
    width: 100%;
    margin-top: 25px;
  }

  .who-we-are-video-text-wrapper.last {
    width: 100%;
    padding-left: 0px;
  }

  .who-we-are-video-text-wrapper.mid {
    width: 100%;
  }

  .who-we-are-video-link-block {
    height: auto;
  }

  .who-we-are-video-link-block._2 {
    height: auto;
  }

  .who-we-are-video-wrapper {
    position: static;
    width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .who-we-are-video-wrapper.mid {
    left: 181px;
    width: 100%;
    margin-top: 0px;
  }

  .who-we-are-video-wrapper.right {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .who-we-are-videos-block {
    display: block;
    width: 400px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 0px;
  }

  .map-section {
    padding-right: 60px;
    padding-left: 60px;
  }

  .video-padding {
    padding-bottom: 70%;
  }
}

@media screen and (max-width: 767px) {
  h1, h2, .heading {
    font-size: 36px;
    line-height: 40px;
  }
  h3, h4, .heading.heading-2 {
    font-size: 26px;
    line-height: 30px;
  }
  h5, h6, .heading.heading-3 {
    font-size: 20px;
    line-height: 24px;
  }
  .cms-btn.feature-section-button {
    margin-right: auto;
    margin-left: auto;
  }
  .header-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-bottom {
    padding-right: 40px;
    padding-left: 40px;
    text-align: center;
  }
  .nav-menu {
    padding-right: 90px;
    padding-left: 90px;
  }
  .main-content-section {
    padding: 46px 40px 15px;
  }
  .delete-this-class.amsd-more-link {
    float: none;
  }
  .title {
    font-size: 46px;
    line-height: 50px;
  }
  .footer-link.social {
    margin-right: 12px;
    margin-left: 12px;
  }
  .gallery-image {
    width: 50%;
    margin-bottom: 16px;
    padding-right: 8px;
    padding-left: 8px;
  }
  .above-footer-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .input-field.text-area-input {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .amsd-item.grid {
    display: block;
  }
  .amsd-item.grid.every-third-item {
    margin-right: 0%;
  }
  .amsd-item.grid.small {
    width: 50%;
  }
  .amsd-item.grid.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .amsd-image-link.grid.icons {
    height: 40px;
  }
  .amsd-title-text-link {
    float: none;
    font-size: 24px;
    line-height: 30px;
  }
  .amsd-title-text-link.grid {
    width: 100%;
  }
  .amsd-title-text-link.grid.icons {
    font-size: 13px;
    line-height: 18px;
  }
  .amsd-title-text-link.dropdown-amsd-within {
    font-size: 36px;
    line-height: 40px;
  }
  .amsd-text-wrapper.dropdown-amsd-within {
    padding-top: 0px;
  }
  .amsd-description-text {
    text-align: left;
  }
  .amsd-meta-text {
    float: none;
    font-size: 18px;
    line-height: 22px;
  }
  .amsd-grid {
    display: block;
    text-align: center;
  }
  .amsd-dropdown-toggle {
    font-size: 16px;
    line-height: 20px;
  }
  .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;
  }
  .lightbox-content-box {
    padding: 35px 25px 40px;
  }
  .header-image-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-content-outer-wrapper {
    height: 500px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .featured-item {
    width: 100%;
  }
  .half {
    width: 100%;
  }
  .third {
    width: 100%;
  }
  .quarter {
    width: 100%;
  }
  .form-input {
    padding-right: 0px;
  }
  .form-input.half {
    width: 100%;
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.third {
    width: 100%;
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.quarter {
    width: 100%;
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.position-applying-for {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.resume-upload {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.signiture {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-input.date-signed {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section {
    margin-right: 0px;
  }
  .form-section.quarter {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.third {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .form-section.half {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .application-form-progress-wrapper {
    margin-top: 45px;
  }
  .application-form-progress-wrapper.bottom {
    margin-top: 45px;
  }
  .application-form-progress-line {
    top: 2px;
    width: 1px;
    height: 98%;
    margin-top: 0px;
    margin-left: -62px;
  }
  .application-progress-step {
    position: relative;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 180px;
    margin: 25px auto 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .application-progress-text {
    margin-bottom: 0px;
    margin-left: 15px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .amsd-category-wrapper.grid {
    display: block;
  }
  .amsd-category-title {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .title-content-outer-wrapper {
    min-height: 250px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .title-content-outer-wrapper.twp {
    min-height: 250px;
  }
  .gallery {
    padding: 40px 20px;
  }
  .gallery-grid-container {
    max-width: none;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }
  .feature-section {
    padding: 80px 40px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    width: 100%;
  }
  .feature-image {
    left: -30px;
    width: 80%;
    margin-right: auto;
    margin-bottom: -45px;
    margin-left: auto;
  }
  .hero {
    padding: 40px 20px;
  }
  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-text-block {
    right: -15px;
    width: 80%;
    max-width: none;
    margin-bottom: 0px;
    text-align: center;
  }
  .cards-section {
    padding: 40px 40px 25px;
  }
  .cards-grid-container {
    width: 350px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .cards-grid-container.social {
    width: 350px;
  }
  .cards-image-mask.full-width {
    padding-top: 100%;
  }
  .card-text {
    font-size: 14px;
    line-height: 20px;
  }
  .card-number-heading {
    font-size: 36px;
    line-height: 38px;
  }
  .card-block {
    width: 100%;
    min-width: 100%;
    margin-bottom: 14px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .card-block.large {
    width: 100%;
  }
  .cards-section-2 {
    padding: 40px 20px;
  }
  .cards-grid-container-2 {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  .card-text-wrapper {
    padding: 30px;
    box-shadow: none;
  }
  .card-text-wrapper.no-image {
    box-shadow: inset 0 1px 0 0 #e0e0e0, inset 0 -1px 0 0 #e0e0e0, inset 1px 0 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0;
  }
  .card-text-wrapper.no-image.social {
    box-shadow: inset 0 1px 0 0 #e0e0e0, inset 0 -1px 0 0 #e0e0e0, inset 1px 0 0 0 #e0e0e0, inset -1px 0 0 0 #e0e0e0;
  }
  .card-text-wrapper.social {
    box-shadow: none;
  }
  .footer-top {
    padding: 40px;
  }
  .footer-flex-container {
    -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;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .footer-column {
    width: auto;
  }
  .footer-column-with-form {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .virtual-tour-section {
    padding: 40px 30px;
  }
  .virtual-tour-embed {
    margin-top: 30px;
  }
  .virtual-tour-section-heading {
    margin-bottom: 0px;
  }
  .call-to-action {
    padding: 1px 40px 60px;
  }
  .call-to-action-container {
    display: block;
  }
  .call-to-action-block {
    width: 100%;
    margin-top: 60px;
  }
  .feature-section-2 {
    padding: 40px 20px;
  }
  .flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask-2 {
    margin-right: 0px;
  }
  .footer {
    padding: 40px 20px;
  }
  .footer-image-2 {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .slide-text-written {
    font-size: 60px;
    line-height: 60px;
  }
  .call-to-action-block-divider {
    top: 50%;
    width: 80%;
    height: 1px;
    margin-left: -40%;
  }
  .virtual-tour-written-heading {
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 60px;
  }
  .featured-video-section {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  .social-media-section {
    padding: 40px 30px 25px;
  }
  .social-media-link.social {
    margin-right: 12px;
    margin-left: 12px;
  }
  .feature-image-2 {
    display: none;
  }
  .feature-image-3 {
    display: none;
  }
  h1, h2, .heading {
    font-size: 20px;
    line-height: 24px;
  }
  .full-width-features-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .icon-link-text {
    font-size: 16px;
    line-height: 20px;
  }
  .test {
    margin-bottom: 0px;
    font-size: 60px;
    line-height: 60px;
  }
  .full-width-features-heading-large {
    font-size: 60px;
    line-height: 60px;
  }
  .full-width-features-section-heading {
    margin-bottom: 35px;
  }
  .resources-amsd-item {
    display: block;
  }
  .resources-amsd-item.filtering {
    display: none;
  }
  .resources-amsd-item.filtering.shown {
    display: block;
  }
  .resource-amsd-download-link-wrapper {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .location-amsd-item.dining {
    display: block;
  }
  .location-amsd-map-wrapper.dining {
    width: 100%;
  }
  .location-amsd-map.dining {
    height: 300px;
    padding-bottom: 0px;
  }
  .block-heading {
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 40px;
  }
  .az-filter-controls {
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 3px;
    -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;
  }
  .az-filter-control-link {
    width: 7%;
    margin-bottom: 7px;
    text-align: center;
  }
  .half-and-half-text-area {
    padding: 45px 40px;
  }
  .half-and-half-heading {
    font-size: 36px;
    line-height: 40px;
  }
  .icon-list-item {
    width: 100%;
    padding-right: 0px;
  }
  .amsd-category-description-text {
    margin-top: 0px;
    margin-bottom: 40px;
  }
  .dropdown-amsd-within-image-wrapper {
    display: block;
    width: 100%;
    margin-top: -30px;
    margin-bottom: 30px;
    text-align: left;
  }
  .tabs-amsd-tab-pane {
    padding-top: 45px;
  }
  .centered-image {
    margin-right: auto;
    margin-left: auto;
  }
  .location-amsd-image {
    width: 100%;
  }
  .text-wrapper-inner-dropdown-amsd-within {
    width: 100%;
    padding-left: 0px;
  }
  .dropdown-amsd-within-image {
    width: 280px;
    height: 280px;
    padding-bottom: 0px;
  }
  .location-amsd-item {
  	display: block;
  }
  .location-amsd-text-wrapper {
  	width: 100%;
  }
  .location-amsd-map-wrapper {
  	width: 100%;
  	margin-top: 30px;
  }
  .amsd-description-column {
    width: 100%;
  }
  .recent-news-section {
    padding: 40px 30px;
  }
  .news-section-heading {
    margin-bottom: 30px;
  }
  .news-section-buttons-wrapper {
    margin-top: -45px;
  }
  .script-subtitle-text {
    font-size: 52px;
    line-height: 52px;
  }

  .amsd-grid-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .donors-tab-pane {
    padding-right: 40px;
    padding-left: 40px;
  }

  .donor-quote-symbol {
    width: 30px;
    font-size: 100px;
    line-height: 100px;
  }

  .donor-quote-text {
    font-size: 14px;
    line-height: 22px;
  }

  .twp-icons-section {
    padding: 80px 40px;
  }

  .twp-quote-section-script-heading {
    font-size: 52px;
    line-height: 52px;
  }

  .twp-quote-section {
    padding: 80px 40px;
  }

  .twp-donors-section-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .twp-icons-section-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .twp-quote-section-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .twp-donor-arrow {
    width: 20px;
    height: 30px;
    font-size: 20px;
  }
  .who-we-are-video-text-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .who-we-are-video-text-wrapper.last {
    width: 100%;
  }

  .who-we-are-video-text-wrapper.mid {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .who-we-are-video-wrapper {
    position: static;
    width: 100%;
    margin-bottom: 20px;
  }

  .who-we-are-video-wrapper.mid {
    width: 100%;
  }

  .who-we-are-videos-block {
    width: 80%;
    max-width: none;
    margin-bottom: 0px;
    text-align: center;
  }

  .map-section {
    padding: 45px 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer-bottom {
    padding-top: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 24px;
  }
  .logo-home-link {
    height: 84px;
    min-width: 228px;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 15px;
  }
  .navbar {
    height: 84px;
    margin-top: 0px;
    background-color: #fff;
  }
  .nav-menu {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .main-content-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .title {
    font-size: 36px;
    line-height: 40px;
  }
  .subtitle-text {
    font-size: 14px;
    line-height: 20px;
  }
  .dropdown-link-2 {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
  }
  .menu-button {
    height: 84px;
    padding-right: 30px;
    padding-left: 30px;
    box-shadow: none;
  }
  .gallery-image {
    margin-right: 0px;
    margin-left: 0px;
  }
  .input-field.select-input.category-filter {
    width: 100%;
    margin-right: 0px;
  }
  .amsd-item.grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .amsd-item.grid.full-width-features {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-item.grid.full-width-features.featured {
    padding-right: 30px;
    padding-left: 30px;
  }
  .amsd-item.grid.small {
    width: 100%;
  }
  .amsd-item.grid.card {
    padding-right: 0px;
    padding-left: 0px;
  }
  .amsd-item.grid.icons {
    padding-right: 5px;
    padding-left: 5px;
  }
  .amsd-title-text-link.grid.full-width-feature {
    font-size: 20px;
    line-height: 24px;
  }
  .amsd-title-text-link.grid.icons {
    max-width: 100%;
  }
  .amsd-text-wrapper.grid.card {
    background-color: #fff;
  }
  .amsd-select-form {
    width: 100%;
  }
  .amsd-list.grid {
    display: block;
  }
  .amsd-list.grid.icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amsd-dropdown-toggle {
    padding-right: 50px;
    padding-left: 20px;
  }
  .amsd-dropdown-list {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cms-frontend {
    padding-top: 84px;
  }
  .cms-frontend.with-alert {
    padding-top: 124px;
  }
  .lightbox-content-box {
    padding-right: 20px;
    padding-left: 20px;
  }
  .amsd-dropdown-arrow-icon {
    margin-right: 20px;
  }
  .slide-content-outer-wrapper {
    height: 400px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .slide-text-large {
    font-size: 28px;
    line-height: 30px;
  }
  .logo-image {
    height: auto;
  }
  .amsd-category-wrapper {
    padding: 30px 15px;
  }
  .title-content-outer-wrapper {
    min-height: 200px;
  }
  .title-content-outer-wrapper.twp {
    min-height: 200px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .gallery-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto;
  }
  .secondary-nav-link {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 20px;
    line-height: 24px;
  }
  .feature-section {
    padding: 60px 20px;
  }
  .flex-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature-image {
    left: -10px;
    width: 100%;
    margin-bottom: -30px;
  }
  .feature-text-block {
    right: -10px;
    width: 100%;
  }
  .feature-heading, .feature-heading h2{
    font-size: 28px;
    line-height: 30px;
  }
  .cards-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cards-grid-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .cards-section-heading, .cards-section-heading h1{
    font-size: 28px;
    line-height: 30px;
  }
  .card-number-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .centered-container-2 {
    text-align: left;
  }
  .cards-grid-container-2 {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .card-text-wrapper {
    padding: 20px;
  }
  .card-text-wrapper.no-image {
    min-height: 260px;
  }
  .footer-top {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    display: block;
  }
  .footer-logo-link {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .cards-section-text {
    margin-bottom: 30px;
  }
  .footer-column {
    width: 100%;
    text-align: center;
  }
  .card-text-social-media-post {
    font-size: 12px;
    line-height: 18px;
  }
  .card-social-media-icon {
    margin-top: 15px;
    font-size: 20px;
    line-height: 20px;
  }
  .call-to-action {
    padding-right: 20px;
    padding-left: 20px;
  }
  .call-to-action-section-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .call-to-action-block {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link-2 {
    height: 60px;
  }
  .footer-heading-2 {
    margin-top: 20px;
  }
  .menu-button-text {
    display: none;
  }
  .slide-text-written {
    font-size: 46px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .nested-dropdown-list.double-nested.visible {
    display: block;
  }
  .nav-link-dropdown-arrow {
    font-size: 14px;
  }
  .featured-video-play-icon {
    font-size: 36px;
    line-height: 38px;
  }
  .cards-section-written-heading {
    font-size: 36px;
    line-height: 36px;
    text-align: center;
  }
  .social-media-section {
    padding-right: 20px;
    padding-left: 20px;
  }
  .social-media-icons-wrapper {
    text-align: center;
  }
  .social-media-heading-container {
    text-align: left;
  }
  .amsd-select-form-label {
    width: 100%;
    margin-right: 0px;
  }
  .breadcrumb {
    font-size: 12px;
  }
  .full-width-features-section {
    padding: 45px 20px 15px;
  }
  .full-width-features-section.with-bg-image {
    padding-bottom: 45px;
  }
  .icon-link-block {
    width: 50%;
  }
  .full-width-features-heading-large {
    font-size: 36px;
    line-height: 36px;
  }
  .full-width-features-section-heading {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px;
  }
  .resources-amsd-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .resource-amsd-download-link {
    letter-spacing: 0px;
  }
  .lightbox-heading {
    font-size: 24px;
    line-height: 28px;
  }
  .az-filter-controls {
    padding-right: 12px;
    padding-left: 12px;
  }
  .az-filter-control-link {
    width: 11.5%;
  }
  .half-and-half-text-area {
    padding-right: 20px;
    padding-left: 20px;
  }
  .multiple-category-filter-input {
    width: 100%;
  }
  .amsd-meta-text-divider-line {
    top: 0px;
    display: block;
    width: 100%;
    height: 1px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: transparent;
  }
  .sidebar-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .alert-bar-close-button {
    top: 20px;
  }
  .alert-bar {
    height: 60px;
  }
  .navbar.with-alert {
    margin-top: 60px;
  }
  .navbar.with-alert {
    margin-top: 60px;
  }
  .cms-frontend.with-alert {
    padding-top: 144px;
  }
  .alert-icon {
    top: 12px;
  }
  .recent-news-section {
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
  }
  .news-section-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .news-section-buttons-wrapper {
    margin-top: -15px;
  }
  .script-subtitle-text {
    font-size: 42px;
    line-height: 42px;
  }

  .twp-goal-bar {
    height: 40px;
  }

  .twp-goal-bar-wrapper {
    width: 300px;
    padding-top: 74px;
  }

  .twp-progress-text {
    height: 48px;
    font-size: 20px;
    line-height: 24px;
  }

  .twp-goal-text {
    height: 48px;
    font-size: 20px;
    line-height: 24px;
  }

  .donors-tab-link {
    padding: 13px 15px;
  }

  .donor-image {
    width: 60px;
    height: 60px;
  }

  .donor-tab-text-wrapper {
    padding-left: 20px;
  }

  .donor-name {
    font-size: 16px;
    line-height: 22px;
  }

  .donor-subtitle {
    font-size: 12px;
    line-height: 18px;
  }

  .featured-video-play-button {
    font-size: 36px;
    line-height: 38px;
  }

  .twp-icons-section {
    padding: 60px 20px;
  }

  .twp-quote-section-script-heading {
    font-size: 42px;
    line-height: 42px;
  }

  .twp-quote-section {
    padding: 60px 20px;
  }

  .twp-donors-section-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .twp-icons-section-heading {
    font-size: 28px;
    line-height: 34px;
  }

  .twp-quote-section-heading {
    font-size: 28px;
    line-height: 30px;
  }
  .who-we-are-video-title {
    margin-bottom: 10px;
  }

  .who-we-are-video-text-wrapper.mid {
    margin-bottom: 30px;
  }

  .who-we-are-videos-block {
    width: 100%;
  }

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

@font-face {
  font-family: 'Rockness slant';
  src: url('../fonts/Rockness-Slant.woff2') format('woff2'), url('../fonts/Rockness-Slant.woff') format('woff'), url('../fonts/Rockness-Slant.ttf') format('truetype'), url('../fonts/Rockness-Slant.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rockness swash';
  src: url('../fonts/Rockness-Swash.woff2') format('woff2'), url('../fonts/Rockness-Swash.woff') format('woff'), url('../fonts/Rockness-Swash.ttf') format('truetype'), url('../fonts/Rockness-Swash.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rockness';
  src: url('../fonts/Rockness.woff2') format('woff2'), url('../fonts/Rockness.woff') format('woff'), url('../fonts/Rockness.ttf') format('truetype'), url('../fonts/Rockness.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}