/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 14 June 2024 23:19:33
*/


@charset 'UTF-8';
/* Outdated print mixin */
*, *::before, *::after {
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  overflow-x: hidden; }

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

p {
  margin: 0 0 1em 0; }

img {
  display: block;
  max-width: 100%; }

.w5 {
  width: 5%; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w33 {
  width: 33.33333333%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w66 {
  width: 66.66666666%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  border: 0; }

.debug, .debug *, .debug *::before, .debug *::after {
  background-color: rgba(255, 0, 0, 0.12);
  box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.15); }

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }

.content {
  padding: 1.5em;
  position: relative;
  overflow-x: hidden; }
  @media only screen and (min-width: 750px) {
  .content {
    padding: 1.5em 2em; } }
  @media only screen and (min-width: 1000px) {
  .content {
    display: flex;
    flex: 1 0 auto;
    align-items: flex-start; } }
  .content > .container {
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 1000px) {
  .content > .container {
    flex-direction: row; } }
  @media print {
  .content {
    display: block;
    height: auto; } }

.left-column {
  order: 3;
  position: relative; }
  @media only screen and (min-width: 1000px) {
  .left-column {
    flex-shrink: 0;
    width: 20%;
    order: 1; } }

.main-content {
  order: 1;
  padding: 0; }
  @media print {
  .main-content {
    page-break-inside: avoid;
    display: block;
    padding: 0; } }
  @media only screen and (min-width: 1000px) {
  .main-content {
    order: 2;
    padding: 0 2.5em;
    width: 60%; }
    .main-content.two-column {
      width: 100%; } }

.fullwidth .main-content {
  width: 100%; }
  @media only screen and (min-width: 1000px) {
  .fullwidth .main-content {
    padding: 0; } }

.right-column {
  order: 2;
  margin-top: 1em; }
  @media only screen and (min-width: 1000px) {
  .right-column {
    margin: 0;
    flex-shrink: 0;
    width: 20%; } }
  @media print {
  .right-column {
    display: block; } }

h1 {
  margin: 0 0 0.5em 0; }

h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0; }

.disc {
  list-style-type: disc; }

.circle {
  list-style-type: circle; }

.none {
  list-style-type: none; }

.decimal {
  list-style-type: decimal; }

.decimal-leading-zero {
  list-style-type: decimal-leading-zero; }

.square {
  list-style-type: square; }

.lower-alpha {
  list-style-type: lower-alpha; }

.lower-roman {
  list-style-type: lower-roman; }

.upper-alpha {
  list-style-type: upper-alpha; }

.upper-roman {
  list-style-type: upper-roman; }

ul, ol {
  padding: 0;
  margin: 0 0 1em 2.5em; }
  ul ul, ol ul, ul ol, ol ol {
    margin: 0 0 0 2em; }

blockquote {
  position: relative;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1.5;
  margin: 1.75em 0 1.75em 2.75em; }
  blockquote footer {
    font-size: 0.6em;
    font-weight: 700;
    font-style: italic;
    float: right;
    margin-top: 0.4em; }
    blockquote footer:before {
      content: '\2015 '; }
  blockquote::after {
    content: '\201D';
    position: absolute;
    top: -0.4em;
    right: 0;
    font-size: 6em;
    font-style: italic;
    z-index: -1; }

.pullquote {
  float: right;
  width: 33.33333333%;
  font-weight: 400;
  font-size: 1.35em;
  line-height: 1.5;
  margin: -1em 0 1em 1.5em; }

.meta {
  font-size: 0.75rem;
  color: #666; }
  .meta a {
    color: #666; }
  .meta img {
    display: inline; }

code, pre {
  font-family: monospace, monospace; }

code {
  padding: 0.1rem 0.35rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

hr {
  margin: 1.5em 0;
  width: 100%;
  height: 0;
  border-style: none; }

dl {
  margin: 0 0 1em 0; }
  dl dt {
    font-weight: bold; }
  @media print {
.content a:after, .footer a:after {
  content: " (" attr(href) ") ";
  font-size: 0.8em;
  font-weight: normal;
  text-decoration: underline; } }

.global-alert {
  background-color: #fff;
  color: #111;
  border-top: 4px solid #c00;
  border-bottom: 4px solid #c00;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 5px 0 10px 1px rgba(0, 0, 0, 0.75);
  display: none; }
  @media print {
  .global-alert {
    border: 4px solid #c00; } }
  .global-alert .container {
    padding: 1.25em 1em 1.25em 4.75em;
    line-height: 1.3;
    font-size: 0.9em;
    position: relative; }
  .global-alert h3 {
    margin: 0 0 0.1em 0; }
  .global-alert .fa-exclamation-triangle {
    font-size: 2.5em;
    position: absolute;
    top: 20px;
    left: 0.4em;
    color: #b00;
    animation-name: global-warning;
    animation-delay: 1s;
    animation-duration: 0.75s;
    animation-iteration-count: 6;
    animation-direction: alternate; }
    @media print {
  .global-alert .fa-exclamation-triangle {
    color: #b00 !important; } }
  .global-alert::before, .global-alert::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0; }
    @media print {
  .global-alert::before, .global-alert::after {
    display: none; } }
  .global-alert::before {
    border: 17px solid transparent;
    border-top-color: #fff;
    z-index: 20; }
  .global-alert::after {
    border: 23px solid transparent;
    border-top-color: #c00;
    z-index: 10; }
  .global-alert .close-alert {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    z-index: 50; }
    @media print {
  .global-alert .close-alert {
    display: none; } }
    .global-alert .close-alert::before, .global-alert .close-alert::after {
      position: absolute;
      top: 50%;
      left: 50%;
      content: ' ';
      height: 80%;
      width: 2px;
      background-color: #999;
      transition: all 0.15s ease;
      transform-origin: 50% 50%; }
    .global-alert .close-alert::before {
      transform: translateX(-50%) translateY(-50%) rotateZ(45deg); }
    .global-alert .close-alert::after {
      transform: translateX(-50%) translateY(-50%) rotateZ(-45deg); }
    .global-alert .close-alert:active::before, .global-alert .close-alert:active::after {
      background-color: #333; }
  @media print {
  .global-alert {
    box-shadow: none; } }

@keyframes global-warning {
  from {
    color: #b00; }

  to {
    color: #e00; } }

.skip-links {
  list-style-type: none;
  margin: 0;
  padding: 0 2em;
  height: 0;
  overflow: hidden;
  transition: all 0.15s ease; }
  .skip-links:focus {
    padding: 0.75em 2em;
    height: 100%; }

@media only screen and (min-width: 750px) {
      header .header {
        display: flex;
        min-height: 112px;
        padding: 0.75em; } }
  header .header a {
    text-decoration: none; }
    header .header a:hover {
      text-decoration: underline; }
  header .header .header-department {
    padding: 0.75em 1em; }
    @media only screen and (min-width: 750px) {
    header .header .header-department {
      padding: 0; } }
    header .header .header-department .logos {
      width: 200px; }
      @media only screen and (min-width: 750px) {
    header .header .header-department .logos {
      width: 300px; } }
      @media print {
    header .header .header-department .logos {
      width: 300px; } }
      header .header .header-department .logos picture img {
        width: 100%; }
        @media print {
    header .header .header-department .logos picture {
      display: none; } }
      header .header .header-department .logos .print-logo {
        display: none; }
        @media print {
    header .header .header-department .logos .print-logo {
      display: block; } }
      header .header .header-department .logos a {
        display: block; }
    header .header .header-department .department-name {
      display: inline-block;
      margin-top: 0.5em;
      font-size: 1.1em; }
  header .header .global-search {
    position: relative;
    display: flex;
    width: 100%; }
    @media only screen and (min-width: 750px) {
    header .header .global-search {
      width: auto; } }
    header .header .global-search .header-search-input {
      margin: 0;
      width: calc(100% - 80px);
      font-size: inherit;
      font-family: inherit;
      line-height: 1;
      padding: 0.5em 0.75em;
      border-style: none;
      border-radius: 0; }
      @media only screen and (min-width: 750px) {
    header .header .global-search .header-search-input {
      width: 300px; } }
      header .header .global-search .header-search-input:focus {
        border-style: none;
        box-shadow: none; }
    header .header .global-search button {
      border-style: none;
      width: 35px;
      height: 35px;
      font-size: 1.3em;
      padding: 0;
      cursor: pointer;
      border-radius: 0; }
      header .header .global-search button:active {
        top: 1px; }
    header .header .global-search .icon-menu-toggle {
      display: block;
      width: 35px;
      height: 35px;
      position: relative;
      top: 0;
      left: 0;
      margin-left: 10px;
      cursor: pointer; }
      @media only screen and (min-width: 1000px) {
    header .header .global-search .icon-menu-toggle {
      display: none; } }
      header .header .global-search .icon-menu-toggle .icon-menu-bar {
        display: block;
        width: 21px;
        height: 3px;
        background-color: #fff;
        border-radius: 1px;
        position: absolute;
        top: 8px;
        left: 7px;
        transition: all 0.15s ease; }
        header .header .global-search .icon-menu-toggle .icon-menu-bar.menu-bar-2 {
          top: 16px; }
        header .header .global-search .icon-menu-toggle .icon-menu-bar.menu-bar-3 {
          top: 24px; }
      header .header .global-search .icon-menu-toggle.active {
        background-color: #189cc6; }
        header .header .global-search .icon-menu-toggle.active .menu-bar-1 {
          opacity: 0; }
        header .header .global-search .icon-menu-toggle.active .menu-bar-2-1 {
          transform: rotate(46deg); }
        header .header .global-search .icon-menu-toggle.active .menu-bar-2-2 {
          transform: rotate(-46deg); }
        header .header .global-search .icon-menu-toggle.active .menu-bar-3 {
          opacity: 0; }
  header .header .header-utilities {
    display: flex;
    margin-left: auto;
    text-align: left;
    padding: 0.75em; }
    @media only screen and (min-width: 750px) {
    header .header .header-utilities {
      display: block;
      text-align: right;
      padding: 0; } }
    @media print {
    header .header .header-utilities {
      display: none; } }
    header .header .header-utilities .utilities {
      display: none;
      list-style-type: none;
      margin: 0.75em 0 0 0;
      padding: 0; }
      @media only screen and (min-width: 1000px) {
    header .header .header-utilities .utilities {
      display: flex;
      justify-content: flex-end; } }
      header .header .header-utilities .utilities > li {
        font-size: 0.85em;
        line-height: 1.2;
        padding: 0 0.75em; }
        header .header .header-utilities .utilities > li:last-child {
          border-style: none; }

.primary-nav-container {
  display: none; }
  @media only screen and (min-width: 1000px) {
  .primary-nav-container {
    display: block !important; } }
  @media print {
  .primary-nav-container {
    display: none; } }
  .primary-nav-container .primary-nav {
    list-style-type: none;
    padding: 0; }
  @media only screen and (min-width: 1000px) {
    .primary-nav-container .primary-nav {
      display: flex; } }
  @media only screen and (min-width: 1000px) {
      .primary-nav-container .primary-nav .mobile {
        display: none; } }
  .primary-nav-container .primary-nav.simple > li {
    position: relative; }
    .primary-nav-container .primary-nav.simple li a {
      outline: none;
      display: block;
      padding: 0.5em 0.75em;
      text-decoration: none; }
    @media only screen and (min-width: 1000px) {
    .primary-nav-container .primary-nav.simple > li:hover .primary-sub-nav {
      display: flex;
      flex-direction: column; } }
    .primary-nav-container .primary-nav.simple .primary-sub-nav {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: none;
      position: absolute;
      z-index: 1000;
      top: 100%;
      left: 0; }
      .primary-nav-container .primary-nav.simple .primary-sub-nav > li {
        min-width: 200px; }
  .primary-nav-container .primary-nav.mega {
    position: relative; }
    .primary-nav-container .primary-nav.mega > li > a {
      display: block;
      padding: 0.5em 0.75em;
      text-decoration: none; }
    @media only screen and (min-width: 1000px) {
    .primary-nav-container .primary-nav.mega > li:hover .primary-sub-nav {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; } }
    .primary-nav-container .primary-nav.mega .primary-sub-nav {
      list-style-type: none;
      margin: 0;
      padding: 0.5em 1em;
      display: none;
      position: absolute;
      z-index: 1000;
      top: 100%;
      left: 0;
      width: 100%; }
      .primary-nav-container .primary-nav.mega .primary-sub-nav > li {
        width: calc(33.33333333% - 1em);
        margin: 0.5em; }
      .primary-nav-container .primary-nav.mega .primary-sub-nav > li > a {
        font-size: 1.05em; }
      .primary-nav-container .primary-nav.mega .primary-sub-nav a {
        text-decoration: none; }
      .primary-nav-container .primary-nav.mega .primary-sub-nav a:hover {
        text-decoration: underline; }
    .primary-nav-container .primary-nav.mega .sub-nav-topics {
      display: flex;
      flex-wrap: wrap;
      margin: 0.5em 0 0 0;
      padding: 0;
      list-style-type: none;
      font-size: 0.9em;
      line-height: 1.3; }

.section-nav {
  margin: 2em 0 0 0; }
  .section-nav.sticky {
    position: sticky;
    top: 1em; }
  @media only screen and (min-width: 750px) {
  .section-nav {
    margin: 0; } }
  @media print {
  .section-nav {
    display: none; } }
  .section-nav a {
    display: block;
    padding: 0.5em 1.5em;
    margin: 0;
    text-decoration: none;
    transition: background 0.1s ease;
    color: #333; }
  .section-nav a:hover {
    color: #111; }
  .section-nav h3 {
    margin: 0;
    padding: 0; }
  .section-nav h3 a {
    padding: 0.75em 1.5rem; }
  .section-nav h3 a:hover {
    text-decoration: underline; }
  .section-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .section-nav .secondary-nav .active > a {
    font-weight: bold; }
    .section-nav .secondary-nav .active > a::after {
      display: none; }
  .section-nav .secondary-nav .secondary-sub-nav a {
    padding-left: 2.5rem; }

.search-page .main-content {
  width: 100%; }
  @media only screen and (min-width: 750px) {
    .search-page .main-content {
      padding: 0 1.5em; } }

.site-row {
  display: block; }
  @media only screen and (min-width: 750px) {
  .site-row {
    display: inline; } }

.search-container {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 750px) {
  .search-container {
    flex-direction: row; } }
  .search-container .search-content {
    padding: 0; }
  @media only screen and (min-width: 750px) {
    .search-container .search-content {
      width: 80%;
      padding-right: 2em; } }
  .search-container .search-aside {
    padding-top: 2em; }
  @media only screen and (min-width: 750px) {
    .search-container .search-aside {
      width: 20%;
      padding: 0; } }

#search-panel {
  margin-bottom: 2.5em; }
  #search-panel .search-bar input, #search-panel .search-bar select {
    margin-right: 0.35em; }
  #search-panel .site-select {
    padding: 0.5em 1em;
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1; }
  #search-panel .site-select input[type="radio"]:checked + label {
    font-weight: bold; }
  #search-panel .site-select label {
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
    margin-right: 0.5em; }

.search-results {
  margin-bottom: 1.5em; }
  .search-results .result {
    padding: 1em; }
  .search-results .result:nth-child(even) {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc; }
  .search-results .result .meta {
    font-size: 0.85em;
    color: #555;
    margin: 0; }
  .search-results .pagination {
    padding-top: 1.5em; }

.image-banner {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #f6f6f6;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden; }
  .image-banner.parallax {
    background: transparent; }
  @media only screen and (min-width: 750px) {
  .image-banner {
    height: 400px; } }
  .image-banner .image-rights {
    position: absolute;
    right: 0;
    font-size: 0.75em;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.65);
    transition: all 0.15s ease;
    display: flex;
    opacity: 1;
    bottom: 0; }
  @media only screen and (min-width: 1000px) {
    .image-banner .image-rights {
      opacity: 0;
      bottom: -25px; } }
  .image-banner .image-rights .owner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.75em; }
  .image-banner .image-rights .fa-camera {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.65);
    font-size: 1.35em;
    width: 24px;
    height: 24px; }
  @media only screen and (min-width: 1000px) {
  .image-banner:hover .image-rights {
    opacity: 1;
    bottom: 0; } }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0.25em 0 1em 0;
  font-size: 0.88rem; }
  .breadcrumbs li:not(:last-child)::after {
    padding: 0 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054"; }
  .breadcrumbs li:last-child {
    font-weight: 700; }
  .breadcrumbs a, .breadcrumbs a:active, .breadcrumbs a:visited {
    text-decoration: none; }
  .breadcrumbs a:hover {
    text-decoration: underline; }
  @media print {
  .breadcrumbs a::after {
    display: none; } }

.page-index-heading {
  margin-bottom: 0.25rem; }

.page-index {
  width: 100%;
  margin: 0 -0.75rem 2rem -0.75rem;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap; }
  .page-index .page-index-item {
    width: calc(100% - 1.5rem);
    margin: 0.75rem; }
  .page-index .page-index-item .index-image {
    height: 250px;
    overflow: hidden; }
    .page-index .page-index-item .index-image a {
      transition: all 0.75s ease-in-out;
      transform: scale(1);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: cover;
      width: 100%;
      height: 100%;
      display: block; }
      .page-index .page-index-item .index-image a:hover {
        transform: scale(1.1); }
  .page-index .page-index-item .index-content {
    padding: 0.5rem; }
    .page-index .page-index-item .index-content h2 {
      font-size: 1.2em; }
    .page-index .page-index-item .index-content p {
      margin: 0; }
  @media only screen and (min-width: 750px) {
  .page-index.col-2 .page-index-item {
    width: calc(50% - 1.5rem); }
    .page-index.col-2 .page-index-item .index-image {
      height: 250px; }

    .page-index.col-3 .page-index-item {
      width: calc(33.33333333% - 1.5rem); }

    .page-index.col-3 .page-index-item .index-image {
      height: 160px; }

    .page-index.col-4 .page-index-item {
      width: calc(25% - 1.5rem); }

    .page-index.col-4 .page-index-item .index-image {
      height: 120px; }

    .page-index.col-5 .page-index-item {
      width: calc(20% - 1.5rem); }

    .page-index.col-5 .page-index-item .index-image {
      height: 100px; } }
  @media only screen and (min-width: 1000px) {
  .page-index.col-5 .page-index-item .index-image {
    height: 150px; } }
  .page-index .sub-page-index {
    margin-top: 1rem;
    list-style-type: square; }
  .page-index.no-title .index-title, .page-index.no-thumb .index-image, .page-index.no-desc .index-description {
    display: none; }

.module {
  padding: 1em;
  margin-bottom: 1.5em; }
  .module h4 {
    margin-bottom: 0.5em; }
  .module ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style-type: square; }
  .module ul a {
    word-break: break-word; }

.accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  clear: both; }
  .accordion .accordion-item h3 {
    margin: 0; }
  .accordion .accordion-item ul {
    margin-bottom: 1rem;
    list-style-type: disc; }
  .accordion .accordion-item .accordion-trigger {
    background-color: transparent;
    display: block;
    width: 100%;
    border-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    line-height: 1.4;
    border-radius: 0; }
    .accordion .accordion-item .accordion-trigger:active {
      top: 0; }
    .accordion .accordion-item .accordion-trigger:focus:not(:focus-visible) {
      outline: none; }
  .accordion .accordion-item .accordion-title {
    margin: 0;
    padding: 0.75rem 2.75rem 0.75rem 0.75rem;
    transition: all 0.1s ease;
    font-weight: normal;
    position: relative;
    display: block; }
    @media print {
    .accordion .accordion-item .accordion-title .toggle {
      display: none; } }
    .accordion .accordion-item .accordion-title .toggle::after {
      display: flex;
      position: absolute;
      top: 50%;
      right: 0.5em;
      transform: translateY(-50%);
      width: 24px;
      height: 24px;
      border-radius: 50%;
      font-size: 1.1em;
      content: '+';
      transition: all 0.1s ease;
      align-items: center;
      justify-content: center; }
    .accordion .accordion-item .accordion-title:hover, .accordion .accordion-item .accordion-title:hover .toggle::after {
      cursor: pointer; }
  .accordion .accordion-item.active .accordion-content {
    opacity: 1; }
  .accordion .accordion-item .accordion-content {
    opacity: 0;
    transition: opacity 0.25s ease;
    padding: 1em;
    overflow: hidden;
    display: none; }
    @media print {
    .accordion .accordion-item .accordion-content {
      display: block;
      opacity: 1; } }
    .accordion .accordion-item .accordion-content p:last-child {
      margin: 0; }

.accordion-container {
  margin: 0 0 1em 0; }
  .accordion-container > h2 {
    margin-bottom: 1rem; }
  .accordion-container + .accordion-container {
    margin-top: -1em; }
  .accordion-container + .accordion-container > h2 {
    margin-top: 4rem; }

.accordion-two-column {
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 750px) {
  .accordion-two-column {
    flex-direction: row; } }
  .accordion-two-column > * {
    padding: 1rem; }
  @media only screen and (min-width: 750px) {
    .accordion-two-column > * {
      width: 50%; } }
  .accordion-two-column .content-column-a {
    order: 1; }
  .accordion-two-column .content-column-b {
    order: 2; }
  .accordion-two-column.right .content-column-a {
    order: 2; }
  .accordion-two-column.right .content-column-b {
    order: 1; }

table {
  width: 100%;
  margin: 0 0 2em 0;
  border-collapse: collapse; }
  table th, table td {
    padding: 0.5em 1em; }
  table thead th, table tbody th, table tbody tr:first-child th {
    text-align: left; }
  table caption {
    display: table-caption;
    text-align: center; }
  table .right {
    text-align: right; }
  table .center {
    text-align: center; }
  table tbody th, table tbody td {
    vertical-align: top; }

.responsive-table {
  margin-bottom: 2em;
  overflow-x: auto; }
  .responsive-table table {
    margin: 0; }
  .responsive-table.sticky thead tr th:first-child, .responsive-table.sticky tbody tr th:first-child, .responsive-table.sticky tbody tr td:first-child, .responsive-table.sticky tfoot tr td:first-child, .responsive-table.sticky tfoot tr th:first-child {
    position: sticky;
    top: 0;
    left: 0;
    background-color: #fff; }

label {
  display: block;
  margin: 0.25em 0; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="file"], input[type="tel"], textarea, select {
  font-family: inherit;
  font-size: inherit;
  padding: 0.5em 0.75em;
  line-height: 1;
  box-shadow: 0 0 0 transparent;
  transition: border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
  margin: 0 0 1em 0;
  max-width: 100%;
  outline: none; }

input[type="file"] {
  font-size: 0.85em; }

textarea {
  line-height: 1.4;
  overflow: auto; }

select {
  line-height: 1;
  padding: calc(0.5em - 1px) 0.5em; }

button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
  border-style: none;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  padding: 0.65em 1em;
  cursor: pointer;
  position: relative;
  top: 0;
  transition: background 0.15s ease, top 0.1s ease; }

button:active, .button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active {
  top: 2px; }

input[type="radio"]:checked ~ label, input[type="checkbox"]:checked ~ label {
  font-weight: bold; }

fieldset legend {
  font-weight: bold;
  display: block; }

fieldset {
  margin: 0.5em 0 1em 0; }
  fieldset legend {
    margin: 0.25em 0; }

.sq-form-question ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .sq-form-question label {
    display: inline-block;
    margin: 0.25em 0;
    cursor: pointer; }

.sq-form-question-title {
  margin: 0.5em 0; }

.sq-form-question-answer label {
  font-weight: normal;
  margin: 0; }

.sq-form-question-datetime label {
  padding-right: 0.25em; }
  .sq-form-question-datetime select {
    margin-right: 1em; }

.sq-form-error {
  display: block;
  padding: 0.5em 1em; }

input[type="checkbox"] + label {
  display: inline-block; }
/**                      
 *   Custom form style *
 **/
.form-container {
  margin-bottom: 20px; }

.custom_form h2 {
  margin-top: 20px; }

.form_question ul {
  margin-left: 1.5em; }

.form_question ul li input {
  margin-top: 20px; }

.custom_form > p span.required, .sq-form-required-field {
  color: red;
  font-weight: 700; }

.custom_form__contacts {
  display: flex; }

.custom_form__contacts .email {
  margin-right: 5%; }

.form_question ul li {
  display: flex; }

.form_question ul li input {
  height: 22px;
  margin: 0.5em; }

.g-recaptcha {
  margin-bottom: 20px; }

.hidden {
  display: none;
  height: 0; }

.info {
  padding: 1em;
  margin-bottom: 1em;
  background-color: #eef4f6; }

.status.info {
  border-left: 5px solid #1e77aa; }

.other {
  margin-top: 40px; }

.alert-box {
  display: block;
  margin: 1.5em 0;
  padding: 0.75em 1em;
  border-radius: 0 3px 3px 0;
  position: relative;
  overflow: hidden; }
  .alert-box p:not(last-child) {
    margin-bottom: 0; }
  .alert-box::after {
    position: absolute;
    top: 50%;
    right: 2%;
    font-family: "Font Awesome 5 Free";
    font-size: 10em;
    font-weight: 700;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.065; }
  .alert-box.info::after {
    content: "\f05a"; }
  .alert-box.warning::after {
    content: "\f071"; }
  .alert-box.danger::after {
    content: "\f057"; }
  .alert-box.success::after {
    content: "\f058"; }

.content-image {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
  width: 45%;
  /* Disable print URL for content images */ }
  @media print {
    .content-image a::after {
      display: none; } }
  .content-image img {
    width: 100%; }
  .content-image.original img {
    width: auto; }
  @media only screen and (max-width: 749px) {
  .content-image.w50 {
    width: 100% !important; } }
  .content-image .image-container {
    position: relative;
    overflow: hidden; }
  .content-image .image-container .image-rights {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 0.75rem;
    color: #ccc;
    background-color: rgba(0, 0, 0, 0.65);
    opacity: 0;
    transition: all 0.15s ease;
    display: flex; }
    .content-image .image-container .image-rights .owner {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 0.75em; }
    .content-image .image-container .image-rights .fa-camera {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.65);
      font-size: 1.35em;
      width: 24px;
      height: 24px; }
  .content-image .image-container:hover .image-rights {
    opacity: 1;
    bottom: 0; }
  .content-image .image-caption {
    padding: 0.75em 1em;
    background-color: #efefef;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8em;
    color: #333; }
  .content-image .image-caption p:last-child {
    margin: 0; }
  @media only screen and (min-width: 750px) {
    .content-image.image-left {
      margin: 0 1.5em 1em 0;
      float: left; }
      .content-image.image-left.w33 {
        width: calc(33.33333333% - 1.5em); }
      .content-image.image-left.w50 {
        width: calc(50% - 1.5em); } }
  @media only screen and (min-width: 750px) {
    .content-image.image-right {
      margin: 0 0 1em 1.5em;
      float: right; } }
  @media only screen and (min-width: 750px) {
    .content-image.image-center {
      margin: 0 auto 1em auto; } }
  @media only screen and (min-width: 750px) {
    .content-image.side-by-side {
      display: inline-block;
      vertical-align: top;
      margin: 1rem 0.75rem; } }
  .content-image.side-by-side.w33 {
    width: calc(33.33333333% - 1.5rem); }
  .content-image.side-by-side.w50 {
    width: calc(50% - 1.5rem); }
  .content-image.w33 {
    width: 33.33333333%; }
  .content-image.w50 {
    width: 50%; }
  .content-image.full-width {
    width: 100%; }
  .content-image.original {
    width: auto; }

.content-image.image-left ~ .content-image.image-left {
  margin-left: 1.5em;
  margin-right: 0; }

.image-gallery-heading {
  margin-bottom: 0.25em; }

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 2em 0;
  padding: 0;
  list-style-type: none; }
  @media print {
  .image-gallery {
    display: block; } }
  .image-gallery li {
    padding: 5px;
    overflow: hidden;
    position: relative; }
  .image-gallery li img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-gallery.col-2 li {
    width: 50%;
    height: 150px; }
  @media only screen and (min-width: 750px) {
    .image-gallery.col-2 li {
      height: 105px; } }
  @media only screen and (min-width: 1000px) {
    .image-gallery.col-2 li {
      height: 225px; } }
  @media print {
    .image-gallery.col-2 li {
      height: 225px; } }
  .image-gallery.col-3 li {
    width: calc(100% / 3);
    height: 85px; }
  @media only screen and (min-width: 750px) {
    .image-gallery.col-3 li {
      height: 105px; } }
  @media only screen and (min-width: 1000px) {
    .image-gallery.col-3 li {
      height: 175px; } }
  @media print {
    .image-gallery.col-3 li {
      height: 165px; } }
  .image-gallery.col-4 li {
    width: 25%;
    height: 85px; }
  @media only screen and (min-width: 750px) {
    .image-gallery.col-4 li {
      height: 130px; } }
  @media print {
    .image-gallery.col-4 li {
      height: 165px; } }

@media only screen and (min-width: 750px) {
        .two-column .image-gallery.col-2 li {
          height: 275px; } }
  @media only screen and (min-width: 750px) {
      .two-column .image-gallery.col-3 li {
        height: 200px; } }
  @media only screen and (min-width: 750px) {
      .two-column .image-gallery.col-4 li {
        height: 150px; } }

.image-carousel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease; }
  .image-carousel.hide-caption .carousel-caption {
    display: none; }
  .image-carousel .tile {
    position: relative; }
  .image-carousel .tile a {
    text-decoration: none; }
  .image-carousel .tile .carousel-caption {
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    padding: 0.75em 1em;
    color: #fff; }
    @media only screen and (min-width: 750px) {
    .image-carousel .tile .carousel-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.75); } }
    .image-carousel .tile .carousel-caption h3 {
      margin: 0; }
    .image-carousel .tile .carousel-caption p {
      color: #ccc;
      font-size: 0.9em;
      line-height: 1.3em; }
    .image-carousel .tile .carousel-caption p:last-child {
      margin-bottom: 0; }
  .image-carousel.slick-initialized {
    visibility: visible;
    opacity: 1; }
  .image-carousel .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .image-carousel .slick-prev, .image-carousel .slick-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 50px;
    transform: translateY(-50%);
    transition: all 0.15s ease;
    background-color: rgba(0, 0, 0, 0.1);
    color: transparent;
    border-style: none;
    outline: none;
    z-index: 50;
    cursor: pointer; }
  .image-carousel .slick-prev:hover, .image-carousel .slick-next:hover {
    background-color: rgba(0, 0, 0, 0.65); }
    .image-carousel .slick-prev:hover::after, .image-carousel .slick-next:hover::after {
      border-color: #fff; }
  .image-carousel .slick-prev:active, .image-carousel .slick-next:active {
    background-color: #007eb1; }
    .image-carousel .slick-prev:active::after, .image-carousel .slick-next:active::after {
      border-color: #fff; }
  .image-carousel .slick-prev::after, .image-carousel .slick-next::after {
    transition: all 0.15s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 18px;
    height: 18px;
    background-color: transparent;
    transform: translate(-50%, -50%) rotateZ(45deg);
    border: 3px solid rgba(255, 255, 255, 0.5);
    cursor: pointer; }
  .image-carousel .slick-prev {
    left: 0; }
  .image-carousel .slick-prev::after {
    border-top: none;
    border-right: none;
    transform-origin: 50% 75%; }
  .image-carousel .slick-next {
    right: 0; }
  .image-carousel .slick-next::after {
    border-bottom: none;
    border-left: none;
    transform-origin: 50% 25%; }

.slick-dots {
  display: flex;
  margin: 0.5em 0 0 0;
  padding: 0;
  list-style-type: none;
  justify-content: center; }
  .slick-dots li {
    width: 20px;
    height: 20px;
    position: relative; }
  .slick-dots li button {
    border-style: none;
    background-color: transparent;
    color: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    line-height: 1;
    outline: none;
    cursor: pointer; }
    .slick-dots li button::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 50%;
      background-color: #777;
      width: 7px;
      height: 7px;
      transition: all 0.15s ease;
      content: ""; }
  .slick-dots li.slick-active button::before {
    background-color: #333;
    width: 10px;
    height: 10px; }

.sitemap .main-content > ul:not(.breadcrumbs) {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .sitemap .main-content > ul:not(.breadcrumbs) > li {
    padding: 1em 1.5em; }
  .sitemap .main-content > ul:not(.breadcrumbs) > li:nth-child(odd) {
    background-color: #f6f6f6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
  .sitemap .main-content > ul:not(.breadcrumbs) > li > a {
    font-size: 1.1em;
    font-weight: bold; }
  .sitemap .main-content > ul:not(.breadcrumbs) > li a + ul {
    margin-top: 0.5em; }
  .sitemap .main-content > ul:not(.breadcrumbs) > li > ul {
    list-style-type: square;
    color: #333; }
    .sitemap .main-content > ul:not(.breadcrumbs) > li > ul li {
      margin-bottom: 0.5em; }

.content-audit {
  clear: both;
  margin-top: 4em;
  font-size: 0.85em;
  padding: 0.5em 0; }
  .content-audit span {
    font-weight: 700; }
  .content-audit p {
    margin: 0.25em 0; }

.sidebar-site-utilities {
  display: flex;
  flex-direction: row;
  margin: 0 0 1em 0;
  padding: 0;
  list-style-type: none;
  overflow: visible; }
  @media print {
  .sidebar-site-utilities {
    display: none; } }
  .sidebar-site-utilities li {
    width: 44px;
    height: 44px; }
  .sidebar-site-utilities a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #eee;
    font-size: 1.5em;
    transition: all 0.085s ease;
    color: #444; }
  .sidebar-site-utilities a:hover {
    color: #fff; }
  .sidebar-site-utilities a.email:hover {
    background-color: #cb3128; }
  .sidebar-site-utilities a.print:hover {
    background-color: #666; }
  .sidebar-site-utilities a.facebook:hover {
    background-color: #3b5998; }
  .sidebar-site-utilities a.twitter:hover {
    background-color: #1da1f2; }
  .sidebar-site-utilities a.linkedin:hover {
    background-color: #0077b5; }
  @media only screen and (min-width: 1000px) {
  .sidebar-site-utilities {
    flex-direction: column;
    position: absolute;
    top: 2em;
    right: 0;
    margin: 0; } }

.news-article .news-date {
  margin-bottom: 1em; }
  .news-article .news-summary {
    font-weight: bold; }

.news-listing {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 750px) {
  .news-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; } }
  .news-listing .news-item {
    border: 1px solid #e6e6e6;
    border-bottom-width: 2px;
    margin: 0.5em; }
  @media only screen and (min-width: 750px) {
    .news-listing .news-item {
      width: calc(33.33333333% - 1em); } }
  .news-listing .news-item .news-image {
    background-color: #e6e6e6; }
  .news-listing .news-item .news-summary {
    background-color: #fff;
    padding: 1em; }
    .news-listing .news-item .news-summary p:last-child {
      margin-bottom: 0; }
    .news-listing .news-item .news-summary .news-date {
      font-size: 0.9em;
      color: #666; }

.event .event-description {
  margin-top: 1rem; }

.event-listing {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 750px) {
  .event-listing {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .event-listing.col-2 li {
      width: calc(50% - 1rem); }

    .event-listing.col-3 .event-item {
      width: calc(33.33333333% - 1rem); }

    .event-listing.col-4 .event-item {
      width: calc(25% - 1rem); }

    .event-listing.col-5 .event-item {
      width: calc(20% - 1rem); } }
  .event-listing .event-item {
    border: 1px solid #e6e6e6;
    border-bottom-width: 2px;
    width: 100%;
    margin: 0.5rem; }
  .event-listing .event-item .event-image {
    background-color: #e6e6e6; }
  .event-listing .event-item .event-summary {
    background-color: #fff;
    padding: 1em; }
    .event-listing .event-item .event-summary p:last-child {
      margin-bottom: 0; }
    .event-listing .event-item .event-summary .event-date {
      font-size: 0.9em;
      color: #666; }

.youtube-video {
  margin: 1.5em auto;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 750px) {
  .youtube-video.mqdefault {
    width: 320px; }
    .youtube-video.hqdefault {
      max-width: 480px; }

    .youtube-video.sddefault {
      max-width: 640px; } }
  .youtube-video .video {
    position: relative;
    display: block;
    color: #fff;
    width: 100%; }
  .youtube-video .video::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: '\f144';
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    font-size: 3.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }
  .youtube-video .video:hover::after {
    color: #fff; }
  .youtube-video .youtube-transcript {
    font-size: 0.75em;
    margin: 0;
    display: flex;
    justify-content: flex-end; }
  .youtube-video .youtube-transcript a {
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0 0.75em; }
    .youtube-video .youtube-transcript a:hover {
      color: #007eb1; }
  .youtube-video .youtube-transcript .fa-file-alt {
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 1.35em;
    width: 24px;
    height: 24px; }

.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  @media print {
  .pagination {
    display: none; } }
  .pagination li {
    display: flex;
    height: 36px;
    min-width: 36px;
    margin: 0 0.25em 0.25em 0;
    overflow: hidden; }
  .pagination li a {
    display: flex;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-decoration: none; }
    .pagination li a[rel="prev"], .pagination li a[rel="next"] {
      padding: 0 0.75em; }

@media print {
    .contact-footer-container {
      display: none; } }
  .contact-footer-container .contact-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    list-style-type: none;
    padding: 0.5em 0;
    margin: 0; }
  @media only screen and (min-width: 1000px) {
    .contact-footer-container .contact-footer {
      flex-direction: row; } }
  .contact-footer-container .contact-footer a {
    color: #fff;
    text-decoration: none; }
  .contact-footer-container .contact-footer > li {
    margin: 0.25em 0;
    padding: 0 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    @media only screen and (min-width: 1000px) {
    .contact-footer-container .contact-footer > li {
      margin: 0; } }
    @media only screen and (min-width: 1000px) {
    .contact-footer-container .contact-footer > li {
      width: 33.33333333%; } }
  @media only screen and (min-width: 1000px) {
      .contact-footer-container .contact-footer .feedback {
        justify-content: left; } }
    .contact-footer-container .contact-footer .feedback a {
      display: block;
      background-color: #fff;
      color: #111;
      padding: 0.25em 1.5em;
      border-radius: 3px;
      transition: all 0.1s ease; }
      .contact-footer-container .contact-footer .feedback a:active {
        background-color: #007eb1;
        color: #fff; }
  .contact-footer-container .contact-footer .phone {
    justify-content: center; }
    .contact-footer-container .contact-footer .phone a {
      font-weight: bold;
      margin: 0 0.25em; }
    .contact-footer-container .contact-footer .phone a:hover {
      text-decoration: underline; }
  .contact-footer-container .contact-footer .social {
    align-items: flex-start; }
    @media only screen and (min-width: 1000px) {
    .contact-footer-container .contact-footer .social {
      justify-content: flex-end; } }
    .contact-footer-container .contact-footer .social a {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5em;
      min-width: 40px;
      height: 40px; }
    .contact-footer-container .contact-footer .social a:hover {
      background-color: rgba(255, 255, 255, 0.15); }

.feedback-container {
  background-color: #f6f6f6;
  color: #000;
  padding: 1.5em;
  border-radius: 2px;
  border: 2px solid #007eb1;
  margin-bottom: 15px;
  display: none; }
  .feedback-container.active {
    min-height: 200px; }

@media print {
    .fat-footer {
      display: none; } }
  .fat-footer .container {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75em 0; }
  @media only screen and (min-width: 1000px) {
    .fat-footer .container {
      padding: 0; } }
  .fat-footer h3 {
    margin: 0 0 0.25em 0;
    padding: 0 0 0.25em 0;
    position: relative; }
  .fat-footer ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: none; }
  @media only screen and (min-width: 1000px) {
    .fat-footer ul {
      display: block; } }
  .fat-footer a {
    text-decoration: none; }
  .fat-footer a:hover {
    text-decoration: underline; }

footer.footer {
  padding: 2em 1em;
  font-size: 0.85em; }
  footer.footer .footer-links {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  @media print {
    footer.footer .footer-links {
      display: block; } }
  footer.footer .footer-links li {
    display: block;
    padding: 0 0.75em;
    margin: 0 0 0.5em 0;
    line-height: 1.25; }
    @media only screen and (min-width: 1000px) {
    footer.footer .footer-links li {
      margin: 0; } }
    @media print {
      footer.footer .footer-links li.no-print {
        display: none; } }
  footer.footer .copyright {
    margin: 0;
    padding: 1em 0 0 0; }
  footer.footer .copyright p {
    margin: 0;
    text-align: center; }
  footer.footer a, footer.footer a:active, footer.footer a:visited {
    text-decoration: none; }
  footer.footer a:hover {
    text-decoration: underline; }

.marketing-banner {
  position: relative;
  overflow: hidden; }
  .marketing-banner.fullscreen {
    height: 450px;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; }
  .marketing-banner.column {
    height: 350px; }
  .marketing-banner .marketing-content {
    position: relative;
    height: 100%;
    z-index: 50;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    max-width: 900px;
    margin: 0 auto; }
  .marketing-banner .marketing-content .marketing-text {
    text-align: center; }
  .marketing-banner .marketing-content .link-button {
    display: block;
    margin-top: 1.5rem; }
  .marketing-banner img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.two-column-content {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style-type: none; }
  @media only screen and (min-width: 750px) {
  .two-column-content {
    flex-direction: row;
    margin: 0 -1rem 2rem 0; } }
  @media only screen and (min-width: 750px) {
    .two-column-content li {
      width: 50%;
      margin: 0 1rem; } }

.cards {
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0 -0.5rem 2rem -0.5rem;
  flex-wrap: wrap;
  text-align: center; }
  @media only screen and (min-width: 750px) {
  .cards.col-2 > li, .cards.col-3 > li, .cards.col-4 > li {
    width: calc(50% - 1rem); }
    .cards.col-2 > li .card-image, .cards.col-3 > li .card-image, .cards.col-4 > li .card-image {
      height: 225px; } }
  @media only screen and (min-width: 1000px) {
  .cards.col-2 > li {
    width: calc(50% - 1rem); }
    .cards.col-2 > li .card-image {
      height: 250px; }

    .cards.col-3 > li {
      width: calc(33.33333333% - 1rem); }

    .cards.col-3 > li .card-image {
      height: 160px; }

    .cards.col-4 > li {
      width: calc(25% - 1rem); }

    .cards.col-4 > li .card-image {
      height: 160px; } }
  .cards > li {
    margin: 0.5rem;
    display: flex;
    flex-direction: column; }
  .cards > li .card-image {
    height: 225px;
    overflow: hidden; }
    .cards > li .card-image img {
      object-fit: cover;
      width: 100%;
      height: 100%;
      display: block; }
  .cards > li .card-description {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

@media only screen and (min-width: 750px) {
    .fullwidth .cards.col-2 .card-image {
      height: 350px; }
      .fullwidth .cards.col-3 .card-image {
        height: 250px; }
      .fullwidth .cards.col-4 .card-image {
        height: 200px; } }
/* comment by david,  */
.video-banner {
  background-size: cover;
  position: relative;
  height: 500px;
  overflow: hidden; }
  .video-banner.loading .video-background {
    opacity: 0; }
  .video-banner .video-background {
    transition: opacity 0.5s ease;
    position: absolute;
    top: 50%;
    left: 0;
    padding-top: 56.25%;
    width: 100%;
    transform: translateY(-50%); }
  .video-banner .video-background .video-foreground, .video-banner .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .video-banner.vimeo iframe, .video-banner.youtube iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    position: absolute;
    left: 50%; }
    @media only screen and (min-width: 750px) {
    .video-banner.vimeo iframe, .video-banner.youtube iframe {
      min-width: 177.77vh;
      /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */ } }
