/*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/news/articlebuttons.scss */
.articlebuttons {
  padding: 20px 0 30px;
  font-size: 14px;
}

/* line 11, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-item {
  padding-top: 10px;
}

/* line 13, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-item:hover {
  background: #f8f8f9;
}

/* line 18, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-link {
  display: block;
}

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

/* line 23, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-label {
  margin-bottom: 25px;
  font-weight: 700;
  color: #000000;
  font-size: 12px;
}

/* line 30, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-image {
  width: 100%;
  height: 25vw;
  max-height: 185px;
}

/* line 35, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-image > img {
  max-width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 46, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-body {
  background-color: #ffffff;
  padding: 15px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* line 56, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-body > header {
  min-height: 80px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000000;
  font-size: 14px;
  line-height: 16px;
}

@media only screen and (min-width: 768px) {
  /* line 56, app/assets/stylesheets/modules/news/articlebuttons.scss */
  .articlebuttons-body > header {
    min-height: 70px;
    font-size: 16px;
    line-height: 20px;
  }
}

/* line 71, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-body > section {
  margin-bottom: 15px;
  color: rgba(0, 0, 0, 0.58);
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

/* line 79, app/assets/stylesheets/modules/news/articlebuttons.scss */
.articlebuttons-detail {
  display: flow-root;
  overflow: hidden;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
}

@media only screen and (min-width: 768px) {
  /* line 84, app/assets/stylesheets/modules/news/articlebuttons.scss */
  .articlebuttons-detail > li {
    float: left;
    list-style-type: disc;
    margin-left: 24px;
  }
  /* line 90, app/assets/stylesheets/modules/news/articlebuttons.scss */
  .articlebuttons-detail > li:first-child {
    list-style-type: none;
    margin-left: 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 7, app/assets/stylesheets/modules/news/authorbox.scss */
.authorbox {
  display: flow-root;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  color: rgba(0, 0, 0, 0.58);
}

/* line 15, app/assets/stylesheets/modules/news/authorbox.scss */
.authorbox-content {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}

@media (min-width: 768px) {
  /* line 15, app/assets/stylesheets/modules/news/authorbox.scss */
  .authorbox-content {
    float: left;
    width: 83.3333333333%;
  }
}

/* line 19, app/assets/stylesheets/modules/news/authorbox.scss */
.authorbox-content > header {
  margin-bottom: 10px;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
}
/* line 3, app/assets/stylesheets/modules/news/blogroll.scss */
.blogroll {
  margin-bottom: 45px;
  padding: 15px;
  background: #fdfbf7;
}
/* line 3, app/assets/stylesheets/modules/news/blogsubcontainer.scss */
.blogsubcontainer {
  padding-top: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/modules/news/blogsubcontainer.scss */
  .blogsubcontainer {
    padding-top: 60px;
  }
}
/*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/news/categorytitle.scss */
.categorytitle {
  margin: 10px 0 30px;
}

/* line 10, app/assets/stylesheets/modules/news/categorytitle.scss */
.categorytitle > li {
  display: inline-block;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  /* line 10, app/assets/stylesheets/modules/news/categorytitle.scss */
  .categorytitle > li {
    font-size: 30px;
  }
}

/* line 21, app/assets/stylesheets/modules/news/categorytitle.scss */
.categorytitle > li:after {
  content: "/";
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.12);
}

/* line 27, app/assets/stylesheets/modules/news/categorytitle.scss */
.categorytitle > li:last-child:after {
  content: '';
}
/* line 3, app/assets/stylesheets/modules/news/featuredbanner.scss */
.featuredbanner {
  height: 300px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  /* line 3, app/assets/stylesheets/modules/news/featuredbanner.scss */
  .featuredbanner {
    height: 540px;
  }
}

/* line 11, app/assets/stylesheets/modules/news/featuredbanner.scss */
.featuredbanner > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/*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/news/featurednews.scss */
.featurednews {
  position: relative;
  height: 600px;
  width: 100%;
}

/* line 13, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews > a {
  display: block;
  height: 100%;
  width: 100%;
  color: #ffffff;
}

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

/* line 20, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews > a > img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* line 27, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-wrapper {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  max-width: 926px;
  margin: 0 auto;
}

/* line 40, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
}

/* line 51, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-body > header {
  font-weight: 600;
  font-size: 30px;
}

@media only screen and (min-width: 768px) {
  /* line 51, app/assets/stylesheets/modules/news/featurednews.scss */
  .featurednews-body > header {
    font-size: 40px;
  }
}

/* line 60, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-body > section {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 22px;
}

/* line 67, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-details {
  display: flow-root;
  overflow: hidden;
  margin-bottom: 5px;
  padding: 0;
  text-align: center;
  display: inline-block;
}

/* line 74, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-details > li {
  float: left;
  list-style-type: disc;
  margin-left: 24px;
}

/* line 79, app/assets/stylesheets/modules/news/featurednews.scss */
.featurednews-details > li:first-child {
  list-style-type: none;
  margin-left: 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 9, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu {
  width: 100%;
  background: #FDFCF9;
  font-size: 14px;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  /* line 15, app/assets/stylesheets/modules/news/newsmenu.scss */
  .newsmenu-wrapper {
    width: 100%;
  }
}

/* line 22, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > header {
  white-space: nowrap;
  text-transform: uppercase;
}

/* line 26, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > header > a {
  display: block;
  margin: 12px 15px;
  color: #262524;
  font-weight: 500;
  padding-bottom: 3px;
}

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

@media only screen and (min-width: 768px) {
  /* line 26, app/assets/stylesheets/modules/news/newsmenu.scss */
  .newsmenu-wrapper > header > a {
    margin: 25px 25px;
  }
}

/* line 38, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > header > a.is-active {
  border-bottom: 2px solid #FFB600;
}

/* line 44, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > ul {
  overflow: auto;
  white-space: nowrap;
  margin-bottom: 0;
  overflow-y: hidden;
}

/* line 50, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > ul > li {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
}

/* line 55, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > ul > li > a {
  margin: 12px 15px;
  padding-bottom: 3px;
  color: #262524;
  font-weight: 500;
}

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

@media only screen and (min-width: 768px) {
  /* line 55, app/assets/stylesheets/modules/news/newsmenu.scss */
  .newsmenu-wrapper > ul > li > a {
    margin: 16px 8px;
  }
}

/* line 66, app/assets/stylesheets/modules/news/newsmenu.scss */
.newsmenu-wrapper > ul > li > a.is-active {
  border-bottom: 2px solid #FFB600;
}
/* line 1, app/assets/stylesheets/modules/news/newsrow.scss */
.newsrow {
  padding: 25px 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 7, app/assets/stylesheets/modules/news/newswidget--featured.scss */
.newswidget.newswidget--featured {
  display: initial;
}

/* line 12, app/assets/stylesheets/modules/news/newswidget--featured.scss */
.newswidget.newswidget--featured .newswidget-image_wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  /* line 12, app/assets/stylesheets/modules/news/newswidget--featured.scss */
  .newswidget.newswidget--featured .newswidget-image_wrapper {
    float: left;
    width: 100%;
  }
}

/* line 16, app/assets/stylesheets/modules/news/newswidget--featured.scss */
.newswidget.newswidget--featured .newswidget-image_wrapper img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 26, app/assets/stylesheets/modules/news/newswidget--featured.scss */
.newswidget.newswidget--featured .newswidget-body {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  padding-top: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media (min-width: 768px) {
  /* line 26, app/assets/stylesheets/modules/news/newswidget--featured.scss */
  .newswidget.newswidget--featured .newswidget-body {
    float: left;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 37, app/assets/stylesheets/modules/news/newswidget--featured.scss */
  .newswidget.newswidget--featured .newswidget-title {
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
  }
}

@media only screen and (min-width: 768px) {
  /* line 45, app/assets/stylesheets/modules/news/newswidget--featured.scss */
  .newswidget.newswidget--featured .newswidget-summary {
    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/news/newswidget--vertical.scss */
.newswidget.newswidget--vertical {
  display: initial;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

@media only screen and (min-width: 768px) {
  /* line 5, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
  .newswidget.newswidget--vertical {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
    height: 100%;
  }
}

/* line 22, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
.newswidget.newswidget--vertical .newswidget-image_wrapper {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
}

@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
  .newswidget.newswidget--vertical .newswidget-image_wrapper {
    float: left;
    width: 100%;
  }
}

/* line 26, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
.newswidget.newswidget--vertical .newswidget-image {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 35, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
.newswidget.newswidget--vertical .newswidget-body {
  position: relative;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  height: 100%;
}

@media (min-width: 768px) {
  /* line 35, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
  .newswidget.newswidget--vertical .newswidget-body {
    float: left;
    width: 100%;
  }
}

/* line 39, app/assets/stylesheets/modules/news/newswidget--vertical.scss */
.newswidget.newswidget--vertical .newswidget-body > a {
  padding: 15px 15px;
}
/*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 9, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget {
  display: flow-root;
  overflow: hidden;
  margin: 15px 0;
  background: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  transform-origin: 50% 50%;
  transition: box-shadow 0.8s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale3d(1, 1, 1);
}

/* line 286, app/assets/stylesheets/partials/_mixins.scss */
.newswidget:hover {
  cursor: pointer;
  background-color: #f9f8f9;
  transition: box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.25s cubic-bezier(0.22, 1, 0.36, 1), transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale3d(1.01, 1.01, 1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}

/* line 299, app/assets/stylesheets/partials/_mixins.scss */
.newswidget:active {
  background-color: #F4F4F4;
  transition: box-shadow 0.03s cubic-bezier(0.22, 1, 0.36, 1), background-color 0.03s cubic-bezier(0.22, 1, 0.36, 1), transform 0.03s cubic-bezier(0.22, 1, 0.36, 1);
  transform: scale3d(0.99, 0.99, 1);
  box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
}

@media only screen and (min-width: 768px) {
  /* line 9, app/assets/stylesheets/modules/news/newswidget.scss */
  .newswidget {
    flex-direction: row;
  }
}

/* line 23, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget:last-child {
  border: 0;
  padding-bottom: 0;
}

/* line 28, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget:hover {
  background: #f8f8f9;
}

/* line 32, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget:hover {
  background: #f8f8f9;
}

/* line 36, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-image_wrapper {
  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-right: 0 !important;
  padding-left: 0 !important;
  display: flex;
}

@media (min-width: 768px) {
  /* line 36, app/assets/stylesheets/modules/news/newswidget.scss */
  .newswidget-image_wrapper {
    float: left;
    width: 41.6666666667%;
  }
}

/* line 42, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-image_wrapper > a {
  display: block;
}

/* line 47, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 54, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-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-right: 0 !important;
  padding-left: 0 !important;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  /* line 54, app/assets/stylesheets/modules/news/newswidget.scss */
  .newswidget-body {
    float: left;
    width: 58.3333333333%;
  }
}

/* line 60, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-body > a {
  display: block;
  padding: 15px 0 0;
}

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

@media only screen and (min-width: 768px) {
  /* line 60, app/assets/stylesheets/modules/news/newswidget.scss */
  .newswidget-body > a {
    padding: 15px 15px 0;
  }
}

/* line 71, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-title {
  display: block;
  font-weight: 700;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 10px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.87);
}

@media only screen and (min-width: 992px) {
  /* line 71, app/assets/stylesheets/modules/news/newswidget.scss */
  .newswidget-title {
    margin-bottom: 30px;
  }
}

/* line 85, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-summary {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.58);
}

/* line 92, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-detail {
  display: flow-root;
  overflow: hidden;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
}

@media only screen and (min-width: 768px) {
  /* line 92, app/assets/stylesheets/modules/news/newswidget.scss */
  .newswidget-detail {
    font-size: 12px;
  }
}

/* line 101, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-detail > li {
  float: left;
  list-style-type: disc;
  margin-left: 20px;
}

/* line 106, app/assets/stylesheets/modules/news/newswidget.scss */
.newswidget-detail > li:first-child {
  list-style-type: none;
  margin-left: 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 7, app/assets/stylesheets/modules/news/relatedarticles.scss */
.relatedarticles {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 13, app/assets/stylesheets/modules/news/relatedarticles.scss */
.relatedarticles-title {
  font-weight: 700;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 10px;
}

/* line 20, app/assets/stylesheets/modules/news/relatedarticles.scss */
.relatedarticles-item {
  display: flow-root;
  overflow: hidden;
  margin-bottom: 10px;
}

/* line 24, app/assets/stylesheets/modules/news/relatedarticles.scss */
.relatedarticles-item:hover {
  background: #f8f8f9;
}

/* line 29, app/assets/stylesheets/modules/news/relatedarticles.scss */
.relatedarticles-image {
  position: relative;
  float: left;
  width: 33.3333333333%;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 34, app/assets/stylesheets/modules/news/relatedarticles.scss */
.relatedarticles-details {
  position: relative;
  float: left;
  width: 66.6666666667%;
  min-height: 1px;
  padding-right: 11px;
  padding-left: 11px;
  padding: 5px 11px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
}

/* line 66, app/assets/stylesheets/partials/_mixins.scss */
.relatedarticles-link, .relatedarticles-link:hover, .relatedarticles-link:visited, .relatedarticles-link:active, .relatedarticles-link > a, .relatedarticles-link > a:hover, .relatedarticles-link > a:visited, .relatedarticles-link > a:active {
  text-decoration: none;
}
/*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/news/widgetsubscribe.scss */
.widgetsubscribe {
  margin: 60px 0 45px;
}

@media only screen and (min-width: 992px) {
  /* line 9, app/assets/stylesheets/modules/news/widgetsubscribe.scss */
  .widgetsubscribe {
    margin-top: 80px;
  }
}

/* line 16, app/assets/stylesheets/modules/news/widgetsubscribe.scss */
.widgetsubscribe-body {
  position: relative;
  padding: 45px 30px 45px;
  text-align: center;
  background-color: #ffffff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 28, app/assets/stylesheets/modules/news/widgetsubscribe.scss */
.widgetsubscribe-body > section {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
}

/* line 35, app/assets/stylesheets/modules/news/widgetsubscribe.scss */
.widgetsubscribe-body > footer {
  color: rgba(0, 0, 0, 0.58);
  font-size: 12px;
}
/*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/news/widgettrending.scss */
.widgettrending > h1, .widgettrending > h2 {
  margin-bottom: 10px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.87);
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
/*

 */
