.content-table table thead::after,
[data-accordion] [data-accordion-trigger]::after,
.grid-links::after,
.has-submenu .header-nav__link::after,
.form-control.radio .radio-list label > span::after,
.form-control.radio .radio-list label > span::before,
[data-js-select] > [data-js-select-arrow]::after {
  content: "";
  z-index: 10;
  display: block;
  position: absolute;
}

h1,
.h1 {
  margin: 0;
  font: bold 26px/1.4 linotype-vectora, sans-serif;
}

h2,
.h2 {
  margin: 0 0 0.6em;
  color: var(--color-blue-dark);
  letter-spacing: -0.72px;
  font: 700 29px/1.22 franklin-gothic-urw, sans-serif;
}

h3,
.h3 {
  margin: 0 0 0.45em;
  font: 700 22px/1.29 franklin-gothic-urw-cond, sans-serif;
}

h3 a,
.h3 a {
  text-decoration: none;
}

h3 a:hover,
.h3 a:hover {
  text-decoration: underline;
}

h4,
.h4,
.faqs-page h4 {
  margin: 0 0 0.55em;
  font: 500 19px/1.22 franklin-gothic-urw-cond, sans-serif;
}

.color-blue {
  color: var(--color-blue);
}

p {
  margin: 0 0 0.43em;
}

p.sz-lg {
  font-size: 24px;
  line-height: 1.33;
}

p.chapter-link {
  color: #2699fb;
}

a {
  color: var(--color-blue);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0 0 0 18px;
}

ul.column-list {
  overflow: hidden;
  position: relative;
}

li {
  margin-bottom: 0.5em;
}

img {
  max-width: 100%;
}

.chapter {
  position: relative;
}

.chapter + .chapter {
  margin-top: 30px;
}

.chapter-body {
  overflow: hidden;
  position: relative;
}

.chapter-body > *:last-child {
  margin-bottom: 0 !important;
}

.chapter-body__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49.35%;
          flex: 0 1 49.35%;
}

.chapter-body__col + .chapter-body__col {
  margin-top: 20px;
}

.chapter-body ul:not(.column-list) {
  padding-top: 15px;
  padding-bottom: 30px;
}

.chapter-body ul li + li {
  margin-top: 11px;
}

.text-center {
  text-align: center;
}

.highlighted {
  color: #ff00d8;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

table th {
  padding: 0;
  text-align: left;
}

table tr td {
  padding: 0;
}

table tr + tr td {
  border-top: 1px solid #636568;
}

input[type=button],
button {
  border: 0;
  outline: 0 none;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn {
  --btn-bg-color: #006838;
  /* --btn-bg-hover-color: #005e33; */
  --btn-bg-hover-color: #8ABB2A;
  height: 50px;
  color: #ffffff;
  padding: 5px 15px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  background: var(--btn-bg-color);
  font: 500 22px/1 franklin-gothic-urw-cond, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:hover {
  color: var(--btn-bg-color);
  background: var(--btn-bg-hover-color);
}

.btn.bordered {
  color: var(--color-blue);
  background: #fff;
  border: solid 2px var(--color-blue);
}

.btn.bordered:hover {
  color: #fff;
  background: var(--color-blue);
}

.btn.btn-blue {
  --btn-bg-color: #009CDC;
  --btn-bg-hover-color: #0095d2;
}

.btn.bd-green {
  border-color: #006838;
}

.btn.bd-green svg path {
  fill: var(--btn-bg-hover-color);
}

.btn.bd-green:hover {
  background: var(--btn-bg-hover-color);
}

.btn.bd-green:hover svg path {
  fill: #fff;
}

.btn.download {
  padding: 5px;
  width: 50px;
  height: 50px;
}

.btn.download svg {
  width: 26px;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
  width: 100%;
  display: block;
  outline: none;
  line-height: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  padding: 13.5px 15px;
  text-overflow: ellipsis;
  color: var(--color-main-text);
  border: 1px solid var(--color-gray);
}

input[type=text]:focus::-webkit-input-placeholder, input[type=password]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder {
  opacity: 0;
}

input[type=text]:focus::-moz-placeholder, input[type=password]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder {
  opacity: 0;
}

input[type=text]:focus:-ms-input-placeholder, input[type=password]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder {
  opacity: 0;
}

input[type=text]:focus::-ms-input-placeholder, input[type=password]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder {
  opacity: 0;
}

input[type=text]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=email]:focus::placeholder {
  opacity: 0;
}

input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: rgba(99, 101, 104, 0.75);
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=email]::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: rgba(99, 101, 104, 0.75);
}

input[type=text]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: rgba(99, 101, 104, 0.75);
}

input[type=text]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=email]::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: rgba(99, 101, 104, 0.75);
}

input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: rgba(99, 101, 104, 0.75);
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

.field-validation-error {
    color: red;
}

textarea {
  resize: vertical;
  min-height: 230px;
  width: 100%;
}

[data-js-select] {
  position: relative;
}

[data-js-select].opened > [data-js-select-arrow] {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-js-select] > input {
  z-index: 10;
  position: relative;
  padding-right: 60px;
}

[data-js-select] > [data-js-select-arrow] {
  cursor: pointer;
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

[data-js-select] > [data-js-select-arrow]::after {
  z-index: 0;
  top: 20px;
  right: 20px;
  border-top: 10px solid #636568;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

[data-js-select] > [data-js-select-options] {
  display: none;
  list-style: none;
  margin: 16px 0 0;
  padding: 10px 0;
  background: rgba(216, 216, 216, 0.3);
}

[data-js-select] > [data-js-select-options] > li {
  cursor: pointer;
  padding: 9px 14px;
  color: rgba(99, 101, 104, 0.75);
  font: 18px/1.1 franklin-gothic-urw, sans-serif;
}

[data-js-select] > [data-js-select-options] > li:hover {
  background: #d8d8d8;
}

[data-js-select] > [data-js-select-options] > li.selected {
  background: lightgray;
  color: rgba(49, 50, 52, 0.75);
}

[data-js-file] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

[data-js-file] .btn {
  min-width: 257px;
  font: 500 22px/1 franklin-gothic-urw-cond, sans-serif;
}

[data-js-file] [data-js-file-label] {
  overflow: hidden;
  max-width: 100%;
  padding-top: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font: 400 24px/1 franklin-gothic-urw, sans-serif;
}

.form-area__form .form-control.submit [type=submit] {
  width: 100%;
  max-width: 528px;
  /* -ms-grid-column: 2; */
  grid-column-start: 2;
}

.form-area__form hr {
  border: 0;
  padding: 0;
  height: 2px;
  margin: 47px 0;
  background: #8ABB2A;
}

.form-area__form .req-desc {
  margin: 63px 0 19px;
}

.form-area__form .req-desc span {
  color: #f00;
}

.form-area__title {
  margin-bottom: 12px;
}

.form-area__subtitle {
  margin: 47px 0 14px;
}

.form-control {
  max-width: 936px;
}

.form-control + .form-control {
  margin-top: 19px;
}

.form-control.textarea,
.form-control.select {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.form-control.textarea .form-control__label,
.form-control.select .form-control__label {
  padding-top: 14px;
}

.form-control.radio {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.form-control.radio + .form-control.radio {
  margin-top: 30px;
}

.form-control.radio .form-control__body {
  padding-top: 13px;
}

.form-control.radio .radio-list label > input[type=radio] {
  display: none;
}

.form-control.radio .radio-list label > input[type=radio]:checked + span::before {
  opacity: 1;
}

.form-control.radio .radio-list label > span {
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}

.form-control.radio .radio-list label > span::after,
.form-control.radio .radio-list label > span::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #707070;
}

.form-control.radio .radio-list label > span::after {
  z-index: 5;
}

.form-control.radio .radio-list label > span::before {
  z-index: 10;
  width: 15px;
  bottom: 5px;
  left: 5px;
  height: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: #707070;
}

.form-control.radio .radio-list label + label {
  margin-left: 65px;
}

.form-control.radio [data-js-select] {
  margin-top: 20px;
}

.form-control.file {
  display: block !important;
}

.form-control.submit {
  margin-top: 30px;
}

.form-control__label {
  padding-bottom: 10px;
}

.form-control__label p {
  margin-bottom: 0;
}

.form-control__desc {
  margin: 21px 0;
}

/* .form-control-field.w-1 { */
  /* max-width: 392px; */
/* } */

.form-title {
  color: var(--color-main-text);
}

.form-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 15px;
}

.form-links a {
  margin-right: 15px;
}

:root {
  --color-blue: #009CDC;
  --color-blue-dark: #003A6D;
  --color-green: #8ABB2A;
  --color-green-dark: #006838;
  --color-gray: #636568;
  --color-main-text: #393939;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  min-width: 375px;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  color: var(--color-main-text);
  letter-spacing: -0.0025em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font: 18px/1.22 franklin-gothic-urw, sans-serif;
}

.container,
.single-article-page .hero-content,
.single-events-page .hero-content,
.header-container,
.sub-header {
  width: 100%;
  max-width: 1416px;
  position: relative;
  padding-left: 36px;
  padding-right: 36px;
  margin-left: auto;
  margin-right: auto;
}

.container.sz-lg,
.single-article-page .sz-lg.hero-content,
.single-events-page .sz-lg.hero-content,
.sz-lg.header-container {
  max-width: 1704px;
}

.container.sz-md,
.single-article-page .sz-md.hero-content,
.single-events-page .sz-md.hero-content,
.sz-md.header-container {
  max-width: 1142px;
}

.container.sz-sm,
.single-article-page .sz-sm.hero-content,
.single-events-page .sz-sm.hero-content,
.sz-sm.header-container {
  max-width: 992px;
}

.breadcrumbs {
  margin-bottom: 10px;
  font: 400 24px/1 franklin-gothic-urw-cond, sans-serif;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.breadcrumbs ul li {
  padding: 0;
  margin: 0;
}

.breadcrumbs ul li a {
  color: inherit;
}

.breadcrumbs ul li span {
  display: block;
  margin: 0 5px;
}
#main-content,
.section-main {
  position: relative;
  margin-bottom: auto;
}

/*
    HEADER
 */

.header {
  padding: 1em 0;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#009cdc), to(#003a6d));
  background-image: linear-gradient(to right, #009cdc, #003a6d);
}

.header-container,
.sub-header  {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1686px;
  align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sub-header {
  justify-content: right;
  gap: 1em;
}
.header-logo {
  /* padding: 23px 0; */
  position: relative;
  max-width: 266px;
  margin-right: 10px;
}

.header-logo a {
  display: block;
}

.header-container .social-menu,
.header-container .header-search,
.header-container .translate {
  display: none;
}

.header-container .sub-header .social-menu,
.header-container .sub-header .header-search,
.header-container .sub-header .translate {
  margin-top: 8px;
  display: block;
}

@media (max-width: 1300px) {
  .sub-header {
    display: none;
  }
  .nav-container {
    display: flex;
     gap: 1em;
  }
  .header-container .social-menu,
  .header-container .header-search,
  .header-container .translate {
    display: block;
  }
  .header-container .sub-header .social-menu,
  .header-container .sub-header .header-search,
  .header-container .sub-header .translate {
    display: none;
  }
}

.header-logo a img {
  display: block;
  line-height: 1;
  max-height: 80px;
}

.header-nav {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: auto; */
}

.header-nav a {
  color: inherit;
}

.header-nav__list {
  margin: 0;
  padding: 0;
  opacity: 0;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 100;
  visibility: hidden;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#009cdc), to(#003a6d));
  background-image: linear-gradient(to right, #009cdc, #003a6d);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.opened-menu .header-nav__list {
  opacity: 1;
  visibility: visible;
}

.header-nav__item {
  margin: 0;
  padding: 0;
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
}

.header-nav__item + .header-nav__item {
  margin-left: 0;
}

.header-nav__item.social-links {
  text-align: center;
  margin: 15px auto 35px;
}

.header-nav__item > ul {
  margin: 0;
  z-index: 50;
  display: none;
  list-style: none;
  padding: 10px 20px;
}

.header-nav__item > ul li {
  margin: 0;
  padding: 0;
  margin-bottom: 14px;
}

.header-nav__item > ul li:last-child {
  margin-bottom: 0;
}

.header-nav__item > ul li a {
  font-size: 18px;
  text-decoration: none;
}

.header-nav__item > ul li a:hover {
  text-decoration: underline;
}

.header-nav__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 25px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  letter-spacing: 0.035em;
  font: 600 20px/1.11 franklin-gothic-urw, sans-serif;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-nav__link.primary {
  display: none;
}

.has-submenu .header-nav__link {
  font-size: 18px;
  padding-right: 25px;
}

.has-submenu .header-nav__link::after {
    right: 5px;
    top: 50%;
    width: 15px;
    height: 9px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: url(../assets/img/menu-icon-arrow.svg) center/cover no-repeat;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.header-nav-mob {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 46px;
  height: 39px;
  padding: 0 5px;
  background: transparent !important;
}

.header-nav-mob span {
  top: 0;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 18px;
  height: 7px;
  margin: 3px 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.header-nav-mob span:nth-child(odd) {
  clear: both;
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}

.header-nav-mob span:nth-child(even) {
  float: right;
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.header-nav-mob span:nth-child(6),
.header-nav-mob span:nth-child(2) {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}

.header-nav-mob span:nth-child(1),
.header-nav-mob span:nth-child(5) {
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
}

.opened-menu .header-nav-mob span:nth-child(1),
.opened-menu .header-nav-mob span:nth-child(6) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.opened-menu .header-nav-mob span:nth-child(2),
.opened-menu .header-nav-mob span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.opened-menu .header-nav-mob span:nth-child(1),
.opened-menu .header-nav-mob span:nth-child(2) {
  top: 13px;
}

.opened-menu .header-nav-mob span:nth-child(5),
.opened-menu .header-nav-mob span:nth-child(6) {
  top: -13px;
}

.opened-menu .header-nav-mob span:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateX(-2em);
      -ms-transform: translateX(-2em);
          transform: translateX(-2em);
}

.opened-menu .header-nav-mob span:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateX(2em);
      -ms-transform: translateX(2em);
          transform: translateX(2em);
}

.header .social-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-left: 6px;
}

.header-search {
  line-height: 0;
  margin-left: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}

.header-search-btn {
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    background: url(../assets/img/search-icon.svg) center no-repeat;
}

/*
    HERO
 */

.hero {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  margin-bottom: 100px;
}

.hero-content {
  color: #393939;
  width: 65%;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff url(../assets/img/hero-bg.png) center right/cover no-repeat;
  -webkit-clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 100%, 0 100%);
}

.hero-content-inner {
  width: 100%;
  position: relative;
  padding: 30px 36px 20px 36px;
}

.hero-content-inner h1 {
  letter-spacing: -1px;
}

.hero-media {
  z-index: 15;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 1px;
  left: calc(50% - 60px);
}

.hero-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.video-hero {
  position: relative;
  overflow: hidden;
}

.video-hero__title {
  left: 0;
  top: 50%;
  z-index: 10;
  background: #fff;
  position: absolute;
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  /* display: flex; */
  /* -webkit-box-pack: end; */
      /* -ms-flex-pack: end; */
          /* justify-content: flex-end; */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 100%, 0 100%);
}
.video-hero__title {
  display: flex;
  /* justify-content: space-between; */
  max-width: 800px;
  width: 70%;
  /* margin-left: -70%; */
  /* transition: margin-left 0.5s ease-in-out; */
  animation-name: slideInHeroTitle;
  animation-duration: 4s;
}

@keyframes slideInHeroTitle {
  from {margin-left: -100%;}
  to {margin-left: 0%;}
}


@media (max-width:876px) {
  .video-hero__title {
    width: 90%;
    /* margin-left: -90%; */
  }
}
.video-hero__title .green-background {
  width: 200px;
  background-color: #8ABB2A;
  clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 100%, 0 100%);
}
.video-hero__title h1 {
  /* max-width: 528px; */
  padding: 60px 70px 60px 30px;
  text-transform: uppercase;
}

.video-hero__block {
  overflow: hidden;
  position: relative;
  /* min-height: 100vh; */
  width: 100vw;
  height: calc(100vw * 9 / 16);
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.video-hero__block video {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100.5%;
  margin: 0;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-hero__iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.video-hero__iframe iframe {
  width: 100vw;
  height: 56.25vw;
  min-height: 100vh;
  min-width: 177.77vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*
    VIDEO BLOCK
 */

.video-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.video-block iframe {
  aspect-ratio: 2.4/1;
}

.video-block img {
  display: block;
  line-height: 0;
}

/*
    ABOUT LIST
 */

.about-page .about-list__item-right h3 {
  color: var(--color-blue-dark);
}

.about-page .hero {
  margin-bottom: 50px;
}

.about-list {
  margin: 0 auto;
  max-width: 1060px;
  position: relative;
}

.about-list__item + .about-list__item {
  margin-top: 82px;
}

.about-list__item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-list__item-left img {
  display: block;
  margin-bottom: 30px;
}

.column-content {
  margin: 2em auto;
  position: relative;
}

.column-content .left-side .btn {
  width: 100%;
  max-width: 392px;
}

.column-content .right-side {
  margin-top: 50px;
}

.column-content__inner > *:last-child {
  margin-bottom: 0 !important;
}

.column-content .media-item + .media-item {
  margin-top: 20px;
}

.column-content .media-item img {
  display: block;
  line-height: 1;
}

.grid-links {
  margin: 100px auto;
  position: relative;
}

.grid-links::after {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 107px;
  background-image: -webkit-gradient(linear, left top, right top, from(#009cdc), to(#003a6d));
  background-image: linear-gradient(to right, #009cdc 0%, #003a6d 100%);
}

.grid-links.list-mode {
  margin: 0;
}

.grid-links.list-mode::after {
  content: none;
}

.grid-links.list-mode .grid-links__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid-links.list-mode .grid-links__item {
  margin: 0;
}

.grid-links.list-mode .grid-links__item + .grid-links__item {
  margin-top: 20px;
}

.grid-links__head {
  color: #fff;
  position: relative;
  text-align: center;
  padding: 60px 30px 20px;
}

.grid-links__head .h2 {
  margin: 0;
  color: inherit;
}

.grid-links__list {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(300px, 392px));
}

.grid-links__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  padding: 38px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 5px #fff;
  background-color: var(--color-blue);
  -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 58, 109, 0.15);
          box-shadow: 0 -5px 10px 0 rgba(0, 58, 109, 0.15);

  transition: transform 0.3s ease;
}

.grid-links__item:hover {
  background-color: #003A6D;
  /* transform: scaleY(1.2); */
}

.grid-links__item-icon {
  width: 84px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
  border-radius: 50%;
  background: #fff;
  margin-right: 17px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid-links__item-icon img {
  display: block;
  line-height: 1;
}

.grid-links__item-label {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font: 600 28px/1.29 franklin-gothic-urw-cond, sans-serif;
}

.voucher-choice-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.voucher-choice-block {
  padding-top: 35px;
}

.housing-choice-voucher-page .column-content__inner {
  width: 100%;
}

.requirements-page .accordion {
  margin: 50px auto 10px;
  border-top: 1px solid #707070;
}

.requirements-page .accordion__item-trigger {
  padding: 20px 40px 20px 0;
}

.requirements-page .accordion__item-body {
  padding-bottom: 30px;
}

.requirements-page .accordion__item-body ul li {
  margin: 5px 0;
}

.info-window {
  position: relative;
  padding: 40px 38px;
  border: solid 2px var(--color-green);
  /* margin: 60px 0; */
  padding: 20px;
}

.info-window > *:last-child {
  margin-bottom: 0 !important;
}

.info-window form .form-title {
  margin-bottom: 15px;
}

.info-window form .form-control + .form-control {
  margin-top: 25px;
}

.info-window form input {
  height: 76px;
  font-size: 24px;
}

.info-window form button.btn {
  width: 100%;
  max-width: none;
}

.info-window .btn {
  min-width: 256px;
}

[data-accordion] [data-accordion-item] {
  border-bottom: 1px solid #707070;
}

[data-accordion] [data-accordion-item].opened [data-accordion-trigger]::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-accordion] [data-accordion-trigger] {
  margin: 0;
  cursor: pointer;
  position: relative;
}

    [data-accordion] [data-accordion-trigger]::after {
        right: 0;
        top: 50%;
        width: 50px;
        height: 50px;
        margin-top: -25px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        background: url(../assets/img/accordion-arrow.svg) center no-repeat;
    }

[data-accordion] [data-accordion-trigger] > * {
  margin: 0;
}

.faq-list {
  position: relative;
  padding: 6px 0 0;
}

.faq-item {
  padding: 30px 0;
}

.faq-item:first-child {
  padding-top: 0 !important;
}

.faq-item__head {
  padding-right: 50px;
}

.faq-item__body {
  padding: 10px;
}

.faq-item__body h4,
.faq-item__body .h4 {
  margin-top: 22px;
}

.house-list {
  margin: 80px 0;
  position: relative;
}

.house-list__item {
  margin-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.house-list__item + .house-list__item {
  margin-top: 50px;
}

.house-list__item-pic img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.house-list__item-pic img.placeholder {
  width: auto;
  margin: 0 auto 20px;
}

.house-list__item-body .btn {
  margin-top: 20px;
}

.house-list__btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 44px 0 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-table {
  width: 100%;
  overflow: auto;
  margin: 50px auto;
}

.content-table table {
  width: 1024px;
  margin: 0 auto;
}

.content-table table thead {
  position: relative;
}

.content-table table thead::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#009CDC), to(#003A6D));
  background-image: linear-gradient(to right, #009CDC, #003A6D);
}

.content-table table thead th {
  padding-bottom: 5px;
}

.content-table table td {
  width: 20%;
  padding: 24px 0;
  vertical-align: top;
}

.resident-services-page .house-list__item-body {
  max-width: 480px;
}

.resident-services-page .house-list__item + .house-list__item {
  margin-top: 50px;
}

.register-as-a-vendor-page .form-area {
  margin-top: 53px;
}

.register-as-a-vendor-page .form-area__title {
  margin-bottom: 22px;
}

.register-as-a-vendor-page .form-control + .form-control {
  margin-top: 19px;
}

.register-as-a-vendor-page .form-control.submit {
  margin-top: 63px;
}

.guidelines-page .chapter-body ul:not(.column-list) {
  padding-top: 0;
  padding-bottom: 0;
}

.guidelines-page .chapter-body ul:not(.column-list) li {
  margin-top: 0;
}

.faqs-page h4 {
  margin: 0;
  font-weight: 600;
  font-family: franklin-gothic-urw, sans-serif;
}

.article-grid {
  position: relative;
  margin: 100px auto;
}

.article-grid.has-bg {
  padding: 100px 0 138px;
  background-color: #d8d8d8;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-grid__title {
  margin-bottom: 13px;
}

.article-grid .article-list {
  gap: 50px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr);
}

.article-grid .article-list__item.hidden {
  display: none;
}

.article-grid .article-list__item-pic {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  display: none !important;
}

.article-grid .article-list__item-pic a {
  display: block;
}

.article-grid .article-list__item-pic img {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  max-height: 293px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.article-grid .article-list__item-title {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1.2em;         /* Adjust as needed */
  max-height: 6em;            /* 4 lines * line-height (1.5em) */
  min-height: 6em;            /* Force 4-line height even if text is short */
}
.article-grid .article-list__item-meta {
  padding: 8px 0;
}
.article-grid .article-list__item-meta p {
  margin: 0;
}

.article-grid .article-list__item-content {
  margin: 26px 0 42px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;

  line-height: 1em;         /* Adjust as needed */
  max-height: 7em;            /* 4 lines * line-height (1.5em) */
  min-height: 7em;            /* Force 4-line height even if text is short */
}

.article-grid .article-list__item-content > *:last-child {
  margin-bottom: 0;
}

.article-grid .article-list__item-btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.article-grid .article-list__item-btm .btn:not(.bordered) {
  width: 100%;
  min-width: 200px;
  max-width: 256px;
}

.article-grid .article-list__item-btm .btn + .btn {
  margin-left: 16px;
}

.article-grid__loadmore {
  position: relative;
}

.article-grid__loadmore .btn {
  margin-top: 51px;
  min-width: 256px;
}

.default-section {
  position: relative;
  margin: 100px 0;
}

.default-section__title {
  margin-bottom: 13px;
}

.default-section__block {
  background: #d8d8d8;
  padding-bottom: 37.24%;
  position: relative;
  max-height: 500px;
}

.default-section__block p {
  margin: 0;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  padding: 0 20px;
  font-weight: 500;
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: franklin-gothic-urw-cond, sans-serif;
}

.single-events-page .hero {
  margin-bottom: 0;
}

.single-events-page .hero-content {
  display: block;
  background: transparent;
}

.single-events-page .hero-content-inner {
  max-width: none;
  padding: 69px 0 20px;
}

.single-events-page .column-content:first-child {
  margin-top: 0;
}

.single-events-page .meta-data {
  margin: 23px 0;
  position: relative;
  font: 22px/1.29 franklin-gothic-urw-cond, sans-serif;
}

.single-events-page .meta-data p {
  margin-bottom: 10px;
}

.single-events-page .meta-data p:last-child {
  margin-bottom: 0;
}

.single-events-page .container.sz-sm,
.single-events-page .sz-sm.header-container,
.single-events-page .sz-sm.hero-content {
  max-width: 870px;
}

.single-events-page .chapter .btn {
  width: 100%;
  max-width: 392px;
}

.single-article-page .hero {
  margin-bottom: 0;
}

.single-article-page .hero-content {
  max-width: 870px;
  display: block;
  background: transparent;
}

.single-article-page .hero-content-inner {
  max-width: none;
  padding: 50px 0 20px;
}

.single-article-page .single-article-pic {
  position: relative;
  margin: 0px 0 51px;
}

.single-article-page .single-article-pic img {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  max-height: 395px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.single-article-page .container.sz-sm,
.single-article-page .sz-sm.header-container,
.single-article-page .sz-sm.hero-content {
  max-width: 870px;
}

.success-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#009cdc), to(#003a6d));
  background-image: linear-gradient(to right, #009cdc, #003a6d);
}

.success-story__item {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  min-height: 197px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #fff;
  letter-spacing: 0.065em;
  font: 600 20px/1.2 franklin-gothic-urw-cond, sans-serif;
}

.success-story__item p {
  margin: 0;
}

.success-story__item .number {
  letter-spacing: 0;
  font: 900 45px/1 franklin-gothic-urw, sans-serif;
}

.staff-container .staff-item {
  padding: 55px 0;
}

.staff-container .staff-item__pic {
  margin: 0 auto;
  max-width: 254px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  aspect-ratio: 1/1.241;
}

.staff-container .staff-item__pic img {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.staff-container .staff-item__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 25px 0 0;
}

.staff-container .staff-item__body .name {
  font-size: 36px;
  color: #003a6d;
  margin-bottom: 0;
  letter-spacing: -0.01em;
  font: 28px/1.1 linotype-vectora, sans-serif;
}

.staff-container .staff-item__body .position {
  color: #009cdc;
  font: 500 20px/1.25 franklin-gothic-urw-cond, sans-serif;
}

.staff-container .staff-item__body .content > *:last-child {
  margin-bottom: 0;
}

.staff-container.single-column {
  display: block;
}

.staff-container.single-column .staff-item__body .content {
  padding-right: 0;
}

.result-content {
  margin: 2em 0;
  width: 100%;
}

/*
    FOOTER
 */

.footer {
  color: #fff;
  font-size: 18px;
  margin-top: 50px;
  background: #393939;
  padding: 50px 0 37px;
}

.footer .container,
.footer .header-container,
.footer .single-events-page .hero-content,
.single-events-page .footer .hero-content,
.footer .single-article-page .hero-content,
.single-article-page .footer .hero-content {
  max-width: 1710px;
}

.footer a {
  color: inherit;
}

.footer a:hover {
  text-decoration: none;
}

.footer-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.footer-logo-right {
  display: none;
}

.footer-top {
  position: relative;
}

.footer-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50.5%;
          flex: 1 1 50.5%;
}

.footer-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 49.5%;
          flex: 1 1 49.5%;
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-col {
  text-align: center;
}

.footer-col + .footer-col {
  margin-top: 55px;
}

.footer-col__title {
  margin-bottom: 17px;
  font: 500 24px/1.2 franklin-gothic-urw-cond, sans-serif;
}

.footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.footer .footer-menu li {
  padding: 0;
}

.footer-btm {
  overflow: hidden;
  position: relative;
  font-size: 16px;
  line-height: 1.25;
}

.footer-btm p {
  margin-bottom: 0;
}

.footer-btm {
  padding-top: 46px;
}

.social-menu {
  line-height: 0;
  position: relative;
}

.social-menu__title {
  font: 600 18px/1.2 franklin-gothic-urw-cond, sans-serif;
}

.social-menu__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-menu__list > li {
  position: relative;
}

.social-menu__list > li + li {
  margin-left: 15px;
}

.social-menu__list > li > .social-icon {
  font-size: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

    .social-menu__list > li > .social-icon.icon-fb {
        background-image: url(../assets/img/icon-fb.svg);
    }

    .social-menu__list > li > .social-icon.icon-li {
        background-image: url(../assets/img/icon-li.svg);
    }

    .social-menu__list > li > .social-icon.icon-yt {
        background-image: url(../assets/img/icon-yt.svg);
    }

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  ul.column-list {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  ul.column-list li {
    padding-right: 40px;
  }

  ul.column-list.col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }

  .header-nav__item.social-links {
    display: none;
  }

  .header-nav-mob {
    margin-right: 30px;
  }

  .header-search {
    /* margin-left: 30px; */
  }

  .footer {
    padding: 58px 0 46px;
  }

  .footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .footer-col {
    margin-top: 0 !important;
    padding-right: 20px;
    text-align: left;
  }

  .footer-col__title {
    margin-bottom: 40px;
  }
}

.form-control__label,
.form-control__label label {
  /* text-align: right; */
  padding-bottom: 0;
  padding-right: 16px;

  /* position: absolute; */
  /* height: 1px; */
  /* margin: -1px; */
  /* overflow: hidden; */
}

#contactPage .form-control__label,
#contactPage .form-control__label label {  
    position: absolute;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 36px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4,
  .faqs-page h4 {
    font-size: 24px;
  }

  ul.column-list {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
  }

  .chapter + .chapter {
    margin-top: 55px;
  }

  .chapter-body.has-cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .chapter-body__col + .chapter-body__col {
    margin-top: 0;
  }

  [data-js-file] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  [data-js-file] [data-js-file-label] {
    padding-top: 0;
    padding-left: 18px;
  }

  .container.sz-sm {
    display: flex;
    gap: 1em;
  }

  .single-article-page .container.sz-sm {
    display: block;
  }

  .form-area,
  .contact-details {
    width: 50%;
  }

  .contact-details {
    padding: 2em;
    color: #FFFFFF;
    background: #003A6D;
  }

  .contact-details a {
    color: #FFFFFF;
    text-decoration: underline;
  }

  .form-control input,
  .form-control select,
  .form-control textarea {
    width: 100%;
  }

  .form-area__form .form-control {
    /* display: -ms-grid; */
    /* display: grid; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-grid-columns: minmax(100px, 272px) 1fr;
    grid-template-columns: minmax(100px, 272px) 1fr;
  }

  body {
    font-size: 18px;
  }

  .breadcrumbs {
    font-size: 28px;
  }

  .hero-content {
    width: 50%;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .hero-content-inner {
    padding-right: 100px;
    max-width: 708px;
  }

  .about-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about-list__item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }

  .about-list__item-left img {
    margin-bottom: 0;
  }

  .about-list__item-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding-left: 50px;
  }

  .housing-choice-voucher-page .right-side {
    padding-top: 42px;
  }

  .requirements-page .accordion {
    margin: 50px auto 80px;
  }

  .requirements-page .accordion__item-trigger {
    padding: 30px 60px 30px 0;
  }

  .requirements-page .accordion__item-body {
    padding-bottom: 65px;
  }

  .info-window.right-position {
    float: right;
    margin: 0 0 10px 20px;
  }

  .info-window {
    /* padding: 44px 80px; */
    padding: 2em;
  }

  .faq-item {
    padding: 57px 0;
  }

  .faq-item__body {
    padding: 18px 30px;
  }

  .house-list {
    margin: 122px 0 100px;
  }

  .house-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .house-list__item + .house-list__item {
    margin-top: 40px;
  }

  .house-list__item-pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    margin-right: 35px;
  }

  .house-list__item-pic img {
    margin-bottom: 0;
  }

  .house-list__item-pic img.placeholder {
    margin-bottom: 0;
  }

  .house-list__item-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }

  .single-events-page .meta-data {
    font-size: 28px;
  }

  .single-article-page .hero-content-inner {
    padding: 107px 0 20px;
  }

  .success-story__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
  }

  .staff-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .staff-container.single-column .staff-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .staff-container.single-column .staff-item__body {
    padding: 8px 33px 0 15px;
  }

  .staff-container.single-column .staff-item__body .content {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .contact-details {
    margin-top: 2em;
  }
}
@media (min-width: 992px) {
  .about-list__item-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 236px;
            flex: 0 0 236px;
  }

  .about-list__item-right {
    padding-left: 148px;
  }

  .column-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .column-content.row-reversed {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .column-content.row-reversed .left-side {
    padding: 0 0 0 8px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .column-content.row-reversed .right-side {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .column-content.align-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .column-content .left-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px 0 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .column-content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .short-right-side.column-content .right-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 39.25%;
            flex: 0 1 39.25%;
  }

  .grid-links.list-mode .grid-links__item {
    width: 392px;
  }

  .voucher-choice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .voucher-choice-block {
    padding-top: 0;
    padding-left: 90px;
  }

  .house-list__item-pic {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 336px;
            flex: 0 0 336px;
    margin-right: 72px;
  }

  .article-grid .article-list {
    /* -ms-grid-columns: (minmax(200px, 1fr))[3]; */
    grid-template-columns: repeat(3, minmax(200px, 1fr));
  }

  .success-story {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .success-story__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
    font-size: 22px;
  }

  .staff-container .staff-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .staff-container .staff-item__pic {
    max-width: none;
  }

  .staff-container .staff-item__body {
    padding: 8px 33px 0 15px;
  }

  .staff-container .staff-item__body .name {
    font-size: 32px;
  }

  .staff-container .staff-item__body .position {
    font-size: 24px;
  }

  .staff-container .staff-item__body .content {
    margin-top: 15px;
    padding-right: 15px;
  }

  .footer-logo {
    /* margin-top: 10px; */
    max-width: 180px;
  }

  .footer-logo-right {
    display: inline-block;
    margin-left: 65px;
  }

  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-right {
    margin-top: 0;
  }

  .footer-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 33.333%;
            flex: 0 1 33.333%;
  }

  .footer-col:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1140px) {
  .article-grid .article-list {
    gap: 84px;
  }

  .success-story__item {
    font-size: 25px;
  }
}

@media (min-width: 1220px) {
  .grid-links__list {
    grid-auto-flow: column;
  }
}

@media (min-width: 1240px) {
  .staff-container .staff-item__pic {
    -ms-flex-preferred-size: 254px;
        flex-basis: 254px;
  }
}

.highlighted-text {
  /* color: #009CDC; */
  font-weight: 600;
  border: 1px solid #009CDC;
  padding: 1em;
  border-radius: 5px;
  background: #E6F7FF;
}

@media (min-width: 1300px) {
  .header-nav {
    display: block;
  }

  .header-nav__list {
    opacity: 1;
    top: auto;
    right: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    visibility: visible;
    background: transparent;
    -webkit-transition: none;
    transition: none;
  }

  .header-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .header-nav__item:hover > .header-nav__link {
    background: #003A6D;
  }

  .header-nav__item.has-submenu:hover > .header-nav__link::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg);
  }

  .header-nav__item.has-submenu:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .header-nav__item > ul {
    display: block;
    padding: 20px 15px;
    max-width: 295px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #003A6D;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, 2em);
        -ms-transform: translate(0, 2em);
            transform: translate(0, 2em);
  }

  .header-nav__item > ul li.primary {
    display: none;
  }

  .header-nav__link {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
    padding: 0 15px;
  }

  .header-nav__link.secondary {
    display: none !important;
  }

  .header-nav-mob {
    display: none;
  }
}

@media (min-width: 1320px) {
  .video-hero__title {
    /* right: 57.6%; */
  }

  .video-hero__title h1 {
    padding-left: 0;
  }
}

@media (min-width: 1480px) {
  .header-logo {
    max-width: 310px;
    margin-right: 30px;
  }
}

@media (min-width: 1665px) {
  .header-nav__item > ul {
    padding: 20px 25px;
  }

  .has-submenu .header-nav__link {
    padding-right: 45px;
  }

  .has-submenu .header-nav__link::after {
    right: 24px;
  }

  .header-nav__link {
    padding: 0 25px;
  }
}

@media (max-width: 1299px) {
  .header-nav__item > ul li {
    margin-left: 15px;
    margin-bottom: 7px;
  }

  .header-nav__item > ul li + li {
    margin-left: 30px;
  }

  .has-submenu .header-nav__link::after {
    -webkit-transform-origin: 50% 30%;
        -ms-transform-origin: 50% 30%;
            transform-origin: 50% 30%;
  }

  .has-submenu .header-nav__link.open::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  .column-content .media-item {
    margin-left: -36px;
    margin-right: -36px;
  }

  .column-content .media-item img {
    width: 100%;
  }

  .single-events-page .column-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .single-events-page .column-content .right-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }

  .single-events-page .column-content .right-side img {
    width: 100%;
  }

  .single-events-page .column-content .left-side {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 575px) {
  .mobile-hide {
    display: none !important;
  }
}




.form-msg-text {
    padding-left: 16px;
    margin: 50px 0;
    position: relative;
}

    .form-msg-text h2 {
        margin-bottom: .25em;
    }

    .form-msg-text::after {
        display: block;
        content: "";
        width: 5px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #ccc;
    }

.form-msg-success h2 {
    color: #8ABB2A;
}

.form-msg-success .form-msg-text::after {
    background: #8ABB2A;
}

.form-msg-error h2 {
    color: #c00;
}

.form-msg-error .form-msg-text::after {
    background: #c00;
}

@media (min-width: 768px) {

    .form-msg {
        display: -ms-grid;
        display: grid;
        max-width: 936px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: minmax(100px, 272px) 1fr;
        grid-template-columns: minmax(100px, 272px) 1fr;
    }

    .form-msg-text {
        padding-top: 3px;
        padding-left: 0;
    }

        .form-msg-text::after {
            width: 7px;
            margin-right: 16px;
            left: auto;
            right: 100%;
        }
}
.pager {
    padding: 0;
    margin: 0;
}

    .pager li {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .pager li + li {
            margin-left: 15px;
        }

        .pager li a {
            display: block;
            min-width: 50px;
            padding: 5px 15px;
            font: 500 22px/1.3 franklin-gothic-urw-cond, sans-serif;
            text-decoration: none;
            text-align: center;
            color: #009CDC;
            background: #fff;
            border: solid 2px #009CDC;
            transition: all 0.2s;
        }

            .pager li a:hover {
                color: #fff;
                background: #009CDC;
            }

@media (min-width: 768px) {

    .form-msg {
        display: -ms-grid;
        display: grid;
        max-width: 936px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: minmax(100px, 272px) 1fr;
        grid-template-columns: minmax(100px, 272px) 1fr;
    }

    .form-msg-text {
        padding-top: 3px;
        padding-left: 0;
    }

        .form-msg-text::after {
            width: 7px;
            margin-right: 16px;
            left: auto;
            right: 100%;
        }
}


.form-msg-text {
    padding-left: 16px;
    margin: 50px 0;
    position: relative;
}

    .form-msg-text h2 {
        margin-bottom: .25em;
    }

    .form-msg-text::after {
        display: block;
        content: "";
        width: 5px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #ccc;
    }

.form-msg-success h2 {
    color: #8ABB2A;
}

.form-msg-success .form-msg-text::after {
    background: #8ABB2A;
}

.form-msg-error h2 {
    color: #c00;
}

.form-msg-error .form-msg-text::after {
    background: #c00;
}


.form-control .err {
    border-color: #d00;
}


@media (min-width: 768px) {

    .form-msg {
        display: -ms-grid;
        display: grid;
        max-width: 936px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: minmax(100px, 272px) 1fr;
        grid-template-columns: minmax(100px, 272px) 1fr;
    }

    .form-msg-text {
        padding-top: 3px;
        padding-left: 0;
    }

        .form-msg-text::after {
            width: 7px;
            margin-right: 16px;
            left: auto;
            right: 100%;
        }
}

.form-msg-text {
    padding-left: 16px;
    margin: 50px 0;
    position: relative;
}

    .form-msg-text h2 {
        margin-bottom: .25em;
    }

    .form-msg-text::after {
        display: block;
        content: "";
        width: 5px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background: #ccc;
    }

.form-msg-success h2 {
    color: #8ABB2A;
}

.form-msg-success .form-msg-text::after {
    background: #8ABB2A;
}

.form-msg-error h2 {
    color: #c00;
}

.form-msg-error .form-msg-text::after {
    background: #c00;
}

.form-control .err,
.form-control.radio .radio-list label > .err + span::after {
    border-color: #e00 !important;
}

    .form-control .err + span[data-js-file-label] {
        color: #e00 !important;
    }



.pager {
    padding: 0;
    margin: 0;
}

    .pager li {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .pager li + li {
            margin-left: 15px;
        }

        .pager li a {
            display: block;
            min-width: 50px;
            padding: 5px 15px;
            font: 500 22px/1.3 franklin-gothic-urw-cond, sans-serif;
            text-decoration: none;
            text-align: center;
            color: #009CDC;
            background: #fff;
            border: solid 2px #009CDC;
            transition: all 0.2s;
        }

            .pager li a:hover {
                color: #fff;
                background: #009CDC;
            }


@media (min-width: 768px) {

    .form-msg {
        display: -ms-grid;
        display: grid;
        max-width: 936px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-grid-columns: minmax(100px, 272px) 1fr;
        grid-template-columns: minmax(100px, 272px) 1fr;
    }

    .form-msg-text {
        padding-top: 3px;
        padding-left: 0;
    }

        .form-msg-text::after {
            width: 7px;
            margin-right: 16px;
            left: auto;
            right: 100%;
        }
}
.article-list__item {
    margin-bottom:10px;
}

/* View all news button */
/* .view-all-button-container p {
  display: flex;
  justify-content: center;
} */
.view-all-button-container {
  margin-top: 4em;
}
.view-all-button-container .btn {
  width: 100%;
  max-width: 392px;
}

/* Latest news widget */
.widget-latest-news {
  background-color: #e6e6e6;
  margin: 4em 0;
}


/* Floating Stay In Touch With the RISE Center! section */
.relative-container {
	position: relative;
}
.floatingSection {
	display: block !important;
	background-color: #FFFFFF;
	border: 1px solid;
	max-width: 500px;
	position: sticky;
	bottom: 10%;
	/* right: 10%; */
	padding: 1em;
	z-index: 999;
	margin-left: auto;
	margin-right: 0;
}

/* Hide news articles in News & Media page */
#main-content .news-articles-page .news-post-list {
  display: none !important;
}

/* Hide placeholder communities in View all communities */
.house-list__item.placeholder-listing {
  display: none !important;
}

/* Job postings */
.job-posting .row {
  display: flex;
  gap: 1em;
}
.job-posting .col-left {
  width: 20%;
  text-align: right;
}
.job-posting .col-right {
  width: 80%;
}
@media (max-width: 768px) {
  .job-posting .row {
    display: block;
  }
  .job-posting .col-left,
  .job-posting .col-right {
    width: 100%;
    text-align: left;
  }
}

 /* translation & facebook feed */
#translationFbFeedRow {
  display: flex;
    align-items: start;
  gap: 2rem;
}
#translationFbFeedRow .translation-help {
    width: 50%;
    margin-left: 36px;
}
#fb-container {
    width: 50%;
}
#fb-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

@media (max-width: 768px) {
  #translationFbFeedRow {
        display: block;
        margin: 0 36px;
  }
  #translationFbFeedRow .translation-help,
  #translationFbFeedRow #fb-container {
        margin-left: 0;
        width: 100%;
  }
  #translationFbFeedRow #fb-container {
    margin-top: 2em;
  }
}