@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

:root {
  --color-primary: #8D0001;
  --color-secondary: #3D595A;
  --white: #ffffff;
}
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
}
a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}
.big-font {
  font-size: 24px;
  color: var(--color-secondary);
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
.common-section-padding {
  padding-top: 50px;
  padding-bottom: 50px;
}
h3 {
  font-size: 44px;
  font-weight: 300;
  line-height: 25.66px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
h3 a {
  color: inherit;
  text-decoration: none;
}
.section-heading {
  font-family: Lato;
  font-size: 44px;
  font-weight: 700;
  line-height: 25.66px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  color: var(--color-secondary);
}
.section-heading h2 {
  margin-bottom: 0;
  font: inherit;
}
.section-heading .section-heading-inline {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
}
.section-heading .section-heading-line {
  position: absolute;
  height: 3px;
  background: var(--color-secondary);
  bottom: 0;
  width: 100%;
}
.section-heading .section-heading-line:after,
.section-heading .section-heading-line:before {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  background: var(--color-secondary);
  transform: rotate(45deg) translate(-5px);
  left: -6px;
}
.section-heading .section-heading-line:before {
  right: -6px;
  left: auto;
}
.section-heading p {
  margin-bottom: 0;
}
.header-top .site-branding {
  max-width: 215px;
  padding-left: 15px;
  padding-right: 15px;
}
.header-top .header-right {
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.header-right ul.social-links-list-header {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Lato;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.904901385307312px;
  text-align: left;
}
.header-right ul li + li:before {
  content: "|";
  margin-left: 6px;
  margin-right: 6px;
}
.header-right ul a{
  color: inherit;
}
.header-right ul a img{
  vertical-align: middle;
  width: 22px;
}
.search-block-form {
  position: relative;
}
.header-search-container p {
  margin: 0;
}
.header-search-container > div {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 30px;
}

.header-search-container .form-item {
  margin: 0;
}
.header-search-container .form-item input {
  border: 2px solid #3D595A;
  border-radius: 100px;
  height: 35px;
  min-width: 195px;
  box-shadow: none!important;
  outline: none!important;
  padding-left: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.header-search-container  input[type="submit"] {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  height: 35px;
  background: none;
  border: none;
  font-size: 0;
  width: 50px;
  background-image: url(../../images/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
}


.header-bottom {
  background-color: var(--color-primary);
}
.region-primary-menu {
  width: 100%;
}
.header-top {
  padding: 14px 0 14px;
}
.header .menu {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: space-between;
  width: 100%;
}
.header .menu .menu-item {
  margin: 0;
  padding: 0;
}
.header .menu .menu-item a {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.90px;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  position: relative;
}
.hero-img img{
  width: 100%;
  max-width: inherit;
  height: auto;
}
.hero-content {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  border-radius: 25px;
  border-left: 15px solid var(--color-primary);
  border-right: 15px solid var(--color-primary);
  box-shadow: 0px 0px 55px 5px #3D595A33;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.hero-content h2 {
  font-family: Lato;
  font-size: 44px;
  font-weight: 300;
  line-height: 25.66px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  margin-bottom: 30px;
}
.hero-description,
.hero-description p{
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}

/* image with content section  */
.image-with-content-section {
  background-image: url(../../images/union.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 100px 0 0;
}
.image-with-content-section .row{
  align-items: center;
}
.image-with-content-description,
.image-with-content-description p {
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  margin-bottom: 24px;
}
.image-with-content-description p:last-child {
  margin-bottom: 0;
}
.image-with-content-description {
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0px 0px 55px 5px #3D595A33;
  background-color: var(--white);
}

/* Council Members */
.council-members-section {
  background-image: linear-gradient(#fff 14.5%, #F6F9FD 14.5%);
}
.council-members-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
.council-members-card {
  border-radius: 25px;
  padding: 50px 50px 67px;
  box-shadow: 0px 0px 55px 5px #3D595A33;
  position: relative;
  background-color: #fff;
}
.council-members-card h3{
  margin-bottom: 50px;
}
.council-members-content {
  max-width: 790px;
  position: relative;
  z-index: 1;
}
.council-members-img {
  position: absolute;
  bottom: 50px;
  right: 50px;
  max-width: 44%;
}
.council-members-content p{
  color: #3D595A;
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  margin-bottom: 0.7em;
}
.council-members-content p:last-child{
  margin-bottom: 0;
}
.council-members-content ul {
  padding-top: 50px;
  margin-top: 0;
  padding: 30px 0 50px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
.council-members-content ul li {
  margin-bottom: 1.5em;
}
.council-members-content ul li:last-child {
  margin-bottom: 0;
}
.council-members-content h5{
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  margin-bottom: 0;
}
.council-members-content h6 {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  text-align: left;
  margin-bottom: 20px;
}
.council-members-content h6:last-child {
  margin-bottom: 0;
}

/* about us */
.about-us-section .about-us-main{
  background-image: url(../../images/about-cloud.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-us-intro {
  padding-top: 160px;
  padding-bottom: 230px;
}
.about-us-media {
  display: flex;
  height: 100%;
  align-items: flex-end;
  width: calc(100% + 80px);
  margin-left: -90px;
}
.about-us-intro,
.about-us-intro p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
.about-us-card-container {
  padding-bottom: 50px;
  padding-top: 50px;
  background-image: url(../../images/about-card-bg.png);
  background-size: 80% calc(80% - -80px);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.about-us-card {
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0px 0px 55px 5px #3D595A33;
  background-color: #fff;
  font-family: Lato;
  font-size: 17px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 0.534515917301178px;
}
.about-us-card *:last-child{
  margin-bottom: 0;
}
.about-us-card-2 {
  margin-top: 250px;
}
.about-us-card ul {
  padding: 0px 0 0 20px;
}
/* meeting date */
.meeting-dates-card {
  background-color: var(--white);
  border-radius: 25px;
  box-shadow: 0px 0px 55px 5px #3D595A33;
  padding: 50px;
}
.meeting-dates-card h3 {
  font-size: 38px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
}
.meeting-dates-card ul {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  column-count: 2;
  padding: 0 24px;
  list-style: none;
  column-gap: 40%;
}
.meeting-dates-card ul li {
  margin-bottom: 14px;
}
.meeting-dates-card h5 {
  font-weight: 700;
  text-decoration: underline;
}
.meeting-dates-card > *:last-child{
  margin-bottom: 0;
  color: #FF0000;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
}
.meeting-dates-card > *:last-child a {
  text-decoration: underline;
  color: inherit;
}
/* getting services  */
.getting-service-discritpion {
  background: #EDF4FF;
  padding: 30px 40px 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}

.getting-service-card {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
  border-radius: 25px;
  border-left: 15px solid var(--color-primary);
  border-right: 15px solid var(--color-primary);
  box-shadow: 0px 0px 55px 5px #3D595A33;
  margin-top: -50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.getting-service-card h3 {
  font-family: Lato;
  font-size: 44px;
  font-weight: 300;
  line-height: 25.66px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  margin-bottom: 30px;
}
.getting-service-card h3 a{
  color: #303030;
  text-decoration: none;
}
.getting-service-card,
.getting-service-card p{
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
.getting-service-card > p:last-child{
  margin-bottom: 0;
}

/* other council section */
.others-item-container {
  background: #EDF4FF;
  padding: 30px;
}
.other-items + .other-items {
  margin-top: 50px;
}
.other-items > .paragraph {
  display: flex;
  column-gap: 30px;
  align-items: center;
  flex-wrap: wrap;
}
.others-item-container .other-items:nth-child(odd) > .paragraph {
  flex-direction: row-reverse;
}
/* .other-items > .paragraph > div{
  border: 1px solid red;
} */
.other-items > .paragraph > .field--name-field-cards-image {
  max-width: 100%;
  flex: 0 0 calc(40% - 15px);
}
.other-items > .paragraph > .field--name-field-cards-description {
  max-width: 100%;
  flex: 0 0 calc(60% - 15px);
}
.others-items-content {
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  height: 100%;
  box-shadow: 0px 0px 55px 5px #3D595A33;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  width: calc(100% + 70px);
  margin-left: -70px;
}
.others-items-content > *:last-child {
  margin-bottom: 0;
}
.others-item-container .other-items:nth-child(odd) .others-items-content{
  margin-left: 0;
}
.others-items-content h3 {
  margin-bottom: 10px;
  line-height: 1em;
}
/* fcc form section */
.ffc-form-section {
  padding-bottom: 100px;
}
.fcc-container {
  box-shadow: 0px 0px 55px 5px #3D595A33;
  padding: 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  position: relative;
}
.fcc-container-inner {
  position: relative;
  z-index: 1;
}
.fcc-container-design-1 {
  left: 50px;
  right: 50px;
  background: #EDF4FF;
  opacity: 1;
  height: 50px;
  max-width: calc(100% - 100px);
  margin-left: auto;
  margin-right: auto;
}
.fcc-container-design-2 {
  height: 100%;
  position: absolute;
  bottom: -50px;
  left: 50px;
  right: 50px;
  background: linear-gradient(0deg, #cdddf8, transparent);
  opacity: .4;
}

/* Nominees */
.nominees-card {
  max-width: 1006px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 10px;
  border-radius: 25px;
  border-left: 15px solid var(--color-primary);
  border-right: 15px solid var(--color-primary);
  box-shadow: 0px 0px 55px 5px #3D595A33;
  margin-top: -50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
}
.nominees-cover {
  position: relative;
}
.nominees-cover-caption {
  position: absolute;
  background: #DFE9F3;
  padding: 10px 15px;
  border-radius: 5px 0 0 0;
  z-index: 1;
}
.nominees-cover-caption p{
  margin-bottom: 0;
  font-size: 16px;
}
.nominees-declaration p {
  margin-bottom: 0;
}
.nominees-declaration a{
  color: #FF0000;
  font-weight: 700;
}
/* Community Resource */
.community-resource-main-outer {
  position: relative;
}
.community-resource-main:before {
  content: "";
  display: block;
  background: #E3ECF6;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  bottom: 0;
  height: 75%;
  margin: auto;
}
.community-resource-main {
  display: flex;
  gap: 10%;
  justify-content: center;
  align-items: center;
}
.community-resource-card {
  box-shadow: 0px 0px 55px 5px #3D595A33;
  border-radius: 25px;
  padding: 35px;
  background: #fff;
  max-width: 65%;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.5px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
.community-resource-card  a{
  color: #3D595A;
}
/* questions */
.questions-card {
  box-shadow: 0px 0px 55px 5px #3D595A33;
  padding: 26px 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  max-width: 65%;
}
.questions-card:nth-child(even) {
  margin-left: auto;
}
.questions-card + .questions-card {
  margin-top: 30px;
}
.questions-card p,
.questions-card h5 {
  margin-bottom: 0;
}
.questions-card h5 {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
.questions-card a {
  color: inherit;
}
/* contact page */
.contact-secion {
  margin-top: 50px;
}
.contact-bar {
  background: #EBF2FD;
  padding: 18px 0;
  margin-bottom: 30px;
}
.contact-bar ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.contact-bar ul li{
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
}
.contact-bar ul li a{
  color: inherit;
}
.contact-bar ul li a img{
  vertical-align: middle;
}
.contact-main {
  max-width: 735px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
}
.contact-main p {
  margin-bottom: 30px;
}
.contact-main a{
  color: inherit;
}
.contact-action {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-action .button {
  padding: 25px;
  color: #fff;
  line-height: 24px;
  background-color: var(--color-primary);
}
.awards-card {
  padding: 50px 40px;
  box-shadow: 0px 0px 77.02px 7px #3D595A33;
  border-radius: 25px;
  display: flex;
  flex-wrap: wrap;
}
.awards-card h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.534515917301178px;
  margin-bottom: 0;
}
.awards-img {
  flex: 0 0 40%;
  max-width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.awards-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 45px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.534515917301178px;
  text-align: justify;
}
.award-intro {
  color: #3D595A;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: left;
  margin-bottom: 40px;
}
.award-intro-caption {
  text-align: center;
  margin-bottom: 40px;
}
.award-intro-card {
  background: #E1EAF4;
  padding: 18px 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
  margin-bottom: 40px;
}

.award-intro-card p {
  margin-bottom: 0;
}
.awards-img-box {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: center;
}
.awards-img-caption {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
  padding: 10px;
  background: #DFE9F3;
  margin-bottom: 8px;
}
.awards-img-caption p,
.awards-img-name p {
  margin-bottom: 0;
}
.awards-img-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
  margin-top: 20px;
}
/* footer  */
.footer-main {
  min-height: 60vw;
  background-image: url(../../images/gea-footer-bg.png);
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  color: #3D595A;
}
.footer-main .site-logo {
  max-width: 220px;
  display: block;
}
.footer-main .site-name {
  display: none;
}
.footer-main .row {
  justify-content: space-between;
}
.footer-main .footer-block-header {
  font-family: "Times New Roman";
  font-size: 18px;
  font-weight: 400;
  line-height: 20.7px;
  text-align: left;
  color: #3D595A;
  margin-bottom: 20px;
}
.footer-main h5{
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  text-align: left;
  margin-bottom: 5px;
}
.footer-main {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.8px;
  text-align: left;
}
.footer-copyright {
  background-color: var(--color-primary);
  color: #fff;
  padding:  11px 0;
  font-size: 12px;
}
.footer-copyright p {
  margin-bottom: 0;
}
.footer-declaration,
.nominees-declaration {
  background: #E3ECF6;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.5px;
  letter-spacing: 0.534515917301178px;
  text-align: center;
  padding: 20px 0;
}
.footer-declaration {
  margin-bottom: 20px;
}
.footer-declaration p{
  margin-bottom: 0;
}

#backToTop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  background-color: #8d0500;
  border: none;
  border-radius: 3px;
  color: #fff;
  padding: 6px;
  width: 40px;
  height: 40px;
  z-index: 2;
}

#backToTop svg {
  object-fit: cover;
  width: 90%;
  height: 90%;
}

/* responsive css */

@media screen and (min-width: 1025px) {
  .toggle-btn,
  .header-right-responsive {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
  }
  h3 {
    font-size: 30px;
  }

  /* header */
  .header-top {
    position: relative;
    z-index: 9;
  }
  .header-top .header-right {
    display: none;
  }
  .header-top .site-branding {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header-top .site-branding .region-site-branding {
    max-width: 215px;
  }
  .toggle-btn:after {
    content: "";
    display: block;
    position: fixed;
    height: 10px;
    width: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    top: 87px;
    display: none;
  }
  .header-top .toggle-btn  button{
    background: #fff;
    border: 2px solid var(--color-primary);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-bottom {
    position: fixed;
    right: 0;
    height: 100%;
    z-index: 99;
    width: 100%;
    transform: translate(100%, 0);
    transition: all 0.4s ease;
    max-width: 360px;
}
.header-bottom.menu-opened {
  transform: translate(0, 0);
  box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
body.menu-opened {
  overflow: hidden;
}
body.menu-opened  .toggle-btn:after { 
  display: block;
}
  .header .menu {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .header .menu .menu-item a {
    padding: 12px 30px;
  }
  .header-right.header-right-responsive {
    background: rgba(0,0,0,.2);
    padding: 20px 30px;
    margin-bottom: 20px;
    background-color: #efefef;
  }
  .header-right ul.social-links-list-header {
    justify-content: center;
  }
  .header-search-container > div {
    gap: 10px
  }
  .header-search-container .form-item input {
    min-width: 225px;
  }
  /* header end */

  .hero-content h2,
  .section-heading {
    font-size: 36px;
    line-height: 1.3em;
  }
  .big-font {
    font-size: 18px;
  }
  .meeting-dates-card h3,
  .getting-service-card h3 {
    font-size: 30px;
    line-height: 1.3em;
  }
  .others-items-content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .others-item-container .other-items:nth-child(odd) .others-items-content {
    margin-left: 0;
    margin-right: 0;
  }
  .hero-content,
  .getting-service-card,
  .nominees-card {
    padding: 30px;
    max-width: 85%;
  }
  .image-with-content-description, .image-with-content-description p,
  .council-members-header, .getting-service-discritpion {
    font-size: 16px;
    line-height: 32px;
  }
  .council-members-card h3 {
    margin-bottom: 1em;
  }
  .about-us-card,
  .others-items-content,
  .fcc-container,
  .awards-card,
  .community-resource-card,
  .meeting-dates-card {
    padding: 30px;
    font-size: 16px;
    line-height: 32px;
  }
  .ffc-form-section {
    padding-bottom: 50px;
  }
  .fcc-container-design-2 {
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .meeting-dates-card ul {
    font-size: 14px;
    line-height: 23px;
    column-count: 2;
    padding: 0;
    column-gap: 20px;
  }
  .contact-bar ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 26px;
  }
  .hero-content h2,
  .section-heading {
    font-size: 30px;
    margin-bottom: 0.4em;
  }
  .hero-description, .hero-description p
  .about-us-intro, .about-us-intro p,
  .awards-content,
  .award-intro-card,
  .footer-declaration,
  .nominees-declaration{
    font-size: 16px;
    line-height: 1.4em;
  }
  .big-font {
    font-size: 18px;
  }
  .meeting-dates-card h3,
  .getting-service-card h3 {
    font-size: 26px;
  }
  .hero-content,
  .getting-service-card,
  .nominees-card {
    padding: 24px;
    max-width: 90%;
  }
  .about-us-card,
  .others-items-content,
  .fcc-container,
  .awards-card,
  .community-resource-card {
    padding: 24px;
    font-size: 16px;
    line-height: 32px;
  }
  .about-us-intro {
    padding-top: 40px;
    padding-bottom: 170px;
  }
  .questions-card {
    box-shadow: 0px 0px 55px 5px #3D595A33;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.4em;
    max-width: 85%;
  }
  .awards-img-name {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .awards-card h4 {
    font-size: 18px;
    line-height: 1.4em;
  }
  .awards-img-caption {
    font-size: 13px;
    line-height: 1.4;
  }
  .community-resource-main {
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  #backToTop {
    bottom: 10px;
    right: 10px;
    z-index: 2;
  }
  .section-heading .section-heading-line {
    width: 93%;
    left: 13px;
  }
  .image-with-content-description,
  .council-members-card,
  .getting-service-discritpion ,
  .council-members-card{
    padding: 20px;
  }
  .getting-service-discritpion {
    padding-bottom: 50px;
  }
  .about-us-intro {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .about-us-card-2 {
    margin-top: 30px;
  }
  .contact-action {
    justify-content: center;
    gap: 20px;
  }
  .questions-card {
    max-width: 100%;
  }
  .other-items > .paragraph > .field--name-field-cards-description,
  .other-items > .paragraph > .field--name-field-cards-image {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .awards-img,
  .awards-content {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
  }
  .awards-content {
    padding-left: 0;
  }
  .community-resource-main {
    flex-wrap: wrap;
  }
  .community-resource-card {
    max-width: 100%;
    width: 100%;
  }
  .contact-bar ul li {
    text-align: center;
  }
  .nominees-card {
    margin-top: 20px;
  }
  .footer-main .d-flex{
    flex-wrap: wrap;
  }
  .footer-main .footer-block-header {
    margin-top: 30px;
  }
}

