@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  min-width: 305px;
  background-color: #f3f5ed;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --primary: #004425;
  --secondary: #99763d;
  --lightsecond: #f4b144;
  --gray: #777;
  --white: #fff;
  --text: #222;
  --headtxt: "Fraunces", serif;
  --bodytext: "Noto Kufi Arabic", sans-serif
}

body, html {
  font-size: 18px;
  line-height: 1.6em;
  font-family: var(--bodytext);
  font-weight: 400;
  font-style: normal;
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

a, a:visited {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

p a, p a:visited {
  line-height: inherit;
}

li {
  line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
  font-family: var(--headtxt);
  font-weight: 600;
}

strong {
  font-weight: 600;
}

em {
  font-style: italic;
}

small {
  font-size: 65%;
}

sup {
  font-size: 75%;
  vertical-align: super;
  line-height: 1;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

main {
  flex: 1 0 auto;
}

.no-touch a[href^="tel:"], .noLink {
  pointer-events: none;
  cursor: text;
}

.text-center {
  text-align: center;
}

#sapper {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  border: 15px solid var(--white);
}

.container {
  margin: 0 auto;
  position: relative;
  padding: 0;
  width: 96%;
  max-width: 1360px;
  z-index: 1;
}

.content {
  padding: 25px 0px;
  position: relative;
  min-height: 300px;
}

.smallwrap {
  margin: 0 auto;
  max-width: 900px;
}

.bigfont {
  font-size: 1.2em;
}

.hidden {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.col12 {
  width: 48%;
}

.col23 {
  width: 65.333%;
}

.col13 {
  width: 30.666%;
}

.col14 {
  width: 23%;
}

.col40 {
  width: 40%;
}

.col60 {
  width: 60%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.row-reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.itemcenter {
  align-items: center;
}

.justify {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.contentcenter {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.spaceBottom {
  position: relative;
  padding-bottom: 70px;
}

.spaceTop {
  position: relative;
  padding-top: 70px;
}

.uppercase {
  text-transform: uppercase;
}

.bgcolor {
  background-color: #f3f5ed;
}

.shape {
  position: relative;
}

.shape:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #f3f5ed;
  height: 40px;
  width: 100%;
  clip-path: polygon(0 0, 100% 95%, 100% 100%, 0% 100%);
  z-index: 2;
}

.wlcouter.shape:before, .newsSocial.shape:before {
  top: -39px;
}

.ctaWraper.shape:before, .joinComminuty.shape:before {
  transform: scaleX(-1);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 10%);
}

.footer.shape:before {
  background-color: #edf1df;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 10%);
  top: -2px;
}

.boxImg {
  padding: 10px;
  background-color: var(--white);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 6%)
}

/* ~~~~~~~~~~~~~~~ */
.header {
  position: relative;
  width: 100%;
  z-index: 11;
  padding: 15px 0;
}

.header.home {
  position: absolute;
}

.header.home .container {
  max-width: inherit;
}

.header.home .logo img, .footer .ft-logo img {
  filter: brightness(0) invert(1);
  width: 100%;
}

.logo {
  width: 300px;
}

.rightTop, .GoogleTranslateLink {
  gap: 5px;
}

.GoogleTranslateLink a, .socialIcons>a {
  background: rgb(0 0 0 / 80%);
  color: var(--white);
  border-radius: 2px;
}

.home .GoogleTranslateLink a, .home .socialIcons>a, .footer .socialIcons>a {
  background: rgb(0 0 0 / 30%);
}

.GoogleTranslateLink a {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.GoogleTranslateLink a:hover, html:not(.translated-ltr) .GoogleTranslateLink li:first-child a, .translated-ltr .GoogleTranslateLink li:last-child a, .socialIcons>a:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.socialIcons>a {
  padding: 9px;
  line-height: 1;
  opacity: 0.8;
  display: inline-block;
  font-size: 8px;
}

.socialIcons>a i {
  display: inline-block;
  line-height: 1;
}

.socialIcons .phone-link {
  display: none;
}

.banner {
  position: relative;
}

.banner img, .logo img, .boxImg img, .ctaWraper .ctaBtns>* img, .staff>* img, .giveBoxes>* img {
  width: 100%;
}

.banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background: #262222;
  background: linear-gradient(180deg, rgba(38, 34, 34, 1) 0%, rgba(56, 56, 56, 0) 100%);
  z-index: 1;
}

.bnrctabtns {
  position: absolute;
  right: 2%;
  bottom: 30px;
  color: var(--white);
  z-index: 1;
  max-width: 850px;
}

.bnrctabtns>* {
  max-width: 200px;
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 25px;
  margin-left: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.bnrctabtns>* i {
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.bnrctabtns>*:hover {
  color: var(--white);
  background-color: var(--primary);
}

.welcomeWrap {
  position: relative;
  overflow: hidden;
}

.welcomeWrap:after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 400px;
  height: 400px;
  margin: auto;
  background-image: url(logo-circle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  opacity: .09;
  z-index: 0;
  transform: rotate(-35deg);
}

.welcomeWrap .wlcText {
  color: var(--primary);
  line-height: 1;
}

.welcomeWrap .wlcText .col12:last-child>p:first-child {
  font-family: var(--headtxt);
  text-transform: uppercase;
  font-size: 1.2em;
}

.welcomeWrap .wlcText .col12:last-child>p:last-child {
  line-height: 1.3;
}

.title h2 {
  font-size: 2.7rem;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.ctaWraper {
  background-color: #edf1df;
  padding: 100px 0;
}

.ctaWraper::after {
  content: '';
  position: absolute;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-position: left bottom;
  opacity: 0.05;
  bottom: 0;
  z-index: 0;
  left: 0;
  background-image: url(pattern-01.png);
}

.ctaWraper .ctaBtns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2em;
}

.ctaWraper .ctaBtns>* {
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 2px solid var(--primary);
}

.ctaWraper .ctaBtns>*:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: #262222;
  background: linear-gradient(0deg, rgba(38, 34, 34, 1) 0%, rgba(56, 56, 56, 0) 100%);
  transition: all .5s;
  z-index: 1;
}

.ctaWraper .ctaBtns>* .imgBox {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 10px;
  background: var(--primary);
}

.ctaWraper .ctaBtns>* h2 {
  margin: 0;
  padding: 20px;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
  color: var(--white);
  font-size: 1.7em;
  text-align: center;
}

.ctaWraper .ctaBtns>* h2, .ctaWraper .ctaBtns>*:after, .ctaWraper .ctaBtns>* img {
  -webkit-transition: 0.3s all ease;
  -moz-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.ctaWraper .ctaBtns>*:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.ctaWraper .ctaBtns>*:hover h2 {
  bottom: 30px;
}

.ctaWraper .ctaBtns>*:hover:after {
  height: 200px;
}

.newsSocial header {
  margin-bottom: 15px;
}

.newsSocial header i {
  font-size: 14px;
  display: inline-block;
  padding: 7px;
  line-height: 1;
  margin-right: 10px;
  border-radius: 10px;
  background-color: var(--primary);
  color: var(--white);
}

.newsSocial .col60 {
  max-width: 750px;
  width: calc(100% - 550px);
}

.eventsWraper .events {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0px, 1fr));
  margin-bottom: 30px;
}

.eventsWraper .events .glEvent {
  position: relative;
  background-color: #edf1df;
  padding: 10px;
}

.eventsWraper .events .glEvent:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #f3f5ed;
  bottom: 0;
  z-index: 1;
}

.eventsWraper .events .glEventDate {
  position: relative;
  color: var(--primary);
  font-weight: 600;
  line-height: 1;
  padding: 10px 15px;
  font-size: 1.1em;
}

.eventsWraper .events .glEventDate:before {
  content: "\f15f";
  font-family: beehivelyicons;
  position: absolute;
  width: 30px;
  height: 30px;
  font-size: 30px;
  top: 3px;
  left: 3px;
  opacity: 0.2;
  color: var(--lightsecond);
}

.eventsWraper .events .glEventTitle {
  padding: 3px 20px 10px;
  font-weight: 500;
}

.eventsWraper .events .glEventTitle>div>a {
  color: var(--primary);
}

.eventsWraper .events .glEventTitle>div {
  position: relative;
  padding-left: 20px;
  line-height: 1.2;
  font-size: 90%;
}

.eventsWraper .events .glEventTitle>div:not(:last-child) {
  margin-bottom: 10px;
}

.eventsWraper .events .glEventTitle>div:before {
  content: "\f115";
  position: absolute;
  left: 0;
  top: 5px;
  font-family: beehivelyicons;
  font-size: 11px;
  color: var(--secondary);
}

.glLocation, .glTime {
  font-size: 90%;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -24px;
}

.glLocation i, .glTime i {
  font-size: 8px;
  margin-right: 10px;
}

/* ~~~~~~~ */
.joinComminuty {
  position: relative;
  background-color: #edf1df;
}

.joinComminuty ul li, .joinComminuty ol li {
  margin-bottom: 8px;
  list-style-type: square;
  padding: 0;
  margin-left: 20px;
  display: list-item;
  color: var(--primary);
}

.joinComminuty ol li {
  list-style-type: decimal
}

.joinComminuty ol ul {
  margin-top: 10px
}

/* ~~~~~~~   */
.footer {
  position: relative;
  background: var(--primary);
  color: var(--white);
  padding-top: 40px;
}

.footer::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(pattern.png);
  background-size: contain;
  background-position: center;
}

.footer a {
  color: var(--white);
}

.footer a:hover {
  color: var(--secondary);
}

.footer .ft-logo {
  width: 100%;
  max-width: 450px;
  margin-bottom: 50px;
  display: inline-block;
}

.footer-rightcol {
  justify-content: flex-end;
}

.itembottom {
  align-items: flex-end;
}

.footer .container>div {
  margin-top: 25px;
  margin-bottom: 25px;
}

.footer .footerInn h4 {
  color: var(--lightsecond);
}

.footer .footerInn .officeText strong {
  display: block;
}

.footer .socialIcons>a:hover {
  color: var(--white);
}

.footer .copyright {
  font-size: 85%;
  line-height: 22px;
  padding: 15px 0;
  border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer .copyright span {
  padding: 0 7px;
}

/* ~~~~~~~~~~~~~~~~~~~~~ */
h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.5em;
  color: var(--primary);
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: 15px;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

table {
  margin: 10px 0;
  font-size: 0.9em;
  color: #333;
  background: #fff;
}

table th {
  padding: 5px;
  text-align: left;
  font-size: 1em;
  background-color: var(--primary);
  color: var(--white);
  font-weight: 700;
  border: 1px solid #8ba498;
}

table thead tr td {
  font-weight: 700;
  border: 1px solid var(--secondary);
}

table tr td {
  padding: 6px 10px;
  border: 1px solid var(--primary);
  background-color: #faffee;
}

table tr:nth-child(even) td {
  background-color: var(--white);
}

table a {
  word-break: break-word;
}

table th a {
  color: #cbdbe6;
}

table th a:hover {
  color: #fff;
}

p:not(:last-child) {
  margin-bottom: 15px;
}

hr {
  font-size: 1px;
  line-height: 1px;
  height: 1px;
  margin: 40px 0;
  border: 0px;
  border-top: 2px solid #5399a1;
}

.fulltable {
  width: 100%;
}

.content a {
  color: var(--primary);
  text-decoration: none;
  cursor: pointer;
  text-decoration: underline;
}

.content a:hover {
  color: var(--text);
}

.btn a {
  display: inline-block;
  border: 1px solid;
  border-color: var(--primary);
  color: var(--white);
  padding: 10px 30px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  -webkit-transform: perspective(1px);
  transform: perspective(1px);
  overflow: hidden;
  background-color: var(--primary);
  text-transform: uppercase;
  font-size: 1.1em;
}

.btn a:before {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 51%;
  transform-origin: 51%;
}

.btn a:hover {
  color: var(--white);
  border-color: var(--secondary);
}

.btn a:hover:before {
  background-color: var(--secondary);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.moreBtn a {
  position: relative;
  color: var(--text);
  padding: 7px 50px 7px 7px;
  display: inline-block;
  font-weight: 600;
  margin-top: 20px;
}

.moreBtn a::before {
  content: '';
  position: absolute;
  top: 19px;
  right: 25px;
  left: inherit;
  width: 15px;
  height: 2px;
  border-radius: 4px;
  background-color: var(--text);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.moreBtn a:after {
  content: "\f115";
  position: absolute;
  top: 5.3px;
  right: 20px;
  font-family: beehivelyicons;
  font-size: 12px;
  font-style: normal;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.moreBtn a:hover::before {
  width: 30px;
  right: 5px;
}

.moreBtn a:hover:after {
  right: 0;
}

.leftimg {
  float: left;
  margin: 0 20px 20px 0;
}

.rightimg {
  float: right;
  margin: 0 0 20px 20px;
}

.leftimg, .rightimg {
  max-width: 30%;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 6px;
}

iframe {
  padding: 6px;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}

/* Inner page ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.pageTitle {
  position: relative;
  padding: 50px 0px 70px 0px;
  background: #E4EAD2;
  background: linear-gradient(180deg, rgba(228, 234, 210, 1) 0%, rgba(185, 214, 201, 1) 100%);
  z-index: 0;
}

.pageTitle.shape:before {
  top: inherit;
  bottom: 0;
}

.pageTitle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(pattern.png);
  background-size: cover;
  background-position: center;
  filter: brightness(0) blur(2px);
}

.pageTitle h1 {
  position: relative;
  color: var(--primary);
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.8em;
  letter-spacing: 2px;
  z-index: 2;
}

.content h2, .content h3 {
  color: var(--primary);
  font-weight: 700;
}

.innercontent {
  padding: 40px 0px;
  position: relative;
  min-height: 300px;
}

.twocolumn {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.content ul, .content ol {
  padding-bottom: 15px;
}

.content ul ul, .content ol ul, .content ol ol {
  padding-top: 10px;
}

.content ul li {
  position: relative;
  padding: 0 0 10px 15px;
  list-style: unset;
  margin: 0;
}

.content ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: var(--primary);
  left: 0;
  top: 8px;
}

.content ol li {
  list-style: decimal;
  padding-bottom: 15px;
  margin-left: 20px;
}

.content ul li:last-child, .content ol li:last-child {
  padding-bottom: 0;
}

/* ~~~~~~~ */
.staff {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  margin-top: 40px;
}

.staff>* {
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

.staff>* h4 {
  margin: 7px 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 1.1em;
}

.staff>* .position {
  font-size: 0.8em;
  font-weight: 500;
  color: var(--secondary);
  padding: 0 7px;
  line-height: 1.2em;
}

.giveBoxes article {
  width: calc(50% - 10px);
  position: relative;
}

.giveBoxes article:last-child:not(:nth-child(even)) {
  width: 100%;
}

.giveBoxes article>div {
  width: calc(50% - 10px);
  position: relative;
  color: var(--white);
  margin: 10px 0;
  padding: 20px;
  background-color: var(--secondary);
}

.giveBoxes article>div h3 {
  color: var(--white);
  margin-top: 10px;
}

.giveBoxes article .icon {
  width: 100px;
  height: 100px;
  display: block;
}

.giveBoxes article .icon img {
  filter: brightness(0) invert(1);
}

.giveBoxes article:nth-child(2)>div, .giveBoxes article:nth-child(3)>div {
  background-color: var(--primary);
}

.giveBoxes article>div .btn a {
  color: var(--primary);
  background-color: var(--white);
}

.giveBoxes article>div .btn a:hover:before {
  background-color: var(--lightsecond);
}

.giveBoxes article>div:nth-child(2) {
  font-size: .9em;
  line-height: 1.5;
}

/* ~~~~~~~~~~ */
.fullcal table {
  margin: 0;
}

.fullcal table tr td {
  background-color: transparent;
}

.fullcal .fc-event {
  background-color: #f3f5ed;
  color: var(--primary);
  text-decoration: none;
  border: none;
  padding: 2px 5px;
  font-size: 75%;
}

.fullcal .fc-event:hover {
  background-color: #cde3d9;
}

.fullcal .fc-event, .fullcal .fc-event:hover {
  background-image: none;
}

.fullcal .fc-button-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  text-transform: capitalize;
}

.fullcal .fc-button-primary:hover, .fullcal .fc-button-primary:disabled {
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.fullcal .fc-today .fc-day-number {
  color: var(--white);
  font-weight: 700;
  padding: 5px;
  background-color: var(--secondary);
}

#detail h1.title, .popupdetail h1 {
  font-size: 1.7em;
  color: var(--primary);
}

#detail .date, .popupdetail .date {
  color: var(--text);
}

#detail .url>a, .popupdetail a {
  color: var(--primary);
}

.weeknews {
  gap: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.weeknews article {
  padding: 15px;
  background-color: #edf1df;
  max-width: 250px;
}

.weeknews article .weekcal {
  margin-bottom: 5px;
  border-bottom: 1px solid var(--lightsecond);
  padding-bottom: 10px;
}

.weeknews article .wcaldate>i {
  display: inline-block;
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  color: var(--secondary);
  margin-right: 5px;
}

.weeknews article .wcfile span {
  padding: 0 7px;
}

.accordion .accordion-item .accordion-header-button {
  font-size: 1.1em !important;
  font-weight: 500;
}

.accordion .accordion-item .accordion-panel.expanded-panel {
  background-color: #ecefe1;
  padding: 1.2em 2em;
}

.accordion .accordion-item .accordion-panel.expanded-panel ul {
  padding-left: 20px;
}

/* Navigation */
.menu, .menu>li, .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu {
  gap: 7px;
}

.menu>li {
  position: relative;
}

.menu li a {
  color: var(--text);
}

.home .menu>li>a {
  color: var(--white);
}

.menu>li>a {
  position: relative;
  font-weight: 600;
  color: var(--primary);
  line-height: 50px;
  font-family: var(--headtxt);
  padding: 0 7px;
  text-transform: uppercase;
  font-size: .9em;
}

.menu>li>a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--primary);
  bottom: 0;
  z-index: -1;
  opacity: .4;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.home .menu>li>a:after {
  background-color: var(--white);
}

.menu>li:hover>a:after, .menu>li.active>a:after {
  height: 100%;
  opacity: 1;
}

.menu>li.active>a, .menu>li:hover>a {
  color: var(--white);
}

.home .menu>li.active>a, .home .menu>li:hover>a {
  color: var(--primary);
}

.menu ul {
  width: 224px;
  padding: 0;
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  background-color: white;
  -moz-transition: visibility 0s linear 0.25s;
  -ms-transition: visibility 0s linear 0.25s;
  transition: visibility 0s linear 0.25s;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.menu>li:hover>ul {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li li:hover>ul {
  left: 100%;
  right: 100%;
  top: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  transition: opacity 0.5s;
  animation: pull-up 0.3s;
  z-index: 90;
}

.menu>li:last-child>ul {
  right: 0;
  left: inherit;
}

.menu li ul li {
  width: 100%;
  padding: 0px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu ul li:last-child {
  border-bottom: none;
}

.menu li ul li a {
  display: block;
  padding: 10px 15px;
  line-height: 1.3em;
  font-size: 0.9em;
}

.menu li:hover li>a:hover, .menu li:hover li:hover>a, .menu li.active li.active>a, .menu ul li:hover li:hover>a:hover, .menu li.active li.active li.active>a {
  color: var(--white);
  background-color: #00311a;
}

#menu-trigger, .mobile {
  display: none;
}

@media screen and (max-width:1199px) {
  .logo {
    width: 200px;
  }

  .menu>li>a {
    font-size: 0.8em;
  }

  .ctaWraper .ctaBtns>* h2 {
    font-size: 1.2em;
  }

  .eventsWraper .events {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width:1023px) {
  .header.home {
    position: relative;
  }

  .header.home .logo img {
    filter: none;
  }

  .home .GoogleTranslateLink a, .home .socialIcons>a, .footer .socialIcons>a {
    background: rgb(0 0 0 / 80%)
  }

  .container {
    width: calc(100% - 40px);
  }

  .spaceTop {
    padding-top: 60px;
  }

  .spaceBottom {
    padding-bottom: 60px;
  }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background-color: var(--white);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    width: 288px;
    bottom: inherit;
    padding-left: 0;
  }

  .menu, .nav.showMobiNav {
    display: block;
  }

  .menu>li {
    margin: 0;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menu>li>a:after {
    display: none;
  }

  .menu>li:not(:last-child) {
    margin-right: 0;
  }

  .home .menu>li>a {
    color: var(--text);
  }

  .menu li a, .menu>li:last-child>a, .menu>li:last-child:hover>a, .menu>li:last-child.active>a {
    line-height: 1.3em;
    text-align: left;
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0px 10px 10px;
    color: #222;
    background-color: transparent;
    border-bottom: 1px solid #fff;
  }

  .menu li ul li {
    border-bottom: none;
  }

  .menu li ul li a {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8em;
  }

  .menu ul, .menu>li li:hover>ul, .menu>li:hover>ul {
    display: block;
    width: inherit;
    position: relative;
    left: inherit;
    top: inherit;
    right: inherit;
    min-height: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    animation: none;
    visibility: visible;
    opacity: 1;
    background-color: inherit;
  }

  .menu ul {
    padding-left: 10px;
  }

  .menu>li:hover>a, .menu>li.active>a, .menu li.active li.active li.active>a, .menu li.active li.active>a {
    color: var(--primary);
    background-color: #f3f5ed;
  }

  .menu li .droparrow {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }

  .menu li .droparrow:after, .menu li .droparrow:before {
    top: 50%;
    content: " ";
    height: 2px;
    width: 8px;
    position: absolute;
    background-color: var(--primary);
    pointer-events: none;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
  }

  .menu li .droparrow:after {
    right: 14px;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .menu li .droparrow:before {
    left: 13px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:after {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .menu li .droparrow.open:before {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #menu-trigger {
    display: block;
    position: relative;
    z-index: 11;
    width: 34px;
    height: 34px;
    cursor: pointer;
    border-radius: 2px;
    background-color: rgb(0 0 0 / 80%);
  }

  #menu-trigger span, #menu-trigger span:before, #menu-trigger span:after {
    position: absolute;
    width: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--white);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #menu-trigger span {
    top: 50%;
    margin: -1px auto auto;
    display: block;
    font-size: 0px;
  }

  #menu-trigger span:after {
    top: 7px;
    content: "";
  }

  #menu-trigger span:before {
    top: -7px;
    content: "";
  }

  .showMobiNav#menu-trigger span {
    background-color: transparent;
  }

  .showMobiNav#menu-trigger span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
    left: 0;
  }

  .showMobiNav#menu-trigger span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
    left: 0;
  }

  .leftimg, .rightimg {
    max-width: 40%;
  }

  .bigfont {
    font-size: 1.1em;
  }

  .boxImg {
    margin-bottom: 30px;
  }

  .wlcText .col12, .col40, .col60, .newsSocial .col60, .comBox .col12 {
    width: 100%;
  }

  .newsSocial .col60 {
    max-width: inherit;
  }

  .ctaWraper .ctaBtns, .eventsWraper .events {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .itembottom {
    align-items: center;
  }

  .giveBoxes article {
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  body, html {
    font-size: 16px;
  }

  .container {
    width: calc(100% - 20px);
  }

  .socialIcons .phone-link {
    display: block;
  }

  .spaceTop {
    padding-top: 25px;
  }

  .spaceBottom {
    padding-bottom: 25px;
  }

  hr {
    margin: 20px 0;
  }

  .shape:before {
    content: inherit;
  }

  .col12 {
    width: 100%;
  }

  .col12+.col12 {
    margin-top: 20px;
  }

  h2 {
    font-size: 1.4em;
  }

  h3 {
    font-size: 1.3em;
  }

  h4 {
    font-size: 1.2em;
  }

  h5 {
    font-size: 1.1em;
  }

  .twocolumn {
    -moz-column-count: inherit;
    -webkit-column-count: inherit;
    column-count: inherit;
  }

  table td a {
    word-break: break-word;
  }

  .leftimg, .rightimg {
    float: none;
    margin: 15px auto;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }

  h1, .title h2 {
    font-size: 1.8em;
  }

  .header .justify {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }

  .logo {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }

  .logo img {
    max-width: 300px;
  }

  .footer-rightcol {
    -webkit-justify-content: inherit;
    -ms-justify-content: inherit;
    justify-content: inherit;
  }
}

@media screen and (max-width:520px) {
  .ctaWraper .ctaBtns, .eventsWraper .events {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1em;
  }

  .footer .ft-logo {
    max-width: 340px;
  }

  .footerInn .officeText {
    width: 100%;
  }

  .footerInn .officeText span {
    display: block;
    width: 100%;
  }

  .footerInn .officeText span:not(:first-child) {
    margin-top: 15px;
  }

  .giveBoxes article>div {
    width: 100%;
  }

  .giveBoxes article.flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .giveBoxes article .icon {
    width: 60px;
    height: 60px;
  }
}