/* -----------------------------------------------------------------------*/
/* ------------------------------ VARIABLES ------------------------------*/
/* -----------------------------------------------------------------------*/
/* -----------------------------------------------------------------------*/
/* -------------------------------- MIXINS -------------------------------*/
/* -----------------------------------------------------------------------*/
/* -----------------------------------------------------------------------*/
/* -----------------------------------------------------------------------*/
body {
  background-image: linear-gradient(#828282, #000000);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
}
body main {
  min-height: calc(100vh - 400px);
}
body header[role=banner] {
  position: sticky;
  top: 0px;
  z-index: 101;
}
body:not(body.path-frontpage) {
  background-image: none;
}
body:not(body.path-frontpage) header .region.region-header {
  background-color: #1b1b1b;
}
body:not(body.path-frontpage) main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 15px;
}
body:not(body.path-frontpage) .layout-container .layout-content {
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  body:not(body.path-frontpage) .layout-container .layout-content {
    padding-top: 0px;
  }
}
@media screen and (max-width: 400px) {
  .region.region-header.collapsed {
    display: block;
    overflow: visible;
    height: 30px;
  }
}
.toggle-navigation {
  font-size: x-large;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  height: 45px;
  width: 100%;
}
@media screen and (min-width: 400px) {
  .toggle-navigation {
    visibility: hidden;
    width: 0px;
  }
}
.region.region-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: rgba(0, 0, 0, 0.75);
  height: 45px;
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 550;
}
@media screen and (max-width: 400px) {
  .region.region-header {
    flex-direction: column;
    height: 200px;
  }
  .region.region-header .block-block-content {
    width: 0px;
    overflow: hidden;
  }
  .region.region-header .field--type-text-with-summary {
    width: 0px;
    overflow: hidden;
  }
}
.region.region-header .block-system-branding-block {
  display: inline-flex;
  flex-wrap: nowrap;
  height: 45px;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 400px) {
  .region.region-header .block-system-branding-block {
    visibility: collapse;
    height: 0px;
    margin-top: 0px !important;
  }
}
.region.region-header .block-system-branding-block a {
  color: white;
  text-decoration: none;
  font-size: x-large;
  width: 140px;
  height: 100px;
}
@media screen and (max-width: 750px) {
  .region.region-header .block-system-branding-block a {
    width: 70px;
    height: 45px;
  }
}
.region.region-header .block-system-branding-block a img {
  z-index: 600;
  position: sticky;
}
.region.region-header .block-system-branding-block .site-logo.chl-logo {
  max-width: 145px;
  height: calc(28px + 45px);
  display: block;
}
@media screen and (max-width: 750px) {
  .region.region-header .block-system-branding-block .site-logo.chl-logo {
    width: 70px;
    height: calc(45px - 8px);
    margin: 0 4px;
  }
  .region.region-header .block-system-branding-block .site-logo.chl-logo img {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 400px) {
  .region.region-header .block-system-branding-block .site-logo.chl-logo {
    visibility: collapse;
  }
}
.region.region-header .block-system-branding-block .site-logo.chl-logo img {
  max-height: 100%;
  max-width: 100%;
  height: 64px;
  padding: 4px;
  margin-left: 10px;
}
@media screen and (max-width: 750px) {
  .region.region-header .block-system-branding-block .site-logo.chl-logo {
    max-width: 100px;
  }
  .region.region-header .block-system-branding-block .site-name a {
    align-items: center;
    font-size: 1em;
  }
}
@media screen and (max-width: 400px) {
  .region.region-header .block-system-branding-block {
    margin: 0 auto;
    margin-top: 15px;
    width: 100%;
  }
  .region.region-header .block-system-branding-block .site-logo.chl-logo {
    max-width: 45px;
    display: none;
  }
  .region.region-header .block-system-branding-block .site-name {
    margin: 0 auto;
  }
  .region.region-header .block-system-branding-block .site-name a {
    font-size: 1.5em;
  }
}
.region.region-header .chl-main-navigation-container {
  display: flex;
  height: 45px;
}
@media screen and (max-width: 400px) {
  .region.region-header .chl-main-navigation-container {
    flex-direction: column;
  }
}
@media screen and (max-width: 400px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation.collapsed {
    visibility: collapse;
    height: 0px !important;
    overflow: hidden !important;
    height: 0px;
    overflow: hidden;
  }
}
.region.region-header .chl-main-navigation-container .chl-main-navigation {
  width: 100%;
  flex-basis: 50%;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 400px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation {
    flex-direction: column;
    justify-content: center;
    height: 160px;
  }
}
.region.region-header .chl-main-navigation-container .chl-main-navigation .menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0% 2.5% 0% 0;
  margin: 0px;
  height: 100%;
  justify-content: end;
  color: white;
}
.region.region-header .chl-main-navigation-container .chl-main-navigation .menu li.menu-item:first-of-type {
  margin-left: -5px;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation .menu {
    flex-direction: column;
    flex-wrap: wrap;
    margin-left: 15px;
    padding-left: 2.5%;
    justify-content: space-around;
    height: 140px;
    margin: 0px;
    justify-content: center;
    align-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation .menu li.menu-item:first-of-type {
    margin-left: initial;
    margin: auto;
    text-align: initial;
  }
}
.region.region-header .chl-main-navigation-container .chl-main-navigation .menu-item {
  align-items: center;
  padding: 0% 15px 0% 15px;
  display: flex;
  justify-content: center;
}
.region.region-header .chl-main-navigation-container .chl-main-navigation .menu-item:hover {
  background-color: dimgray;
}
.region.region-header .chl-main-navigation-container .chl-main-navigation .menu-item a {
  color: white;
  text-decoration: none;
  padding: 0% 15px 0% 15px;
}
@media screen and (max-width: 750px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation .menu-item a {
    padding: initial;
  }
}
@media screen and (max-width: 400px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation .menu-item {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: x-large;
    margin: auto;
  }
  .region.region-header .chl-main-navigation-container .chl-main-navigation .menu-item:first-of-type {
    margin-left: initial;
  }
}
@media screen and (max-width: 400px) {
  .region.region-header .chl-main-navigation-container .chl-main-navigation {
    justify-content: space-between;
  }
}
.region.region-header div.block-block-content {
  display: flex;
  flex-direction: row;
  flex-basis: 100%;
  height: 28px;
  background-color: rgba(211, 211, 211, 0.75);
}
.region.region-header div.block-block-content .text-formatted {
  display: flex;
  align-items: center;
  margin-left: 150px;
}
@media screen and (max-width: 750px) {
  .region.region-header div.block-block-content .text-formatted {
    margin-left: 10px;
  }
}
.region.region-header div.block-block-content .text-formatted p {
  margin: 0px;
}
.region.region-header div.block-block-content h2 {
  visibility: hidden;
  width: 0px;
}
.chl-home-page-wrapper main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.chl-home-page-wrapper form {
  max-height: 45px;
  width: 90%;
  max-width: 515px;
  flex-direction: row;
  align-items: center;
  border-radius: 6px;
  background-color: white;
  color: gray;
  margin: 0 auto;
  overflow: hidden;
  padding: 0px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
}
.chl-home-page-wrapper form .form--inline {
  display: flex;
}
.chl-home-page-wrapper form .form--inline.clearfix {
  width: 100%;
}
.chl-home-page-wrapper form .form--inline.clearfix .material-icons {
  display: flex;
  align-items: center;
}
.chl-home-page-wrapper form .form-actions {
  background-color: #2c2c2c;
  display: flex;
  align-items: center;
}
.chl-home-page-wrapper form input {
  font-size: 20px;
  margin-top: -3px;
  height: 100%;
  padding-left: 10px;
  width: 100%;
  background-color: white;
  border-color: white;
  border-style: solid;
  background-repeat: no-repeat;
}
.chl-home-page-wrapper form input label {
  display: none;
}
.chl-home-page-wrapper form input:focus-visible {
  outline: none;
}
.chl-home-page-wrapper form:focus-within {
  border: solid 3px #fe1016;
}
.chl-home-page-wrapper .search-button input {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 1em;
  height: 50px;
  background-color: transparent;
  color: white;
  margin: 0%;
}
.chl-home-page-wrapper .js-form-item {
  width: 100%;
}
.chl-home-page-wrapper .layout-content {
  padding: 15px 0px 0px 0px;
}
.chl-home-page-wrapper .chl-custom-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  padding: 2%;
}
.chl-home-page-wrapper .chl-custom-headline h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0%;
}
.chl-home-page-wrapper .chl-custom-headline p {
  margin: 0%;
}
/* -----------------------------------------------------------------------*/
/* ------------------------- Model Page styles ---------------------------*/
/* -----------------------------------------------------------------------*/
.node--type-chl-model .field__items {
  display: flex;
  flex-flow: wrap;
}
.node--type-chl-model {
  margin: 0 auto;
  background-color: white;
  padding: 20px 0px 50px 0px;
}
.node--type-chl-model:not(.node--view-mode-teaser) {
  width: 90%;
}

.field--name-field-model-category .field__item:not(:last-child):after {
  content:',';
  margin-right: 3px;
}
.node--type-chl-model .back-btn {
  width: 90%;
  display: block;
  margin: 0px 0px 10px 0px;
  color: #fe1016;
  text-decoration: none;
}
.node--type-chl-model .back-btn span {
  color: #1b1b1b;
  text-decoration: underline;
}
.node--type-chl-model .model-name-author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 90%;
  margin: 5px 5px 5px 5px;
  margin-bottom: 20px;
}
.node--type-chl-model .model-name-author .field--name-field-chl-model-image {
  overflow: hidden;
  min-width: 120px;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  max-height: 100%;
}
.node--type-chl-model .model-name-author .field--name-field-chl-model-image .field__item {
  height: 100%;
}
.node--type-chl-model .model-name-author .field--name-field-chl-model-image img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 400px) {
  .node--type-chl-model .model-name-author .field--name-field-chl-model-image {
    min-width: 50px;
    width: 50px;
    height: 50px;
  }
}
.node--type-chl-model .model-name-author .field--name-title {
  color: #1b1b1b;
  font-size: 1.5em;
  text-decoration: none;
}
@media screen and (max-width: 400px) {
  .node--type-chl-model .model-name-author .field--name-title {
    font-size: 1em;
  }
}
.node--type-chl-model .model-name-author .model-text-data {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
  width: 90%;
}
.node--type-chl-model .model-name-author .model-text-data a {
  color: #03a9f4;
  text-decoration: none !important;
  margin-bottom: 5px;
}
.node--type-chl-model .model-name-author .model-text-data h1 {
  margin: 0px;
  font-weight: lighter;
}
.node--type-chl-model .model-name-author .model-text-data .node__submitted {
  color: gray;
}
.node--type-chl-model .model-name-author .model-text-data .paragraphs-content-wrapper {
  height: initial;
  word-break: break-word;
}
.node--type-chl-model .model-tab-container {
  display: none;
}
.node--type-chl-model .custom-tab-zone {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 1px;
  width: 100%;
  margin: 0 auto;
  transition-duration: 0.3s;
  line-height: 1.3;
  font-size: 1.1em;
  position: relative;
}
.node--type-chl-model .custom-tab-zone .tab-shift-btn-container {
  width: 100%;
  height: 50px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  z-index: 100;
  pointer-events: none;
  overflow: hidden;
  border-bottom: solid 3px #c8c8c8;
}
.node--type-chl-model .custom-tab-zone .tab-shift-btn-container .tab-shift-btn {
  width: 30px;
  height: 100%;
  background-color: white;
  pointer-events: initial;
  border: none;
  background-color: #e6e6e6;
}
.node--type-chl-model .custom-tab-zone .tab-shift-btn-container .tab-shift-btn:first-of-type {
  box-shadow: 5px 0px 15px 5px #ffffff;
}
.node--type-chl-model .custom-tab-zone .tab-shift-btn-container .tab-shift-btn:last-of-type {
  box-shadow: -5px 0px 15px 5px #ffffff;
}
.node--type-chl-model .custom-tab-zone .tab-shift-btn-container .tab-shift-btn:hover {
  background-color: #eeeeee;
}
@media screen and (max-width: 750px) {
  .node--type-chl-model .custom-tab-zone .tab-shift-btn-container {
    display: none;
  }
}
.node--type-chl-model .custom-tab-zone .tab-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 50px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  transition-duration: 0.3s;
  position: relative;
  margin: 0px 35px 0px 35px;
}
.node--type-chl-model .custom-tab-zone .tab-headers::-webkit-scrollbar {
  display: none;
}
.node--type-chl-model .custom-tab-zone .tab-headers .tab-hamburger {
  display: none;
}
.node--type-chl-model .custom-tab-zone .tab-headers .field__label,
.node--type-chl-model .custom-tab-zone .tab-headers .field--name-field-tab-name {
  margin: 0px 10px 0px 10px;
  padding: 0px 5px 0px 5px;
  font-weight: lighter;
  height: calc(100% - 3px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: solid 3px transparent;
  cursor: pointer;
  transition-duration: 0.3s;
}
.node--type-chl-model .custom-tab-zone .tab-headers .field__label:hover,
.node--type-chl-model .custom-tab-zone .tab-headers .field--name-field-tab-name:hover {
  background-color: #e6e6e6;
}
.node--type-chl-model .custom-tab-zone .tab-headers .nonce-class.active,
.node--type-chl-model .custom-tab-zone .tab-headers .field__label.active {
  border-bottom: solid 3px #fe1016;
}
@media screen and (max-width: 750px) {
  .node--type-chl-model .custom-tab-zone {
    position: relative;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers {
    flex-direction: column;
    min-height: 250px;
    overflow: hidden;
    position: sticky;
    top: 0px;
    width: 100%;
    background-color: white;
    margin: initial;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers .field__label,
  .node--type-chl-model .custom-tab-zone .tab-headers .field--name-field-tab-name {
    border-bottom: initial;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers .nonce-class.active,
  .node--type-chl-model .custom-tab-zone .tab-headers .field__label.active {
    background-color: #e6e6e6;
    border-bottom: initial;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers.collapsed {
    min-height: initial;
    height: 40px;
    overflow: hidden;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers.collapsed div {
    opacity: 0;
    pointer-events: none;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers .tab-hamburger {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    z-index: 100;
    background-color: #e6e6e6;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 0px;
    text-decoration: none;
    display: inline-flex;
    border-color: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    justify-content: center;
    align-items: center;
    background-color: #fe1016;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers .tab-hamburger span {
    display: block;
    font-size: 35px;
    color: white;
  }
  .node--type-chl-model .custom-tab-zone .tab-headers .field__label,
  .node--type-chl-model .custom-tab-zone .tab-headers .field--name-field-tab-name {
    margin: 0px;
    padding: 0px;
    max-height: 50px;
    width: 100%;
  }
}
.node--type-chl-model .custom-tab-zone .tab-content-inner {
  width: 95%;
  height: 100%;
  display: none;
  margin: 15px;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row {
  display: flex;
  flex-direction: row;
  margin: 10px 0px 10px 0px;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .icon {
  width: 30px;
  min-width: 30px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 7px;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .icon img {
  width: 100%;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .field {
  width: 100%;
  max-width: calc(100% - 45px);
  margin: 0 auto;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .field iframe {
  max-width: 100%;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 0 auto;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .field a {
  word-break: break-all;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .field p,
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .file {
  margin: 8px 0px 0px 0px;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner .chl-model-paragraph-row .file a {
  color: #03a9f4;
}
.node--type-chl-model .custom-tab-zone .tab-content-inner.active {
  display: flex;
  flex-direction: column;
}
.page-node-type-chl-model article.node--type-chl-model div.node__content {
  margin: 0 auto;
}
.model-print-container {
  display: none;
  width: 8.5in;
  height: 11in;
  padding: 1in;
}
@media print {
  .layout-container {
    display: none;
  }
  .model-print-container {
    display: block !important;
  }
  .model-print-container .model-name-author {
    margin-bottom: 15px;
  }
}
.print-button {
  padding: 5px 15px;
  background-color: #fe1016;
  border-color: #e6e6e6;
  color: white;
  border-radius: 5px;
}
.print-button input {
  width: 75px;
  border-style: solid;
  background: white;
  border-color: white;
  height: 2em;
}
/* -----------------------------------------------------------------------*/
/* ------------------------- Search Results Page styles ------------------*/
/* -----------------------------------------------------------------------*/
.search-result-layout-container main {
  display: flex;
  padding-top: 100px;
}
@media screen and (max-width: 400px) {
  .search-result-layout-container main {
    padding-top: 40px;
  }
}
.search-result-layout-container main .layout-sidebar-first {
  margin-top: 100px;
  margin-left: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .search-result-layout-container main .layout-sidebar-first {
    margin-top: 100px;
  }
}
@media screen and (max-width: 400px) {
  .search-result-layout-container main .layout-sidebar-first {
    margin-top: 35px;
  }
}
.search-result-layout-container main .layout-sidebar-first .toggle-mobile-facets-container {
  display: none;
}
.search-result-layout-container main .layout-sidebar-first .facets-soft-limit-link {
  margin-top: 5px;
  display: block;
  color: #1b1b1b;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .search-result-layout-container main {
    flex-direction: column;
  }
  .search-result-layout-container main .layout-sidebar-first {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    width: calc(100% - 30px);
  }
  .search-result-layout-container main .layout-sidebar-first .toggle-mobile-facets-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: sticky;
    top: 0px;
    z-index: 100;
    margin: 10px 15px 0px 0px;
    transition-duration: 0.3s;
  }
  .search-result-layout-container main .layout-sidebar-first .toggle-mobile-facets-container .toggle-mobile-facets-btn {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    background-color: #e6e6e6;
    border-radius: 4px;
    padding: 2px 4px 2px 4px;
    margin: 2px 2px 2px 0px;
    text-decoration: none;
    display: inline-flex;
    border-color: transparent;
    color: white;
    background-color: #fe1016;
  }
  .search-result-layout-container main .layout-sidebar-first .toggle-mobile-facets-container .toggle-mobile-facets-btn:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  }
  .search-result-layout-container main .layout-sidebar-first.collapsed {
    box-shadow: none;
  }
  .search-result-layout-container main .layout-sidebar-first.collapsed .toggle-mobile-facets-container {
    margin: 0px;
  }
}
@media screen and (max-width: 750px) and screen and (max-width: 400px) {
  .search-result-layout-container main .layout-sidebar-first {
    margin-top: 220px;
  }
}
.search-result-layout-container .field--name-field-description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.search-result-layout-container .field--name-field-description .field__label {
  display: flex;
  align-items: center;
}
.search-result-layout-container .field--name-field-description .paragraph-formatter {
  display: flex;
  grid-gap: initial;
}
.search-result-layout-container .sort-item {
  color: #2c2c2c;
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 0px;
  text-decoration: none;
  display: inline-flex;
  border-color: transparent;
}
.search-result-layout-container .sort-item.is-active {
  background-color: #fe1016;
  color: white;
  justify-content: center;
  align-items: center;
  width: auto;
}
.search-result-layout-container .sort-item.is-active .tablesort {
  color: white;
  background-color: white;
  border-radius: 50%;
  margin-left: 5px;
}
.search-result-layout-container .pager {
  display: flex;
  justify-content: center;
  margin: 0px 30px 0x 15px;
}
.search-result-layout-container .pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}
.search-result-layout-container .pager a {
  color: gray;
  text-decoration: none;
}
.search-result-layout-container .pager .pager__item:first-of-type {
  border-radius: 5px 0px 0px 5px;
  border-left: solid lightgray;
}
.search-result-layout-container .pager .pager__item {
  border-color: lightgray;
  border-style: solid;
  border-left: white;
}
.search-result-layout-container .pager .pager__item:last-of-type {
  border-radius: 0px 5px 5px 0px;
}
.search-result-layout-container .pager .is-active {
  background-color: #fe1016;
}
.search-result-layout-container .pager .is-active a {
  color: white;
}
.search-result-layout-container .layout-content {
  flex-grow: 1;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .search-result-layout-container .layout-content {
    margin-top: 0px;
  }
}
.search-result-layout-container .layout-content .view-content article {
  border-radius: 1px;
  padding: 5px;
  margin: 15px 30px 15px 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.search-result-layout-container .layout-content .view-content article:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
@media screen and (max-width: 750px) {
  .search-result-layout-container .layout-content .view-content article {
    margin: 15px;
  }
}
.search-result-layout-container .region-sidebar-first {
  width: 250px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 1px;
  margin-top: 15px;
}
.search-result-layout-container .region-sidebar-first ul,
.search-result-layout-container .region-sidebar-first li {
  margin: 0px;
}
.search-result-layout-container .region-sidebar-first ul li::marker {
  color: transparent;
}
.search-result-layout-container .region-sidebar-first h2 {
  color: gray;
  font-size: 1em;
  margin: 0px;
  margin-bottom: 5px;
}
.search-result-layout-container .region-sidebar-first select {
  width: 100%;
}
.search-result-layout-container .region-sidebar-first .block-search-api-sorts {
  padding: 15px;
}
@media screen and (max-width: 750px) {
  .search-result-layout-container .region-sidebar-first {
    margin: 0px;
    width: 100%;
    box-shadow: none;
  }
  .search-result-layout-container .region-sidebar-first .block-search-api-sorts .search-api-sorts {
    display: flex;
    flex-direction: row;
  }
  .search-result-layout-container .region-sidebar-first .block-search-api-sorts .search-api-sorts li {
    margin-right: 5px;
  }
}
@media screen and (max-width: 750px) {
  .search-result-layout-container .region-sidebar-first.collapsed {
    height: 0px;
    opacity: 0;
    pointer-events: none;
  }
}
.search-result-layout-container .views-exposed-form .form--inline {
  display: flex;
  margin: 15px 30px 15px 13px;
  border: solid 2px lightgray;
  border-radius: 6px;
  height: 2em;
  align-items: center;
  overflow: hidden;
}
.search-result-layout-container .views-exposed-form .form--inline input {
  border-radius: 5px;
}
.search-result-layout-container .views-exposed-form .form--inline input:focus-visible {
  outline: none;
}
.search-result-layout-container .views-exposed-form .form--inline:focus-within {
  border: solid 2px #fe1016;
}
.search-result-layout-container .views-exposed-form .form--inline .js-form-item {
  width: calc(100% - 75px);
  margin: 0%;
  overflow: hidden;
}
.search-result-layout-container .views-exposed-form .form--inline .js-form-item input {
  padding-left: 10px;
  width: 100%;
  border-width: 0px;
  height: 2em;
}
.search-result-layout-container .views-exposed-form .form--inline .js-form-wrapper {
  margin: 0px;
  background-color: #2c2c2c;
}
.search-result-layout-container .views-exposed-form .form--inline .js-form-wrapper .search-button {
  border-color: #fe1016;
  color: white;
}
.search-result-layout-container .views-exposed-form .form--inline .js-form-wrapper .search-button input {
  width: 75px;
  background: transparent;
  height: 2em;
  text-align: center;
  display: inline;
  color: white;
}
@media screen and (max-width: 750px) {
  .search-result-layout-container .views-exposed-form .form--inline {
    margin: 15px;
  }
}
.search-result-layout-container .block-facets {
  padding: 15px;
}
.search-result-layout-container .block-facets h2 {
  margin: 0px;
  margin-bottom: 5px
}
.search-result-layout-container .block-facets .facets-widget-checkbox ul {
  padding: 0px;
  margin: 0px;
}
.search-result-layout-container .block-facets .facets-widget-checkbox .facet-item {
  list-style: none;
}
.search-result-layout-container .block-facets .facets-widget-checkbox .facet-item:not(:first-child) .facet-item__value {
  padding-left: 4px;
}
@media screen and (max-width: 400px) {
  .search-result-layout-container .block-facets .facets-widget-checkbox li {
    margin-top: 7px;
    margin-bottom: 7px;
  }
}
.search-result-layout-container .fieldset-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-result-layout-container .fieldset-wrapper .js-form-item {
  width: 47%;
}
.search-result-layout-container .fieldset-wrapper .js-form-item label {
  font-weight: 500 !important;
}
.search-result-layout-container .home-search-box {
  display: flex;
  width: 100%;
}
.search-result-layout-container .home-search-box input {
  background-color: white;
  color: white;
  border-style: solid;
  border-color: white;
  padding: 0%;
  margin: 0%;
}
.search-result-layout-container .search-block-form {
  background-color: white;
  color: gray;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.search-result-layout-container .search-block-form form {
  overflow: hidden;
  width: 100%;
  border: solid 3px lightgray;
  border-radius: 10px;
  margin: 5px;
}
.search-result-layout-container .search-block-form form:focus-within {
  border: solid 3px #03a9f4;
}
.search-result-layout-container .search-block-form form .js-form-item {
  width: 100%;
}
.search-result-layout-container .search-block-form form .js-form-item .form-item {
  margin: 0%;
}
.search-result-layout-container .search-block-form form {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.search-result-layout-container .search-block-form .search-button input {
  background: white;
  border: solid;
  border-color: white;
  color: gray;
}
.search-result-layout-container .search-block-form input {
  padding-left: 0px;
  width: 100%;
  color: black;
}
.search-result-layout-container .search-block-form input:focus-visible {
  outline: none;
}
#search-block-form > div.js-form-item.form-item.js-form-type-search.form-type-search.js-form-item-keys.form-item-keys.form-no-label {
  margin-top: 0%;
  margin-bottom: 0%;
}
/* -----------------------------------------------------------------------*/
/* -------------------------- Contact Page styles ------------------------*/
/* -----------------------------------------------------------------------*/
.path-contact .form-actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.path-contact .form-actions input {
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 0px;
  text-decoration: none;
  display: inline-flex;
  border-color: transparent;
  color: #2c2c2c;
}
.path-contact .form-actions .search-button input.button--primary {
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 0px;
  text-decoration: none;
  display: inline-flex;
  border-color: transparent;
  background-color: #fe1016;
  color: white;
}
form input {
  max-width: 90vw;
}
form input[type="submit"] {
  background-color: #e6e6e6;
  border-radius: 4px;
  padding: 2px 4px 2px 4px;
  margin: 2px 2px 2px 0px;
  text-decoration: none;
  display: inline-flex;
  border-color: transparent;
}
/* -----------------------------------------------------------------------*/
/* ------------------------------- Footer styles -------------------------*/
/* -----------------------------------------------------------------------*/
.ftr-top-half {
  display: block !important;
}
.ftr-social-row {
  flex-wrap: wrap !important;
}
.skin-footer-banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #333;
  padding: 10px 20px 60px 20px;
  flex-wrap: wrap;
}
.skin-footer-banner div {
  display: flex;
  width: 50%;
  min-width: 350px;
  justify-content: center;
}
.skin-footer-banner a {
  display: flex;
  justify-content: left;
  text-decoration: unset;
  text-align: center;
  color: white;
  padding: 10px 10px 10px 10px;
}
@media screen and (max-width: 750px) {
  .skin-footer-banner a {
    justify-content: center;
  }
}
.skin-footer-banner img {
  justify-content: center;
  max-width: 25%;
  min-width: 200px;
}
.org-logos {
  display: flex;
}
.org-logos img {
  max-width: 200px;
}

.about.chl-custom-headline {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 20px;
}
