/**
 * @file
 * custom.css
 * 
 * Layout and Theme styles for the entire site
 * 
 * -------------------------------------------------
 * Attached thru `.info.yml`
 *
 ============================================================================ */

/**
 * Temporary hacks
 */

.path-front #block-letsgo-page-title,
.node--type-gateway-city #block-letsgo-page-title,
.node--type-people-group #block-letsgo-page-title,
.node--type-page #block-letsgo-page-title {
  display: none;
}

.hero-banner img {
  margin-top: -6%;
}

.wp-block-image {
  margin-bottom: 0;
}

/**
 * Global
 ========================================*/

body {
  font-family: 'Manrope', 'Roboto', Arial, sans-serif;
  /*font-family:'Manrope', sans-s.more-peopleerif;*/
  line-height: 1.5;
  font-size: 16px;
}
.menu li {
   font-family: 'Manrope', 'Roboto', Arial, sans-serif;
}

.flex-column {
    display: flex;
    flex-direction: column;
}
/**
 * Elements
 */
 
h2, 
.home-people-selector .js-form-item label,
.field-block-content--field-partner-title .field__item {
  text-transform: uppercase;
  font-family:"Open Sans", sans-serif;
  line-height: 120%;
  font-weight: 800;
  font-size: 48px;
}
h2,h3,h4 {
  font-family: "Open Sans", sans-serif;
}
h2, h3, h4, p, ul li,summary, a {
  color:#163954;
}
body {
  font-size: 18px;
}
html[lang="fr"] h2 {
    text-transform: unset;
}


/**
 * Webform
 */
 .ui-widget-overlay {
    background: rgba(255, 255, 255, 0.75) !important;
    z-index: 100 !important;
 }
 .ui-dialog {
     z-index: 101;
     background: white !important;
     border-radius: 10px !important;
 }
.webform-submission-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 15px 0;
}
.webform-submission-form h2 span {
    font-size: 48px;
    font-weight: 800;
}
.webform-submission-form label,
.webform-submission-form span,
.webform-submission-form legend {
    color: #163954;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
}
.js-form-item input, 
.js-form-item textarea {
    margin-top: 16px;
}
.js-form-item textarea {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #163954;
}
.form-wrapper {
    max-width: 560px; 
    flex-direction: column;
}
.form-title {
    flex-direction: column;
    text-align: center;
    gap: 16px;
}
.form-row {
    flex-direction: row;
    gap: 24px;
}
.form-radios .js-webform-radios {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.form-radios .js-webform-radios .js-form-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: flex-start;
}
.form-radios .js-webform-radios .js-form-item input,
.js-form-type-checkbox input {
    margin-top: 0 !important;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.webform-submission-form .js-form-item input,
.webform-submission-form .js-form-item select {
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #163954;
    margin-top: 8px;
}
.form-radios legend {
    margin-bottom: 16px;
}
.form-conditions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.ui-dialog .ui-widget-content.ui-dialog-buttonpane {
    display: flex;
    justify-content: center;
    background: none !important;
    border: none;
    padding: 40px; !important;
}
.ui-dialog .ui-dialog-title {
    display: none;
}
.ui-dialog .ui-dialog-titlebar {
    background: none !important;
    padding: 30px !important;
}

/**
 * Responsive Elements
 */
@media (max-width:520px) {
  h2 {
    font-size: 36px !important;
  }
  .home-vision-text h2, .home-vision-text p {
      text-align: left;
      max-width: 335px !important;
  }
  .home-vision-text p {
      font-size: 18px !important;
  }
  h3 {
    font-size: 32px !important;
  }
  p,a,ul li {
    font-size: 16px !important;
  }
  .city-quickFact-stats {
    font-size: 60px !important;
  }
}
@media (max-width:370px) {
  h2 {
    font-size: 32px !important;
  }
  .home-vision-text h2, .home-vision-text p {
      text-align: left;
      max-width: 305px !important;
  }
}
@media (max-width:600px) {
  ul li {
      line-break: anywhere;
  }    
}
/**
 * Regions
 ========================================*/

/**
 * Responsive
 ========================================*/
 @media screen and (min-width: 900px) {

  .layout-sidebar {
    width: 21em;
    min-width: 21em;
    opacity: .9;
    margin-left: 2em;
  }
}

.ui-dialog-titlebar {
    padding: 10px 0 !important;
}
.ui-dialog-titlebar .ui-button {
    width: 60px !important;
    padding: 15px !important;
    border: none !important;
    margin-right: 25px;
}
.ui-dialog-titlebar .ui-button .ui-button-icon {
    /*background: black !important;*/
    transform: translate(0, 0) !important; 
}

/**
 * Main Navigation
 ========================================*/
.menu-bar, .menu-bar .menu-bar-inner {
  /*width: 100%;*/
}
#block-letsgo-mainnavigation-menu {
    display: none;
}
.header-inner {
    padding: 15px 0;
    align-items: center;
    max-width: 1312px !important;
    margin: auto !important;
}


.menu-bar .block-branding {
  max-width: 84px;
}
.menu-bar .menu.menu-level-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap:32px;
}
.menu-bar .menu.menu-level-2 {
    display: flex;
    flex-direction: column;
    padding: 15px;
    width: fit-content;
    background: white;
    z-index: 20;
}
.menu-bar .menu__item {
  cursor: pointer;
}
.menu-bar .menu__item.is-parent {
  position: relative;
}
.menu-bar .menu.menu-level-2 {
  position: absolute;
  display: none;
  gap:10px;
}
.link__cities:after {
    content: url('../faq-icon.png');
    margin-left: 6px;
    display: inline-block;
    /*transform: scale(0.75);*/
}

.nav-main {
  width: 1312px;
}
.nav-main p {
  margin-bottom: 0;
}
.nav-main-wrapper {
  width: 100%;
  padding:15px 64px;
  z-index: 15;
  position: relative;
}
.nav-main, .nav-main-links, .nav-main-dropdown-title, .nav-main-dropdown-title figure {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.nav-logo-wrapper {
  
}
.nav-logo {

}
.nav-main-links-wrapper {

}
.nav-main-links {
  gap:32px;
}
.nav-main-dropdown {
  position: relative;
}
.nav-main-dropdown-title {
  gap:10px;
}
.nav-main-dropdown-title img {
  max-width: 12.5px;
}
.nav-main-dropdown-content {
  display: none;
  position: absolute;
  flex-direction: column;
  margin:0 0 0 0;
  padding:15px;
  width: fit-content;
  gap:10px;
  list-style-type: none;
  background-color: white;
}
.nav-main-dropdown-content-link {

}
.nav-mobileIcons {
    display: none;    
}

#nav_main__hamburgerIcon.closed span {
    content: url("../hamburger-icon.png");
    cursor: pointer;
}
#nav_main__hamburgerIcon.opened span {
    content: url("../icon-close.png");
    cursor: pointer;
}

/*language switcher*/
/*//////////////////////*/
#block-letsgo-languageswitcher-title {
    display: none;
}
.header-inner .menu-bar-inner {
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
}
.language-switcher-language-url,
.language-switcher-language-url ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.language-switcher-language-url ul {
    margin: 0;    
    list-style: none;
    gap: 15px;
    align-items: center;
}
#block-letsgo-languagedropdownswitcher {
    align-self: center;
}
#block-letsgo-languagedropdownswitcher .lang-dropdown-select-element {
    border-radius: 20px;
    padding: 5px 10px;
    color:#163954;
    background: #EEEEEE;
    border: none;
    outline: none;
}
.nav__get_involved.menu__link {
    width: 100%;
}


@media (max-width:1440px) {
  .nav-main, .nav-main-wrapper .wp-block-group__inner-container {
    width: 100%;
  }
  .header-inner {
    padding: 15px 64px;
  }
}

@media (max-width: 900px) {
    .webform-submission-form .js-form-item input, 
    .webform-submission-form .js-form-item select, 
    .js-form-item textarea {
        max-width: 100%;
    }
    .form-wrapper {
        max-width: 600px;
    }
}
@media (max-width: 750px) {
    .form-wrapper {
        max-width: 400px;
    }
}
@media (max-width: 550px) {
    .form-wrapper {
        max-width: 300px;
    }
    #edit-header--MuXSWSa1jJY {
        margin-bottom: 30px;
    }
}
@media (max-width: 375px) {
    .form-wrapper {
        max-width: 200px;
    }
    .form-radios .js-webform-radios {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width:700px) {
  #block-letsgo-mainnavigation {
      height: 100vh;
  }
  #block-letsgo-mainnavigation .menu li,
  #block-letsgo-mainnavigation .menu li a{
      font-size: 18px !important;
  }
  #block-letsgo-mainnavigation .menu .menu-level-2 {
      font-size: 16px !important;
      font-weight: 600;
  }
  .header {
    top: 0;
    padding: 8px 20px;
    position: fixed;
    z-index: 30;
    background: white;
    width: 100%;
  }
  .site-branding img {
      max-height: 60px;
  }
  .header,
  .menu-name--main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .menu-bar {
      display: none;
  }
  .menu-bar, 
  .menu-bar .menu-bar-inner,
  .menu__item-title--get-involved,
  .menu__item-title--get-involved a {
      width: 100%;
  }
  .menu-bar .menu.menu-level-2 {
    display: none;
    position: relative;
    width: 100%;
    gap: 24px;      
    padding: 24px 14px;
  }
  .header-inner {
      padding: 0;
  }
  .menu-bar .menu.menu-level-1 {
      flex-direction: column;
      align-items: flex-start;
  }
  
    .menu-name--main .menu__item,
    .menu-name--main .menu__link--wrapper,
    .menu-name--main .link-cities {
        width: 100% !important;
        display: block !important;
    }
    .link__cities:after {
        position: absolute;
        right: 0;
    }  
    
  .nav-main p, .nav-main ul li, .nav-main-dropdown, .nav-main .wp-block-buttons, .nav-main .button-general, .nav-main .button-general a {
    font-size: 18px !important;
    width: 100%;
  }
  .nav-main-links-wrapper {
    width: 100%;
    margin-bottom: 95px;
  }
  .nav-main, .nav-main-links {
    flex-direction: column;
  }
  .nav-main-dropdown-content {
    margin-top: 10px;
    gap:20px;
    padding:15px 0;
    padding-left: 16px;
  }
  
  .nav-mobileIcons {
      max-width: 16px;
      display: flex;
      overflow: hidden;
      cursor: pointer;
  }
  .nav-hamburgerIcon {
     display: flex; 
  }
  .nav-closeIcon {
      display: none;
  }
  
  .nav-logo {
      max-width: 75px;
  }
  .nav-main {
      flex-direction: row !important;
  }
  .nav-main-wrapper {
    position: fixed;
    z-index: 60;
    top: 0;
    background: white;
  }
  .nav-main-links-wrapper {
    display: none;
    height: 100vh;
    z-index: 60;
    position: absolute;
    background: white;
    top: 102.11px;
    left: 0;
    padding: 20px;
  }
  .nav-main-wrapper {
      padding: 15px 20px;
  }
}

/**
 * Layout
 ========================================*/
.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.layout-container {
  /* max-width: 65rem; */
  /* max-width: 1440px; */
  width: 100%;
  margin: 0 0;
  /* padding: 0 2em; */
}
@media (max-width:2000px) {
  .layout-container {
    max-width: 2000px;
  } 
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media  (min-width: 700px) {
  .layout-container {
    /* padding: 0 1em; */
  }
}

@media (min-width: 1000px) {
  .layout-container {
    /* padding: 0 1.5em; */
  }
}

/**
 * Flexbox
  =======================================*/
.display-flex,
.view-display-flex > .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.display-flex--space-between,
.view-display-flex--space-between > .view-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-child--fill {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}


/**
 * Call To Action
 * @TODO: change .about-callToAction to .cta-blk
  =======================================*/
.about-callToAction .hero-circle-wrapper {
  top:-600px;
}
.about-callToAction .hero-circle-1 {
  width: 1440px;
}
.about-callToAction .hero-circle-2 {
  width: 1700px;
}
.about-callToAction .hero-circle-3 {
  width: 2022px;
}
.about-callToAction {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 414px;
  overflow: hidden;
}
.about-callToAction-bg img {
  width: 100%;
  height: 610px;
}
.about-callToAction-content {
  position: absolute;
  margin-top: 125px;
  top:0;
  width:100%;
}
.about-callToAction-content h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color:white;
}
.about-callToAction-content p {
  font-size: 18px;
  width: 735px;
  color:white;
}
.about-callToAction-script {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 105px;
  color:white;
}
.about-callToAction-network {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin-bottom: 60px;
}

.about-callToAction-networkWrapper, .about-callToAction-network-bg, .about-callToAction-network-bg img {
  width: 1312px;
  height: 480px;
}
.about-callToAction-networkWrapper {
  position: relative;
  background-color: #00AFC6;
  border-radius: 30px;
}
.about-callToAction-network-text {
  /* margin-left: 95px;
  margin-top: 50px;
  margin-bottom: 80px; */
  width: 450px;
  position: absolute;
  top:115px;
  left: 75px;
}
.about-callToAction-network-text h2 {
  font-size: 56px;
  color:white;
  margin-bottom: 30px;
}
.about-callToAction-network-text p {
  font-size: 20px;
  width: 438px;
}
.about-callToAction-network-text a {
  font-size: 16px;
}
.about-callToAction-network-image figure, .about-callToAction-network-image img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

@media (max-width: 1365px) {
  .about-callToAction-networkWrapper,
  .about-callToAction-network-bg,
  .about-callToAction-network-bg img {
    width: 100%;
    height: 480px;
    object-fit: cover;
  }
  .about-callToAction-network {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width:1000px) {
  .about-callToAction-script {
    margin: 0 40px;
  }
  .about-callToAction-content p {
    width: 100%;
  }
}
@media (max-width:889px) {
  .about-callToAction-network-text {
    width: 100%;
    padding:50px;
    left:0;
    top:60px;
  }
}
@media (max-width:610px) {
  .about-callToAction-network-text h2 {
    font-size: 42px;
  }
  .about-callToAction-content {
    margin-top: 75px;
  }
}
@media (max-width:510px) {
  .about-callToAction-content {
    margin-top: 25px;
  }
  .about-callToAction-script {
    margin-top: 22px;
  }
}

/**
 * FAQ Section
 * @TODO: change .getInvolved-faq-wrapper to .faq
        2025-01-03 changed
  =======================================*/
.faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.getInvolved-faq {
  /*max-width: 768px;*/
  max-width: 1312px;
  width: 100%;
  gap:80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 115px;
  margin-bottom: 115px;
}
.getInvolved-faq-title .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:24px
}
.getInvolved-faq-content-wrapper {
  width: 100%;
}
.getInvolved-faq-content-wrapper .wp-block-group__inner-container {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    column-gap: 64px;
    padding: 0 !important;
    align-items: flex-start !important;
}
.faq .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 64px;
}
.getInvolved-faq-content {

}
.getInvolved-faq-content summary {
  list-style:none;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding:20px 0;
}
.getInvolved-faq-content {
  border-top: 1px solid #163954;
}
.getInvolved-faq-content:last-child {
  border-bottom: 1px solid #163954;
}
.getInvolved-faq-content p {
  padding-bottom: 24px;
  margin-bottom: 0;
}
.getInvolved-faq-contact, .getInvolved-faq-contact-text .wp-block-group__inner-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.getInvolved-faq-contact {
  gap:24px;
}
.getInvolved-faq-contact-text .wp-block-group__inner-container {
  gap:16px;
}
.getInvolved-faq-contact-text {
  margin: 0 20px;
}
.getInvolved-faq-contact-text h3 {
  font-size: 32px;
  font-weight: 700;
}
.getInvolved-faq-contact-text h3, .getInvolved-faq-contact-text p {
  text-align: center;
}
.getInvolved-faq-content-wrapper details[open] img {
  transform: rotate(180deg);
}

/**
 * People Groups Lists
  =======================================*/
.people-groups .view-rows {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:48px;
  max-width: 1176px;
  margin: 0 auto;
}
 
.people-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    gap: 10px;
}

.people-group__image {
  position: relative;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.people-group img,
.people-group .people-group__name {
  transition: all 0.4s;
}

.people-group:hover img,
.people-group:hover .people-group__name {
    opacity: 0.8;
}

.people-group__name {
    font-size: 20px;
}

.people-group__icon {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 0 0 15% 0;
    padding: 26px 14px 14px 26px;
    border-radius: 100% 0 10px 0;
    z-index: 10;
    background: #D33B83;
}

.people-group__icon span:before {
    content: url('./images/arrow.png');
}
.people-prayer__icon span:before {
    content: url('./images/prayer-icon.png');
}

.people-group__icon:before,
.people-group__icon:after {
    content: '';
    position: absolute;
    display: block;
    background: #D33B83;
    right: 0;
    bottom: 0;
    transition: all .5s;
    border-radius: 100% 0 9.98px 0;
    width: 0%;
    height: 0%;
    z-index: -1;
}

.people-group .people-group__icon:before {
    opacity: 0.4;
}

.people-group .people-group__icon:after {
    opacity: 0.2;
}

.people-group:hover .people-group__icon:before {
    width: 140%;
    height: 140%;
}
.people-group:hover .people-group__icon:after {
    width: 180%;
    height: 180%;
}

/*people - share to facebook*/
/*#block-letsgo-peoplefacebookshare{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/
.people-facebookShare{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 64px;
    border-bottom: 1px solid #163954;
    /*max-width: 704px;*/
    margin: 0 368px;
}
.people-facebookShare button{
    border: 0;
    background: none;
}
.people-facebookShare button a{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}


    
/**
 * Small City Header
  =======================================*/
 

/*  */
.city-people-groups-text-city {
    font-weight: 600;
    font-size: 16px;
}
.city-people-groups-text {
  max-width: 768px;
  margin: 125px auto 80px;
}
.city-people-groups-text h2 {
  font-size: 48px;
  margin: 0;
  /*margin-bottom: 35px;*/
}
.city-people-groups-text p {
  font-size: 18px;
  margin: 0;
}


/*home page & some general hero banner for home & get involved*/
/*////////////////////////*/
/*/////////////////////////*/
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
  overflow: hidden;
}
.hero img {
  width: 100%;
  z-index: 1;
  /* filter: blur(1px); */
}
.hero-text {
  color:white;
  font-family:"Open Sans", sans-serif;
  position: absolute;
  top: 320px;
  width: 100%;
  color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1280px;
}
.hero-text h2 {
  font-size: 80px;
  text-align: center;
  margin-bottom: 65px;
}
.button-general input,
.webform-button--submit {
    border: none;
    margin-top: 16px;
    font-weight: 600;
}
.button-general a,
.button-general input,
.webform-button--submit {
  padding: 12px 24px !important;
  background: #D33B83;
  border-radius: 30px;
  cursor: pointer;
}
.webform-button--submit {
    margin-bottom: 20px !important;
}
.button-general a,
.button-general input,
.webform-button--submit {
  color: #FFF !important;
}
.button-general a, .button-outline a, .button-general input {
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.button-outline {
  background: transparent;
}
.button-outline a {
  color: #163954 !important;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid #163954;
}
.content-2col-wrapper {
  padding: 7rem 0;
}
.content-2col-text {
  margin-right: 60px;
  width: 23.938rem;
  gap:32px;
}
.content-2col-text h2 {
  font-size: 48px;
  /* margin-bottom: 1.563rem; */
  text-transform: uppercase;
}
.content-2col-text p {
  font-size: 18px;
  margin-bottom: 0;
}
.content-2col-image, .content-2col-image img {
  width: 642px;
  height: auto;
}
.content-cityBlocks {
  margin-bottom: 345px;
  max-width: 1176px;
}
.home-cityPreview .view-content.view-rows,
.people__other-people {
  max-width: 1176px;
}
.home-people-selector-wrapper {
    /*margin-bottom: 345px;*/
}
.home-people-selector-wrapper .wp-block-group__inner-container,
.people__other-people {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-cityBlocks .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:48px;
}
.content-cityPreviewWrapper .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.content-cityPreviewWrapper {
  max-width: 360px;
}
.content-cityPreviewWrapper p {
  font-size: 30px;
  line-height: 120%;
  color:white;
  margin-bottom: 0;
}
.content-cityPreview-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  /* margin-bottom: 20px; */
}
.content-cityPreview-button {
  position: absolute;
  bottom:0;
  right: 0;
}
.content-cityPreview-row .wp-block-column {
  margin-right: 20px;
}
.content-cityPreview-row .wp-block-column:last-child {
  margin-right: 0;
}

/**
 * Helpers
 */

/* TODO: turn this into a class, e.g. display-flex--column */
.nav-main-wrapper, .hero-circle-wrapper .wp-block-group__inner-container, .home-hero .wp-block-group__inner-container, .getInvolved-hero .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/**
 * Home Hero + Get Involved
 */

.hero-banner--down {
  position: relative;
  z-index: 0;
  width: var(--circle-radius);
  /*margin: -5% auto 0;*/
  --border-width: 6.25vw;
  --circle-radius: calc(100vw - var(--border-width));
  margin-top: -35%;
}


@media (max-width: 700px) {
    .hero-banner--down img, .hero-banner--down:before  {
        top: 0;
    }
    .hero-banner--down img {
        object-position: top 100px right -90px !important;
    }
    .hero-text {
        top: 120px !important;
    }
}
@media (max-width: 700px) {
    .hero-text {
        top: 90px !important;
    } 
    .main-content {
        position: relative;
        margin-top: 80px;
    }
}
@media (max-width: 500px) {
    .hero-text {
        top: 60px !important;
    } 
    /*.hero-banner--down,*/
    /*.hero-banner--down img {*/
    /*    width: 120% !important;*/
    /*    height: 120vw !important;*/
    /*}*/
    /*.hero-banner--down:before{*/
    /*    width: 117vw !important;*/
    /*}*/
}

.hero-banner--down,
.hero-banner--down img {
    border-radius: 50%;
    width: 1280px;
    height: 1280px;
}
@media (max-width: 1350px) {
    .hero-banner--down,
    .hero-banner--down img {
        border-radius: 50%;
        width: 95vw;
        height: 95vw;
        /*height: 95vw;*/
        /*width: auto;*/
        /*height: 1280px;*/
    }
}

.hero-banner--down img {
  /*filter: blur(1px);*/
  box-shadow:
  0 0 0 calc(var(--border-width) * 1.5) var(--circle-1-color),
  0 0 0 calc(var(--border-width) * 3) var(--circle-2-color),
  0 0 0 calc(var(--border-width) * 4.5) var(--circle-3-color);
  overflow: hidden;
  /*top: -35%;*/
  position: relative;
  object-fit: cover;
  object-position: top 270px right -220px;
}

.hero-banner--down:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: 
    linear-gradient(180deg, rgba(0, 0, 0, 0) 19.3%, rgba(0, 0, 0, 0.25) 56.19%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  z-index: 5;
  border-radius: 50%;
  top: -6%;
}

/*.hero-banner--down:after  {*/
/*  content: "";*/
/*  top: calc(-0.4 * var(--circle-radius));*/
/*  left: 50%;*/
/*  transform: translateX(-50%);*/
/*  height: var(--circle-radius);*/
/*  width: var(--circle-radius);*/
/*  position: absolute;*/
/*  border-radius: 50%;*/
/*  z-index: 10;*/
/*  box-shadow:*/
/*  0 0 0 calc(var(--border-width) * 1) var(--circle-1-color),*/
/*  0 0 0 calc(var(--border-width) * 2) var(--circle-2-color),*/
/*  0 0 0 calc(var(--border-width) * 3) var(--circle-3-color);*/
/*}*/

/* Custom Styles */
.home-hero {
  --circle-1-color: #f1c587;
  --circle-2-color: #f4ce98;
  --circle-3-color: #f8dfba;
  background: #FBEDD7;
}

.hero-text {
  /*top:325px;*/
  top: 19vw;
}
.home-hero-text h2 {
  max-width:635px;
  color:white;
  font-size: 80px;
}
.home-hero-text a {
  font-size: 16px;
}
.home-intro-wrapper {
  width: 1174px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.home-vision-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Get Involved */
.getInvolved-hero-banner {
  --circle-1-color: #e794ba;
  --circle-2-color: #eba9c7;
  --circle-3-color: #f6d8e6;
  margin-bottom: calc(var(--border-width) * 1.3);
}

.getInvolved-text .button-outline a {
  border-color: white;
  color: white !important;
  padding: 12px 24px;
}

.getInvolved-buttonWrapper {
  gap:16px;
}

/**
 * Neighbours
 */
.home-neighbours {
  background-color: #163954;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 110px;
}
.home-neighbours .button-outline a {
    color: white !important;
    border-color: white;
}
.home-other-people-group-wrapper {
    background-color: #F3F0EC;
    /*padding-top: 110px;*/
    /*padding-bottom: 220px;*/
    padding: 118px 133px 298px 133px;
}
.home-other-people-group-wrapper .view-content.view-rows {
    columns: 3;
    gap: 48px;
}
.home-other-people-group-wrapper .view-content.view-rows .views-row {
    display: flex;
    flex-direction: row;
    /*align-items: center;*/
    padding: 8px;
    background: #FFFFFF;
    border-radius: 8px;
    position: relative;
    margin-bottom: 32px;
}
@media ( min-width: 1440px ){
    .home-other-people-group-wrapper .view-content.view-rows .views-row {
        max-width: 300px;
    }
}
.home-other-people-group-wrapper .view-content.view-rows .views-row > .views-field.views-field-nothing {
    width: 100%;
}
.home-other-people-group-wrapper .views-field.views-field-nothing .field-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    flex-wrap: nowrap;
    width: 100%;
}
.home-other-people-group-wrapper .views-field.views-field-nothing .field-content p {
    margin-bottom: 0;
    font-weight: 600;
    line-height: normal;
}
.home-other-people-group-wrapper  .views-field.views-field-name {
    line-height: normal;
}
.home-other-people-group-wrapper .views-field.views-field-field-city-image {
    display: flex;
}


/**
 * People Groups
 */

/* Other People Groups */
.home-other-people-link {
    border-radius: 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
.home-other-people-group-wrapper .views-field.views-field-field-city-image img {
    min-width: 64px;
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 5px;
}
.home-other-people-link:hover {
    background: white;
    opacity: 0.5;
}

.home-other-people-group .block__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-other-people-group .views-field.views-field-nothing{
    width: 100%;
}

.more-people {
    width: 100%;
    font-size: 18px;
    height: fit-content;
    display: flex;
    align-items: center;
    font-weight: 600;
    gap: 16px;
    padding-right: 16px;
}

.more-people img {
    max-width: 64px;
    max-height: 64px;
    line-height: 0;
    display: block;
}

.home-other-people-group-wrapper h2 {
    /*margin-bottom: 80px;*/
    margin: 0 auto 80px auto;
    max-width: 768px;
    text-align: center;
}

/* Home Selector */
.home-neighbours-intro, .home-people-selector {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 112px;
  margin-bottom: 48px;
}

.home-people-selector .view-people-groups {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 48px;
}

.home-neighbours-intro h2, 
.home-people-selector .js-form-item label {
  /*margin-bottom: 25px;*/
  font-weight: 120%;
  margin-bottom: 30px;
}
.home-neighbours-intro p, 
.home-people-selector .js-form-item .description {
  font-weight: 150%;
  margin-bottom: 30px;
}

.home-people-selector .js-form-item .description {
    margin-top: 30px;
}
.home-neighbours-intro h2, 
.home-neighbours-intro p, 
.home-people-selector .js-form-item, 
.home-people-selector .js-form-item .description {
  color:white;
  max-width: 768px;
}

.home-get-involved {
  margin-top: -110px;
}

.home-people-selector .js-form-item select {
    border: none;
    background: none;
    font-size: 56px;
    font-weight: 400;
    color: #EBA545;
    font-family: 'Oooh Baby', cursive;
    font-style: normal;
    background: url(/sites/default/files/styles/large/public/inline-images/peoplegroup-dropdown.png.webp?itok=c2NFrFeZ) no-repeat right;
    appearance: none;
     background-position-x: 100%;
     margin-left: 12px;
     padding-right: 37px;
     outline: none;
     line-height: 1.4;
  cursor: pointer;
}

.home-people-selector .js-form-item select option {
    font-family: 'Manrope';
    font-size: 18px;
    color: #163954;
    padding: 12px 0;
    text-align: center;
    line-height: 27px;
}


.home-people-selector .view-header {
    color: white;
    max-width: 768px;
    margin: 0 20px;
    margin-bottom: 32px;
}

.home-people-selector .people-group__name {
    color: #fff;
}
.content-cityBlocks .wp-block-group__inner-container, 
.home-cityPreview .view-content.view-rows,
.people__other-people .view-content.view-rows {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:48px;
}
.home-cityPreview span a,
.people__other-people span a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.home-cityPreview .views-row,
.people__other-people .views-row{
    position: relative;
}
.home-cityPreview .views-row img,
.people__other-people .views-row img {
    width: 360px;
    height: 330px;
    border-radius: 10px;
    object-fit: cover;
}  
.people__other-people {
    margin: auto;
    text-align: center;
    padding: 112px 64px;
    gap: 80px;
}
.people__other-people .view-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.people__other-people h3,
.people__other-people p {
    margin: 0;
}
.people__other-people h3 {
    font-size: 40px;
}

.people__prev_wrap {
    position: relative;
    height: 330px;
}
.people__prev_icon {
    width: 71px;
    height: 71px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #D33B83;
    border-radius: 100% 0 10px 0;
}
.people__prev_icon img {
    width: 17px !important;
    height: 17px !important;
    align-self: center;
    border-radius: 0 !important;
    position: relative;
    top: 6px;
    left: 6px;
    z-index: 5;
}
.people__prev_icon .people-icon-circle {
    transition: all 0.5s;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 100% 0 10px 0;
    width: 0;
    height: 0;
    background: #D33B83;
}
.people__city-people .people__prev_icon,
.people__other-people .people__prev_icon,
.people__city-people .people__prev_icon .people-icon-circle,
.people__other-people .people__prev_icon .people-icon-circle {
    background: #00AFC6;
}

.people__prev_icon .people-icon-circle.circle-1.active {
    width: 90px;
    height: 90px;
    /*background: rgba(211, 59, 131, 0.55);*/
    opacity: 0.55;
}
.people__prev_icon .people-icon-circle.circle-2.active {
    width: 105px;
    height: 105px;
    /*background: rgba(211, 59, 131, 0.25);*/
    opacity: 0.25;
}
.home-cityPreview .view-content .views-row .views-field-field-people-name {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}


@media (max-width: 1300px){
    .people-facebookShare{
        max-width: 100%;
        margin: 0 200px;
    }
}
@media (max-width: 900px){
    .people-facebookShare{
        margin: 0 20px;
    }
}


/**
 * Heros
 */
@media ( min-width: 1450px ) {
  .hero-text {
     top: 325px;
  }
}
@media ( max-width:1350px ) {
  .hero {
    /* height: auto !important; */
  }
  .hero-text {
    width: 100%;
  }
  .home-hero, .getInvolved-hero {
    height: auto;
  }
  .home-intro-wrapper {
    position: relative;
    /* bottom: 112px; */
    /* width: 1174px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center !important;
    text-align: center;
    /*margin-top: 180px;*/
    margin-top: 0px;
    margin-bottom: 60px;
    width: 100%;
  }
  .home-intro-wrapper {
      padding-bottom: 0 !important;
  }
  .home-vision-text {
    width: 800px;
    align-items: center;
    margin-bottom: 80px;
  }
  .home-hero .home-vision-text {
      margin-bottom: 0;
  }
  .home-vision-text p {
    max-width: 500px;
  }
  .content-2col-text {
    margin-right: 0;
  }
    .home-hero .content-2col-image img {
        display: none;
    }


  .content-cityBlocks .wp-block-group__inner-container, 
  .home-cityPreview .view-content.view-rows,
  .people__other-people .view-content.view-rows {
    grid-template-columns: repeat(2, 1fr);
    gap:32px;
  }

  .home-cityPreview .view-content.view-rows {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media ( max-width:890px ) {

  .content-cityBlocks {
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .content-cityBlocks .wp-block-group__inner-container, 
  .home-cityPreview .view-content.view-rows 
  .people__other-people .view-content.view-rows {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
  .home-vision-text {
    width: 100%;
    padding:0 20px;
  }
  .home-vision-text p {
    max-width: 550px;
  }
  .home-neighbours-intro h2, .home-people-selector .js-form-item {
    max-width: 550px;
  }
  .home-neighbours-intro p {
    max-width: 600px;
  }
  .content-2col-image, .content-2col-image img {
    width: 100%;
    padding: 0 20px;
  }
  .home-hero-text h2, .getInvolved-hero h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }
  .hero-banner--down,
  .hero-banner--down img {
      height: 100vw;
  }
  .hero-banner--down:before {
      width: 95vw;
      height: 100.5vw;
  }
  
  .hero-text {
    top: 250px;
  }
}
@media ( max-width:700px ) {
  .home-vision-text p,
  .home-neighbours-intro h2,
  .home-neighbours-intro p,
  .home-people-selector .js-form-item {
    /*max-width: 80%;*/
    max-width: 95%;
  }
  .content-2col-text h2 {
    word-break: normal;
  }
  .home-vision-text, .home-vision-text h2 {
    /*width: 86%;*/
    /*width: 95%;*/
  }
  .home-neighbours-intro {
    padding:0 20px;
  }
  .content-cityPreviewWrapper p {
    font-size: 24px !important;
  }
  .home-hero .hero-circle-1 {
    width: 1100px;
    height: 1300px;
  }
  .home-hero .hero-circle-2 {
    width: 1225px;
    height: 1525px;
  }
  .home-hero .hero-circle-3 {
    width: 1400px;
    height: 1700px;
  }
  .home-other-people-group-wrapper{
      padding-top: 100px !important;
      padding-bottom: 200px !important;
  }
}
@media ( max-width:500px ) {
    .home-intro-wrapper.content-2col-wrapper{
        padding: 0;
    }
    .home-people-selector .view-people-groups {
        gap: 24px;
    }
    .home-people-selector .view-header {
        margin-bottom: 56px;
    }
  .home-neighbours-intro {
    padding:0 0;
  }
  .home-hero-text h2 {
    width: 80%;
  }
  .home-hero {
      max-height: 1080px;
  }
  .home-intro-wrapper { 
      margin-top: 30px;
  }
}
@media ( max-width: 400px ) {
  .hero-banner--down,
  .hero-banner--down img {
      height: 120vw;
      width: 110%;
  }
  .hero-banner--down:before {
      width: 100%;
      height: 121vw;
  }
  .hero-text {
      top: 90px !important;
  }
}


.hide {
  display: none !important;
}
.greyBg {
    background: #EEEEEE !important;
}
.icon-collapsed:after {
  transform: rotate(0deg) scale(0.75);
}
.icon-expanded:after {
  transform: rotate(180deg) scale(0.75);
}

.city-quickFacts h3, .city-hero-text p {
  font-weight: 700;
}
.city-people-groups h2, .field-name-field-province, .field-name-field-people-groups, .field-node--field-city-tags, .field-node--field-other-people-groups {
  display: none;
}
.city-hero {
  position: relative;
  background-color: #FFF;
  z-index: 10;
  height: 1009px !important;
}
.city-hero-cityImg {
  width: 1609px;
  position: absolute;
  bottom: -76%;
}
.city-hero-cityImg img {
  width: 1609px;
}
.city-hero-wrapper {
  position: relative;
  height: 1009px;
}
.city-hero .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.city-hero-text {
  top:100px;
}
.city-hero-text p {
  color:#163954;
  margin-bottom: 0;
  font-size: 28px;
  text-transform: uppercase;
}
.city-hero-text h2 {
  margin:5px 0;
  margin-bottom: 30px;
  color:#163954;
}

.city-joinNetwork-wrapper {
  /* position: relative; */
  position: absolute;
  bottom: -46.5px;
  width: 100%;
  display: flex;
  justify-content: center;
  /* margin-top: -46.5px; */
  z-index: 10;
}
.city-joinNetwork {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #00AFC6;
  color: #163954;
  font-size: 30px;
  padding: 30px 50px 30px 50px;
  width: 1174px;
  height: 93px;
  border-radius: 10px;
}
.city-joinNetwork p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
}
.button-cityCommunity {
  vertical-align: text-bottom;
}
.button-cityCommunity a {
  color: #163954;
  font-size: 25px;
  vertical-align: middle;
  font-weight: 600;
}
.button-cityCommunity .wp-block-group__inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.city-hero .hero-circle-wrapper {
  top:70%;
}
.city-hero .hero-circle-1 {
  opacity: 0.5;
  top: -692px;
  width: 1899.38px;
  height: 1899.38px;
}
.city-hero .hero-circle-2 {
  opacity: 0.2;
  top: -854px;
  width: 2168.83px;
  height: 2168.83px;
}
.city-hero .hero-circle-3 {
  opacity: 0.05;
  width: 2452.46px;
  height: 2452.46px;
  top: -980px;
}

.city-hero .hero-circle {
  background-color: black;
}
.city-hero.ottawa .hero-circle {
  background-color: #419489;
}
.city-hero.vancouver .hero-circle {
  background-color: #61CDDC;
}
.city-hero.toronto .hero-circle{
    background-color: #274490;
}
.city-hero.montreal .hero-circle{
    background-color: #CF4545;
}
.city-hero.edmonton .hero-circle{
    background-color: #008DD5;
}
.city-hero.calgary .hero-circle{
    background-color: #7BD250;
}

.hero-circle {
  position: absolute;
  border-radius: 50%;
}
.hero-circle-wrapper {
  z-index: -1;
  position: absolute;
  top:20px;
  width: 1280px;
}
.hero-circle-wrapper .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.vancouver .city-quickFacts-wrapper {
  background-color: #FBEDD7;
}
.ottawa .city-quickFacts-wrapper {
  background-color: #EAF8F6;
}
.toronto .city-quickFacts-wrapper {
  background-color: #F3F3F3;
}
.montreal .city-quickFacts-wrapper{
    background-color: #FFEACD;
}
.edmonton .city-quickFacts-wrapper{
    background-color: #F5D8B4;
}
.calgary .city-quickFacts-wrapper {
    background-color: #FFEACD;
}
.city-quickFacts-wrapper {
  padding: 112px 133px 112px 133px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.city-quickFacts {

}
.city-quickFacts h2 {
  font-size: 40px;
  text-align: center;
  margin-bottom: 75px;
  font-weight: 700;
}
.city-quickFacts h3 {
  font-size: 20px;
}
.city-quickFacts p {
  padding-top: 20px;
  border-top: 1px solid #163954;
}
.city-quickFacts-column-wrapper {
  gap:48px;
}
.city-quickFacts-column {
  padding: 32px;
  width: 359.33px;
  height: 431px;
  border-radius: 16px;
  border: 1px solid #163954;
  position: relative;
}
.city-quickFacts-info {
  position: absolute;
  bottom: 0;
  margin-right:32px;
  /* margin:0 25px; */
  /* right: 32px; */
}
.city-quickFact-stats {
  font-size: 80px;
  line-height: 120%;
  /* margin-top: 100px; */
  font-weight: 800;
  margin-bottom: 0;
  border-top:none !important;
  padding-top: 0 !important;
  padding-bottom: 10px;
  text-shadow: 1px 1px 2px #0000004D;
}
.city-people-groups {
  max-width: 1176px;
}
.city-people-groups-wrapper {
    margin-bottom: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 64px;
}
.city-people-groups .home-people-selector {
    margin-top: 0;
}
.city-people-groups-wrapper .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.city-people-groups a {
    color: #163954 !important;
    font-weight: 600;
    font-size: 30px;
    margin-top: 20px;
}
.home-cityPreview .block__title, .field-name-field-gateway-cities-preview {
  display: none;
}
.home-cityPreview span {
  color:white;
  font-size: 30px;
}
.people__city-people .views-field-field-people-name,
.people__other-people .views-field-field-people-name{
    color: rgba(22, 57, 84, 1);
    font-weight: 600;
    text-align: left;
}

/* City Form */
.city-form {
  background-color: #163954;
  color:white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.city-form .Link, .city-form .Link span {
  color:white !important
}
.city-form-text {
  max-width: 560px;
  text-align: center;
  margin-top: 90px;
  margin-bottom: 10px;
}
.city-form-text h2 {
  font-size: 48px;
  margin-bottom: 20px;
  color:white;
}
.city-form-text p {
  font-size: 18px;
  line-height: 150%;
  color:white;
}

.view-people-groups .form--inline.clearfix {
    display: flex;
    justify-content: center;
}

.city__video_embed {
    max-width: 1180px;
    margin: auto;
    margin-top: 110px;
    text-align: center;
    align-items: center;
    gap: 20px;
}
.city__video_embed .wp-block-embed iframe{
    position: inherit !important;
    width: 1180px !important;
    height: 750px !important;
}

@media (max-width: 1440px) {
  .city-quickFacts-wrapper {
    padding: 112px 0;
  }
}
@media (max-width: 1280px) {
  .city-quickFacts-column-wrapper {
    gap: 24px;
  }
  .city-quickFacts-column {
    width: 325px;
  }
  .city-people-groups .view-content.view-rows {
    margin: 0 48px;
  }
  .city-joinNetwork-wrapper .wp-block-group__inner-container {
    width: 100%;
    margin: 0 40px;
  }
  .city-joinNetwork {
    /* margin: 0 40px; */
    width: 100%;
  }
  .city__video_embed .wp-block-embed iframe{
    position: inherit !important;
    width: 700px !important;
    height: 400px !important;
   }
}
@media (max-width: 1100px) {
    .home-neighbours .view-content.view-rows {
        /*grid-template-columns: 1fr 1fr;*/
        columns: 2;
        gap: 36px;
    }
  .city-quickFacts-column-wrapper {
    flex-direction: column;
  }
  .city-quickFacts-info {
    position: relative;
    margin-top: 50px;
  }
  .city-quickFacts-column-wrapper {
    gap: 48px;
  }
  .city-quickFacts-column {
    height: auto;
    width: 425px;
  }
  .city-people-groups .view-content.view-rows {
    gap: 24px;
  }
  .city-people-groups-text {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }
  .city-form-text {
    /* max-width: 100%; */
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media (max-width:900px) {
  .city-joinNetwork {
    flex-direction: column;
    height: auto;
  }
  .people-groups .view-rows{
      grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
    .getInvolved-faq-content-wrapper .wp-block-group__inner-container{
        grid-template-columns: 1fr;
    }
    .getInvolved-faq-content-column details:last-child{
        border-bottom: none;
    }
    .faq .wp-block-group__inner-container{
        padding: 0 24px;
    }
    .city__video_embed .wp-block-embed iframe{
      position: inherit !important;
      width: 450px !important;
      height: 300px !important;
    }
}
@media (max-width: 700px) {
  .city-people-groups .view-content.view-rows, 
  .home-cityPreview .view-content.view-rows,
  .people__other-people .view-content.view-rows {
    grid-template-columns: repeat(2, 1fr);
  }
  
    .home-neighbours .view-content.view-rows {
        columns: 1;
    }
    .home-other-people-group-wrapper{
        padding: 48px 20px 210px 20px;
    }
    .home-other-people-group .block__inner {
        padding: 0 20px;
    }
    .home-other-people-group-wrapper h2 {
        font-size: 36px !important;
        margin-bottom: 48px;
    }
    .home-neighbours {
        padding-top: 48px;
    }  
    .home-people-selector .js-form-item label {
        font-size: 36px;
    }
    .home-cityPreview .view-content.view-rows {
        margin-left: 20px;
        margin-right: 20px;
    }
    .home-neighbours {
        padding-bottom: 45px;
    }
    .home-neighbours-intro, .home-people-selector {
        margin-top: 55px;
    }
    .people-groups .view-rows{
      grid-template-columns: 1fr;
    }
}
@media (max-width: 500px) {
  .city-people-groups .view-content.view-rows, 
  .home-cityPreview .view-content.view-rows,
  .people__other-people .view-content.view-rows {
    grid-template-columns: repeat(1, 1fr);
  }
  .city-quickFacts-column {
    width: 350px;
  }
  .city-people-groups-text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .city-people-groups-wrapper{
      padding: 0 20px;
  }
  .city__video_embed .wp-block-embed iframe{
      position: inherit !important;
      width: 300px !important;
      height: 200px !important;
  }
}



footer .layout-footer-inner {
    display: flex;
    justify-content: center;
}
.footer-main {
  padding: 80px 133px;
}
.footer-main .wp-block-group__inner-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap:80px;
}

.footer-wrapper, .footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1125px;
}
.footer-copyright {
  border-top:1px solid #163954;
  padding-top: 32px;
}
.footer-copyright p {
  font-size: 14px;
}
.footer-copyright-terms {
  display: flex;
  flex-direction: row;
  gap:24px;
}
.footer-left {
  max-width: 122px;
}
.footer-left figure, .footer-left div {
  margin-bottom: 25px !important;
}
.footer-address {
  display: flex;
  flex-direction: column;
  gap:4px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap:4px;
}
.footer-left p {
  width: 175px;
}
.footer-left p, .footer-left h4 {
  margin-bottom: 0;
  line-height: 150%;
}
.footer-right {
  display: flex;
  flex-direction: row;
  max-width: 622px;
}
.footer-right div:first-child {
  /*margin-right: 48px;*/
}
.footer-right h4 {
  margin-bottom: 25px;
}
.footer-address {

}
.footer-contact {
  
}
.footer-gateway-wrapper, .footer-media-link {
  display: flex;
  flex-direction: row;
}
.footer-media-link figure {
  margin-right: 12px;
}
.footer-gateway-column {
  display: flex;
  flex-direction: column;
  margin-right: 142px !important;
}
.footer-media {

}
.footer-contact-wrapper {
    
}
.footer-media-wrapper {
    
}
@media (max-width:1440px) {
  .footer-wrapper, .footer-copyright {
    width: 100%;
    gap: 60px;
  }
}
@media (max-width:1365px) {
  .footer-main {
    padding: 80px 64px;
    padding-bottom: 60px;
  }
}
@media (max-width:1000px) {
  .footer-gateway-column {
    margin-right: 60px !important;
  }
  .footer-left {
    margin-right: 60px;
  }
    .footer-right div:first-child {
        margin-right: 48px;
    }
}
@media (max-width:900px) {
  .footer-copyright {
    flex-direction: column-reverse;
    gap:32px;
  }
  .footer-wrapper {
    flex-direction: column;
    gap:25px;
    flex-wrap: nowrap !important;
  }
  .footer-copyright-terms {
    flex-direction: column;
    gap: 16px;
  }
  .footer-left {
    flex:1 !important;
    max-width: 100%;
  }
  .footer-right {
    flex-direction: column;
    gap:40px;
  }
  .footer-gateway-wrapper, .footer-media-wrapper, .footer-contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 40px;
  }
  .footer-left, .footer-right div:first-child {
      margin-right: 0;
  }
  .footer-main {
      padding: 80px 40px;
  }
}
@media (max-width: 500px){
    .footer-gateway-wrapper, .footer-media-wrapper, .footer-contact-wrapper,
    .footer-gateway-wrapper, .footer-media-wrapper, .footer-contact-wrapper,
    .footer-gateway-wrapper, .footer-media-wrapper, .footer-contact-wrapper{
        grid-template-columns: 1fr;
    }
    .footer-left figure, .footer-left div,
    .footer-right h4,
    .footer-right div,
    .footer-copyright-terms,
    .footer-copyright-terms p
    {
        align-items: center;
        text-align: center;
        margin-right: 0 !important;
        align-self: center;
    }
    .footer-media-link{
        justify-content: center;
    }
    .footer-media-link p{
        display: none;
        margin-bottom: 0;
    }
    .footer-media-link figure{
        margin: 0;
    }
    .footer-media-wrapper{
        grid-row-gap: 30px;
    }
}
@media (max-width:400px) {
    .footer-gateway-column {
        margin-right: 40px !important;
    }
    .footer-gateway-column:last-child {
        margin-right: 20px !important;
    }
}
@media (max-width:325px) {
    /*.footer-gateway-wrapper {*/
    /*   display: flex;*/
    /*    flex-direction: column;     */
    /*}*/
    .footer-main {
      padding: 80px 25px;
  }
}


/*flex slider for about page*/
/*////////////////////////////////*/
/*/////////////////////////////////////*/


.wp-block-drupalblock-views-block-about-partner-slideshow-block-2 {
    position: relative;
}
.wp-block-drupalblock-views-block-about-partner-slideshow-block-2 h2{
    position: absolute;
    top: 75px;
    left: 49.75%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    z-index: 10;
}
#slider__about_partner {
    padding: 112px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1174px;
    margin: auto;
}
.view-id-about_partner_slideshow .view-content.view-rows {
    display: flex;
    flex-direction: column;
}
#slider__about_partner .slides {
    margin: auto;
    display: flex;
}
#slider__about_partner .slides li {
    display: grid !important;
    column-gap: 60px;
    align-self: center;
}
#slider__about_partner .flex-viewport {
    max-width: 1174px;
    width: 100%;
}
#slider__about_partner .flex-control-thumbs img {
    width: auto;
    max-height: 115px;
}
#slider__about_partner .flex-control-thumbs li {
    width: auto;
}
#slider__about_partner .flex-control-thumbs {
    display: flex;
    gap: 47px;
    padding: 60px 0 112px 0;
    justify-content: center;
    position: relative;
}
.flexslider .flex-direction-nav {
    position: absolute;
    right: 11%;
    bottom: 36%;
    display: flex;
    flex-direction: row;
    gap: 24px;
}
.flexslider .flex-direction-nav a {
    display: block !important;
    position: inherit !important;
    opacity: 1 !important;
    margin: 0 !important;
}
.flexslider .flex-direction-nav a,
.flexslider .flex-direction-nav li {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: cover;    
}
.flexslider .flex-direction-nav a:before{
    width: 50px;
    height: 50px;
    margin: 0 !important;
}
.flex-direction-nav .flex-prev:before {
    content: url('../slider-back.png') !important;
}
.flex-direction-nav .flex-next:before {
    content: url('../slider-next.png') !important;
}
.field-block-content--field-partner-logo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.field-block-content--field-partner-logo ,
.field-block-content--field-partner-logo img {
    width: 400px !important;   
}
.field-block-content--field-partner-title,
.field-block-content--field-partner-descriptions {
    max-width: 472px;
}
.field-block-content--field-partner-title {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
}
.field-block-content--field-partner-descriptions {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
.field-block-content--field-partner-title .field__item {
    margin-bottom: 24px;
}


@media ( max-width: 1210px ) {
    #slider__about_partner .slides li {
        display: flex !important;
        flex-direction: column;
        align-items: center;        
    }
    .flexslider .flex-direction-nav {
        position: relative;
        right: 0;
        bottom: 0;
    }
    #slider__about_partner .flex-viewport {
        max-width: 800px;
    }
    #slider__about_partner .flex-control-thumbs img {
        max-height: 70px;
    }
    #slider__about_partner .slides li {
        gap: 20px;
    }
    .field-block-content--field-partner-title .field__item {
        margin-top: 24px;
        line-break: auto;
    }
    .wp-block-drupalblock-views-block-about-partner-slideshow-block-2 h2 {
        font-size: 24px;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .field-block-content--field-partner-descriptions p {
        line-break: auto;
    }
    #slider__about_partner .flex-control-thumbs {
        position: static;
    }
}

@media ( max-width: 835px ) {
    #slider__about_partner .flex-viewport {
        max-width: 500px;
    }
}
@media ( max-width: 635px ) {
    #slider__about_partner .flex-control-thumbs {
        padding: 60px 0;
    }
    #slider__about_partner {
        padding-left: 15px;
        padding-right: 15px;
    }
    #slider__about_partner .flex-viewport {
        max-width: 275px;
    }
    #slider__about_partner .flex-control-thumbs img {
        max-height: 50px;
    }
    .field-block-content--field-partner-logo, .field-block-content--field-partner-logo img {
        width: 250px !important;
    }
}












