@media (max-width: 1173px) {
  /* … */
/*  html{
    overflow-x:inherit;
  }
  body {
   overflow-x: inherit;
  }*/
  div{
    display: block;
    float:none;
  }
  
  .layout-container > div.top-bar-fixed {
    position: static;
  }
/*  .block-views-blockpartners-block-dropdown-our-partners, .block-views-blockproduct-types-all-block-dropdown-products {
    display: none;
  }*/
  
  .region.region-top-bar .content-wrapper {
    display: flex;
    width: 100%;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  div#top-bar-buttons {
/*    display: flex;
    flex-wrap: wrap;*/
    justify-content: flex-start;
/*    background: transparent;
    max-width: 1174px;
    margin-bottom: 1rem;*/
  }
  div#top-bar-buttons .parent-button.button.rma-request-form ,
  div#top-bar-buttons .button.sign-up-for-product-updates,
  div#top-bar-buttons .button.my-quote{
    width: 100%;

  }
  .region.region-header div.content-wrapper {
    row-gap: 1rem;
    justify-content: center;
    align-items: center;
    column-gap:20px;
  }
  div#block-psi-custom-sitebranding {
    position: static;
  }
  nav#block-psi-custom-topmenu {
    /* need to use superfish menu */
    display: none;
  }
  div#block-psi-custom-globalsearchforviewssearch form#form-global-search{
    height: unset;
    padding-bottom: 1rem;
  }
  div#block-psi-custom-globalsearchforviewssearch form#form-global-search .form-item{
    
  }
  
  .region.region-slideshow {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
/*    background: no-repeat center/cover url(img/slider_gradient_2.svg);*/
    height: 100%; 
  }
 
  .region.region-slideshow .flexslider .slides > li {
    
    display: flex !important;
    justify-content: center; 
    flex-wrap: wrap;
  }
  
  .flexslider.optionset-home-page-slider {
    background: transparent;
    position: relative;
    max-width: 100%;
     height: 100%; 
    margin: 0;
    padding: 0;
    border: 0;
  }
  .flexslider.optionset-home-page-slider .views-field.views-field-field-product-images {
    background: no-repeat center / contain url(img/mixed_squares.svg);
    float: none;
    clear: both;
    width: 100%;
    max-width: 320px;
    min-height: 320px;
    height: auto;
    margin-top: 2em;
    text-align: center;
  }
  .flexslider.optionset-home-page-slider .views-field.views-field-field-product-images .field-content img {
    width: auto;
    height: auto;
    max-height: 320px;
    max-width: 320px;
    margin: auto;
  }
  .flexslider.optionset-home-page-slider .views-field.views-field-title {
    max-width: 100%;
/*    max-height: 100%;*/
    height: 127px;
    flex-shrink: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}
.flexslider.optionset-home-page-slider .views-field.views-field-title h2.field-content {
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.8px;
    margin: 0 0 12px;
}
.flexslider.optionset-home-page-slider .views-field.views-field-field-slideshow-bul-points {
    width: 100%;
/*    height: 100px;*/
/*    overflow: hidden;*/
    margin-top: 8px;
    padding: 0 10px;
    overflow: hidden;
  }
 .flexslider.optionset-home-page-slider .views-field.views-field-field-slideshow-bul-points .field-content{
    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .flexslider.optionset-home-page-slider .views-field.views-field-nothing {
    display: flex;
    height: 30px;
    align-content: center;
    justify-content: center;
    padding: 0 10px;
    flex-wrap: wrap;
    margin: 12px 0;
    width: 100%;
  }
  .flex-control-nav {
    width: 100%;
    position: static;
    margin: 12px 0 42px 0;
    text-align: center;
}
  
  div#block-psi-custom-views-block-line-cards-block-1 h2.line-card-heading-title {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
  }
  div#block-psi-custom-views-block-line-cards-block-1 {
    min-height: unset;
    width:100%;
  }
  .block{
/*    margin: auto;*/
/*    padding-left: 12px;
    padding-right: 12px;*/
  }
  div#block-psi-custom-views-block-line-cards-block-1 .text-align-center.line-card-slogan-content {
    max-width: 100%;
    height: 100%;
  }
  div#block-psi-custom-views-block-line-cards-block-1 .view-content {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: baseline;
    margin-top: 24px;
  }
  div#block-psi-custom-views-block-line-cards-block-1 .view-content .views-row {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    flex-direction: column;
    
  }
  div#block-psi-custom-views-block-line-cards-block-1 .line-card-heading {
    /* text-align: center; */
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding:0 10px;
  }
  div#block-psi-custom-views-block-line-cards-block-1 .line-card-heading > img{
      width: 100%;
      height: auto;
  }
  div#block-psi-custom-views-block-line-cards-block-1 .line-card-slogan {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    padding: 0 10px;
  }
  .region.region-highlighted .content-wrapper .block > h2 {
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 39px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
    width: 100%;
    /* text-align: center; */
     height: 100%; 
     padding: 0 10px;
     margin: 29px 0;
  }
  .region.region-highlighted .content-wrapper {
    display: block;
  
    min-height: 100%; 
 
  }
  
  div#block-psi-custom-views-block-events-block .view-content {
    display: flex;
     width: 100%; 
     height: 100%; 
    flex-shrink: 0;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 30px;
    padding: 0 20px;
  }
  
 
  div#block-psi-custom-twitterfeedpostscriptfirst {
    display: flex;
    max-width: 100%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 48px;
  }
  .event-content-wrapper {

    width: 100%;
    height: 100%; 
/*    padding: 10px;*/
   flex-wrap: wrap;
   gap: 10px;
  }
  .event-content {
    flex-shrink: 0;
    margin: 0;
    padding: 0;
  } 
  .event-type {
    margin: 0;
    padding: 0 10px;
  } 
  .event-date-box {
    margin: 10px;
  }
  .event-title {
    padding: 0 10px;
  }
  .event-long-date {
    height: 100%;
    padding: 0 10px;
}
  
  .button.event-register-button {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #007960;
    margin: 10px 0 24px 10px;
  }
  div#block-psi-custom-views-block-products-block-5 h2 {
   
    height: 50px;
    letter-spacing: -0.8px;
    padding: 0 10px;
    margin: 24px 0 42px 0;
  }
  div#block-psi-custom-views-block-products-block-5 .view-header {
   padding : 0 10px;
  }
  div#block-psi-custom-views-block-products-block-5 .views-view-responsive-grid--horizontal {
    row-gap: 24px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
  }
  div#block-psi-custom-webform form {
    display: flex;
    align-self: stretch;
    width: 100%;
    flex-wrap: wrap;
    gap: 48px;
    justify-content: center;
    padding: 48px 10px 40px 10px;
}
  div#block-psi-custom-webform form > .form-item.form-type-processed-text {
    display: flex;
    flex: 1 0 0;
    align-self: stretch;
    color: #FFFFFFF2;
    font-feature-settings: 'clig' off, 'liga' off;
    /* height: 34px; */
    align-items: center;
    gap: 16px;
    /* row-gap: 1rem; */
    
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin: auto;
 
  }
  
  div#block-psi-custom-webform form input.form-email {
    width: 312px;
  }
  
  .region.region-footer > div.content-wrapper {
    padding: 0 10px;
    display: flex;
    align-content: center;
    flex-direction: column;
  }
   
  div#footer-contact-info {
    max-width: initial;
/*    height: 214px;*/
    height:100%;
    margin: 0;
    border: 0;
    padding: 12px 0;
  }
  div#block-psi-custom-footercustomcontactinfo {
/*    display: inline;*/
    padding: 20px;
    width: 100%;
    border-bottom: 1px solid #FFF;
  }
  
  .region.region-footer nav.block {
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    margin: 0;
    padding: 18px 10px;
  }
  

  
  .block-superfishsandwich-menu{
    display: block;
  }
  .block-superfishsandwich-menu  ul.sf-menu.sf-style-black {
    margin-bottom: 0;
  }
  .block-superfishsandwich-menu > div > a{
  border-top-right-radius: 8px;
/*    position: fixed;
    z-index: 9999;
    left: 0px;*/
/*border-radius: 4px;*/

/*    border-top-left-radius:4px;
    border-top-right-radius:4px;*/

/*    height:49px;*/
/*    transform-origin:0 0;
    transform:rotate(-90deg);*/
/*    width:116px;*/
  }
  
  form{
    padding: 0 10px;
  }
  form > .form--inline{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
  } 
  select{
    width: 100%;
    max-width: 100%;
  }
  
  body.path-global-search main .block.block-system-main-block .view-search .view-filters .form--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
  }
  body.page-node-type-webform main img{
    max-width: 320px;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  
 form.contact-us-footer-webform {
    width: calc(70vw);
    /* height: 462px; */
    padding: 10px;
    /* bottom: 51%; */
    bottom: calc(12vh);
    flex-shrink: 0;
    max-width: 344px;
  }
  
  div#block-psi-custom-footercontactbutton .footer-contactus-button {
    display: none;
  }
  
  nav.breadcrumb > ol{
    padding-left: 10px;      
    width: calc(97vw);  
    max-width: 100%;
    overflow: hidden;
/*     display: -webkit-box; 
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: nowrap; 

  text-overflow: ellipsis;*/
  } 

  
  
  .view.view-search.view-id-search{
    padding: 0 10px;
  }
  
  body.path-global-search main .block.block-system-main-block .view-search .view-header, body.path-products main .block.block-system-main-block .view .view-header {
    padding: 10px;
  }
  
  .block.block-system-main-block > h2{
    padding: 0 10px;
  }
  
  .views-view-responsive-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: center;
  }
  .views-view-responsive-grid__item-inner{
/*        max-width: unset;*/
        padding: 10px;
  }
  body.path-taxonomy main .block.block-system-main-block .view .view-content .views-view-responsive-grid__item .views-view-responsive-grid__item-inner, body.path-brands main .block.block-system-main-block .view .view-content .views-view-responsive-grid__item .views-view-responsive-grid__item-inner {
    /* max-width: 312px; */
/*    max-width: unset;*/
    width: calc(100vw);
  }
  
  body.path-taxonomy main .block.block-system-main-block .view .view-content .views-view-responsive-grid__item .views-field.views-field-body, body.path-brands main .block.block-system-main-block .view .view-content .views-view-responsive-grid__item .views-field.views-field-body, body.path-products main .block.block-system-main-block .view .view-content .views-view-responsive-grid__item .views-field.views-field-body {
    width: auto;
  }
  
  body.page-node-type-brand main .views-view-responsive-grid__item, body.path-products .products-page .views-view-responsive-grid__item {
    width: calc(90vw);
    max-width: 320px;
  }
  
  body.path-products main .block.block-system-main-block .view .view-filters .form-text {
     width: 390px;
     margin: 0;
    max-width: 350px;
  }
  body.path-products main .block.block-system-main-block .products-page .view-filters .form-actions #edit-submit-products {
/*    right: 40px;
    left: auto;*/
    left: 320px;
  }
  body.path-products main .block.block-system-main-block .view .view-content .views-view-responsive-grid__item {
    height: 470px;
    padding: 0 10px;
  }
  
  body.path-brands main .block.block-system-main-block .view .view-filters .form-item, body.path-products main .block.block-system-main-block .view .view-filters .form-item, body.page-node-type-product main .block.block-system-main-block .view .view-filters .form-item, body.path-tribe-talk main .psiu-interior-page.view .view-filters .form-item, body.path-global-search main .block.block-system-main-block .view-search .view-filters .form-item {
    margin: 0;
  }
  body.path-products main .block.block-system-main-block .view .view-filters, body.path-global-search main .block.block-system-main-block .view-search .view-filters {
/*    width: 350px;*/
}

div#block-psi-custom-globalsearchforviewssearch input[type="search"], div#block-psi-custom-searchform input[type="search"] {
    /* width: 228px; */
    width: 250px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* gap: 6px; */
    flex: 1 0 0;
    /* display: flex; */
    padding: 10px 40px 10px 8px;
    /* align-items: center; */
    /* gap: 22px; */
    align-self: stretch;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #00000099;
    background: #FFF;
  }
  
  div#block-psi-custom-globalsearchforviewssearch form#form-global-search  div.form-actions, div#block-psi-custom-searchform form#search-block-form div.form-actions {
    height: 39px;
    right: 36px;
  }
  
  body.path-global-search main .block.block-system-main-block .view-search .view-content .views-row .views-field.views-field-body {
    padding: 0;
    padding-bottom: 32px;
    width: 95%;
  }
  
  button, [type="button"], [type="submit"], [type="reset"], [type="image"] {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Light-Theme-Interaction-Colours-Interaction-Background, #007960);
    color: var(--Light-Theme-Interaction-Colours-Interaction-Text, #E6E9EB);
    
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.1px;
    padding: 10px 40px;
    margin: 0;
  }
  
  body.path-taxonomy main .block.block-system-main-block .view .view-header .view-line-card-pages .view-content .views-field.views-field-field-downloadable-version {
    padding: 0 10px;
  }
  
  body.page-node-type-brand div.group-brand-banner .field.field--name-node-title.field--type-ds.field--label-hidden.field__item h2, body.page-node-type-product-type div.block-system-main-block h2 {
    font-size: 40px;
    line-height: 1.4;
    padding: 0 10px;
  }
  body.page-node-type-brand div.group-brand-banner .field.field--name-field-brand-logo{
    padding: 0 10px;
  } 
  body.page-node-type-brand div.group-brand-banner .text-formatted.field.field--name-body.field--type-text-with-summary.field--label-hidden.field__item {
    padding: 0 10px;
  }
  
  body.page-node-type-brand div.group-brand-banner .field--name-field-brand-website{
    padding: 0 10px;
  }
  
  .group-brand-line-cards .field.field--name-field-line-cards.field--type-entity-reference.field--label-hidden.field__items > .field__item .layout__region.layout__region--content {
/*    width: 100%; */
    max-width: calc(95vw);
    height: 100%; 
    gap: 24px;
    /* row-gap: 16px; */
    padding: 24px 10px;
    justify-content: center;
    align-items: center;
  }
  .group-brand-line-cards .line-card-left {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    padding-left: 10px;
    max-width: 330px;
  }
  .group-brand-line-cards .field.field--name-field-line-cards.field--type-entity-reference.field--label-hidden.field__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    padding: 0 10px 64px 10px;
/*    padding-bottom: 64px;*/
  }
  .group-brand-line-cards .field.field--name-field-application-icon.field--type-image.field--label-hidden.field__item {
   margin: 0;
  }
  body.page-node-type-brand .block.block-views.block-views-blockpartners-block-1 {
    padding: 0 10px 32px 10px;
/*    padding-bottom: 32px;*/
  }
  
  body.page-node-type-brand .block.block-views.block-views-blockpartners-block-1 .bef-exposed-form .form--inline > .form-item:not([type="checkbox"]) {
    min-width: 46%;
  }
    body.page-node-type-brand .block.block-views.block-views-blockpartners-block-1 .bef-exposed-form .form--inline > .form-item input[type="checkbox"]{
   flex: 1;
 }
 body.page-node-type-brand .block.block-views.block-views-blockpartners-block-1 .bef-exposed-form .form--inline > .form-item label{
   flex: 2;
 }
  .views-view-responsive-grid.views-view-responsive-grid--horizontal {
    display: flex;
  }
  
  body.page-node-type-product .view.view-products.view-id-products.view-display-id-block_1 .view-content .views-row .product-images-overview {
    flex-wrap: wrap;
    gap: 24px;
  }
  body.page-node-type-product div#block-psi-custom-quicktabsproducts  div.quicktabs-ui-wrapper .ui-tabs-panel{
      padding-right: 10px;
      padding-left: 10px
  }
  body.page-node-type-product  div.quicktabs-ui-wrapper div.item-list ul.ui-tabs-nav {
    /* border: 0; */
    /* height: 100%; */
    /* padding: 0; */
    display: inline-flex;
    align-items: flex-start;
    height: 100%;
  }
  .product-page-buttons {
    padding: 0 10px;
  }
  
  .page-node-type-product .views-field.views-field-field-product-software .field-content article {
    width: 100%;
  }
  .page-node-type-product .views-field.views-field-field-product-software .field-content article:nth-child(odd) {
    width: 100%;
  }
  .group-brand-banner {
    padding: 0 10px;
  }
  .group-brand-banner .field--name-field-brand-logo img{
    max-width: 100%;
  }
  body.page-node-type-product  div.quicktabs-ui-wrapper .ui-tabs-panel * {
/*    width: calc(100vw) !important;*/
  }
  body.page-node-type-product  div.quicktabs-ui-wrapper .ui-tabs-panel td{
   
  }
  body.page-node-type-product main div#block-psi-custom-quicktabsmoreproductinformation > h2 {
    padding: 10px;
  }
  body.page-node-type-page:not(.path-frontpage)  main .block.block-system.block-system-main-block > article.node {
    padding-top: 0px !important;
/*    width: 100% !important;*/
/*    padding: 10px !important;*/
padding: 0 !important;
    margin: 0;
  }
  body.page-node-type-page:not(.path-frontpage)  main .block.block-system.block-system-main-block > article.node .field--name-body > div{
    width: auto !important;  
    height: 100% !important;
/*    padding: 0 10px !important;*/
  }
  body.page-node-type-page:not(.path-frontpage)  main .block.block-system.block-system-main-block > article.node .field--name-body > div {
    padding: 0 10px;
  }
  .about-psi-solutions {
    margin: 0 !important;   
  }
  .about-psi-values{
    width: auto !important;
  }
  .about-psi-spotlight {
/*    display:flex !important;*/
    flex-wrap: wrap;
  }
  .about-psi-spotlight > div{
    margin:0 !important;
    float:none !important;
    padding: 0 10px !important;
      height: 100% !important;
  }
  .about-us-video-wrapper video {
    width: 100%;
    max-width: 640px;
    max-height: 480px;
    height: 100%;
    margin-bottom: 54px;
  }
  
  body.page-node-type-page:not(.path-frontpage)  main .block.block-views.block-views-blockawards-block-1 > h2 {
    padding-left: 10px;
    padding-right: 10px;  
  }
  
  body.page-node-type-page:not(.path-frontpage)  main .block.block-views.block-views-blockawards-block-1 .flexslider ul.slides {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 21px;
    row-gap: 24px;
    width: auto !important;
    max-height: 100%;
    height: 100%;
    overflow:  auto;
  }
  
  body.page-node-type-page:not(.path-frontpage)  main .block.block-views.block-views-blockawards-block-1 {
    height: 100%;
    margin:0;
    padding: 0     
  }
  body.page-node-type-page:not(.path-frontpage)  main .block.block-views.block-views-blockawards-block-1 .flexslider .flex-control-nav {
    display: none;
}
  body.path-brands main .block.block-system-main-block .view .view-filters select, body.path-products main .block.block-system-main-block .view .view-filters select, body.page-node-type-product main .block.block-system-main-block .view .view-filters select, body.path-tribe-talk main .psiu-interior-page.view .view-filters select, body.page-node-type-webform  main article.node.node--type-webform.node--view-mode-full .form-type-select select {
   
     border: 1px solid var(--Light-Theme-Border-Colours-Border, #00000099)
    
  }
  body.page-node-type-webform  main article.node.node--type-webform.node--view-mode-full p{
   
   padding: 0 10px;
  }
 
  body.page-node-type-page:not(.path-frontpage)  main .block.block-views.block-views-blockawards-block-1 .flexslider ul.slides li .views-field.views-field-title {
    overflow: hidden;
    height: 93px;
  }
  
  div#block-psi-custom-meettheteam strong{
    white-space: nowrap;
  }
  
  
  form input{
    flex: 1;
  }
  form label{
    flex: 2;
  }
  
  
  body.path-quote main form#sales-quote-cart > div{
    flex-wrap: wrap;
    gap: 12px !important;
    padding: 16px 12px;
  }
  body.path-quote main form#sales-quote-cart > div > a{
    width: 100%;
  }
  
  body.path-taxonomy main .block.block-system-main-block > h2, body.path-brands main .block.block-system-main-block > h2, body.path-products main .block.block-system-main-block > h2, body.page-node-type-product main .block.block-system-main-block > h2, body.path-global-search main .block.block-system-main-block > h2 {
    min-height: 44px;
    color: #FFF;
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 48px 0;
  }
 
  body.path-tribe-talk main .psiu-learn-page > div.view-header > div:last-child {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 54px;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-header > div:last-child > div {
    width: auto !important;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-header > div{
    padding: 0 10px;
    flex-direction: column;
    width: auto !important;
    scale: 95%;
      zoom: 0.95;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-header {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    align-items: center;
  }
  
  body.path-tribe-talk main .psiu-learn-page > div.view-content {
    margin: 0;
    padding: 0 10px;
    display: flex;
    height: 100%;
    width: 100%;
    padding-top: 59px;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-content .flexslider.optionset-home-page-slider {
    height: 100%;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-content .flexslider.optionset-home-page-slider ul.slides > l1{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-content .views-field.views-field-field-featured-image {
    width: 100%;
    height: 240px;
    max-width: 100%;
    float: none;
    clear: both;
    margin: 0;
     padding: 0;    
/*     margin-top: 59px;*/
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-content .views-field.views-field-field-featured-image img {
    max-width: 100%;
    max-height: 240px;
    width: auto;
    height: auto;
  }
  body.path-tribe-talk main .psiu-learn-page > div.view-content .views-field.views-field-field-when-webinar-date {
  
    height: 102px;
    overflow:hidden;
  }
  body.path-tribe-talk main .psiu-learn-page > div.attachment.attachment-after .views-element-container > div.view.view-display-id-attachment_1 {
    max-width: 100%;
  }
  body.path-tribe-talk main .psiu-learn-page > div.attachment.attachment-after {
   margin: 0;
    padding: 0 10px;
    padding-bottom: 59px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
   flex-wrap: wrap;
   justify-content: center;
   flex-direction: column-reverse;
  }
 body.path-tribe-talk main .psiu-learn-page > div.attachment.attachment-after > div.views-element-container > div.view.view-display-id-attachment_2 {
    max-width: 100%;
  }
  
 body.path-tribe-talk main .psiu-learn-page  > div.attachment.attachment-after > div.views-element-container > div.view.view-display-id-attachment_2  .event-content-wrapper {
    display: flex;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
     height: 100%; 
    justify-content: flex-start;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
  }
  
  body.path-tribe-talk main .psiu-learn-page  > div.attachment.attachment-after > div.views-element-container > div.view.view-display-id-attachment_1 > div.view-content > div.views-row  .views-field.views-field-title {
/*   height: 72px;
   overflow:hidden;*/
 }
 body.path-tribe-talk main .psiu-learn-page  > div.attachment.attachment-after > div.views-element-container > div.view.view-display-id-attachment_1 > div.view-content > div.views-row  .views-field.views-field-title .field-content{
      height: 72px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
 }
 body.path-tribe-talk main .views-field.views-field-field-doc-type {
    margin-top: 24px;
  }
  
  body.path-tribe-talk main .psiu-interior-page.view >  div.attachment.attachment-before div.view-header > nav > ul.menu, body.page-node-type-video main nav#block-psi-custom-learn-2 > ul.menu, body.page-node-type-document main nav#block-psi-custom-learn-2 > ul.menu, body.page-node-type-webinar main nav#block-psi-custom-learn-2 > ul.menu, body.page-node-type-event main nav#block-psi-custom-learn-2 > ul.menu {
 display: none;
  }
  
  body.path-tribe-talk main .psiu-interior-page  .event-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
  
  body.path-tribe-talk main .psiu-interior-page.view > div.view-content > div.views-row .field-content{
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0 10px;
    
  }
  
  body.path-tribe-talk main .psiu-learn-webinars-page .view-content .event-date-box {
    display: flex;
    text-align: center;
    width: 123px;
    height: 123px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #EAEFEF;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin: 0 ;
  }
  body.path-tribe-talk main .psiu-learn-webinars-page.psiu-interior-page.view > div.view-content  .event-content {
    width: 400px;
    flex-shrink: 0;
    margin: 0;
    padding: 10px;
  }
  
  body.path-tribe-talk main .psiu-learn-webinars-page.psiu-interior-page.view > div.view-content .button.event-register-button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #007960;
    margin: 24px 10px;

    width: 180px;
  }
  body.path-tribe-talk main .psiu-learn-on-demand-page.psiu-interior-page.view >  div.attachment.attachment-before div.view-header {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
  body.path-tribe-talk main .psiu-learn-on-demand-page.psiu-interior-page  .event-content-wrapper {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
    background: #FFF;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    align-items: flex-start;
    border-radius: 4px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.08);
  }
  body.path-tribe-talk main .psiu-learn-on-demand-page.psiu-interior-page .event-content {
    margin: 24px 12px;
    width: 100%;
  } 
  body.path-tribe-talk main .psiu-learn-on-demand-page.psiu-interior-page .register-button-wrapper {
 
}

body.path-tribe-talk main .psiu-learn-on-demand-page.psiu-interior-page .event-long-date {
    /* width: 368px; */
    height: 100%;
    flex-shrink: 0;
    color: var(--Light-Theme-Brand-Colours-Brand-1, #007960);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    white-space: normal;
  }
  
  body.path-tribe-talk main .psiu-learn-on-demand-page.psiu-interior-page .button.event-register-button {
    width: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: #007960;
    margin: 24px 12px;
  }
  
  body.path-tribe-talk main .psiu-learn-white-papers-page.psiu-interior-page > .view-content .views-row {
    padding: 10px;
    width: 100%;
  }
  
  body.path-tribe-talk main .psiu-learn-white-papers-page.psiu-interior-page > .view-content .views-row .views-field.views-field-nothing .field-content {
    margin: 24px 12px;
  }
  
  
/*  body.path-taxonomy main .block.block-system-main-block .view .view-content, body.path-brands main .block.block-system-main-block .view .view-content, body.path-products main .block.block-system-main-block .view .view-content, body.page-node-type-product main .block.block-system-main-block .view .view-content, body.path-taxonomy main .block.block-system-main-block .view nav.pager, body.path-brands main .block.block-system-main-block .view nav.pager, body.path-products main .block.block-system-main-block .view nav.pager, body.page-node-type-product main .block.block-system-main-block .view nav.pager, body.page-node-type-product main div#block-psi-custom-quicktabsproducts, body.page-node-type-product main div#block-psi-custom-quicktabsmoreproductinformation, body.path-tribe-talk main .psiu-interior-page.view .view-content, body.path-tribe-talk main .psiu-interior-page.view .view-empty, body.path-tribe-talk main .psiu-interior-page.view nav.pager, body.page-node-type-video main .layout, body.page-node-type-video main  div.block-views-blockpsi-university-views-block-1, body.page-node-type-video main  div.block-views-blockpsi-university-views-block-1 .view-empty, body.page-node-type-document main .layout, body.page-node-type-document main  div.block-views-blockpsi-university-views-block-1, body.page-node-type-document main  div.block-views-blockpsi-university-views-block-1 .view-empty, body.page-node-type-webinar main .layout, body.page-node-type-event main .layout, body.page-node-type-webinar main  div.block-views-blockpsi-university-views-block-1, body.page-node-type-webinar main  div.block-views-blockpsi-university-views-block-1 .view-empty, body.path-global-search main .breadcrumb ol li
body.page-node-type-webinar div#block-psi-custom-webform-3, body.page-node-type-event div#block-psi-custom-webform-3, body.path-global-search main .block.block-system-main-block .view-search .view-content, body.path-global-search main .block.block-system-main-block .view-search .view-empty, body.path-global-search main .block.block-system-main-block .view-search nav.pager {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }*/


body.page-node-type-video main .layout--onecol .layout__region {
    padding: 24px 10px 59px 10px;
}


  body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-field-video-media {
    float: none;
    clear: both;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 4px;
/*    padding: 24px 0;*/
  }
  
  body.path-tribe-talk main div.psiu-learn-videos-page.psiu-interior-page > div.view-content {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex-direction: column;
    align-content: center;
  }
  
  body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-body {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
  }
  
  body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-body .field-content {
    width: 100%;
    height: 99px;
    color: var(--Light-Theme-Typography-Colours-Body, #1B273B);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  
  body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row {
    /* padding: 43px 0; */
    width: 95%;
    clear: both;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #EAEFEF;
    background: var(--Light-Theme-Background-Colours-Background-Light, #FFF);
  }
  
  body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-nothing {

    justify-content: center;

  }
  body.path-tribe-talk main .psiu-learn-calendar-page.psiu-interior-page > .view-filters .form-text {
    width: 100%;
    height: 46px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #5C5D5E;
    background: #FFF;
    margin: 0;
    padding: 16px;
  }
  
  body.path-brands main .block.block-system-main-block .view .view-filters .form-submit:not(.js-hide), body.path-products main .block.block-system-main-block .view .view-filters .form-submit:not(.js-hide), body.path-tribe-talk main .psiu-interior-page.view .view-filters .form-submit:not(.js-hide), body.path-global-search main .block.block-system-main-block .view-search .view-filters .form-submit:not(.js-hide) {
    color: var(--light-theme-interaction-colours-interaction-text, #E6E9EB);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.1px;
    padding: 10px 40px;
    display: inline-flex;
    border: 0;
    border-radius: 4px;
    background: var(--light-theme-brand-colours-brand-1, #007960);
    margin-top: 0;
    width: 100%;
    cursor: pointer;
  }
  
  body.page-node-type-webinar main .layout,
  body.page-node-type-document main .layout{
    padding: 24px 10px;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  body.page-node-type-webinar main div.block-views-blockpsi-university-views-block-1,
  body.page-node-type-document main div.block-views-blockpsi-university-views-block-1,
  body.page-node-type-video main div.block-views-blockpsi-university-views-block-1{

    padding-top: 12px;
    padding-bottom: 59px;
  }
  body.page-node-type-webinar div#block-psi-custom-webform-3 textarea, body.page-node-type-event div#block-psi-custom-webform-3 textarea {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    margin-bottom: 63px;
  }
  
  body.page-node-type-video main  div.block-views-blockpsi-university-views-block-1 > h2, body.page-node-type-document main  div.block-views-blockpsi-university-views-block-1 > h2, body.page-node-type-webinar main  div.block-views-blockpsi-university-views-block-1 > h2 {
    color: var(--Light-Theme-Typography-Colours-Heading, #303133);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.6px;
    margin-top: 44px;
    margin-bottom: 44px;
  }
  
  body.page-node-type-video main .layout .field.field--name-field-featured-image > img, body.page-node-type-video main .layout .field.field--name-field-video-media > img, body.page-node-type-video main .layout .field.field--name-field-media-oembed-video > img, body.page-node-type-video main .layout .field.field--name-field-video-media > img, body.page-node-type-document main .layout .field.field--name-field-featured-image img, body.page-node-type-webinar main .layout .field.field--name-field-featured-image img, body.page-node-type-event main .layout .field.field--name-field-featured-image img {
    max-width: 100%;
    max-height: 100%;
    width: calc(95vw);
    height: auto;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0,0.16);
   margin:24px 0;
    float: none;
    clear: both;
  }
  
  body.page-node-type-document .layout__region--content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 16px;
    
  }
   body.page-node-type-document .layout__region--content .field.field--name-field-media-image.field--type-image.field--label-hidden.field__item {
    text-align: center;
}
  
  body.page-node-type-video main .layout .field.field--name-body, body.page-node-type-document main .layout .field.field--name-body, body.page-node-type-webinar main .layout .field.field--name-body, body.page-node-type-event main .layout .field.field--name-body {
    color: var(--Light-Theme-Typography-Colours-Body, #1B273B);
    font-feature-settings: 'clig' off, 'liga' off;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 24px!important;
    max-width: 100%;
  }
  
  body.page-node-type-webinar main .layout .field.field--name-body img, body.page-node-type-event main .layout .field.field--name-body img, body.page-node-type-webinar main .layout .field.field--name-body iframe {

    width: inherit;

  }
  
  body.page-node-type-video main div.block-views-blockpsi-university-views-block-1 {
      padding-top: 12px;
      padding-bottom: 59px;
      /* padding-left: 10px; */
      /* width: 100%; */
      /* padding-right: 10px; */
  }
  body.page-node-type-video main div.block-views-blockpsi-university-views-block-1 > h2,
  body.page-node-type-video main div.block-views-blockpsi-university-views-block-1 > div{
    padding: 0 10px;
  }
 div.sf-accordion-toggle.sf-style-black a,
div.sf-accordion-toggle.sf-style-black a.sf-expanded, ul.sf-menu.sf-style-black.sf-accordion li.sf-expanded {
    background: #303133;
  }
  ul.sf-menu.sf-style-black li, ul.sf-menu.sf-style-black.sf-navbar {
    background: #007960;
  }
  
  ul.sf-menu.sf-style-black li li, ul.sf-menu.sf-style-black.sf-navbar > li > ul {
    background: #0A2D3D;
  }
  ul.sf-menu.sf-style-black a.is-active{
    background: var(--light-theme-highlight-colour-highlight, #ff671d);

  }

  ul.sf-menu.sf-style-black li:hover, ul.sf-menu.sf-style-black li.sfHover, ul.sf-menu.sf-style-black a:focus, ul.sf-menu.sf-style-black a:hover, ul.sf-menu.sf-style-black span.nolink:hover {
  background: #007960;
 
  }
  
  body.page-node-type-page:not(.path-frontpage)  main {
    background-size: auto ;
  }
  
  body.page-node-type-product span.views-field.views-field-field-product-images img, .product-image img {
    max-width: 100%;
    max-height: 351px;
    width: auto; 
    height: auto;
    /* margin: 0 53px 11px 0; */
}
  

}
@media (max-width: 790px) {
  
   li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
    width: 100% !important;
  }
    
  body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-field-video-media img,  body.page-node-type-video main .layout img
    {
      max-width: 100%;
    max-height: 100%;
    width: calc(95vw);
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }

  body.page-node-type-video main .layout iframe,
  body.page-node-type-video main .layout video,
      body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-field-video-media iframe,
        body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-field-video-media video{
           width: calc(95vw);
    height: calc(63vw);
    scale: 95%;
    zoom: 0.95;
  }
  .event-content-wrapper {
    flex-direction: column;
  }
  div#block-psi-custom-views-block-products-block-5 .views-view-responsive-grid__item {
    width: 100%;
    height: 100%;
}
div#block-psi-custom-views-block-products-block-5 .views-field.views-field-field-product-images {
    width: 100%;
    height: 100%;
    display: block;
}
    
  
/*  body.page-node-type-video main .layout .field.field--name-body iframe,
body.path-tribe-talk main .psiu-learn-videos-page.psiu-interior-page > .view-content .views-row .views-field.views-field-field-video-media iframe{
     width: calc(95vw);
  height: calc(63vw);
    scale: 95%;
    zoom: 0.95;
  }*/
}
