/* constants */
/* brand colors */
/* new brand colors */
/* greyscale */
/* the v1 header is roughly this color */
/* messaging colors */
/* typography */
/* base measurements */
/* z-index */
/* brand fonts */
/* limit line length for readability */
/* for bulleted lists */
/* yeah sorry, this should be a base measure */
/* for separators in the navigation header */
/* ditto above, but larger */
/* line height for section titles */
/* line height for headings */
/* line height for subheadings */
/* line height for small subheadings */
/* line height for large body copy (desktop) */
/* line height for body copy */
/* line height for captions in the header */
/* line height for body copy on tablets and phones */
/* type styles */
/* measurements for buttons and icons */
/* page widths */
/* page header */
/* panels */
/* new portfolio layout */
/* cards */
/* lightboxes */
/* layout components */
html {
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  background-color: #FFFFFF;
  min-height: 100vh; }

/* no longer used... was relevant for v1
  #tq-backgroundHack {
    background: linear-gradient(to bottom, $colorBrandLavender, $colorBrandLavender 5%, $colorBrandStrawberry 55%, $colorBrandMango);
    background-size: 100% 100%;
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    speak: none;
    top: 0;
    width: 100vw;
    z-index: map-get($zIndex, 'background');
  }
  */
.tq-pageSection {
  margin-left: auto;
  margin-right: auto;
  max-width: 1320px; }

.tq-linkSection {
  overflow-x: hidden; }

.tq-linkSection > .tq-pageSection {
  padding-top: 18px;
  position: relative; }

.tq-sectionHeader > .tq-pageSection {
  position: relative; }

.tq-linkSection > .tq-pageSection:after,
.tq-sectionHeader > .tq-pageSection:after {
  background-color: #D2E0DE;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-pageSection {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 120px; }
  .tq-sectionHeader > .tq-pageSection,
  .tq-pageSection.tq-smallMargin {
    margin-bottom: 48px; }
  .tq-pageSection.tq-heroSection {
    margin-bottom: 32px; }
  .tq-linkSection > .tq-pageSection:after,
  .tq-sectionHeader > .tq-pageSection:after {
    left: 80px;
    width: calc(50% + 50vw - 80px); }
  .tq-sectionHeader {
    overflow-x: hidden; }
  .tq-linkSection > .tq-pageSection:after {
    top: 0; }
  .tq-sectionHeader > .tq-pageSection {
    padding-bottom: 12px; }
  .tq-sectionHeader > .tq-pageSection:after {
    bottom: 0; }
  .tq-pageSectionWrapper, .tq-pageHeader {
    margin-bottom: 120px; }
  .tq-pageSectionWrapper.tq-smallMargin, .tq-smallMargin.tq-pageHeader {
    margin-bottom: 48px; }
  .tq-pageSectionWrapper > .tq-pageSection, .tq-pageHeader > .tq-pageSection {
    margin-bottom: 0; }
  .tq-pageSection > .tq-circleButtonSet {
    padding-left: 32px;
    padding-right: 32px; }
  .tq-heroSection + .tq-pageSection:not(:last-child) {
    margin-bottom: 96px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-pageSection {
    padding-left: 48px;
    padding-right: 48px;
    margin-bottom: 72px; }
  .tq-sectionHeader > .tq-pageSection,
  .tq-pageSection.tq-smallMargin {
    margin-bottom: 32px; }
  .tq-pageSection.tq-heroSection {
    margin-bottom: 32px; }
  .tq-linkSection > .tq-pageSection:after,
  .tq-sectionHeader > .tq-pageSection:after {
    left: 80px;
    width: calc(50% + 50vw - 80px); }
  .tq-sectionHeader {
    overflow-x: hidden; }
  .tq-linkSection > .tq-pageSection:after {
    top: 0; }
  .tq-sectionHeader > .tq-pageSection {
    padding-bottom: 12px; }
  .tq-sectionHeader > .tq-pageSection:after {
    bottom: 0; }
  .tq-pageSectionWrapper, .tq-pageHeader {
    margin-bottom: 72px; }
  .tq-pageSectionWrapper.tq-smallMargin, .tq-smallMargin.tq-pageHeader {
    margin-bottom: 32px; }
  .tq-pageSectionWrapper > .tq-pageSection, .tq-pageHeader > .tq-pageSection {
    margin-bottom: 0; }
  .tq-pageSection > .tq-circleButtonSet {
    padding-left: 32px;
    padding-right: 32px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-pageSection {
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 72px; }
  .tq-sectionHeader > .tq-pageSection,
  .tq-pageSection.tq-smallMargin {
    margin-bottom: 32px; }
  .tq-pageSection.tq-heroSection {
    margin-bottom: 32px; }
  .tq-linkSection > .tq-pageSection:after,
  .tq-sectionHeader > .tq-pageSection:after {
    left: 44px;
    width: calc(50% + 50vw - 44px); }
  .tq-sectionHeader {
    overflow-x: hidden; }
  .tq-linkSection > .tq-pageSection:after {
    top: 0; }
  .tq-sectionHeader > .tq-pageSection {
    padding-bottom: 12px; }
  .tq-sectionHeader > .tq-pageSection:after {
    bottom: 0; }
  .tq-pageSectionWrapper, .tq-pageHeader {
    margin-bottom: 72px; }
  .tq-pageSectionWrapper.tq-smallMargin, .tq-smallMargin.tq-pageHeader {
    margin-bottom: 32px; }
  .tq-pageSectionWrapper > .tq-pageSection, .tq-pageHeader > .tq-pageSection {
    margin-bottom: 0; }
  .tq-pageSection > .tq-circleButtonSet {
    padding-left: 12px;
    padding-right: 12px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-pageSection {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 72px; }
  .tq-sectionHeader > .tq-pageSection,
  .tq-pageSection.tq-smallMargin {
    margin-bottom: 32px; }
  .tq-pageSection.tq-heroSection {
    margin-bottom: 32px; }
  .tq-linkSection > .tq-pageSection:after,
  .tq-sectionHeader > .tq-pageSection:after {
    left: 24px;
    width: calc(50% + 50vw - 24px); }
  .tq-sectionHeader {
    overflow-x: hidden; }
  .tq-linkSection > .tq-pageSection:after {
    top: 0; }
  .tq-sectionHeader > .tq-pageSection {
    padding-bottom: 12px; }
  .tq-sectionHeader > .tq-pageSection:after {
    bottom: 0; }
  .tq-pageSectionWrapper, .tq-pageHeader {
    margin-bottom: 72px; }
  .tq-pageSectionWrapper.tq-smallMargin, .tq-smallMargin.tq-pageHeader {
    margin-bottom: 32px; }
  .tq-pageSectionWrapper > .tq-pageSection, .tq-pageHeader > .tq-pageSection {
    margin-bottom: 0; }
  .tq-pageSection > .tq-circleButtonSet {
    padding-left: 12px;
    padding-right: 12px; } }

.tq-pageHeader {
  overflow-x: hidden; }

.tq-pageHeader > .tq-pageSection {
  position: relative; }

.tq-pageHeader > .tq-pageSection:after {
  background-color: #D2E0DE;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  z-index: 0; }

.tq-pageHeader .tq-pageHeaderLogo {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 17px;
  font-weight: 320;
  letter-spacing: 1.4px;
  line-height: 22px;
  text-transform: lowercase;
  color: #262E30; }

.tq-pageHeader > .tq-pageSection {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }

.tq-pageHeader > .tq-pageSection:before {
  content: '';
  display: block;
  flex: 1 1 0;
  height: 0;
  order: 50; }

.tq-pageHeader > .tq-pageSection > .tq-pageHeaderLogo {
  flex: 0 0 auto;
  order: 0; }

.tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigationTrigger {
  background-color: transparent;
  border-width: 0;
  color: #262E30;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  order: 80;
  padding: 0;
  position: relative; }

.tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigationTrigger:hover {
  color: #807C7C; }

.tq-pageHeaderNavigationTrigger svg {
  fill: transparent;
  height: 32px;
  stroke: #262E30;
  /* firefox */
  width: 32px; }

.tq-pageHeaderNavigationTrigger:hover svg {
  fill: transparent;
  stroke: #807C7C;
  /* firefox */ }

.tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigation {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  order: 100; }

.tq-pageHeaderNavigation > .tq-pageHeaderItem {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 17px;
  font-weight: 320;
  letter-spacing: 1.4px;
  line-height: 22px;
  text-transform: lowercase;
  color: #262E30;
  cursor: pointer;
  display: block;
  flex: 0 0 auto;
  position: relative;
  white-space: nowrap; }

a.tq-pageHeaderLogo:hover,
.tq-pageHeaderNavigation > .tq-pageHeaderItem:hover {
  color: #807C7C;
  text-decoration: none; }

a.tq-pageHeaderLogo:active,
.tq-pageHeaderNavigation > .tq-pageHeaderItem.tq-current,
.tq-pageHeaderNavigation > .tq-pageHeaderItem:active {
  color: #807C7C; }

.tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child) {
  padding-left: 14px; }

.tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child):after {
  content: '';
  background-color: #262E30;
  border-radius: 2px;
  display: block;
  height: 4px;
  left: -2px;
  position: absolute;
  width: 4px; }

.tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:last-child) {
  padding-right: 14px; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-pageHeader {
    min-height: 80px;
    position: relative; }
  .tq-pageHeader {
    margin-bottom: 22px; }
  .tq-pageHeader > .tq-pageSection:after {
    left: 80px;
    top: 61px;
    width: calc(50% + 50vw - 80px); }
  .tq-pageHeader .tq-pageHeaderLogo {
    height: 80px;
    line-height: 22px;
    padding-bottom: 29px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 29px; }
  .tq-pageHeader .tq-pageHeaderNavigationTrigger {
    height: 80px;
    margin-right: 8px;
    width: 70px; }
  .tq-pageHeaderNavigationTrigger svg {
    left: 19px;
    top: 24px; }
  .tq-pageHeader .tq-pageHeaderNavigation {
    padding-left: 32px;
    padding-right: 32px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem {
    padding-bottom: 29px;
    padding-top: 29px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child):after {
    top: 38px; }
  .tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigationTrigger {
    display: none; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-pageHeader {
    min-height: 80px;
    position: relative; }
  .tq-pageHeader {
    margin-bottom: 22px; }
  .tq-pageHeader > .tq-pageSection:after {
    left: 80px;
    top: 61px;
    width: calc(50% + 50vw - 80px); }
  .tq-pageHeader .tq-pageHeaderLogo {
    height: 80px;
    line-height: 22px;
    padding-bottom: 29px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 29px; }
  .tq-pageHeader .tq-pageHeaderNavigationTrigger {
    height: 80px;
    margin-right: 8px;
    width: 70px; }
  .tq-pageHeaderNavigationTrigger svg {
    left: 19px;
    top: 24px; }
  .tq-pageHeader .tq-pageHeaderNavigation {
    padding-left: 32px;
    padding-right: 32px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem {
    padding-bottom: 29px;
    padding-top: 29px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child):after {
    top: 38px; }
  .tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigationTrigger {
    display: none; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-pageHeader {
    min-height: 72px;
    position: relative; }
  .tq-pageHeader {
    margin-bottom: 22px; }
  .tq-pageHeader > .tq-pageSection:after {
    left: 44px;
    top: 57px;
    width: calc(50% + 50vw - 44px); }
  .tq-pageHeader .tq-pageHeaderLogo {
    height: 72px;
    line-height: 22px;
    padding-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 25px; }
  .tq-pageHeader .tq-pageHeaderNavigationTrigger {
    height: 72px;
    margin-right: -8px;
    width: 62px; }
  .tq-pageHeaderNavigationTrigger svg {
    left: 15px;
    top: 20px; }
  .tq-pageHeader .tq-pageHeaderNavigation {
    padding-left: 12px;
    padding-right: 12px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem {
    font-family: "Libre Franklin", Georgia, sans-serif;
    font-size: 15px;
    font-weight: 320;
    letter-spacing: 1.3px;
    line-height: 20px;
    text-transform: lowercase;
    padding-bottom: 4px;
    padding-top: 8px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child) {
    padding-left: 10px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:last-child) {
    padding-right: 10px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child):after {
    top: 17px; }
  .tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigation {
    top: 72px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-pageHeader {
    min-height: 72px;
    position: relative; }
  .tq-pageHeader {
    margin-bottom: 22px; }
  .tq-pageHeader > .tq-pageSection:after {
    left: 24px;
    top: 57px;
    width: calc(50% + 50vw - 24px); }
  .tq-pageHeader .tq-pageHeaderLogo {
    height: 72px;
    line-height: 22px;
    padding-bottom: 25px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 25px; }
  .tq-pageHeader .tq-pageHeaderNavigationTrigger {
    height: 72px;
    margin-right: -8px;
    width: 62px; }
  .tq-pageHeaderNavigationTrigger svg {
    left: 15px;
    top: 20px; }
  .tq-pageHeader .tq-pageHeaderNavigation {
    padding-left: 12px;
    padding-right: 12px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem {
    font-family: "Libre Franklin", Georgia, sans-serif;
    font-size: 15px;
    font-weight: 320;
    letter-spacing: 1.3px;
    line-height: 20px;
    text-transform: lowercase;
    padding-bottom: 4px;
    padding-top: 8px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child) {
    padding-left: 10px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:last-child) {
    padding-right: 10px; }
  .tq-pageHeaderNavigation > .tq-pageHeaderItem:not(:first-child):after {
    top: 17px; }
  .tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigation {
    top: 72px; } }

/* collapsible navigation on phones */
@media screen and (max-width: 767px) {
  .tq-pageHeader > .tq-pageSection {
    flex-wrap: wrap; }
  .tq-pageHeader > .tq-pageSection > .tq-pageHeaderNavigation {
    height: 34px;
    margin-top: -12px;
    /* hack to make it look a bit nicer */
    width: 100%; }
  .tq-pageHeader:not(.tq-expanded) > .tq-pageSection > .tq-pageHeaderNavigation {
    display: none; } }

.tq-panel {
  background-color: transparent;
  display: block; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-panel {
    border-radius: 8px;
    padding: 0 32px; }
  .tq-panel:not(:last-child) {
    margin-bottom: 120px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-panel {
    border-radius: 8px;
    padding: 0 32px; }
  .tq-panel:not(:last-child) {
    margin-bottom: 72px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-panel {
    border-radius: 8px;
    padding: 0 12px; }
  .tq-panel:not(:last-child) {
    margin-bottom: 72px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-panel {
    border-radius: 8px;
    padding: 0 12px; }
  .tq-panel:not(:last-child) {
    margin-bottom: 72px; } }

.tq-panelColumn {
  background-color: transparent; }

.tq-imageWrapper {
  border: 1px solid #E6E4E8; }

/* yes, I know this doesn't work in IE */
.tq-imageWrapper > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%; }

.tq-portfolioImageWrapper > img {
  border: 1px solid #E6E4E8;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%; }

.tq-imageColumn > .tq-imageCaption {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 22px;
  text-transform: none;
  font-style: italic;
  font-variation-settings: 'ital' 1;
  padding-top: 4px; }

/* desktop and tablet... */
@media screen and (min-width: 768px) {
  .tq-columnSet {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .tq-columnSet > * {
    flex: 1 1 0; }
  .tq-imageColumn {
    display: flex;
    flex-direction: column;
    order: 10; }
  .tq-imageColumn.tq-imageLeft {
    display: flex;
    flex-direction: column;
    order: 0; }
  .tq-imageColumn > .tq-imageWrapper {
    border-radius: 8px;
    flex: 1 1 0;
    overflow: hidden; }
  .tq-imageColumn > .tq-portfolioImageWrapper > img {
    border-radius: 8px; }
  .tq-imageColumn > .tq-imageCaption {
    flex: 0 0 auto; } }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-panelColumn {
    border-radius: 8px;
    padding: 0; }
  .tq-panelColumn + .tq-panelColumn,
  .tq-imageColumn {
    margin-left: 32px; }
  .tq-imageColumn {
    flex: 0 0 400px;
    min-height: 400px; }
  .tq-imageColumn.tq-portfolioImageColumn {
    flex: 0 0 480px;
    min-height: 320px; }
  .tq-imageColumn.tq-imageLeft {
    margin-left: 0;
    margin-right: 32px; }
  .tq-imageColumn > .tq-imageWrapper {
    border-radius: 8px;
    max-height: 600px; }
  .tq-imageColumn.tq-portfolioImageColumn > .tq-portfolioImageWrapper > img {
    border-radius: 8px; }
  .tq-panelColumn.tq-secondaryColumn {
    flex: 0 0 400px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-panelColumn {
    border-radius: 8px;
    padding: 0; }
  .tq-panelColumn + .tq-panelColumn,
  .tq-imageColumn {
    margin-left: 32px; }
  .tq-imageColumn {
    flex: 0 0 280px;
    min-height: 280px; }
  .tq-imageColumn.tq-portfolioImageColumn {
    flex: 0 0 320px;
    min-height: 240px; }
  .tq-imageColumn.tq-imageLeft {
    margin-left: 0;
    margin-right: 32px; }
  .tq-imageColumn > .tq-imageWrapper {
    border-radius: 8px;
    max-height: 420px; }
  .tq-imageColumn.tq-portfolioImageColumn > .tq-portfolioImageWrapper > img {
    border-radius: 8px; }
  .tq-panelColumn.tq-secondaryColumn {
    flex: 0 0 280px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-panelColumn {
    border-radius: 8px;
    padding: 0; }
  .tq-panelColumn + .tq-panelColumn {
    margin-top: 0; }
  .tq-columnSet:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    width: 100%; }
  .tq-imageColumn:not(.tq-portfolioImageColumn) {
    float: right;
    margin-right: 12px;
    margin-top: 0;
    padding-bottom: 32px;
    padding-left: 48px; }
  .tq-imageColumn.tq-portfolioImageColumn {
    margin-bottom: 12px; }
  .tq-imageColumn > .tq-imageWrapper {
    border-radius: 8px;
    height: 180px;
    overflow: hidden;
    width: 180px; }
  .tq-imageColumn.tq-portfolioImageColumn > .tq-portfolioImageWrapper > img {
    border-radius: 8px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-panelColumn {
    border-radius: 8px;
    padding: 0; }
  .tq-panelColumn + .tq-panelColumn {
    margin-top: 0; }
  .tq-imageColumn {
    padding-bottom: 12px; }
  .tq-imageColumn > .tq-imageWrapper {
    border-radius: 8px;
    height: 300px;
    overflow: hidden;
    width: 100%; }
  .tq-imageColumn.tq-portfolioImageColumn > .tq-portfolioImageWrapper > img {
    border-radius: 8px; } }

.tq-tagSet {
  display: block;
  line-height: 26px; }
  .tq-tagSet:not(:last-child) {
    margin-bottom: 12px; }

p + .tq-tagSet {
  margin-top: 22px; }

.tq-tag {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: lowercase;
  letter-spacing: normal;
  line-height: 22px;
  text-transform: lowercase;
  background-color: #F2F0F0;
  border-radius: 6px;
  color: #262E30;
  display: inline-block;
  padding: 0 8px;
  user-select: none;
  vertical-align: top; }
  .tq-tag:not(:last-child) {
    margin-right: 12px; }

.tq-projectDescription a {
  color: #262E30; }

.tq-projectDescription a:link,
.tq-projectDescription a:visited {
  color: #262E30; }

.tq-projectDescription a:hover {
  color: #807C7C; }

.tq-projectDescription a:active,
.tq-projectDescription a:focus {
  color: #807C7C; }

ul.tq-breadcrumb {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 22px;
  text-transform: none;
  list-style-type: none; }
  ul.tq-breadcrumb:not(:last-child) {
    margin-bottom: 0; }
  ul.tq-breadcrumb li {
    display: inline-block;
    text-transform: lowercase; }
    ul.tq-breadcrumb li:first-child {
      padding-left: 0; }
      ul.tq-breadcrumb li:first-child:after {
        display: none; }
    ul.tq-breadcrumb li:not(:last-child) {
      margin-bottom: 0; }
  ul.tq-breadcrumb .tq-portfolioOrganizer > .tq-projectSummary {
    flex: 1 1 auto; }
  ul.tq-breadcrumb .tq-portfolioOrganizer > .tq-projectInfoCard {
    flex: 0 1 auto;
    margin-left: 32px; }

ul.tq-breadcrumb + h1:not(:first-child) {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 35px;
  font-weight: 560;
  letter-spacing: 0.2px;
  line-height: 44px;
  text-transform: lowercase;
  margin-top: 0; }

ul.tq-breadcrumb + h1:not(:last-child) {
  margin-bottom: 32px; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-portfolioOrganizer {
    flex-direction: row; }
  .tq-portfolioSectionHeading:not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper,
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    flex: 0 1 460px; }
  .tq-portfolioOrganizer.tq-hasTwoSections > .tq-portfolioCircleSectionWrapper,
  .tq-portfolioOrganizer.tq-hasTwoSections > .tq-portfolioTextSectionWrapper {
    flex: 0 1 50%; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper {
    min-width: 360px; }
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    min-width: 360px; }
  .tq-portfolioTextSection {
    padding: 0 32px;
    width: 360px; }
  .tq-projectDescription .tq-portfolioTextSection {
    width: 420px; }
  .tq-portfolioOrganizer.tq-hasTwoSections .tq-portfolioTextSection {
    width: 480px; }
  .tq-siteIntro .tq-portfolioMat {
    margin-left: 48px;
    padding: 12px 22px; }
  .tq-siteIntro .tq-portfolioMat .tq-portfolioMatImage > img {
    height: 340px; }
  .tq-portfolioMat {
    align-items: center;
    flex-wrap: nowrap;
    padding: 22px 32px; }
  .tq-portfolioMat:not(.tq-noPadding) {
    padding: 22px 32px; }
  .tq-portfolioMatImage {
    flex: 1 1 auto; }
  .tq-portfolioMatImage > img {
    height: 400px;
    width: auto; }
  .tq-portfolioMatImage.tq-wideImage > img {
    height: 280px; }
  .tq-portfolioMatImage.tq-miniImage > img {
    height: 220px; }
  .tq-heroImage .tq-portfolioMatImage > img {
    height: 444px; }
  .tq-portfolioMatCircle {
    border-radius: 160px;
    height: 320px;
    padding: 48px 40px 40px;
    width: 320px; }
  .tq-portfolioMatCircle.tq-avatar {
    border-radius: 120px;
    height: 240px;
    padding: 16px;
    width: 240px; }
  .tq-portfolioOrganizer > .tq-projectSummary {
    flex: 1 1 auto; }
  .tq-portfolioOrganizer > .tq-projectInfoCard {
    flex: 0 1 auto;
    margin-left: 32px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-portfolioOrganizer {
    flex-direction: column; }
  .tq-portfolioSectionHeading:not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioOrganizer > .tq-portfolioMat {
    order: 0; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper,
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    flex: 0 1 auto;
    order: 1; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper {
    min-width: 480px;
    padding: 32px 0; }
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    min-width: 480px; }
  .tq-portfolioTextSection {
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0;
    width: 480px; }
  .tq-siteIntro .tq-projectSummary {
    order: 10; }
  .tq-siteIntro .tq-portfolioMat {
    margin-bottom: 32px;
    order: 0; }
  .tq-siteIntro .tq-portfolioMat .tq-portfolioMatImage > img {
    height: 330px; }
  .tq-portfolioMat {
    flex-wrap: wrap; }
  .tq-portfolioMat:not(.tq-noPadding) {
    padding: 22px 32px; }
  .tq-portfolioMatImage {
    flex: 1 0 50%; }
  .tq-portfolioMatImage:nth-child(2):not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioMatImage.tq-wideImage:nth-child(2):last-child {
    flex: 1 0 100%;
    margin-top: 22px; }
  .tq-portfolioMatImage > img {
    height: 360px;
    width: auto; }
  .tq-portfolioMatImage.tq-wideImage > img {
    height: 300px; }
  .tq-portfolioMatImage.tq-miniImage > img {
    height: 192px; }
  .tq-heroImage .tq-portfolioMatImage > img {
    height: 312px; }
  .tq-portfolioMatCircle {
    border-radius: 160px;
    height: 320px;
    padding: 48px 40px 40px;
    width: 320px; }
  .tq-portfolioMatCircle.tq-avatar {
    border-radius: 120px;
    height: 240px;
    padding: 16px;
    width: 240px; }
  .tq-portfolioOrganizer > .tq-projectInfoCard {
    margin-top: 32px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-portfolioOrganizer {
    flex-direction: column; }
  .tq-portfolioSectionHeading:not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioOrganizer > .tq-portfolioMat {
    order: 0; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper,
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    flex: 0 1 auto;
    order: 1; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper {
    min-width: 360px;
    padding: 32px 0; }
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    min-width: 360px; }
  .tq-portfolioTextSection {
    margin-left: auto;
    margin-right: auto;
    padding: 32px 0;
    width: 360px; }
  .tq-siteIntro .tq-projectSummary {
    order: 10; }
  .tq-siteIntro .tq-portfolioMat {
    margin-bottom: 32px;
    order: 0; }
  .tq-siteIntro .tq-portfolioMat .tq-portfolioMatImage > img {
    height: 230px; }
  .tq-portfolioMat {
    flex-wrap: wrap; }
  .tq-portfolioMat:not(.tq-noPadding) {
    padding: 22px 32px; }
  .tq-portfolioMatImage {
    flex: 1 0 50%; }
  .tq-portfolioMatImage.tq-miniImage {
    flex: 1 0 100%; }
  .tq-portfolioMatImage.tq-miniImage:not(:last-child),
  .tq-portfolioMatImage:nth-child(2):not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioMatImage.tq-wideImage:nth-child(2):last-child {
    margin-top: 22px; }
  .tq-portfolioMatImage > img {
    height: 260px;
    width: auto; }
  .tq-portfolioMatImage.tq-wideImage > img {
    height: 200px; }
  .tq-portfolioMatImage.tq-miniImage > img {
    height: 200px; }
  .tq-heroImage .tq-portfolioMatImage > img {
    height: 210px; }
  .tq-portfolioMatCircle {
    border-radius: 160px;
    height: 320px;
    padding: 48px 40px 40px;
    width: 320px; }
  .tq-portfolioMatCircle.tq-avatar {
    border-radius: 120px;
    height: 240px;
    padding: 12px;
    width: 240px; }
  .tq-portfolioOrganizer > .tq-projectInfoCard {
    margin-top: 32px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-portfolioOrganizer {
    flex-direction: column; }
  .tq-portfolioSectionHeading:not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioOrganizer > .tq-portfolioMat {
    order: 0; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper,
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    flex: 0 1 auto;
    order: 1; }
  .tq-portfolioOrganizer > .tq-portfolioCircleSectionWrapper {
    min-width: 320px;
    padding: 22px 0; }
  .tq-portfolioOrganizer > .tq-portfolioTextSectionWrapper {
    min-width: 320px; }
  .tq-portfolioTextSection {
    margin-left: auto;
    margin-right: auto;
    padding: 22px 0;
    width: 320px; }
  .tq-siteIntro .tq-projectSummary {
    order: 10; }
  .tq-siteIntro .tq-portfolioMat {
    margin-bottom: 22px;
    order: 0; }
  .tq-siteIntro .tq-portfolioMat .tq-portfolioMatImage > img {
    height: 194px; }
  .tq-portfolioMat {
    flex-wrap: wrap; }
  .tq-portfolioMat:not(.tq-noPadding) {
    padding: 12px 22px; }
  .tq-portfolioMatImage {
    flex: 1 0 50%; }
  .tq-portfolioMatImage.tq-miniImage {
    flex: 1 0 100%; }
  .tq-portfolioMatImage.tq-miniImage:not(:last-child),
  .tq-portfolioMatImage:nth-child(2):not(:last-child) {
    margin-bottom: 22px; }
  .tq-portfolioMatImage.tq-wideImage:nth-child(2):last-child {
    margin-top: 22px; }
  .tq-portfolioMatImage > img {
    height: 220px;
    width: auto; }
  .tq-portfolioMatImage.tq-wideImage > img {
    height: 168px; }
  .tq-portfolioMatImage.tq-miniImage > img {
    height: 168px; }
  .tq-heroImage .tq-portfolioMatImage > img {
    height: 180px; }
  .tq-portfolioMatCircle {
    border-radius: 160px;
    height: 320px;
    padding: 48px 40px 40px;
    width: 320px; }
  .tq-portfolioMatCircle.tq-avatar {
    border-radius: 120px;
    height: 240px;
    padding: 12px;
    width: 240px; }
  .tq-portfolioOrganizer > .tq-projectInfoCard {
    margin-top: 32px; } }

.tq-portfolioOrganizer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }

.tq-portfolioSectionHeading {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 21px;
  font-weight: 560;
  letter-spacing: 0.1px;
  line-height: 32px;
  text-transform: lowercase;
  text-align: center; }

.tq-portfolioOrganizer > .tq-portfolioMat {
  flex: 1 0 auto; }

.tq-portfolioCircleSectionWrapper,
.tq-portfolioTextSectionWrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.tq-portfolioTextSection {
  display: block; }

.tq-portfolioMat {
  background-color: #E9F2F0;
  border-radius: 12px;
  box-shadow: inset 0 -4px 16px 0 rgba(126, 158, 157, 0.16);
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.tq-portfolioMat.tq-hasSingleChild {
  align-items: center;
  justify-content: center; }

.tq-portfolioMat.tq-noPadding {
  padding: 0; }

.tq-portfolioMatImage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }

.tq-portfolioMatImage > img {
  width: auto; }

.tq-portfolioMatImage.tq-hasShadow > img {
  box-shadow: 0 4px 16px 0 rgba(126, 158, 157, 0.2); }

.tq-portfolioMatCircle {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: 480;
  letter-spacing: -0.2px;
  line-height: 26px;
  text-transform: none;
  background-color: #E9F2F0;
  box-shadow: inset 0 -4px 16px 0 rgba(126, 158, 157, 0.16);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  text-align: center; }

.tq-portfolioMatCircle > p {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 18px;
  font-weight: 480;
  letter-spacing: -0.2px;
  line-height: 26px;
  text-transform: none; }

.tq-portfolioMatCircle > * {
  flex: 0 0 auto; }

.tq-portfolioMatCircle.tq-avatar > img {
  border-radius: 50%;
  box-shadow: inset 0 -4px 16px 0 rgba(126, 158, 157, 0.16);
  display: block;
  height: auto;
  width: 100%; }

/* text components */
body {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 390;
  letter-spacing: -0.1px;
  line-height: 23px;
  text-transform: none;
  color: #262E30; }

h1, h1 a,
h2, h2 a {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 28px;
  font-weight: 560;
  letter-spacing: 0.2px;
  line-height: 32px;
  text-transform: lowercase;
  max-width: 680px; }
  h1:not(:first-child), h1 a:not(:first-child),
  h2:not(:first-child), h2 a:not(:first-child) {
    margin-top: 32px; }
  h1:not(:last-child), h1 a:not(:last-child),
  h2:not(:last-child), h2 a:not(:last-child) {
    margin-bottom: 22px; }

h3, h3 a {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 21px;
  font-weight: 560;
  letter-spacing: 0.1px;
  line-height: 32px;
  text-transform: lowercase;
  max-width: 680px; }
  h3:not(:first-child), h3 a:not(:first-child) {
    margin-top: 32px; }
  h3:not(:last-child), h3 a:not(:last-child) {
    margin-bottom: 22px; }

.tq-avatar + h3:not(:first-child) {
  margin-top: 12px; }

h4, h4 a {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 17px;
  font-weight: 320;
  letter-spacing: 1.4px;
  line-height: 22px;
  text-transform: lowercase;
  max-width: 680px; }
  h4:not(:first-child), h4 a:not(:first-child) {
    margin-top: 32px; }
  h4:not(:last-child), h4 a:not(:last-child) {
    margin-bottom: 4px; }

h5, h5 a,
h6, h6 a {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.1px;
  line-height: 23px;
  text-transform: none;
  max-width: 680px; }
  h5:not(:first-child), h5 a:not(:first-child),
  h6:not(:first-child), h6 a:not(:first-child) {
    margin-top: 32px; }
  h5:not(:last-child), h5 a:not(:last-child),
  h6:not(:last-child), h6 a:not(:last-child) {
    margin-bottom: 0; }

p {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 390;
  letter-spacing: -0.1px;
  line-height: 23px;
  text-transform: none;
  margin-top: 0;
  max-width: 680px; }
  p:not(:last-child) {
    margin-bottom: 12px; }

p + p {
  margin-top: 22px; }

.tq-caption {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 22px;
  text-transform: none;
  font-style: italic;
  font-variation-settings: 'ital' 1;
  max-width: 680px; }
  .tq-caption:not(:first-child) {
    margin-top: 0; }
  .tq-caption:not(:last-child) {
    margin-bottom: 12px; }

em, i {
  font-style: italic;
  font-variation-settings: 'ital' 1; }

strong, b {
  font-weight: 600; }

ul {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-weight: 390;
  letter-spacing: -0.1px;
  line-height: 23px;
  text-transform: none; }

ul:not(:first-child) {
  margin-top: 12px; }

ul:not(:last-child) {
  margin-bottom: 32px; }

ul li {
  padding-left: 26px;
  position: relative; }

ul li:not(:last-child) {
  margin-bottom: 4px; }

ul li:after {
  background-color: #262E30;
  border-radius: 2px;
  content: '';
  height: 4px;
  position: absolute;
  left: 12px;
  top: 10px;
  width: 4px; }

a {
  color: #557B80;
  cursor: pointer;
  font-style: normal;
  text-decoration: none; }

a:link, a:visited {
  color: #557B80; }

a:hover {
  color: #7E9E9D;
  text-decoration: none; }

a:active, a:focus {
  color: #7E9E9D;
  text-decoration: none; }

p a,
p a:hover,
p a:active,
p a:focus {
  font-weight: 480;
  /* this should be map-get($textBody2Values, fontWeight) */
  text-decoration: underline; }

/* button components */
/* honestly, I'm a little uncomfortable with the way the
     the SVG color styles get inherited throughout the app. This is
     probably why they're now recommending that you drop the SVG in directly
     instead of using the <use> tag */
.tq-svgIconLibrary {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  speak: none;
  top: 0;
  width: 0; }
  .tq-svgIconLibrary svg path {
    fill: none;
    stroke: none; }
  .tq-svgIconLibrary svg path.tq-hasFill {
    fill: currentColor; }
  .tq-svgIconLibrary svg path.tq-hasStroke {
    stroke: currentColor; }

.tq-circleButtonSet:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  width: 100%; }

.tq-circleButton {
  background-clip: padding-box;
  background-color: #807C7C;
  border-color: #E0DDDD;
  border-radius: 26px;
  border-style: solid;
  border-width: 2px;
  float: left;
  height: 52px;
  overflow: hidden;
  position: relative;
  width: 52px; }

.tq-circleButton,
a.tq-circleButton:link,
a.tq-circleButton:visited,
button.tq-circleButton {
  color: #FFFFFF;
  background-color: #807C7C; }

/* for Firefox */
.tq-circleButton svg {
  fill: #FFFFFF; }

.tq-circleButton:not(:last-child) {
  margin-right: 16px; }

a.tq-circleButton:focus,
.tq-circleButton:focus,
a.tq-circleButton:hover,
.tq-circleButton:hover {
  background-color: #7E9E9D;
  color: #FFFFFF; }

/* for Firefox */
.tq-circleButton:focus svg,
.tq-circleButton:hover svg {
  fill: #FFFFFF; }

a.tq-circleButton:active,
.tq-circleButton:active {
  background-color: #7E9E9D;
  color: #FFFFFF; }

/* for Firefox */
.tq-circleButton:active svg {
  fill: #FFFFFF; }

.tq-circleButton svg {
  border-radius: 24px;
  left: 0;
  height: 48px;
  position: absolute;
  top: 0;
  width: 48px; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-panel + .tq-circleButtonSet {
    margin-top: -120px; }
  .tq-circleButtonSet:not(:last-child) {
    margin-bottom: 120px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-panel + .tq-circleButtonSet {
    margin-top: -72px; }
  .tq-circleButtonSet:not(:last-child) {
    margin-bottom: 72px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-panel + .tq-circleButtonSet {
    margin-top: -72px; }
  .tq-circleButtonSet:not(:last-child) {
    margin-bottom: 72px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-panel + .tq-circleButtonSet {
    margin-top: -72px; }
  .tq-circleButtonSet:not(:last-child) {
    margin-bottom: 72px; } }

/* cards */
.tq-card {
  background-color: transparent;
  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0));
  overflow: hidden;
  position: relative; }

.tq-card > .tq-cardImage {
  border: 1px solid #E6E4E8;
  overflow: hidden; }

/* this technique doesn't work in IE, but it's now supported by Edge */
.tq-cardImage > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  opacity: 0.9;
  width: 100%; }

.tq-cardBody {
  background-color: transparent;
  background-image: linear-gradient(to top right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0)); }

.tq-cardFooter {
  font-family: Inter, "Trebuchet MS", sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.1px;
  line-height: 22px;
  text-transform: none;
  font-style: italic;
  font-variation-settings: 'ital' 1; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-cardSet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -120px;
    margin-right: -48px;
    max-width: calc(100% + 48px);
    padding-left: 32px;
    padding-right: 32px; }
  .tq-cardSet > .tq-card {
    border-radius: 8px;
    flex: 0 0 calc((100% / 3) - 48px);
    margin-bottom: 120px;
    margin-right: 48px; }
  .tq-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 0; }
  .tq-card > .tq-cardImage {
    border-radius: 8px;
    flex: 0 0 260px; }
  .tq-card > .tq-cardBody {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px;
    padding: 0 0; }
  .tq-card > .tq-cardBody > .tq-cardContent {
    flex: 1 0 auto; }
  .tq-card > .tq-cardBody > .tq-cardFooter {
    flex: 0 0 auto;
    padding-top: 12px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-cardSet {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -72px;
    margin-right: -32px;
    max-width: calc(100% + 32px);
    padding-left: 32px;
    padding-right: 32px; }
  .tq-cardSet > .tq-card {
    border-radius: 8px;
    flex: 0 0 calc((100% / 2) - 32px);
    margin-bottom: 72px;
    margin-right: 32px; }
  .tq-card {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 0; }
  .tq-card > .tq-cardImage {
    border-radius: 8px;
    flex: 0 0 260px; }
  .tq-card > .tq-cardBody {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px;
    padding: 0 0; }
  .tq-card > .tq-cardBody > .tq-cardContent {
    flex: 1 0 auto; }
  .tq-card > .tq-cardBody > .tq-cardFooter {
    flex: 0 0 auto;
    padding-top: 12px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-cardSet {
    display: block;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px; }
  .tq-cardSet > .tq-card {
    border-radius: 8px;
    margin-bottom: 72px; }
  .tq-card {
    display: block;
    padding-bottom: 0;
    padding-left: 172px;
    padding-right: 0;
    padding-top: 0; }
  .tq-card > .tq-cardImage {
    border-radius: 8px;
    height: calc(100% - 0);
    left: 0;
    position: absolute;
    top: 0;
    width: 160px; }
  .tq-card > .tq-cardBody {
    border-radius: 8px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 0; }
  .tq-card > .tq-cardBody > .tq-cardContent {
    flex: 1 0 auto; }
  .tq-card > .tq-cardBody > .tq-cardFooter {
    flex: 0 0 auto;
    padding-top: 12px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-cardSet {
    display: block;
    margin-bottom: 0;
    padding-left: 12px;
    padding-right: 12px; }
  .tq-cardSet > .tq-card {
    border-radius: 8px;
    margin-bottom: 48px; }
  .tq-card {
    display: block;
    padding: 0 0; }
  .tq-card > .tq-cardImage {
    border-radius: 8px;
    height: 260px; }
  .tq-card > .tq-cardBody {
    border-radius: 8px;
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px;
    padding: 0 0; }
  .tq-card > .tq-cardBody > .tq-cardContent {
    flex: 1 0 auto; }
  .tq-card > .tq-cardBody > .tq-cardFooter {
    flex: 0 0 auto;
    padding-top: 12px; } }

/* lightboxes */
body.tq-showingModal {
  overflow: hidden; }

/*body.tq-showingModal .tq-pageSection {
    filter: blur(4px);
  }*/
.tq-lightbox {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20; }

.tq-lightboxHeaderWrapper {
  background-color: rgba(0, 0, 0, 0.75); }

.tq-lightboxHeader {
  color: #FBFAFE;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto; }

.tq-lightboxHeader .tq-lightboxHeaderTitle {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 28px;
  font-weight: 560;
  letter-spacing: 0.2px;
  line-height: 32px;
  text-transform: lowercase;
  flex: 0 1 auto;
  order: 0;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.tq-lightboxHeaderTitle .tq-lightboxHeaderTitleCaption {
  font-family: "Libre Franklin", Georgia, sans-serif;
  font-size: 14px;
  font-weight: 550;
  letter-spacing: normal;
  line-height: 20px;
  text-transform: lowercase;
  display: block; }

.tq-lightboxHeader .tq-lightboxClose {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  flex: 0 0 auto;
  order: 100; }

.tq-lightboxClose svg {
  fill: #FBFAFE;
  /* thanks, firefox */
  height: 32px;
  width: 32px; }

.tq-lightboxHeader:before {
  content: '';
  display: block;
  flex: 1 1 0%;
  height: 0;
  order: 50; }

.tq-lightboxImage {
  position: relative; }

.tq-lightboxImage img {
  height: 100%;
  object-fit: contain;
  width: 100%; }

.tq-lightboxImage .tq-lightboxPrevious,
.tq-lightboxImage .tq-lightboxNext {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: transparent;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  color: #FBFAFE;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: calc(50% - 24px);
  width: 48px; }

.tq-lightboxImage .tq-lightboxPrevious svg,
.tq-lightboxImage .tq-lightboxNext svg {
  fill: #FBFAFE;
  /* firefox */ }

.tq-lightboxImage .tq-lightboxPrevious:hover,
.tq-lightboxImage .tq-lightboxNext:hover {
  background-color: rgba(0, 0, 0, 0.75);
  color: #B8B4C4; }

.tq-lightboxImage .tq-lightboxPrevious:hover svg,
.tq-lightboxImage .tq-lightboxNext:hover svg {
  fill: #B8B4C4;
  /* firefox */ }

.tq-lightboxImage .tq-lightboxPrevious:active,
.tq-lightboxImage .tq-lightboxNext:active {
  background-color: rgba(0, 0, 0, 0.75);
  color: #B8B4C4; }

.tq-lightboxImage .tq-lightboxPrevious:active svg,
.tq-lightboxImage .tq-lightboxNext:active svg {
  fill: #B8B4C4;
  /* firefox */ }

.tq-lightboxImage .tq-lightboxPrevious {
  left: 32px; }

.tq-lightboxImage .tq-lightboxNext {
  right: 32px; }

.tq-lightboxImage .tq-lightboxPrevious svg,
.tq-lightboxImage .tq-lightboxNext svg {
  height: 32px;
  left: 8px;
  position: absolute;
  top: 8px;
  width: 32px; }

.tq-lightboxCaption {
  background-color: rgba(0, 0, 0, 0.75);
  color: #E6E4E8; }

.tq-lightboxCaption h1,
.tq-lightboxCaption h2,
.tq-lightboxCaption h3,
.tq-lightboxCaption h4,
.tq-lightboxCaption h5,
.tq-lightboxCaption h6 {
  color: #FBFAFE; }

.tq-lightboxCount {
  margin-top: 32px;
  text-align: center; }

.tq-lightboxShroud {
  background-color: rgba(14, 8, 22, 0.8);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10; }

/* desktop breakpoint */
@media screen and (min-width: 1121px) {
  .tq-lightbox {
    padding: 0; }
  .tq-lightboxHeaderWrapper {
    margin-bottom: 22px; }
  .tq-lightboxBodyWrapper {
    height: calc(100% - 102px);
    padding-bottom: 22px; }
  .tq-lightboxCaption {
    border-radius: 8px;
    padding: 22px 32px; }
  /* styles for the header and its icon */
  .tq-lightboxHeader {
    min-height: 80px;
    padding-left: 0;
    padding-right: 0; }
  .tq-lightboxHeader .tq-lightboxHeaderTitle {
    height: 80px;
    line-height: 36px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px; }
  .tq-lightboxHeader .tq-lightboxClose {
    height: 80px;
    margin-right: 8px;
    width: 70px; }
  .tq-lightboxClose svg {
    left: 19px;
    top: 24px; }
  .tq-lightbox {
    overflow: hidden; }
  .tq-lightboxBodyWrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
  .tq-lightboxImage {
    flex: 1 1 0%;
    margin-bottom: 0;
    margin-left: 32px; }
  .tq-lightboxCaption {
    flex: 0 0 400px;
    margin-bottom: 0;
    margin-left: 32px;
    margin-right: 32px; } }

/* tablet breakpoint */
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .tq-lightbox {
    padding: 0; }
  .tq-lightboxHeaderWrapper {
    margin-bottom: 22px; }
  .tq-lightboxBodyWrapper {
    height: calc(100% - 102px);
    padding-bottom: 22px; }
  .tq-lightboxCaption {
    border-radius: 8px;
    padding: 22px 32px; }
  /* styles for the header and its icon */
  .tq-lightboxHeader {
    min-height: 80px;
    padding-left: 0;
    padding-right: 0; }
  .tq-lightboxHeader .tq-lightboxHeaderTitle {
    height: 80px;
    line-height: 36px;
    padding-bottom: 12px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px; }
  .tq-lightboxHeader .tq-lightboxClose {
    height: 80px;
    margin-right: 8px;
    width: 70px; }
  .tq-lightboxClose svg {
    left: 19px;
    top: 24px; }
  .tq-lightbox {
    overflow: hidden; }
  .tq-lightboxBodyWrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
  .tq-lightboxImage {
    flex: 1 1 0%;
    margin-bottom: 0;
    margin-left: 32px;
    margin-right: 32px; }
  .tq-lightboxCaption {
    flex: 0 0 280px;
    margin-bottom: 0;
    margin-left: 32px;
    margin-right: 32px; } }

/* phone landscape breakpoint */
@media screen and (min-width: 501px) and (max-width: 767px) {
  .tq-lightbox {
    padding: 0; }
  .tq-lightboxHeaderWrapper {
    margin-bottom: 22px; }
  .tq-lightboxBodyWrapper {
    height: calc(100% - 94px);
    padding-bottom: 22px; }
  .tq-lightboxCaption {
    border-radius: 8px;
    padding: 22px 12px; }
  /* styles for the header and its icon */
  .tq-lightboxHeader {
    min-height: 72px;
    padding-left: 0;
    padding-right: 0; }
  .tq-lightboxHeader .tq-lightboxHeaderTitle {
    height: 72px;
    line-height: 36px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px; }
  .tq-lightboxHeader .tq-lightboxClose {
    height: 72px;
    margin-right: -8px;
    width: 62px; }
  .tq-lightboxClose svg {
    left: 15px;
    top: 20px; }
  .tq-lightbox {
    overflow-x: hidden;
    overflow-y: auto; }
  .tq-lightboxImage {
    margin-bottom: 22px;
    margin-left: 12px;
    margin-right: 12px; }
  .tq-lightboxCaption {
    margin-bottom: 22px;
    margin-left: 12px;
    margin-right: 12px; }
  .tq-lightboxImage .tq-lightboxPrevious {
    left: 12px; }
  .tq-lightboxImage .tq-lightboxNext {
    right: 12px; } }

/* phone portrait breakpoint */
@media screen and (max-width: 500px) {
  .tq-lightbox {
    padding: 0; }
  .tq-lightboxHeaderWrapper {
    margin-bottom: 12px; }
  .tq-lightboxBodyWrapper {
    height: calc(100% - 84px);
    padding-bottom: 12px; }
  .tq-lightboxCaption {
    border-radius: 8px;
    padding: 12px 12px; }
  /* styles for the header and its icon */
  .tq-lightboxHeader {
    min-height: 72px;
    padding-left: 0;
    padding-right: 0; }
  .tq-lightboxHeader .tq-lightboxHeaderTitle {
    height: 72px;
    line-height: 36px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 8px; }
  .tq-lightboxHeader .tq-lightboxClose {
    height: 72px;
    margin-right: -8px;
    width: 62px; }
  .tq-lightboxClose svg {
    left: 15px;
    top: 20px; }
  .tq-lightbox {
    overflow-x: hidden;
    overflow-y: auto; }
  .tq-lightboxImage {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px; }
  .tq-lightboxCaption {
    margin-bottom: 12px;
    margin-left: 12px;
    margin-right: 12px; }
  .tq-lightboxImage .tq-lightboxPrevious {
    left: 12px; }
  .tq-lightboxImage .tq-lightboxNext {
    right: 12px; } }

html.tq-showingModal,
html.tq-showingModal body {
  overflow: hidden; }

/*body.tq-showingModal .tq-pageSection {
    filter: blur(4px);
  }*/
.tq-simpleLightbox {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: row;
  height: 100vh;
  justify-content: center;
  left: 0;
  padding: 48px 32px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20; }

.tq-simpleLightboxImage {
  flex: 0 1 auto;
  height: auto;
  max-height: calc(100vh - 96px);
  width: auto;
  max-width: calc(100vw - 64px); }

.tq-simpleLightboxClose {
  background-color: transparent;
  border: 0;
  color: #FFFFFF;
  cursor: pointer;
  height: 32px;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 32px; }

.tq-simpleLightboxClose svg {
  fill: #FFFFFF;
  /* thanks, firefox */
  height: 32px;
  width: 32px; }
