/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 8, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 18px;
  border-top: 1px solid #D4D3D3;
  padding-top: 16px;
  margin-top: 16px;
}

@media only screen and (min-width: 768px) {
  /* line 8, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
  .articlesfeed-item {
    grid-template-columns: 1fr 3fr;
  }
}

/* line 22, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-item:hover .articlesfeed-cta {
  gap: 24px;
}

/* line 27, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-item:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  /* line 27, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
  .articlesfeed-item:first-child {
    grid-template-columns: 364px auto;
  }
}

/* line 38, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-link {
  position: absolute;
  inset: 0;
}

/* line 66, app/assets/stylesheets/partials/_mixins.scss */
.articlesfeed-link, .articlesfeed-link:hover, .articlesfeed-link:visited, .articlesfeed-link:active, .articlesfeed-link > a, .articlesfeed-link > a:hover, .articlesfeed-link > a:visited, .articlesfeed-link > a:active {
  text-decoration: none;
}

/* line 45, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-image > img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/* line 52, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-body {
  font-size: 14px;
  color: #515150;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* line 60, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-title {
  color: #262524;
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  /* line 60, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
  .articlesfeed-title {
    font-size: 16px;
  }
}

/* line 70, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-blurb {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 70, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
  .articlesfeed-blurb {
    display: block;
  }
}

/* line 78, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-cta {
  display: flex;
  gap: 16px;
  color: #262524;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  transition: gap 500ms;
  margin-top: auto;
}

/* line 88, app/assets/stylesheets/modules/developmentpages/articlesfeed.scss */
.articlesfeed-cta > i {
  font-size: 14px;
}
@charset "UTF-8";
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/developmentpages/checklist.scss */
.checklist {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #515150;
  font-size: 16px;
}

/* line 12, app/assets/stylesheets/modules/developmentpages/checklist.scss */
.checklist > li {
  line-height: 24px;
}

/* line 15, app/assets/stylesheets/modules/developmentpages/checklist.scss */
.checklist > li:before {
  content: "Ó";
  font-family: REW_Icon_font;
  padding-right: 16px;
  color: #005684;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 6, app/assets/stylesheets/modules/developmentpages/customlist.scss */
.customlist:before {
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 100%;
  font-weight: bold;
  padding: 5px;
}

/* line 15, app/assets/stylesheets/modules/developmentpages/customlist.scss */
.customlist-black_bg:before {
  background: #000000;
  color: #ffffff;
}

/* line 22, app/assets/stylesheets/modules/developmentpages/customlist.scss */
.customlist-white_bg:before {
  -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.25);
}

/* line 28, app/assets/stylesheets/modules/developmentpages/customlist.scss */
.customlist-icon_sm:before {
  font-size: 8px;
  padding: 3px;
}

/* line 35, app/assets/stylesheets/modules/developmentpages/customlist.scss */
.customlist-icon_normal:before {
  font-size: 10px;
  padding: 5px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/developmentpages/detailsection.scss */
.detailsection {
  padding: 25px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 9, app/assets/stylesheets/modules/developmentpages/detailsection.scss */
.detailsection > header {
  display: block;
  padding: 25px 10px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}

/* line 16, app/assets/stylesheets/modules/developmentpages/detailsection.scss */
.detailsection > section {
  padding: 0 10px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 6, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border: 1px solid #D4D3D3;
  border-radius: 8px;
  padding: 24px;
  color: #515150;
  font-size: 14px;
}

/* line 14, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-eyebrow {
  color: #262524;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 21, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-header {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

/* line 25, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-image {
  width: 44px;
}

/* line 29, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #262524;
  font-size: 16px;
  font-weight: 600;
}

/* line 36, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-subtitle {
  color: #939292;
  font-size: 12px;
}

/* line 42, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-stats > strong {
  color: #262524;
}

/* line 47, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-link {
  display: flex;
  flex-direction: row;
  gap: 16px;
  color: #262524;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  align-self: flex-end;
}

/* line 66, app/assets/stylesheets/partials/_mixins.scss */
.developerblock-link, .developerblock-link:hover, .developerblock-link:visited, .developerblock-link:active, .developerblock-link > a, .developerblock-link > a:hover, .developerblock-link > a:visited, .developerblock-link > a:active {
  text-decoration: none;
}

/* line 56, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-link > i {
  font-size: 14px;
  transition: transform 500ms;
}

/* line 61, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-link:hover {
  color: #262524;
}

/* line 64, app/assets/stylesheets/modules/developmentpages/developerblock.scss */
.developerblock-link:hover > i {
  transform: translateX(10px);
}
/* line 4, app/assets/stylesheets/modules/developmentpages/developmentblock--black.scss */
.developmentblock.developmentblock--black {
  padding: 50px 0;
  background: #131312;
  color: #ffffff;
}
/* line 3, app/assets/stylesheets/modules/developmentpages/developmentblock--gray.scss */
.developmentblock.developmentblock--gray {
  padding: 30px 0;
  background: #f8f8f9;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 8, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock {
  padding: 0 0 30px;
  background: #fdfbf7;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 768px) {
  /* line 8, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
  .developmentblock {
    padding: 0 0 60px;
  }
}

/* line 18, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-freefooter > header {
  display: block;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
}

/* line 25, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-freefooter > section {
  color: #BEBEBD;
  margin-bottom: 20px;
}

/* line 30, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-freefooter > .footnotes {
  margin: 10px 0;
  font-size: 12px;
  color: #BEBEBD;
}

/* line 38, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-registerform > header {
  display: block;
  padding: 10px 10px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
}

/* line 46, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-registerform > section {
  color: #989897;
  padding: 0 10px;
  margin-bottom: 40px;
}

/* line 53, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-title {
  margin-bottom: 25px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 61, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-recaptcha .recaptchatext {
  margin: 25px 0;
  font-size: 10px;
  color: #BEBEBD;
}

/* line 66, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-recaptcha .recaptchatext > a {
  color: #BEBEBD;
  text-decoration: underline;
}

/* line 73, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-subtitle {
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.38);
  font-size: 12px;
  text-transform: uppercase;
}

/* line 80, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-section_title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

/* line 86, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock img {
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 91, app/assets/stylesheets/modules/developmentpages/developmentblock.scss */
.developmentblock-list_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/* line 3, app/assets/stylesheets/modules/developmentpages/developmentbody.scss */
.developmentbody {
  padding-top: 48px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/developmentpages/developmentcontact.scss */
.developmentcontact > header {
  margin-bottom: 45px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 20px;
  text-align: center;
}

/* line 12, app/assets/stylesheets/modules/developmentpages/developmentcontact.scss */
.developmentcontact > section {
  margin-bottom: 45px;
}

/* line 16, app/assets/stylesheets/modules/developmentpages/developmentcontact.scss */
.developmentcontact > footer {
  margin-top: 15px;
  padding-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 9, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature {
  margin-bottom: 15px;
  padding-bottom: 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 992px) {
  /* line 9, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
  .developmentfeature {
    height: 630px;
    margin-bottom: 75px;
    padding: 0;
    border: 0;
  }
}

/* line 21, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  padding: 40px 30px 0;
  text-align: left;
}

@media (min-width: 992px) {
  /* line 21, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
  .developmentfeature-body {
    float: left;
    width: 33.3333333333%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 21, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
  .developmentfeature-body {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
  }
}

/* line 33, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-img {
  height: 220px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}

@media (min-width: 992px) {
  /* line 33, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
  .developmentfeature-img {
    float: left;
    width: 66.6666666667%;
  }
}

@media only screen and (min-width: 992px) {
  /* line 33, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
  .developmentfeature-img {
    height: 100%;
  }
}

/* line 42, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-img > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 50, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-map {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}

@media (min-width: 992px) {
  /* line 50, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
  .developmentfeature-map {
    float: left;
    width: 66.6666666667%;
  }
}

/* line 54, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-label {
  margin-bottom: 15px;
  color: #262524;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 61, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-title {
  margin-bottom: 15px;
  color: #262524;
  font-size: 20px;
  text-transform: capitalize;
  line-height: 1.2;
}

/* line 69, app/assets/stylesheets/modules/developmentpages/developmentfeature.scss */
.developmentfeature-details {
  margin-bottom: 30px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 16px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/developmentpages/developmentlist.scss */
.developmentlist {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 8, app/assets/stylesheets/modules/developmentpages/developmentlist.scss */
.developmentlist > li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/developmentpages/developmentlistcolumns.scss */
.developmentlistcolumns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

/* line 11, app/assets/stylesheets/modules/developmentpages/developmentlistcolumns.scss */
.developmentlistcolumns > li {
  min-width: 50%;
  flex-basis: 50%;
}

/* line 13, app/assets/stylesheets/modules/developmentpages/developmentlistcolumns.scss */
.developmentlistcolumns > li:nth-child(even) {
  padding-left: 15px;
}

/* line 16, app/assets/stylesheets/modules/developmentpages/developmentlistcolumns.scss */
.developmentlistcolumns > li:nth-child(odd) {
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  /* line 11, app/assets/stylesheets/modules/developmentpages/developmentlistcolumns.scss */
  .developmentlistcolumns > li {
    min-width: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
  /* line 21, app/assets/stylesheets/modules/developmentpages/developmentlistcolumns.scss */
  .developmentlistcolumns > li:nth-child(even), .developmentlistcolumns > li:nth-child(odd) {
    padding: 0;
  }
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* line 8, app/assets/stylesheets/modules/developmentpages/developmentmasthead.scss */
.developmentmasthead {
  width: 807px;
  max-width: 100%;
  margin: 0 auto;
  padding: 83px 24px 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #262524;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  /* line 8, app/assets/stylesheets/modules/developmentpages/developmentmasthead.scss */
  .developmentmasthead {
    padding: 97px 24px 60px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 8, app/assets/stylesheets/modules/developmentpages/developmentmasthead.scss */
  .developmentmasthead {
    padding: 97px 0 60px;
  }
}

/* line 25, app/assets/stylesheets/modules/developmentpages/developmentmasthead.scss */
.developmentmasthead-banner {
  width: 807px;
  max-width: 100%;
}

/* line 29, app/assets/stylesheets/modules/developmentpages/developmentmasthead.scss */
.developmentmasthead-banner > img {
  width: 100%;
  object-fit: cover;
}

/* line 35, app/assets/stylesheets/modules/developmentpages/developmentmasthead.scss */
.developmentmasthead-buttons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 24px;
}
/* line 5, app/assets/stylesheets/modules/developmentpages/developmentoverview.scss */
.developmentoverview {
  width: 807px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 10, app/assets/stylesheets/modules/developmentpages/developmentoverview.scss */
.developmentoverview-copy {
  color: #262524;
  font-size: 14px;
  text-align: left;
}

@media only screen and (min-width: 992px) {
  /* line 10, app/assets/stylesheets/modules/developmentpages/developmentoverview.scss */
  .developmentoverview-copy {
    font-size: 16px;
  }
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* line 7, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
.fixedcta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 0 15px 25px;
  text-align: center;
  align-items: center;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

@media only screen and (min-width: 768px) {
  /* line 7, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
  .fixedcta {
    background-image: none;
    left: auto;
  }
}

/* line 23, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
.fixedcta-icons {
  position: relative;
  display: flex;
  justify-content: space-around;
}

/* line 28, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
.fixedcta-icons > a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}

/* line 35, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
.fixedcta-icons > a.btn-white > i {
  color: rgba(0, 0, 0, 0.87);
  line-height: 1;
  font-size: 16px;
}

/* line 42, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
.fixedcta-icons > a.btn-block {
  margin-top: 0;
}

/* line 45, app/assets/stylesheets/modules/developmentpages/fixedcta.scss */
.fixedcta-icons > a:last-child {
  margin-right: 0;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 4, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard {
  max-width: 270px;
  background: #ffffff;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 10, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard > a {
  display: block;
  padding: 25px;
  color: #262524;
  font-size: 14px;
}

/* line 66, app/assets/stylesheets/partials/_mixins.scss */
.floorplancard > a, .floorplancard > a:hover, .floorplancard > a:visited, .floorplancard > a:active, .floorplancard > a > a, .floorplancard > a > a:hover, .floorplancard > a > a:visited, .floorplancard > a > a:active {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard > a:hover {
  background: #f8f8f9;
}

/* line 22, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard-img {
  max-height: 265px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 28, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard-img > img {
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* line 35, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard-title {
  margin-bottom: 25px;
  color: #262524;
  font-size: 20px;
}

/* line 41, app/assets/stylesheets/modules/developmentpages/floorplancard.scss */
.floorplancard-list {
  display: inline-block;
  margin-bottom: 10px;
  color: #262524;
  font-size: 14px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/developmentpages/followandsharebuttons.scss */
.followandsharedbuttons {
  display: none;
}

@media only screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/modules/developmentpages/followandsharebuttons.scss */
  .followandsharedbuttons {
    display: flex;
    gap: 10px;
  }
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 4, app/assets/stylesheets/modules/developmentpages/highlightlist.scss */
.highlightlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  /* line 4, app/assets/stylesheets/modules/developmentpages/highlightlist.scss */
  .highlightlist {
    padding-left: 24px;
  }
}

/* line 13, app/assets/stylesheets/modules/developmentpages/highlightlist.scss */
.highlightlist > li {
  line-height: 26px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
/* line 5, app/assets/stylesheets/modules/developmentpages/highlightsection.scss */
.highlightsection {
  background: #F2F8FC;
  border-radius: 8px;
  color: #515150;
  font-size: 14px;
  padding: 8px 16px;
}

/* line 12, app/assets/stylesheets/modules/developmentpages/highlightsection.scss */
.highlightsection-label {
  color: #939292;
  font-size: 12px;
}

/* line 17, app/assets/stylesheets/modules/developmentpages/highlightsection.scss */
.highlightsection-value {
  color: #262524;
  font-weight: 500;
}
/* line 3, app/assets/stylesheets/modules/developmentpages/highlightswrapper.scss */
.highlightswrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media only screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/modules/developmentpages/highlightswrapper.scss */
  .highlightswrapper {
    width: auto;
    grid-template-columns: repeat(4, auto);
  }
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* line 7, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
.imagefastlinks {
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 7, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
  .imagefastlinks {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
}

/* line 16, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
.imagefastlinks > li {
  position: relative;
  height: 233px;
  padding: 10px 0;
}

@media only screen and (min-width: 768px) {
  /* line 16, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
  .imagefastlinks > li {
    padding: 0 10px;
  }
}

/* line 25, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
.imagefastlinks_text-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fafbfd;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 60px;
  text-align: center;
  z-index: 2;
}

/* line 41, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
.imagefastlinks_image-wrap {
  height: 100%;
  position: relative;
}

/* line 44, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
.imagefastlinks_image-wrap > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 50, app/assets/stylesheets/modules/developmentpages/imagefastlinks.scss */
.imagefastlinks_image-wrap:after {
  content: "";
  background: rgba(0, 0, 0, 0.38);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 6, app/assets/stylesheets/modules/developmentpages/imageoverlay.scss */
.imageoverlay-wrapper {
  position: relative;
}

/* line 10, app/assets/stylesheets/modules/developmentpages/imageoverlay.scss */
.imageoverlay-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 18%;
  background: rgba(0, 0, 0, 0.58);
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 7, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: start;
  gap: 8px 24px;
  font-size: 16px;
  color: #262524;
  line-height: 1;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  /* line 7, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
  .nhoverview {
    grid-template-columns: auto auto;
  }
}

/* line 21, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-icon {
  width: 24px;
}

@media only screen and (min-width: 768px) {
  /* line 21, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
  .nhoverview-icon {
    width: 48px;
  }
}

/* line 29, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* line 35, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-title {
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  /* line 35, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
  .nhoverview-title {
    font-size: 40px;
  }
}

/* line 43, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media only screen and (min-width: 768px) {
  /* line 43, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
  .nhoverview-subtitle {
    font-size: 24px;
  }
}

/* line 53, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-badge {
  background: #007BBD;
  border-radius: 8px;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 8px;
}

/* line 62, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-footer {
  color: #939292;
}

/* line 65, app/assets/stylesheets/modules/developmentpages/nhoverview.scss */
.nhoverview-footer > a {
  color: inherit;
  text-decoration: underline;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* line 7, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
.salescentreblock {
  display: flex;
  flex-direction: column;
  gap: 32px;
  color: #676666;
  font-size: 14px;
}

/* line 12, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
.salescentreblock-header {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

/* line 17, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
.salescentreblock-logo {
  width: 32px;
}

@media only screen and (min-width: 768px) {
  /* line 17, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
  .salescentreblock-logo {
    width: 44px;
  }
}

/* line 25, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
.salescentreblock-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* line 29, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
.salescentreblock-subtitle {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "IBM Plex Mono", monospace;
}

/* line 35, app/assets/stylesheets/modules/developmentpages/salescentreblock.scss */
.salescentreblock-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
/* line 1, app/assets/stylesheets/modules/developmentpages/scrollersection.scss */
.scrollersection {
  margin-bottom: 30px;
}

/* line 4, app/assets/stylesheets/modules/developmentpages/scrollersection.scss */
.scrollersection:last-child {
  margin-bottom: 0;
}
/*

 */
