/*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/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);
}
/*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;
  }
}
/* line 6, app/assets/stylesheets/modules/developmentpages/developmenttoggle.scss */
.developmenttoggle {
  --widget-padding: 20px 25px;
  color: #262524;
}

@media only screen and (min-width: 768px) {
  /* line 6, app/assets/stylesheets/modules/developmentpages/developmenttoggle.scss */
  .developmenttoggle {
    --widget-padding: 20px 25px 20px 48px;
  }
}

/* line 14, app/assets/stylesheets/modules/developmentpages/developmenttoggle.scss */
.developmenttoggle > summary {
  font-size: 16px;
  font-weight: 600;
}

/* line 19, app/assets/stylesheets/modules/developmentpages/developmenttoggle.scss */
.developmenttoggle-copy {
  font-size: 14px;
  color: #515150;
  padding: var(--widget-padding);
}

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

/* line 30, app/assets/stylesheets/modules/developmentpages/developmenttoggle.scss */
.developmenttoggle-cap {
  position: absolute;
  right: 50px;
  top: 0;
  font-size: 16px;
  font-weight: normal;
}
/*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 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/ */
/* 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;
}
/*

 */
