h1 {
  font-size: 3.5rem;
  line-height: 3.8rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 4.5rem;
    line-height: 5rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 2.9rem;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

h3 {
  font-size: 2rem;
  line-height: 2.3rem;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}

h4 {
  font-size: 1.7rem;
  line-height: 1.9rem;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 2.7rem;
    line-height: 3.2rem;
  }
}

body {
  font-size: 1.7rem;
  line-height: 2rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.7rem;
    line-height: 2.1rem;
  }
}

body.admin-bar #wpadminbar {
  top: auto !important;
  bottom: 0;
}

html {
  margin-top: 0 !important;
}

:root {
  font-size: 62.5%;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.cqc {
  width: 100%;
  max-width: 120rem;
  transition: 1s ease-in-out;
}

.flex_wrap {
  display: flex;
  justify-content: Center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.flex_nowrap {
  display: flex;
  justify-content: Center;
  align-items: center;
  position: relative;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  line-height: 2.1rem;
  position: relative;
}

._mainHeader {
  position: absolute;
  top: 5rem;
  width: 100%;
  height: 10rem;
  padding: 0 1.5rem 0 1.5rem;
  background-color: white;
  z-index: 999;
  transition: height 1s ease-in-out;
}
._mainHeader .mainNavWrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
._mainHeader .mainNavWrapper .logo {
  height: 100%;
  position: relative;
  width: auto;
}
._mainHeader .mainNavWrapper .logo img {
  height: 135%;
  width: auto;
  position: relative;
  bottom: 35%;
  transition: 1s;
}
._mainHeader .mainNavWrapper .navigation {
  flex-grow: 1;
  align-self: center;
  text-align: right;
}
._mainHeader .mainNavWrapper .navigation ul {
  display: flex;
  justify-content: flex-end;
  list-style: None;
  padding: 0;
  margin: 0;
}
._mainHeader .mainNavWrapper .navigation ul li {
  cursor: pointer;
  transition: 1s ease-in-out;
  opacity: 1;
}
._mainHeader .mainNavWrapper .navigation ul .active {
  opacity: 0.5;
}
._mainHeader .mainNavWrapper .topbar {
  top: 0rem;
  transition: 1s ease-in-out;
  opacity: 1;
  position: relative;
}
._mainHeader .mainNavWrapper .topbar ul {
  gap: 2rem;
}
._mainHeader .mainNavWrapper .topbar ul li {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
._mainHeader .mainNavWrapper .topbar ul li a {
  color: #000000;
  font-weight: 300;
  pointer-events: cursor;
  text-decoration: none;
}
._mainHeader .mainNavWrapper .mainNav {
  position: relative;
  top: 0rem;
}
._mainHeader .mainNavWrapper .mainNav ul {
  gap: 3rem;
  margin: 1rem 0 0 0;
}
._mainHeader .mainNavWrapper .mainNav ul li {
  font-size: 2rem;
  line-height: 2rem;
}
._mainHeader .mainNavWrapper .mainNav ul li a {
  color: #000000;
  font-weight: 600;
  pointer-events: cursor;
  text-decoration: none;
}

.nav_li {
  transition: 1s;
  opacity: 1;
}
.nav_li.active {
  opacity: 0.5;
}

.sticky {
  position: fixed;
  top: 0;
  height: 5rem !important;
}
.sticky .logo img {
  width: auto;
  position: relative;
}
.sticky .topbar {
  top: -10rem !important;
  opacity: 0 !important;
}
.sticky .mainNav {
  top: -1.2rem !important;
}
.sticky .submenuWrap {
  top: 6rem !important;
}

.waypoint {
  width: 100%;
  height: 1px;
  top: 5rem;
  position: absolute;
  z-index: 999;
  background-color: red;
}

.submenuWrap {
  position: absolute;
  top: 11rem;
  right: 0;
  width: 100%;
  max-width: 600px;
  background-color: white;
  transition: 1s ease-in-out;
}
.submenuWrap .submenuSingle {
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url("https://tsf-stage.webinski.co.uk/wp-content/uploads/2023/10/Group-3.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  padding: 4rem;
}
.submenuWrap .submenuSingle span {
  display: block;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 800;
  margin-bottom: 2rem;
}
.submenuWrap .submenuSingle .submenuLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.submenuWrap .submenuSingle .submenuLinks a {
  color: black;
  font-weight: 600;
}
.submenuWrap .submenuSingle .submenuCTA {
  font-weight: 800 !important;
  font-size: 1.8rem !important;
  line-height: 1.8rem;
  display: block;
  width: 100%;
  flex-grow: 1;
}

.footerCTA {
  background-color: #4589E2;
  position: relative;
}
.footerCTA .footerCTAInner {
  max-width: 800px;
  position: relative;
  padding: 2rem;
  background-image: url("/wp-content/uploads/2023/10/Group-5.png");
  background-size: contain;
  background-position: left;
  background-repeat: no-repeat;
}
.footerCTA .footerCTAInner span {
  color: white;
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 800;
  display: block;
}
.footerCTA .footerCTAInner .subCTALinks {
  display: flex;
  flex-wrap: Wrap;
  gap: 2rem;
  margin: 1rem 0 0 0;
}
.footerCTA .footerCTAInner a {
  color: white;
  font-weight: 600;
}

._footer {
  background-color: #D1EDF0;
  padding: 5rem 2rem 2rem 2rem;
}
._footer .footerSection {
  width: 60%;
  display: flex;
  position: relative;
  gap: 2rem;
  flex-wrap: wrap;
}
._footer .footerSection .footerLegal {
  width: 100%;
  margin-top: 3rem;
  display: flex;
}
._footer .footerLogo {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  align-self: center;
}
._footer .footerLogo img {
  width: 100%;
  height: auto;
  max-width: 40rem;
}

.contribution {
  background-color: #404040;
  color: white;
  padding: 2rem;
}
.contribution .flex_wrap {
  justify-content: flex-end;
}
.contribution .flex_wrap span {
  color: white;
  font-weight: 800;
}
.contribution .flex_wrap span a {
  color: white;
  font-weight: 800;
  text-decoration: none;
}

.bodyBackgroundWrapper {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: Center;
}
.bodyBackgroundWrapper .mainBodyWrap {
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 3rem;
  padding: 20rem 3rem 5rem 3rem;
  padding-right: 3rem;
}
.bodyBackgroundWrapper .mainBodyWrap .flex_wrap {
  background-color: white;
}

._inner {
  padding-left: 10rem;
  padding-right: 10rem;
}

.homeHeadBackground {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.homeHeadBackground .homeHeadOv {
  background: rgb(43, 90, 151);
  background: linear-gradient(360deg, rgb(43, 90, 151) 0%, rgba(28, 34, 42, 0.6850199552) 53%, rgba(2, 0, 36, 0) 100%);
  padding: 15rem 0 15rem 0;
}
.homeHeadBackground .homeHeadOv span {
  color: white;
  text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.44);
}
.homeHeadBackground .homeHeadOv h1 {
  color: white;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 800;
  margin: 2rem 0 2rem 0;
  text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.44);
}
.homeHeadBackground .homeHeadOv p {
  color: white;
  text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.44);
}

.internalBackground {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.internalBackground .internalHeadOv {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10rem 0 2rem 0;
}
.internalBackground .internalHeadOv h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 800;
  color: white;
  margin: 0 0 2rem 0;
  text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.44);
}
.internalBackground .internalHeadOv .breadcrumbs {
  color: white;
  text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.44);
}
.internalBackground .internalHeadOv .breadcrumbs a {
  color: white;
  text-shadow: 2px 4px 9px rgba(0, 0, 0, 0.44);
}

.module {
  margin: 2rem 0 2rem 0;
  padding: 0rem 10rem 0rem 10rem;
}

.simpleText {
  display: flex;
  justify-content: center;
}
.simpleText .content {
  max-width: 65rem;
}

.contentWithBackground {
  position: relative;
  padding: 10rem 10rem 10rem 10rem;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.contentWithBackground .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.2;
}
.contentWithBackground .content {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 60rem;
}
.contentWithBackground .content a {
  font-weight: 800;
  color: black;
}

.primaryContent {
  padding: 10rem;
  width: 100%;
  display: flex;
  position: relative;
  gap: 2rem;
  justify-content: space-between;
}
.primaryContent .full {
  background-size: cover;
  background-position: center;
}
.primaryContent .contained {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.primaryContent .content {
  width: 100%;
  max-width: 60rem;
  position: relative;
}
.primaryContent .content a {
  font-weight: 800;
}
.primaryContent .image {
  flex-grow: 1;
}

.meetTheTeam {
  position: relative;
  width: 100%;
}
.meetTheTeam .content {
  width: 100%;
  max-width: 70rem;
}
.meetTheTeam .content h2 {
  margin: 1rem 0 1rem 0;
}
.meetTheTeam .content p {
  margin: 1rem 0 1rem 0;
}
.meetTheTeam .members {
  margin: 2rem 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
}
.meetTheTeam .members .member {
  display: flex;
  align-self: center;
  gap: 1rem;
}
.meetTheTeam .members .member img {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  align-self: center;
}
.meetTheTeam .members .member .member_content h3 {
  font-size: 2.7rem;
  line-height: 3.2rem;
  margin: 0rem 0 0.5rem 0;
}
.meetTheTeam .members .member .member_content p {
  margin: 0.5rem 0 0.5rem 0;
}
.meetTheTeam .members .member .member_content span {
  font-size: 1.5rem;
}

.filter {
  padding: 2rem 10rem 2rem 10rem;
  display: flex;
  position: relative;
  gap: 2rem;
  background-color: black;
  width: 100%;
}
.filter .meta {
  width: 30rem;
  align-self: center;
  padding: 2rem 0 2rem 0;
  max-width: 30rem;
  min-width: 30rem;
  color: white;
}
.filter .meta h2 {
  margin: 0 0 1rem 0;
}
.filter .meta p {
  margin: 0 0 2rem 0;
}
.filter .meta a {
  color: white;
  margin: 0 2rem 0 0;
  text-decoration: underline;
  font-weight: 800;
  cursor: pointer;
}
.filter .form {
  flex-grow: 1;
  align-self: center;
}
.filter .form .discoveryRow {
  margin: 1rem 0 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.filter .form .discoveryRow input {
  background: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  border-bottom: solid white 0.2rem;
  font-size: 1.7rem;
  color: white;
  width: 100%;
  font-family: "Poppins", sans-serif;
}
.filter .form .discoveryRow input::-moz-placeholder {
  color: white;
}
.filter .form .discoveryRow input::placeholder {
  color: white;
}
.filter .form .discoveryRow input:active {
  color: white;
}
.filter .form .discoveryRow select {
  background: #D1EDF0;
  border-radius: 0;
  border: none;
  padding: 1rem 3rem 1rem 0.5rem;
  outline: none;
  font-weight: 800;
  min-width: 20rem;
  border-bottom: solid white 0.2rem;
  font-size: 1.7rem;
  color: #0D1429;
  font-family: "Poppins", sans-serif;
}
.filter .form .discoveryRow select::-moz-placeholder {
  color: white;
}
.filter .form .discoveryRow select::placeholder {
  color: white;
}
.filter .form .discoveryRow select:active {
  color: white;
}
.filter .form .discoveryRow span {
  color: White;
}
.filter .form .discoveryRow .discoverySpan {
  font-weight: 800;
  opacity: 0.6;
  transition: 1s;
  font-size: 1.6rem;
  cursor: pointer;
}
.filter .form .discoveryRow .discoverySpan:hover {
  opacity: 0.9;
}
.filter .form .discoveryRow .active {
  opacity: 1;
}
.filter .form .discoveryRow h4 {
  margin: 2rem 0 0rem 0;
  color: white;
}

.invisibleForm {
  display: none;
}

.resultsWrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 10rem 5rem 10rem;
  gap: 3rem;
}

._single {
  width: 40rem;
}
._single span {
  display: block;
  margin: 1rem 0 1rem 0;
}
._single h3 {
  margin: 0 0 1rem 0;
  font-size: 2.7rem;
  line-height: 3.2rem;
}
._single p {
  margin: 0 0 1rem 0;
}
._single a {
  font-weight: 700;
  color: black;
}
._single .name {
  font-weight: 700;
}
._single ._favourite {
  cursor: pointer;
  padding: 1rem;
  background-color: white;
  border-radius: 50%;
  border: solid 0.2rem black;
  transition: 1s;
  justify-self: flex-start;
  width: 7rem;
  height: 7rem;
  justify-content: center;
  display: flex;
}
._single ._favourite i {
  font-size: 4rem;
  align-self: center;
  transition: 2s ease-in-out;
}
._single ._favourite:hover {
  transform: scale(1.05);
}
._single .active {
  background-color: #4589E2 !important;
  border: solid #4589E2 0.2rem !important;
}
._single .active i {
  color: white !important;
}
._single .active:hover {
  transform: scale(1.05);
}

._singleResource {
  display: flex;
  max-width: 50rem;
}
._singleResource .active {
  background-color: #4589E2 !important;
  border: solid #4589E2 0.2rem !important;
}
._singleResource .active i {
  color: white !important;
}
._singleResource .active:hover {
  transform: scale(1.05);
}
._singleResource ._favourite {
  cursor: pointer;
  align-self: center;
  padding: 1rem;
  background-color: white;
  border-radius: 50%;
  border: solid 0.2rem black;
  transition: 1s;
  justify-self: flex-start;
  width: 5rem;
  height: 5rem;
  justify-content: center;
  display: flex;
  align-self: Center;
  margin-right: 1rem;
}
._singleResource ._favourite i {
  font-size: 3rem;
  align-self: center;
  transition: 2s ease-in-out;
}
._singleResource ._favourite:hover {
  transform: scale(1.05);
}
._singleResource .content {
  align-self: center;
}
._singleResource .content h3 {
  margin: 1rem 0 1rem 0;
  font-size: 2.7rem;
  line-height: 3.2rem;
}
._singleResource .content a {
  color: black;
}

.activeFavourite {
  color: #4589E2;
  fill: #4589E2;
}

.dashboardResult {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.accessContainer {
  display: flex;
  width: 100%;
}
.accessContainer .accessMotif {
  height: 120%;
  align-self: flex-end;
  position: relative;
  position: absolute;
  right: 2rem;
}
.accessContainer .accessMotif img {
  width: auto;
  height: 100%;
  position: relative;
}
.accessContainer h1 {
  margin: 0 0 2rem 0;
  font-size: 3.5rem;
  line-height: 4rem;
}
.accessContainer form {
  margin: 0 0 2rem 0;
  position: relative;
  gap: 2rem;
}
.accessContainer form input {
  background-color: none;
  font-size: 2rem;
  width: auto;
  border: none;
  border: bottom solid black;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: black;
  outline: none;
  text-decoration: underline;
}
.accessContainer form input::-moz-placeholder {
  color: black;
}
.accessContainer form input::placeholder {
  color: black;
}
.accessContainer form input:focus {
  color: black;
}
.accessContainer form .accessButton {
  color: Black;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  margin: 2rem 0 1rem 0;
  font-weight: 800;
}
.accessContainer .accessMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.accessContainer .accessMeta a {
  color: black;
  font-weight: 800;
}
.accessContainer .signIn {
  width: 100%;
  max-width: 60rem;
  padding: 5rem;
}
.accessContainer .register {
  width: 100%;
  padding: 5rem;
}
.accessContainer .register .terms {
  font-weight: 800;
}
.accessContainer .register .terms a {
  color: #FF6C6C;
}
.accessContainer .register form {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}

.dashboard {
  position: relative;
  width: 100%;
  padding: 5rem;
}
.dashboard .i {
  height: 6rem;
  width: auto;
  margin-left: -5rem;
}
.dashboard .title {
  margin: 0 0 2rem 0;
}
.dashboard .title h1 {
  font-size: 3rem;
  line-height: 3.5rem;
  margin: 0;
}
.dashboard .selectors {
  margin: 2rem 0 2rem 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.dashboard .selectors span {
  font-weight: 800;
  opacity: 0.6;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.dashboard .selectors span:hover {
  opacity: 1;
}
.dashboard .selectors span.active {
  opacity: 1;
  pointer-events: none;
  color: #FF6B35;
}
.dashboard .result {
  position: relative;
  width: 100%;
  margin: 2rem 0 2rem 0;
}
.dashboard .result form {
  margin: 0 0 2rem 0;
  position: relative;
  gap: 2rem;
  display: block;
}
.dashboard .result form span {
  display: block;
}
.dashboard .result form input {
  background-color: none;
  font-size: 2rem;
  width: 100%;
  border: none;
  border: bottom solid black;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: black;
  outline: none;
  text-decoration: underline;
}
.dashboard .result form input::-moz-placeholder {
  color: black;
}
.dashboard .result form input::placeholder {
  color: black;
}
.dashboard .result form input:focus {
  color: black;
}
.dashboard .result form .accessButton {
  color: Black;
  background: none;
  padding: 0;
  margin: 0;
  text-decoration: none;
  margin: 2rem 0 1rem 0;
  font-weight: 800;
}

.mobileBar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.5rem 2rem 0.5rem 2rem;
  position: relative;
  top: 0;
  background-color: white;
  width: 100%;
  z-index: 999;
  height: 100%;
  max-height: 15vh;
  transition: 0.5s ease-in-out;
  overflow: hidden;
}
.mobileBar.activeNavigation {
  max-height: 100vh !important;
}
.mobileBar .mobileNavigationActivate {
  flex-grow: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  max-height: 5rem;
}
.mobileBar .mobileNavigationActivate.active .bar1 {
  transform: rotate(45deg) translate(7px, 7px) !important;
  top: -0.9rem !important;
}
.mobileBar .mobileNavigationActivate.active .bar2 {
  opacity: 0 !important;
}
.mobileBar .mobileNavigationActivate.active .bar3 {
  transform: rotate(-45deg) translate(7px, -7px) !important;
  top: 0.9rem !important;
}
.mobileBar .mobileNavigationActivate .bars {
  top: 6rem;
  position: relative;
  align-self: flex-start;
}
.mobileBar .mobileNavigationActivate .bars .bar {
  display: block;
  height: 0.2rem;
  width: 2rem;
  background-color: black;
  position: relative;
  transition: 1s ease-in-out;
}
.mobileBar .mobileNavigationActivate .bars .bar1 {
  top: 0rem;
}
.mobileBar .mobileNavigationActivate .bars .bar2 {
  top: 0.5rem;
  opacity: 1;
}
.mobileBar .mobileNavigationActivate .bars .bar3 {
  top: 1rem;
}
.mobileBar .logo {
  width: 100%;
  max-width: 20rem;
  align-self: flex-start;
}
.mobileBar .mobileNavigation {
  width: 100%;
  position: relative;
  align-self: flex-start;
  left: 0;
  height: 100%;
  padding: 5rem 2rem 1rem 2rem;
  opacity: 0;
  transition: 1s ease-in-out;
}
.mobileBar .mobileNavigation.activeNaviOpa {
  opacity: 1;
}
.mobileBar .mobileNavigation .mobileTopText {
  margin: 0 0 2rem 0;
  text-align: center;
}
.mobileBar .mobileNavigation .mobileTopText span {
  display: block;
  font-size: 2rem;
  line-height: 2.2rem;
}
.mobileBar .mobileNavigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.mobileBar .mobileNavigation .mobileTopbar {
  margin: 0 0 2rem 0;
}
.mobileBar .mobileNavigation .mobileTopbar li {
  font-size: 2rem;
  line-height: 2.2rem;
  margin: 0 0 1rem 0;
  display: block;
}
.mobileBar .mobileNavigation .mobileTopbar li a {
  color: black;
  font-weight: 600;
}
.mobileBar .mobileNavigation .mobilePrimaryNavigation {
  margin: 2rem 0 2rem 0;
}
.mobileBar .mobileNavigation .mobilePrimaryNavigation li {
  font-size: 3rem;
  line-height: 3.2rem;
  margin: 0 0 1rem 0;
  display: block;
}
.mobileBar .mobileNavigation .mobilePrimaryNavigation li a {
  color: black;
  font-weight: 800;
}

@media (min-width: 794px) {
  .mobileBar {
    display: none;
  }
}
@media (max-width: 794px) {
  ._mainHeader,
  .waypoint {
    display: none;
  }
  .mainBodyWrap {
    padding: 5rem 2rem 5rem 2rem !important;
  }
  .homeHeadBackground .homeHeadOv {
    padding: 5rem 0 5rem 0 !important;
  }
  .internalBackground .internalHeadOv {
    padding: 5rem 0 5rem 0 !important;
  }
  ._inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .module {
    padding: 2rem 2.5rem 2rem 2.5rem;
  }
  .filter {
    flex-wrap: wrap !important;
    padding: 2rem;
  }
  .accessMotif {
    opacity: 0.2;
    display: none;
  }
  ._single {
    width: 100%;
  }
  .resultsWrapper {
    padding: 2rem;
  }
  ._singleResource {
    flex-wrap: Wrap;
  }
}
.svg-inline--fa {
  height: auto !important;
}/*# sourceMappingURL=style.css.map */