@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #393939;
  --dim-grey: #676767;
  --white: white;
  --dark-khaki: #d4b86e;
  --black: black;
  --crimson: #d12c3d;
  --grey: #8e8e8e;
  --white-smoke: #f6f6f6;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark-slate-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: .78vw;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 4.2vw;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 2.3vw;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Cinzel, sans-serif;
  font-size: 1.86vw;
  font-weight: 400;
  line-height: 120%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 1.55vw;
  font-weight: 300;
  line-height: 120%;
}

h6 {
  letter-spacing: .21vw;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.34vw;
  font-weight: 600;
  line-height: 120%;
}

p {
  color: var(--dim-grey);
  margin-bottom: 10px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 1.24vw;
  line-height: 180%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1.24vw;
  line-height: 120%;
}

li {
  line-height: 200%;
}

.containerdiv {
  width: 100%;
  max-width: 96vw;
  min-height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.containerdiv.cont1 {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.containerdiv.cont3 {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.containerdiv.cont4.events {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.containerdiv.cont5 {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.containerdiv.cont6 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.containerdiv.cont7 {
  color: var(--dark-khaki);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.containerdiv.cont8 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.containerdiv.cont11 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.containerdiv.cont11.cont-util {
  background-color: var(--white);
  text-align: center;
  padding: 50px;
}

.containerdiv.cont12 {
  color: var(--white);
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.containerdiv.covid-19-container {
  justify-content: center;
  padding-bottom: 60px;
  display: flex;
}

.containerdiv.serving-schedule-container {
  justify-content: center;
  align-items: center;
  display: flex;
}

.containerdiv.cont11-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.containerdiv.cont11-copy.cont-util {
  background-color: var(--white);
  text-align: center;
  padding: 50px;
}

.h1-light {
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4.2vw;
  font-weight: 200;
}

.h4-light {
  font-family: Kumbh Sans, sans-serif;
  font-weight: 300;
}

.button {
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  min-width: 14.36vw;
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: .17vw;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 1.13vw 2.07vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.13vw;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
  display: inline-block;
}

.button:hover {
  color: var(--black);
  background-color: #a58f55;
}

.button.btn-clear {
  color: var(--white);
  background-color: #0000;
}

.button.btn-clear:hover {
  background-color: #d4b86e80;
}

.button.btn-clear.hero-btn-clear {
  margin-left: 15px;
  margin-right: 15px;
}

.button.btn-clear.long {
  padding-left: 3.3vw;
  padding-right: 3.3vw;
}

.button.btn-red {
  border-color: var(--crimson);
  background-color: var(--crimson);
  color: var(--white);
}

.button.btn-red:hover {
  background-color: #9c222e;
}

.button.btn-red.btn-plater {
  margin-bottom: 20px;
}

.button.btn-red.smaller-btn {
  transition-property: background-color;
}

.button.btn-red.mt-20 {
  margin-top: 2rem;
}

.button.btn-white {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--crimson);
}

.button.btn-white:hover {
  border-color: var(--white);
  background-color: #ffe0e0;
}

.button.btn-white.btn-live-stream {
  min-width: 8.9vw;
  margin-left: 70px;
  padding: .76vw 1.56vw;
}

.button.hero-button {
  margin-left: 15px;
  margin-right: 15px;
}

.button.submit-btn.btn-sub-pl {
  background-color: var(--dark-slate-grey);
  color: var(--white);
}

.button.submit-btn.btn-sub-pl:hover {
  background-color: var(--crimson);
  color: var(--white);
}

.button.btn-purple {
  border-color: var(--dark-khaki);
  color: var(--white);
  background-color: #b6312c;
}

.button.btn-purple:hover {
  background-color: #9c222e;
}

.button.btn-purple.btn-plater {
  margin-bottom: 20px;
}

.button.btn-purple.smaller-btn {
  transition-property: background-color;
}

.button.btn-purple.newsletter {
  width: 100%;
  min-width: auto;
}

.button.btn-green {
  color: var(--white);
  background-color: #00b050;
}

.hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/104-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 58.27vw;
  display: flex;
}

.hero.home_hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/home-fr.-Marty-Facing-Stained-Glass---Option-4.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
}

.navbar-component {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 35px;
  display: flex;
}

.brand {
  color: var(--white);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo {
  width: 9.75rem;
  height: 7.625rem;
  margin-right: 10px;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .99vw;
  font-weight: 300;
  line-height: 120%;
  transition: all .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--dark-khaki);
}

.nav-link.int-nav-link {
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-link.int-nav-link:hover {
  background-color: #2e2e2e;
  box-shadow: inset 0 0 2px #0006;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
}

.h3-church-name {
  display: none;
}

.social-media-icons {
  justify-content: flex-end;
  align-items: center;
  padding-left: 35px;
  padding-right: 55px;
  display: flex;
}

.social-media-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-media-link:hover {
  filter: brightness(200%);
}

.sm-icon {
  width: 100%;
  max-width: 2.04vw;
  height: 18.5px;
}

.btn-hero-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.mission-section {
  padding-top: 6.82vw;
  padding-bottom: 8.29vw;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.column {
  position: relative;
}

.quotes {
  position: absolute;
  inset: 0% auto auto 0%;
}

.testimonial-font {
  color: var(--dim-grey);
  margin-bottom: 50px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 2.85vw;
  font-weight: 300;
  line-height: 160%;
}

.slide {
  height: auto;
  padding: 50px;
}

.mask {
  height: auto;
}

.slider {
  background-color: #0000;
  height: auto;
}

.testimonial-user {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.user-name {
  color: var(--crimson);
  font-weight: 700;
}

.red-line {
  background-color: var(--crimson);
  width: 100%;
  max-width: 10.21vw;
  height: 4px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.p-last {
  margin-bottom: 30px;
}

.bg-video {
  background-image: linear-gradient(#00000080, #00000080), url('../images/bishop.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 40.65vw;
  display: flex;
}

.play-img {
  width: 100%;
  max-width: 4.63vw;
  height: 57.4px;
  margin-top: 0;
  margin-bottom: 0;
}

.watch-font {
  text-align: center;
  letter-spacing: .15vw;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.03vw;
  font-weight: 200;
  line-height: 160%;
}

.live-stream-bar {
  background-color: var(--crimson);
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 14px 30px;
  display: flex;
}

.play-icon {
  width: 33.325px;
  height: 24.9875px;
  margin-right: 28px;
}

.h5-live-stream {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 1.55vw;
  font-weight: 300;
  line-height: 100%;
}

.serices-section {
  padding-top: 6.25vw;
  padding-bottom: 7.3vw;
}

.serices-section.d-none {
  display: none;
}

.services-content-text {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.8vw;
  display: flex;
}

.h5-services-content {
  width: 70%;
  margin-right: 0;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-box {
  width: 31%;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-box.last-box {
  background-image: linear-gradient(#00000075, #00000075);
}

.service-img {
  filter: brightness(55%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all .6s;
}

.service-img:hover {
  transform: rotate(0)scale(1.1);
}

.service-img.last-serv-img {
  filter: brightness(60%);
}

.service-img.last-serv-img.overlay {
  object-fit: contain;
  background-image: linear-gradient(#00000040, #00000040);
}

.service-img.new {
  object-fit: cover;
  height: 300px;
}

.h6-serv-title {
  width: 100%;
}

.h6-serv-title._1 {
  color: var(--black);
  margin-top: 25px;
  font-size: 1.7vw;
}

.h6-serv-title.a {
  letter-spacing: .21vw;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.34vw;
  font-weight: 600;
  position: absolute;
  bottom: 5%;
}

.connected-section {
  background-image: linear-gradient(#00000080, #00000080), url('../images/main-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 40.46vw;
  display: flex;
}

.connected-section.banner {
  background-image: url('../images/bible-study-summer-banner-1.webp');
  background-size: contain;
  min-height: 30vw;
}

.cta-section {
  padding-top: 4.95vw;
  padding-bottom: 5.73vw;
}

.cta-section.visitor {
  justify-content: space-between;
  display: flex;
}

.h5-cta {
  text-align: center;
  width: 80%;
  margin-bottom: 44px;
}

.worship-schedule-section {
  background-image: linear-gradient(#000000b5, #000000b5), url('../images/malcolm-lightbody-700x6tmkd5k-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 37.41vw;
  padding-top: 5.89vw;
  padding-bottom: 7.66vw;
}

.columns {
  width: 100%;
  margin-top: 80px;
}

.ws-column-title {
  letter-spacing: .17vw;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 1.13vw;
  font-weight: 200;
  line-height: 120%;
}

.ws-column-title.grey-font {
  color: var(--grey);
  margin-bottom: 30px;
}

.ws-column-title.grey-font.hide {
  display: none;
}

.white-line {
  background-color: #707070;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.white-line.white-line2 {
  background-color: var(--white);
  margin-bottom: 30px;
}

.white-line.internal-title {
  margin-bottom: 20px;
}

.column-3 {
  padding-right: 50px;
}

.column-4 {
  padding-left: 50px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.p-white {
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
}

.p-white.p-light {
  font-weight: 300;
}

.p-white.p-light.hide {
  display: none;
}

.p-white.p-30 {
  margin-bottom: 30px;
}

.p-white.p-30.address-1 {
  margin-bottom: 10px;
}

.p-white.paragraph {
  text-align: left;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 0;
  display: block;
}

.p-white.external-link {
  padding-left: 0;
}

.p-yellow {
  color: var(--dark-khaki);
  font-weight: 300;
}

.span-grey {
  color: #8e8e8e;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr;
  margin-bottom: 0;
}

.grid-4.hide {
  display: none;
}

.events-section {
  background-color: var(--white-smoke);
  padding-top: 4.64vw;
  padding-bottom: 4.01vw;
}

.html-embed {
  width: 100%;
  margin-bottom: 30px;
}

.instagram-feed-section {
  padding-top: 4.84vw;
  padding-bottom: 5.68vw;
  display: none;
}

.church-link {
  color: var(--dark-slate-grey);
  align-items: center;
  margin-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.school-img {
  width: 64px;
  height: 64px;
  margin-right: 15px;
}

.school-text {
  font-family: Montserrat, sans-serif;
  font-size: 1.13vw;
  font-weight: 700;
  line-height: 120%;
}

.span-link {
  color: #996f00;
  font-weight: 400;
}

.footer {
  padding-top: 3.78vw;
  padding-bottom: 3.78vw;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ".";
  align-items: start;
  margin-bottom: 6.09vw;
}

.footer-brand {
  color: var(--dark-slate-grey);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.f-logo {
  max-width: 8.43vw;
}

.footer-logo {
  width: 80px;
  max-width: 8.43vw;
  height: 72.7273px;
  margin-right: 10px;
}

.footer-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--crimson);
  letter-spacing: .17vw;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1.13vw;
  font-weight: 500;
  line-height: 120%;
}

.footer-title.grey-font {
  color: var(--grey);
  margin-bottom: 30px;
}

.h4-phone {
  font-family: Montserrat, sans-serif;
}

.phone-link {
  color: var(--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 1.86vw;
  text-decoration: none;
  transition: all .3s;
}

.phone-link:hover {
  color: var(--black);
}

.p-address {
  font-family: Montserrat, sans-serif;
}

.link-address {
  color: var(--dim-grey);
  text-decoration: none;
  transition: all .3s;
}

.link-address:hover {
  color: var(--black);
}

.p-email {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.link-email {
  color: var(--dark-slate-grey);
  text-decoration: none;
  transition: all .3s;
}

.link-email:hover {
  color: var(--black);
}

.social-media-icons-footer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media-link-footer {
  margin-left: 0;
  margin-right: 20px;
  transition: all .3s;
}

.social-media-link-footer:hover {
  filter: brightness(40%);
}

.copyright-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.p-copyright {
  color: #393939;
  font-family: Montserrat, sans-serif;
  font-size: 1.14vw;
  font-weight: 300;
}

.inline-link {
  color: #666;
  text-decoration: none;
  transition: all .3s;
}

.inline-link:hover {
  color: var(--dark-khaki);
  text-decoration: none;
}

.inline-link.internal-link {
  color: var(--dark-slate-grey);
}

.inline-link.internal-link:hover {
  color: var(--crimson);
}

.dropdown-list {
  background-color: var(--dark-slate-grey);
}

.dropdown-list.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
  left: -68px;
}

.dropdown-top-arrow {
  background-color: var(--dark-slate-grey);
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -2% auto auto 40%;
  transform: rotate(45deg);
}

.dropdown-list-2 {
  background-color: var(--dark-slate-grey);
}

.dropdown-list-2.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
  left: -58px;
}

.dropdown-list-3 {
  background-color: var(--dark-slate-grey);
}

.dropdown-list-3.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
  left: -52px;
}

.dropdown-list-4 {
  background-color: var(--dark-slate-grey);
}

.dropdown-list-4.w--open {
  padding-top: 15px;
  padding-bottom: 15px;
  left: -34px;
}

.browser_wrap {
  max-width: 350px;
  min-height: 50px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser_header {
  color: #20355a;
  text-align: center;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 40px;
}

.image-13 {
  width: 100%;
  max-width: 150px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_title {
  color: #7a849e;
  font-size: 14px;
  font-weight: 500;
}

.browser-detect {
  z-index: 9999;
  background-color: #00000096;
  justify-content: center;
  align-items: center;
  padding: 220px 150px;
  display: none;
  position: fixed;
  inset: 0%;
}

.ie_logo {
  width: 70px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.browser_link {
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
  box-shadow: -1px -1px 1px #fff, 7px 7px 20px #5a8c1c29, -7px -7px 20px 10px #ffffffb3;
}

.browser_link:hover {
  transform: scale(1.05);
}

.browser-warning {
  background-color: #f3f3f3;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: block;
  box-shadow: 11px 11px 55px #355aa41a;
}

.icon_firefox {
  border-radius: 100px;
  width: 55px;
  height: 55px;
  margin-bottom: 5px;
  padding: 6px;
}

.link_span {
  color: #283556;
  font-weight: 700;
  text-decoration: none;
}

.browser_details {
  color: #7a849e;
  text-align: center;
  letter-spacing: -.2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-39 {
  display: none;
}

.internal-hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/stmarks-websitepics-45-1.webp');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 30vw;
  display: flex;
}

.internal-hero.util-page-hero {
  min-height: 20vw;
}

.internal-hero.mission-vision-hero, .internal-hero.fellowship-hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/stmarks-websitepics-45-1.webp');
}

.internal-hero.partnerships-hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/stmarks-websitepics-45-1.webp');
  background-position: 0 0, 50% 35%;
}

.internal-hero.service-ministries-hero {
  background-image: linear-gradient(#000000a6, #000000a6), url('../images/stmarks-websitepics-45-1.webp');
}

.internal-hero.hearts {
  background-image: linear-gradient(#000000c2, #000000c2), url('../images/front-street-view-edit_1.webp');
  flex-direction: column;
}

.internal-cta-tittle {
  padding-top: 3vw;
  padding-bottom: 4vw;
}

.internal-cta-tittle.internal-content-util {
  background-color: var(--white-smoke);
  padding: 50px;
}

.internal-content {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.internal-content.hearts {
  padding-bottom: 40px;
}

.text-column {
  background-color: var(--white-smoke);
  width: 50%;
  min-height: 45vw;
  padding: 50px;
}

.text-column.text-column-yellow {
  background-color: var(--dark-khaki);
  min-height: 45vw;
  color: var(--white);
}

.text-column.text-column-yellow.set-sixe {
  width: 100%;
  min-height: 45vw;
}

.text-column.text-column-yellow.hide {
  display: none;
}

.text-column.text-column-yellow.full-size {
  width: 100%;
  padding: 50px;
}

.text-column.text-column-yellow.full-size-1 {
  width: 100%;
  padding: 30px 30px 30px 44px;
}

.text-column.text-column-yellow.hearts {
  height: 793.4px;
}

.text-column.text-column-yellow.hearts.graphics {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.text-column.text-column-yellow.hearts.peace {
  height: auto;
}

.text-column.text-column-yellow.bg-image {
  background-image: url('../images/youth-top-1.webp');
  background-position: 0 0;
  background-size: cover;
  background-attachment: scroll;
}

.text-column.set-size {
  width: 50%;
  min-height: 45px;
}

.text-column.set-size.hide {
  display: none;
}

.text-column.tc-100 {
  text-align: center;
  width: 100%;
  padding-left: 250px;
  padding-right: 250px;
}

.text-column.full-size-w {
  width: 100%;
}

.text-column.hearts.peace {
  min-height: auto;
}

.image-column {
  width: 50%;
  height: auto;
  min-height: 45vw;
}

.image-column.ic1 {
  background-image: url('../images/service3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 45vw;
}

.image-column.ic1.set-min {
  min-height: 45vw;
}

.image-column.ic1.set-min.img-mission {
  background-image: url('../images/mission-vision-fr.-Marty-Pulpit-Green-Stoll-1.webp');
  background-position: 50% 0;
}

.image-column.ic1.set-min.img3-mission {
  background-image: url('../images/stmarks-websitepics-15-1.webp');
}

.image-column.ic1.set-min.img-connected {
  background-image: url('../images/stmarks-websitepics-70-1.webp');
  background-position: 50% 0;
}

.image-column.ic1.set-min.img-connected.hide {
  display: none;
}

.image-column.ic1.set-min.img-adul-info {
  background-image: url('../images/stmarks-websitepics-97.webp');
  min-height: 45vw;
}

.image-column.ic1.set-min.img8-narrative {
  background-image: url('../images/stmarks-websitepics-86.webp');
}

.image-column.ic1.set-min.img10-narrative {
  background-image: url('../images/stmarks-websitepics-104.webp');
}

.image-column.ic1.img-contact {
  background-image: url('../images/shannon-1.webp');
  background-position: 50% 10%;
}

.image-column.ic1.img1-welcome {
  background-image: url('../images/welcome-fr.-Marty-Pulpit-Blue-Stoll-1.webp');
}

.image-column.ic1.img3-welcome {
  background-image: url('../images/stmarks-websitepics-84.webp');
}

.image-column.ic1.img-clergy {
  background-image: url('../images/stmarks-websitepics-47-1.webp');
}

.image-column.ic1.img-clergy.mobile-size {
  background-image: url('../images/stmarks-websitepics-89.webp');
}

.image-column.ic1.img-clergy.mobile-size.hide {
  display: none;
}

.image-column.ic1.img3-clergy {
  background-image: url('../images/stmarks-websitepics-85.webp');
}

.image-column.ic1.img1-history {
  background-image: url('../images/stmarks-websitepics-72-1.webp');
  background-position: 60%;
  background-size: cover;
}

.image-column.ic1.img1-history.mobile-size {
  background-image: url('../images/history-historcial-building.webp');
}

.image-column.ic1.img1-history.mobile-size.paving {
  background-image: url('../images/cafe-shot-with-doors-open.webp');
  background-position: 50%;
}

.image-column.ic1.img1-history.mobile-size.full {
  background-image: url('../images/garden.webp');
  background-position: 20%;
}

.image-column.ic1.img1-faq {
  background-image: url('../images/stmarks-websitepics-12-1.webp');
}

.image-column.ic1.img1-faq.mbl-size {
  background-image: url('../images/stmarks-websitepics-61.webp');
  background-position: 50% 0;
}

.image-column.ic1.img2-faq {
  background-image: url('../images/stmarks-websitepics-84.webp');
  background-size: cover;
}

.image-column.ic1.img2-faq.mbl-size {
  min-height: 45vw;
}

.image-column.ic1.img4-faq {
  background-image: url('../images/stmarks-websitepics-19-1.webp');
}

.image-column.ic1.img4-faq.mbl-size {
  background-image: url('../images/stmarks-websitepics-62.webp');
  min-height: 45vw;
}

.image-column.ic1.img6-faq {
  background-image: url('../images/stmarks-websitepics-63.webp');
}

.image-column.ic1.img6-faq.mbl-size {
  min-height: 45vw;
}

.image-column.ic1.img-map {
  background-image: url('../images/stmarks-websitepics-168-1.jpg');
}

.image-column.ic1.img-trhift-shop {
  background-image: url('../images/thrift-shop-2020.webp');
  background-position: 50%;
}

.image-column.ic1.img-your-formation {
  background-image: url('../images/youth-faith-formation-acolytes-reading-1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 45vw;
}

.image-column.ic1.img2-yf {
  background-image: url('../images/stmarks-websitepics-28-1.webp');
  min-height: 45vw;
}

.image-column.ic1.img2-yf.hide {
  display: none;
}

.image-column.ic1.img1-wm {
  background-image: url('../images/worship-ministries-fr.-Marty-Altar-1.jpg');
  min-height: 45vw;
}

.image-column.ic1.img3-wm {
  background-image: url('../images/worship-ministries-acolytes-1.jpg');
  min-height: 45vw;
}

.image-column.ic1.img1-sm {
  background-image: url('../images/stmarks-websitepics-4.webp');
}

.image-column.ic1.img1-sm.ministries_img {
  background-image: url('../images/service-ministries-vergers-communion.png');
}

.image-column.ic1.img1-fellowship {
  background-image: url('../images/stmarks-websitepics-76.webp');
}

.image-column.ic1.img1-fellowship.fellowship_img {
  background-image: url('../images/fellowship-fr.-Marty-Blessing-1.webp');
}

.image-column.ic1.img3-fellowship {
  background-image: url('../images/fellowship-fr.-Marty-and-Sid-1.webp');
}

.image-column.ic1.img-partner {
  background-image: url('../images/partnerships-stained-glass-1-1.webp');
  background-position: 50%;
  background-size: cover;
}

.image-column.ic1.img3-partner {
  background-image: url('../images/stmarks-websitepics-64-2.webp');
}

.image-column.ic1.img-calendar {
  background-image: url('../images/stmarks-websitepics-106-1.webp');
  display: none;
}

.image-column.ic1.img-service {
  background-image: url('../images/worship-schedule-verger-and-acolytes-1-1.webp');
}

.image-column.ic1.img-player {
  background-image: url("https://cdn.prod.website-files.com/5fda0e6178262b5930233398/6930242b67fc0f02f5b0cb0f_Prayer%20Requests%20-%20St.%20Mark's%20Banner%201.webp");
}

.image-column.ic1.img-narrative {
  background-image: url('../images/stmarks-websitepics-108-1.webp');
}

.image-column.ic1.img3-narrative {
  background-image: url('../images/stmarks-websitepics-102.webp');
}

.image-column.ic1.img6-narrative {
  background-image: url('../images/stmarks-websitepics-4.webp');
}

.image-column.ic1.img-plan {
  background-image: url('../images/stmarks-websitepics-147-1.webp');
}

.image-column.ic1.hide-img-plan {
  display: none;
}

.image-column.ic1.img-covid19 {
  background-image: url('../images/stmarks-websitepics-39-1.webp');
  background-position: 50% 0;
}

.image-column.ic1.img-st {
  background-image: url('../images/1-1-min.webp');
  background-position: 50% 0;
  background-size: 100%;
}

.image-column.ic1.img-st._2 {
  background-image: url('../images/3.webp');
  background-position: 50% 0;
  min-height: auto;
}

.image-column.ic1.img-st._3 {
  background-image: url('../images/4.webp');
  background-position: 50%;
  min-height: auto;
}

.image-column.ic1.img-st._4 {
  background-image: url('../images/brochure-letter-2.webp');
  min-height: 30vw;
}

.image-column.ic1.img-st._1 {
  text-align: center;
  background-image: none;
  min-height: auto;
}

.image-column.ic1.img1-newa {
  background-image: url('../images/stmarks-websitepics-5.webp');
  background-position: 0%;
}

.image-column.ic1.img-mb {
  background-image: url('../images/stmarks-websitepics-151-1.webp');
}

.image-column.ic1.img_heart-left {
  background-image: url('../images/welcome-partnership-with-the-lords-place-min.webp');
}

.image-column.ic1.img_heart-right {
  background-image: url('../images/hop-right-08_1.webp');
}

.image-column.ic2 {
  background-image: url('../images/stmarks-websitepics-94.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 45vw;
}

.image-column.ic2.set-min {
  min-height: 0;
}

.image-column.ic2.set-min.img2-mission {
  background-image: url('../images/stmarks-websitepics-11.webp');
  min-height: 35vh;
}

.image-column.ic2.set-min.img2-mission.mobile-image {
  background-image: url('../images/mission-vision-student-reading-at-pulpit-1-1.webp');
  min-height: 45vw;
}

.image-column.ic2.ic-full {
  min-height: 45vw;
}

.image-column.ic2.ic-full.mobile-min.img3-faq {
  background-image: url('../images/stmarks-websitepics-34-1.webp');
}

.image-column.ic2.ic-full.mobile-min.img5-faq {
  background-image: url('../images/stmarks-websitepics-1.webp');
}

.image-column.ic2.ic-full.img4-wm {
  background-image: url('../images/04-bottom-right.webp');
}

.image-column.ic2.ic-full.img2-sm {
  background-image: url('../images/stmarks-websitepics-45-1.webp');
}

.image-column.ic2.ic-full.img4-fellowship {
  background-image: url('../images/stmarks-websitepics-35-1.webp');
}

.image-column.ic2.ic-full.img-service2 {
  background-image: url('../images/stmarks-websitepics-149.webp');
}

.image-column.ic2.ic-full.img9-narrative {
  background-image: url('../images/stmarks-websitepics-8.jpg');
}

.image-column.ic2.ic-full.img2-plan {
  background-image: url('../images/stmarks-websitepics-88.webp');
  background-position: 40%;
}

.image-column.ic2.ic3 {
  background-image: url('../images/service1.webp');
}

.image-column.ic2.ic3.img3-news {
  background-image: url('../images/stmarks-websitepics-20-1.webp');
}

.image-column.ic2.img2-welcome {
  background-image: url('../images/stmarks-websitepics-31-1.jpg');
}

.image-column.ic2.img2-welcome.mobile-image {
  background-image: url('../images/welcome-a-beacon-of-faith-hope-and-light-1.webp');
  background-position: 0%;
}

.image-column.ic2.img2-clergy {
  background-image: url('../images/stmarks-websitepics-61.webp');
}

.image-column.ic2.img4-g-ergy {
  background-image: url('../images/stmarks-websitepics-1.webp');
}

.image-column.ic2.img2-history {
  background-image: url('../images/stmarks-websitepics-24-1.webp');
}

.image-column.ic2.img2-history.mobile-size {
  background-image: url('../images/175.webp');
}

.image-column.ic2.img-yf {
  object-fit: fill;
  background-image: url('../images/youth-top-1.webp');
  height: auto;
  min-height: 45vw;
  display: block;
  position: static;
}

.image-column.ic2.img2-wm {
  background-image: url('../images/worship-ministries-choir-1.jpg');
}

.image-column.ic2.img2-fellowship {
  background-image: url('../images/fellowship-granddaugther-1.webp');
  min-height: 45vw;
}

.image-column.ic2.img2-partner {
  background-image: url('../images/stmarks-websitepics-69-1.webp');
}

.image-column.ic2.img2-partner.mama_ada-img {
  background-image: url('../images/mama-ada-kenya-img_0479.webp');
}

.image-column.ic2.img2-narrative {
  background-image: url('../images/stmarks-websitepics-99.webp');
  background-position: 60%;
  background-size: cover;
}

.image-column.ic2.img4-narrative {
  background-image: url('../images/stmarks-websitepics-6.webp');
}

.image-column.ic2.img5-narrative {
  background-image: url('../images/stmarks-websitepics-120-1.webp');
  min-height: 45vw;
}

.image-column.ic2.img7-narrative {
  background-image: url('../images/stmarks-websitepics-91.webp');
}

.image-column.ic2.hide-img-plan {
  display: none;
}

.image-column.ic2.img2-st {
  background-image: url('../images/st.Marks_Stewardship_Image_2-1.webp');
  background-size: contain;
}

.image-column.ic2.img2-mb {
  background-image: url('../images/stmarks-websitepics-61.webp');
}

.image-column.ic2.img_hop-left {
  background-image: url('../images/03-1_1.webp');
}

.image-column.ic2.img_hop-right {
  background-image: url('../images/hop-left-05_1.webp');
}

.image-column.video {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.image-column.newsletter1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  min-height: 20vw;
  padding-left: 0;
  display: flex;
}

.image-column.newsletter2 {
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  min-height: 20vw;
  display: flex;
}

.h5-internal {
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

.h5-internal.aa-1 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.h5-internal.paragraph.int-p {
  margin-top: 0;
  padding-top: 0;
}

.h5-internal.paragraph.p-white.int-h5 {
  margin-top: 0;
  padding-top: 10px;
}

.h5-internal.less-h5 {
  margin-top: 20px;
}

.h5-internal.h5-up {
  text-align: center;
  text-transform: uppercase;
}

.h5-internal.big {
  font-size: 2vw;
}

.contact-form-section {
  border-top: 4px solid var(--dark-khaki);
  border-bottom: 4px solid var(--dark-khaki);
  background-image: linear-gradient(#000c, #000c), url('../images/malcolm-lightbody-700x6tmkd5k-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.form-block {
  width: 50%;
  margin-top: 30px;
}

.form-block.pl-form {
  align-self: auto;
  width: 85%;
}

.text-field {
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  transition: all .3s;
}

.text-field:active, .text-field:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--dark-khaki);
}

.text-field::placeholder {
  color: var(--dark-khaki);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
}

.text-field.textarea {
  min-height: 150px;
  color: var(--white);
}

.text-field.textarea.message::placeholder {
  color: var(--dark-slate-grey);
}

.text-field.textarea.name.pl-name.drk-text {
  display: block;
}

.text-field.name {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/user.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.text-field.name.pl-name {
  background-color: #0000;
  background-image: none;
  border: 1px solid #707070;
  border-radius: 4px;
}

.text-field.name.pl-name:active, .text-field.name.pl-name:focus {
  border-color: var(--dark-slate-grey);
}

.text-field.name.pl-name::placeholder, .text-field.name.pl-name.drk-text {
  color: var(--dark-slate-grey);
}

.text-field.email {
  color: var(--white);
  background-image: url('../images/envelope.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.text-field.email.email1::placeholder {
  color: var(--dark-slate-grey);
}

.text-field.phone {
  color: var(--white);
  background-image: url('../images/telephone.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.text-field.phone.yphone {
  background-color: #0000;
  background-image: none;
}

.text-field.phone.yphone::placeholder {
  color: var(--dark-slate-grey);
  background-color: #0000;
}

.text-field.sub-by {
  background-color: #0000;
}

.text-field.sub-by:active {
  border-bottom-color: var(--dark-slate-grey);
}

.text-field.sub-by::placeholder {
  color: var(--dark-slate-grey);
}

.html-embed-2, .html-embed-3 {
  margin-bottom: 30px;
}

.lottie-animation {
  width: 100%;
  max-width: 30vw;
  margin-bottom: 30px;
  margin-left: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.lottie-animation-404 {
  width: 100%;
  max-width: 45vw;
  margin-bottom: 30px;
}

.contact-link {
  color: var(--dark-slate-grey);
  text-decoration: none;
  transition: all .3s;
}

.contact-link:hover {
  color: var(--dim-grey);
}

.span-fa-icon {
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.white-line-internal {
  background-color: #707070;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.white-line-internal.white-line2 {
  background-color: var(--white);
  margin-bottom: 30px;
}

.white-line-internal.internal-title {
  margin-bottom: 20px;
}

.link-1 {
  color: var(--dark-khaki);
  text-decoration: none;
}

.card-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
}

.card-wrapper.grid-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-staff {
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--crimson) 5%, white 5%);
  width: 48%;
  height: auto;
  padding: 25px;
  box-shadow: 0 32px 43px -14px #0003;
}

.card-staff.card-staff-white {
  background-color: var(--dark-khaki);
  background-image: linear-gradient(135deg, var(--white) 5%, white 5%);
}

.card-staff.acrd-full {
  width: 48%;
  padding-left: 40px;
  padding-right: 40px;
}

.card-staff.cp {
  padding-left: 20px;
  padding-right: 20px;
}

.card-staff.card-1 {
  width: 100%;
}

.card-staff.int-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: linear-gradient(135deg, var(--crimson) 5%, white 5%);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
  display: flex;
}

.card-staff.int-card.hide {
  display: none;
}

.card-staff.int-card.rev-card {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
}

.card-staff.full-card, .content_card-staff.no-img, .content_card-staff.fullw-dith {
  width: 100%;
}

.external-link {
  color: var(--crimson);
  text-align: left;
  justify-content: flex-start;
  padding-left: 0;
  text-decoration: none;
  transition: all .3s;
  display: inline;
}

.external-link:hover {
  color: var(--dim-grey);
}

.link-box-map {
  text-decoration: none;
}

.faq-content {
  margin-top: 0;
  overflow: hidden;
}

.paragraph {
  color: #64646d;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.p-white {
  color: var(--white);
}

.paragraph.h5-internal.p-white.int-5 {
  margin-top: 0;
  padding-top: 20px;
}

.faq-question-bar {
  background-color: #fff;
  background-image: linear-gradient(135deg, var(--crimson) 3%, white 3%);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px 10px 40px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 33px 43px #00000029;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.highlight {
  color: #784fe0;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.faq-text-details {
  color: #637178;
  text-align: center;
  letter-spacing: -.27px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.question-title {
  color: #0b1033;
  font-size: 18px;
  line-height: 24px;
}

.animation {
  width: 60px;
  height: 60px;
}

.p-itali {
  font-style: italic;
}

.p-itali.p-white.paragraph.int-p {
  padding-top: 10px;
}

.hours-1 {
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--crimson) 3%, white 3%);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 10px;
  display: flex;
  box-shadow: 0 33px 43px #00000029;
}

.hours-1.col-plan {
  padding-left: 20px;
}

.hours-1.col-plan.cp2 {
  padding-top: 30px;
  padding-left: 30px;
}

.hours-1.col-plan.cp1 {
  background-image: linear-gradient(135deg, var(--crimson) 4%, white 4%);
  padding-left: 30px;
}

.hours-1.t-2 {
  padding-left: 20px;
}

.hours-1.t-2.hidden {
  display: none;
}

.col-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.col-3.col-w-schedule {
  flex-direction: column;
}

.col-11 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-12 {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.col-13 {
  padding-left: 0;
}

.paragraph-2 {
  justify-content: flex-start;
  display: block;
}

.list1 {
  margin-bottom: 20px;
}

.paragraph-5 {
  padding-left: 0;
}

.p-narative {
  margin-top: 10px;
}

.p-policy {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.p-policy:hover {
  color: var(--crimson);
}

.p-policy.w--current {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.p-policy.w--current:hover {
  color: var(--crimson);
}

.player-form {
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--crimson) 3%, white 3%);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 33px 43px #00000029;
}

.form {
  text-align: left;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: block;
}

.h2-form {
  margin-top: 20px;
  font-size: 1.5vw;
}

.internal-page-letter-container {
  width: 75vw;
}

.internal-page-letter-rich-text a {
  color: #946d05;
  text-decoration: none;
  transition: all .15s;
}

.internal-page-letter-rich-text a:hover {
  color: #6e6e6e;
}

.cook-signature {
  max-width: 164px;
  height: 70px;
  max-height: 110px;
}

.internal-page-important-message-wrapper {
  background-color: #8b0000;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  margin: 0 15px 60px;
  padding: 15px;
}

.single-important-message-paragraph {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.link-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.list-item {
  background-image: url('../images/god-copy.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.list-item-2 {
  background-image: url('../images/god-copy.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  padding-bottom: 0;
  padding-left: 40px;
}

.heading {
  background-image: url('../images/god-copy.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 40px;
}

.heading.connect {
  color: var(--dark-slate-grey);
  text-transform: capitalize;
  background-image: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1.5vw;
  line-height: 100%;
}

.container-boxes {
  flex-flow: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 20px;
  display: flex;
}

.box1 {
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--crimson) 12%, white 12%);
  text-align: center;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  min-height: 15vw;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  transition: all .3s;
  display: flex;
  transform: skew(0deg);
  box-shadow: 0 48px 35px -14px #0003;
}

.box1:hover {
  background-image: linear-gradient(135deg, var(--dark-khaki) 14%, white 14%), linear-gradient(135deg, var(--crimson) 12%, white 12%);
  filter: none;
  transform: translate(0, 10px);
}

.image-14 {
  object-fit: scale-down;
}

.link-box-connect {
  text-decoration: none;
}

.image-15 {
  object-fit: fill;
  width: 50%;
}

.image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
  width: 50%;
}

.blue-text {
  color: var(--dark-khaki);
}

.image-27 {
  max-width: 13%;
}

.div-block-40 {
  justify-content: space-around;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.link-block-2 {
  width: 100%;
  color: var(--crimson);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.image-28 {
  width: 100%;
  max-width: 50%;
  margin-right: 10px;
}

.paragraph-6 {
  margin-bottom: 0;
}

.image-29 {
  width: 100%;
  max-width: 50%;
  margin-right: 10px;
}

.image-30 {
  max-width: 100%;
}

.div-block-41 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-42 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.bold-text {
  font-weight: 300;
}

.btn-2 {
  margin-top: 20px;
}

.div-block-43 {
  flex-direction: column;
  display: flex;
}

.event-grid {
  grid-column-gap: 3.8vw;
  grid-row-gap: 3.8vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  display: none;
}

.event-grid._1 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.event-img {
  border: 1px solid #eee;
  width: 100%;
  display: block;
}

.event-img.last-serv-img {
  filter: brightness(60%);
}

.event-box {
  width: 99.9998%;
  color: var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.event-box.last-box {
  background-image: linear-gradient(#00000075, #00000075);
}

.html-embed-4 {
  display: none;
}

.image {
  width: 100%;
}

.button-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.form-block-column {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.button-2 {
  background-color: var(--dark-khaki);
}

.container {
  background-color: #d51010;
  width: 100%;
  max-width: 85vw;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.container.transparent-container {
  background-color: #0000;
  flex-flow: row;
  justify-content: space-between;
  height: auto;
  display: flex;
}

.container.video_container {
  background-color: #d5101000;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.emergency-banner {
  background-color: var(--dark-slate-grey);
  padding-top: 19px;
  padding-bottom: 19px;
}

.popup-wrapper {
  z-index: 9999;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.cont-wrapper {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 800px;
  padding: 0;
  display: flex;
  position: relative;
}

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

.exit-wrapper {
  justify-content: flex-end;
  margin-bottom: 2.5em;
  display: flex;
  position: absolute;
  inset: 2% 1% auto auto;
}

.exit-img {
  cursor: pointer;
  object-fit: cover;
  width: 2rem;
  height: 100%;
}

.image-31 {
  padding-bottom: 40px;
}

.chrismas-banner {
  width: 100%;
  max-width: none;
}

.events-short-code {
  display: block;
}

.image-32, .banner-images {
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-33 {
  width: 100px;
}

.btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.slider-2 {
  width: 50%;
  height: 793.4px;
  min-height: 45vw;
}

.slide-2 {
  background-image: url('../images/cafe-shot-with-doors-closed.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/front-street-view-edit.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/cafe-shot-with-doors-open.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.html-embed-5 {
  z-index: 1;
  width: 100%;
  height: 500px;
  position: relative;
}

.div-block-44 {
  z-index: 2;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  display: flex;
  position: relative;
}

.loading-bar {
  border: 2px solid var(--crimson);
  color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress {
  background-color: var(--crimson);
  border-radius: 16px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
}

.div-block-45 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.loading-wrapper {
  width: 80%;
  margin: 2rem auto;
  overflow: hidden;
}

.raised, .goal {
  margin-right: 10px;
}

.heading-2 {
  justify-content: space-between;
  align-items: center;
}

.heading-2.raised {
  margin-right: 10px;
}

.loading-item {
  width: 80%;
  margin: 2rem auto;
  overflow: hidden;
}

.div-block-46, .div-block-47 {
  align-items: center;
  display: flex;
}

.heading-2-copy {
  justify-content: space-between;
  align-items: center;
}

.heading-2-copy.raised {
  margin-right: 10px;
}

.button-3 {
  color: #393939;
  text-align: center;
  letter-spacing: .17vw;
  text-transform: uppercase;
  background-color: #d4b86e;
  border: 1px solid #d4b86e;
  justify-content: center;
  align-items: center;
  min-width: 14.36vw;
  padding: 1.13vw 2.07vw;
  font-family: Montserrat, sans-serif;
  font-size: 1.13vw;
  font-weight: 500;
  line-height: 120%;
  transition: all .3s;
  display: inline-block;
}

.button-3:hover {
  color: #000;
  background-color: #a58f55;
}

.button-3.btn-clear {
  color: #fff;
  background-color: #0000;
}

.button-3.btn-clear:hover {
  background-color: #d4b86e80;
}

.button-3.btn-clear.hero-btn-clear {
  margin-left: 15px;
  margin-right: 15px;
}

.paragraph-7 {
  color: var(--white);
  font-size: 1.55vw;
  line-height: 120%;
}

.h3-cta {
  text-align: center;
  width: 80%;
  margin-bottom: 44px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 1.55vw;
  font-weight: 300;
}

.h3-cta.left-align {
  text-align: left;
}

.h2-cta {
  text-align: center;
  text-transform: capitalize;
  width: 80%;
  margin-bottom: 20px;
  font-family: Kumbh Sans, sans-serif;
  font-size: 1.55vw;
  font-weight: 300;
}

.h2-cta.left-align {
  text-align: left;
}

.text-block {
  font-family: Cinzel, sans-serif;
  font-size: 1.86vw;
  line-height: 120%;
}

.hours-1-2 {
  background-color: #fff;
  background-image: linear-gradient(135deg, #d12c3d 3%, #fff 3%);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 10px 10px;
  display: flex;
  box-shadow: 0 33px 43px #00000029;
}

.hours-1-2.t-2 {
  padding-left: 20px;
}

.p-white-2 {
  color: #fff;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
}

.p-white-2.external-link {
  padding-left: 0;
}

.image-34 {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-48 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-3 {
  font-size: .8rem;
}

.div-news-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-news-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.events_img {
  width: 100%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.events_img.desktop.hidden {
  display: none;
}

.lightbox-link {
  display: block;
}

.navbar-component-_main {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 17px 35px;
  position: fixed;
  inset: 0% 0% auto;
}

.staff_img {
  object-fit: cover;
  width: 17rem;
  height: 17rem;
}

.staff_img.scott_member {
  object-position: 50% 2%;
}

.staff_img.sergio_member {
  object-position: 50% 10%;
}

.video_hop {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.int_content-card-staff {
  margin-bottom: 0;
}

.int_content-card-staff.is-bold {
  font-weight: 700;
}

.slider_-contact-us {
  width: 100%;
  height: 100%;
}

.slider_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.left-arrow-3, .right-arrow-3, .slider_arrows {
  display: none;
}

.adulth-faith-img {
  height: 450px;
  margin-bottom: 1rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 4rem;
}

.spacer-small {
  width: 100%;
  padding-top: 2rem;
}

.rector-search {
  color: var(--white);
}

.walk-img {
  max-width: 24rem;
}

.walk-img.border-img {
  border: 1px solid var(--dim-grey);
  margin-bottom: 20px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 4.1vw;
  }

  h2 {
    font-size: 2.4vw;
  }

  h3 {
    font-size: 2.2vw;
  }

  h4 {
    font-size: 1.76vw;
  }

  h5 {
    font-size: 1.45vw;
  }

  h6 {
    font-size: 1.24vw;
  }

  p {
    font-size: 1.14vw;
    line-height: 200%;
  }

  ul {
    font-size: 1.14vw;
  }

  .containerdiv {
    max-width: 95vw;
  }

  .button {
    min-width: 14.06vw;
    padding: 1.03vw 1.97vw;
    font-size: 1.03vw;
  }

  .button.btn-clear.long {
    padding-left: 3.7vw;
    padding-right: 3.7vw;
  }

  .hero {
    padding-top: 20px;
  }

  .navbar-component {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 1.09vw;
  }

  .h3-church-name {
    display: none;
  }

  .testimonial-font {
    font-size: 2.75vw;
  }

  .play-img {
    max-width: 4.53vw;
    height: 57.975px;
  }

  .watch-font {
    font-size: .93vw;
  }

  .h5-services-content {
    width: 70%;
  }

  .service-img {
    height: 372.9px;
  }

  .ws-column-title, .school-text {
    font-size: 1.03vw;
  }

  .footer-logo {
    max-width: 9.33vw;
  }

  .footer-title {
    font-size: 1.03vw;
  }

  .p-copyright {
    font-size: 1.04vw;
  }

  .dropdown-list.w--open {
    left: -73px;
  }

  .dropdown-list-2.w--open {
    left: -62px;
  }

  .dropdown-list-3.w--open {
    left: -55px;
  }

  .dropdown-list-4.w--open {
    left: -36px;
  }

  .text-column.text-column-yellow.hearts {
    height: 886.85px;
  }

  .image-column.ic1.img-contact {
    background-image: url('../images/stmarks-websitepics-1.webp');
  }

  .image-column.ic2.set-min.img2-mission {
    min-height: 35vh;
  }

  .internal-page-important-message-wrapper {
    background-color: var(--crimson);
  }

  .container {
    max-width: 84vw;
  }

  .slider-2 {
    height: 886.85px;
  }

  .div-block-44 {
    height: 126px;
  }

  .loading-bar {
    height: 75px;
  }

  .button-3 {
    min-width: 14.06vw;
    padding: 1.03vw 1.97vw;
    font-size: 1.03vw;
  }

  .paragraph-7 {
    font-size: 1.45vw;
  }

  .text-block {
    font-size: 1.76vw;
  }

  .image-34 {
    width: 62%;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 4vw;
  }

  h2 {
    font-size: 2.3vw;
  }

  h3 {
    font-size: 2.1vw;
  }

  h4 {
    font-size: 1.66vw;
  }

  h5 {
    font-size: 1.35vw;
  }

  h6 {
    font-size: 1.14vw;
  }

  p, ul {
    font-size: 1.04vw;
  }

  .containerdiv {
    max-width: 90vw;
  }

  .button {
    min-width: 13.96vw;
    padding: .93vw 1.87vw;
    font-size: .93vw;
  }

  .button.btn-clear.long {
    padding-left: 4.3vw;
    padding-right: 4.3vw;
  }

  .navbar-component {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .84vw;
  }

  .h3-church-name {
    font-size: 1.8vw;
    display: block;
  }

  .sm-icon {
    min-width: 1.04vw;
    max-width: 1.04vw;
    height: 14.975px;
  }

  .testimonial-font {
    font-size: 2.65vw;
  }

  .play-img {
    max-width: 4.43vw;
    height: 63.7875px;
  }

  .watch-font {
    font-size: .83vw;
  }

  .service-img {
    height: 395.525px;
  }

  .ws-column-title, .school-text {
    font-size: .93vw;
  }

  .footer-logo {
    max-width: 6.93vw;
  }

  .footer-title {
    font-size: .93vw;
  }

  .p-copyright {
    font-size: .94vw;
  }

  .dropdown-list.w--open {
    left: -64px;
  }

  .dropdown-list-2.w--open {
    left: -56px;
  }

  .dropdown-list-3.w--open {
    left: -51px;
  }

  .dropdown-list-4.w--open {
    left: -33px;
  }

  .text-column.text-column-yellow.full-size-1 {
    padding-left: 30px;
  }

  .text-column.text-column-yellow.hearts {
    height: 844px;
  }

  .text-column.tc-100 {
    padding-left: 300px;
    padding-right: 300px;
  }

  .image-column.ic1.img1-wm, .image-column.ic1.img3-wm {
    min-height: 45vw;
  }

  .image-column.ic2.set-min.img2-mission {
    min-height: 35vh;
  }

  .image-column.ic2.img2-wm {
    min-height: 45vw;
  }

  .container-boxes {
    padding-top: 40px;
  }

  .container {
    max-width: 83vw;
  }

  .slider-2 {
    height: 844px;
  }

  .loading-bar {
    height: 80px;
  }

  .button-3 {
    min-width: 13.96vw;
    padding: .93vw 1.87vw;
    font-size: .93vw;
  }

  .paragraph-7 {
    font-size: 1.35vw;
  }

  .text-block {
    font-size: 1.66vw;
  }

  .image-34 {
    width: 60%;
  }

  .navbar-component-_main {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 3.9vw;
  }

  h2 {
    font-size: 2.2vw;
  }

  h3 {
    font-size: 2vw;
  }

  h4 {
    font-size: 1.56vw;
  }

  h5 {
    font-size: 1.25vw;
  }

  h6 {
    font-size: 1.04vw;
  }

  p, ul {
    font-size: .94vw;
  }

  .containerdiv {
    max-width: 71.18vw;
  }

  .containerdiv.cont11.cont-util, .containerdiv.cont11-copy.cont-util {
    max-width: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button {
    min-width: 13.86vw;
    padding: .83vw 1.77vw;
    font-size: .83vw;
  }

  .button.btn-clear.long {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }

  .hero {
    min-height: 56.27vw;
  }

  .navbar-component {
    z-index: 2147483647;
  }

  .brand {
    width: 30%;
  }

  .nav-link {
    padding-left: 22px;
    padding-right: 22px;
    font-size: .84vw;
  }

  .nav-link.int-nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sm-icon {
    min-width: .84vw;
    max-width: .84vw;
    height: 16.125px;
  }

  .column, .column-2 {
    z-index: 0;
  }

  .play-img {
    max-width: 4.33vw;
  }

  .watch-font {
    font-size: .73vw;
  }

  .services-content-text {
    grid-column-gap: 40px;
    align-items: flex-start;
  }

  .h5-services-content {
    width: 57%;
    margin-right: 0;
  }

  .grid {
    place-items: center;
  }

  .service-img {
    height: 406px;
  }

  .ws-column-title {
    font-size: .83vw;
  }

  .html-embed {
    margin-bottom: 50px;
  }

  .school-text {
    font-size: .83vw;
  }

  .grid-5 {
    grid-template-columns: 1fr .75fr .75fr;
  }

  .footer-logo {
    max-width: 6.93vw;
  }

  .footer-title {
    font-size: .83vw;
  }

  .p-copyright {
    font-size: .84vw;
  }

  .dropdown-list.w--open {
    left: -87px;
  }

  .dropdown-top-arrow {
    width: 16px;
    height: 16px;
    top: -1%;
  }

  .dropdown-top-arrow.dta2 {
    top: -1.5%;
  }

  .dropdown-list-2.w--open {
    left: -75px;
  }

  .dropdown-list-3.w--open {
    left: -67px;
  }

  .dropdown-list-4.w--open {
    left: -45px;
  }

  .dropdown-list-4.dd-list-last {
    margin-left: -1rem;
  }

  .text-column.text-column-yellow {
    margin-bottom: 0;
  }

  .text-column.text-column-yellow.set-sixe {
    height: auto;
  }

  .text-column.text-column-yellow.full-size {
    padding: 50px;
  }

  .text-column.text-column-yellow.full-size.new-page {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-column.text-column-yellow.full-size-1 {
    padding: 40px;
  }

  .text-column.text-column-yellow.hearts {
    height: 894.575px;
  }

  .text-column.text-column-yellow.hearts.peace {
    min-height: auto;
  }

  .text-column.set-size {
    height: auto;
  }

  .text-column.tc-100 {
    padding-left: 480px;
    padding-right: 480px;
  }

  .image-column.ic1 {
    min-height: 0;
  }

  .image-column.ic1.set-min, .image-column.ic1.img1-welcome, .image-column.ic1.img1-history.mobile-size {
    min-height: 45vw;
  }

  .image-column.ic1.img1-sm.ministries_img {
    background-size: cover;
    min-height: 45vw;
  }

  .image-column.ic1.img1-fellowship.fellowship_img, .image-column.ic1.img3-fellowship, .image-column.ic1.img-partner, .image-column.ic1.img-service, .image-column.ic1.img-player {
    min-height: 45vw;
  }

  .image-column.ic1.img-st._1 {
    width: 30%;
  }

  .image-column.ic1.img-mb {
    min-height: 45vw;
  }

  .image-column.ic2 {
    min-height: 0;
  }

  .image-column.ic2.set-min.img2-mission, .image-column.ic2.set-min.img2-mission.mobile-image, .image-column.ic2.ic-full, .image-column.ic2.img2-welcome.mobile-image, .image-column.ic2.img2-history.mobile-size, .image-column.ic2.img2-partner.mama_ada-img {
    min-height: 45vw;
  }

  .image-column.newsletter1 {
    width: 25%;
    min-height: 15vw;
  }

  .image-column.newsletter2 {
    justify-content: center;
    align-items: flex-start;
    width: 25%;
    min-height: 15vw;
  }

  .h5-internal.h5-up {
    text-transform: uppercase;
  }

  .form-block {
    margin-top: 50px;
  }

  .text-field {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .text-field.name, .text-field.email, .text-field.phone {
    background-size: 16px;
  }

  .lottie-animation-404 {
    max-width: 40vw;
  }

  .card-staff {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1.302vw 2.083vw;
  }

  .card-staff.acrd-full {
    padding-left: 2.083vw;
    padding-right: 2.083vw;
  }

  .content_card-staff {
    margin-left: 0;
  }

  .external-link {
    padding-left: 0;
  }

  .faq-wrap {
    max-width: 1200px;
  }

  .hours-1.col-plan {
    padding-top: 30px;
    padding-left: 30px;
  }

  .hours-1.col-plan.cp2, .hours-1.t-2 {
    padding-left: 40px;
  }

  .heading.connect {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .container-boxes {
    padding-top: 20px;
  }

  .box1 {
    margin-bottom: 30px;
  }

  .image-27 {
    max-width: 12.5%;
  }

  .link-block-2, .image-28, .image-29 {
    max-width: 45%;
  }

  .event-grid {
    place-items: center;
  }

  .image-wrapper {
    width: 80%;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .container {
    max-width: 1600px;
  }

  .popup-wrapper {
    display: none;
  }

  .cont-wrapper {
    width: 1000px;
  }

  .exit-wrapper {
    margin-bottom: 3.3em;
  }

  .slider-2 {
    height: 894.575px;
  }

  .html-embed-5 {
    height: 600px;
  }

  .div-block-44 {
    height: 138px;
  }

  .loading-bar {
    height: 100px;
  }

  .loading-wrapper, .loading-item {
    width: 1440px;
  }

  .button-3 {
    min-width: 13.86vw;
    padding: .83vw 1.77vw;
    font-size: .83vw;
  }

  .paragraph-7 {
    font-size: 1.25vw;
  }

  .text-block {
    font-size: 1.56vw;
  }

  .hours-1-2.t-2 {
    padding-left: 40px;
  }

  .image-34 {
    width: 500px;
  }

  .div-news-1 {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .navbar-component-_main {
    z-index: 2147483647;
  }

  .staff_img {
    width: 18.229vw;
    min-height: 13.021vw;
    max-height: 13.021vw;
  }

  .paragraph-9 {
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 5.2vw;
  }

  h2 {
    font-size: 3.5vw;
  }

  h3 {
    font-size: 3.3vw;
  }

  h4 {
    font-size: 2.86vw;
  }

  h5 {
    font-size: 2.55vw;
  }

  h6 {
    font-size: 2.34vw;
  }

  p, ul {
    font-size: 2.24vw;
  }

  .containerdiv.cont1 {
    text-align: center;
    max-width: 83vw;
    margin-top: 100px;
  }

  .containerdiv.cont2 {
    max-width: 95vw;
  }

  .containerdiv.covid-19-container {
    padding-bottom: 80px;
  }

  .containerdiv.cont11-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button {
    min-width: 15.36vw;
    padding: 2.13vw 3.07vw;
    font-size: 2.13vw;
  }

  .button.btn-clear.long {
    font-size: 1.8vw;
  }

  .button.btn-white.btn-live-stream {
    margin-left: 30px;
    padding: 1.76vw 2.56vw 1.56vw;
  }

  .button.btn-purple.newsletter {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .hero {
    min-height: 70vw;
  }

  .navbar-component {
    flex-wrap: wrap;
    justify-content: flex-start;
    max-height: 95px;
  }

  .brand {
    z-index: 999999;
    margin-right: 30px;
    position: relative;
    transform: translate(0, -70px);
  }

  .logo {
    width: 7.75rem;
    height: 5.625rem;
  }

  .nav-link {
    border-bottom: 1px solid #c2a864;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.19vw;
    display: block;
  }

  .nav-link:hover {
    color: var(--dark-slate-grey);
  }

  .nav-link.w--current {
    color: var(--dark-slate-grey);
    font-weight: 500;
  }

  .nav-link.w--open {
    width: 100%;
  }

  .nav-link.nl-last {
    border-bottom-style: none;
  }

  .nav-link.int-nav-link {
    border-bottom-style: none;
    width: 100%;
  }

  .nav-link.int-nav-link:hover {
    color: #fff;
  }

  .nav-menu {
    background-color: var(--dark-khaki);
    width: 100%;
    min-width: 90vw;
    max-height: 700px;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    left: 0%;
    overflow: scroll;
  }

  .navbar {
    width: 100%;
    color: var(--white);
    order: -1;
  }

  .h3-church-name {
    display: block;
  }

  .social-media-icons {
    z-index: 999999;
    position: relative;
    transform: translate(0, -75px);
  }

  .sm-icon {
    height: 15.6625px;
  }

  .testimonial-font {
    font-size: 3.85vw;
  }

  .play-img {
    max-width: 6.63vw;
    height: 50.9125px;
  }

  .watch-font {
    font-size: 2.03vw;
  }

  .live-stream-bar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h5-live-stream {
    font-size: 1.75vw;
  }

  .services-content-text {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .h5-services-content {
    width: 100%;
    margin-bottom: 30px;
  }

  .service-img.new {
    height: 250px;
  }

  .h6-serv-title.a {
    font-size: 1.6vw;
  }

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

  .columns {
    margin-top: 30px;
  }

  .ws-column-title {
    font-size: 2.13vw;
  }

  .column-3 {
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .column-4 {
    padding-left: 10px;
  }

  .school-text {
    font-size: 2.13vw;
  }

  .grid-5 {
    justify-content: stretch;
    justify-items: center;
  }

  .footer-brand {
    margin-bottom: 30px;
  }

  .footer-logo {
    max-width: 13.43vw;
  }

  .footer-title {
    font-size: 2.13vw;
  }

  .phone-link {
    font-size: 2vw;
  }

  .copyright-container {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-copyright {
    font-size: 2.14vw;
  }

  .menu-button {
    border: 0 #000;
  }

  .menu-button.w--open {
    border: 1px solid var(--dark-khaki);
    background-color: var(--dark-khaki);
  }

  .dropdown-list.w--open {
    position: static;
  }

  .dropdown-top-arrow {
    display: none;
  }

  .dropdown-list-2.w--open, .dropdown-list-3.w--open, .dropdown-list-4.w--open {
    position: static;
  }

  .dropdown {
    width: 100%;
  }

  .browser-detect {
    display: none;
  }

  .internal-hero {
    min-height: 35vw;
  }

  .internal-hero.util-page-hero {
    min-height: 30vw;
  }

  .internal-cta-tittle {
    padding-top: 4vw;
    padding-bottom: 5vw;
  }

  .internal-content.hearts {
    flex-direction: column;
    display: flex;
  }

  .text-column {
    padding: 30px;
  }

  .text-column.text-column-yellow.full-size {
    padding: 20px;
  }

  .text-column.text-column-yellow.full-size-1 {
    padding: 30px;
  }

  .text-column.text-column-yellow.hearts {
    width: 100%;
    height: auto;
  }

  .text-column.text-column-yellow.hearts.graphics {
    height: auto;
  }

  .text-column.tc-100 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-column.hearts {
    width: 100%;
  }

  .image-column.ic1.set-min.img-adul-info {
    min-height: 400px;
  }

  .image-column.ic1.set-min.img10-narrative {
    background-position: 80%;
  }

  .image-column.ic1.img1-welcome {
    background-position: 51%;
    background-size: auto;
  }

  .image-column.ic1.img3-welcome {
    background-position: 50%;
    background-size: auto;
  }

  .image-column.ic1.img3-clergy {
    background-position: 50%;
    background-size: cover;
  }

  .image-column.ic1.img1-history.mobile-size.paving {
    width: 100%;
    height: 500px;
  }

  .image-column.ic1.img1-history.mobile-size.full {
    width: 100%;
    min-height: 60vw;
  }

  .image-column.ic1.img-your-formation {
    background-position: 45% 100%;
    background-size: cover;
  }

  .image-column.ic1.img1-wm {
    background-position: 22% 60%;
  }

  .image-column.ic1.img3-wm {
    background-position: 70%;
  }

  .image-column.ic1.img-st {
    background-position: 58% 100%;
    background-size: cover;
  }

  .image-column.ic1.img1-newa {
    background-position: 35%;
  }

  .image-column.ic2.set-min.img2-mission {
    background-position: 30%;
    background-size: cover;
  }

  .image-column.ic2.img-yf {
    background-position: 35%;
  }

  .image-column.ic2.img2-wm {
    background-position: 55%;
  }

  .image-column.ic2.img2-narrative {
    background-position: 50%;
  }

  .image-column.ic2.img7-narrative {
    background-position: 30%;
  }

  .image-column.video {
    width: 100%;
    height: 500px;
  }

  .image-column.newsletter1 {
    justify-content: center;
    align-items: center;
    width: 31%;
  }

  .image-column.newsletter2 {
    width: 31%;
    padding-left: 0;
  }

  .h5-internal.h5-up {
    text-transform: uppercase;
  }

  .h5-internal.big {
    font-size: 20px;
  }

  .contact-form-section {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .form-block {
    width: 70%;
  }

  .lottie-animation {
    max-width: 50vw;
  }

  .lottie-animation-404 {
    max-width: 55vw;
  }

  .card-wrapper {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .card-wrapper.grid-wrapper {
    grid-template-columns: 1fr;
  }

  .card-staff {
    width: 100%;
    margin-bottom: 20px;
  }

  .card-staff.acrd-full {
    width: 100%;
  }

  .hours-1 {
    padding: 20px 10px 10px;
  }

  .col-3 {
    justify-content: space-between;
  }

  .col-11 {
    padding-left: 0;
    padding-right: 0;
  }

  .col-12 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 35px;
    padding-right: 0;
    display: flex;
  }

  .col-13 {
    text-align: center;
    padding-right: 0;
  }

  .paragraph-2 {
    text-align: left;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

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

  .heading.connect {
    padding-left: 0;
    font-size: 2.5vw;
  }

  .container-boxes {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }

  .box1 {
    flex-wrap: wrap;
    width: 30%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-27 {
    max-width: 20%;
  }

  .image-28, .image-29 {
    max-width: 75%;
  }

  .container {
    max-width: 90vw;
  }

  .container.transparent-container {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
  }

  .cont-wrapper {
    width: 80%;
  }

  .slider-2 {
    width: 100%;
    height: 550px;
  }

  .html-embed-5 {
    height: 430px;
  }

  .div-block-44 {
    height: 106px;
  }

  .loading-wrapper {
    width: 93%;
  }

  .heading-2 {
    font-size: 3vw;
  }

  .loading-item {
    width: 93%;
  }

  .heading-2-copy {
    font-size: 3vw;
  }

  .button-3 {
    min-width: 15.36vw;
    padding: 2.13vw 3.07vw;
    font-size: 2.13vw;
  }

  .paragraph-7 {
    font-size: 2.55vw;
  }

  .h3-cta {
    text-align: center;
    font-size: 1.8vw;
  }

  .h3-cta.left-align {
    width: 100%;
    font-size: 2.5vw;
  }

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

  .h2-cta.home_h2 {
    font-size: 2.55vw;
  }

  .text-block {
    font-size: 2.86vw;
  }

  .hours-1-2 {
    padding: 20px 10px 10px;
  }

  .image-34 {
    width: 50%;
  }

  .div-block-48 {
    width: 100%;
  }

  .heading-3 {
    font-size: 1rem;
  }

  .div-news-1 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .events_img.desktop {
    display: none;
  }

  .lightbox-link {
    display: block;
  }

  .navbar-component-_main {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .staff_img {
    min-height: 300px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 6.2vw;
  }

  h2 {
    font-size: 4.5vw;
  }

  h3 {
    font-size: 4.3vw;
  }

  h4 {
    font-size: 3.86vw;
  }

  h5 {
    font-size: 3.55vw;
  }

  h6 {
    font-size: 3.34vw;
  }

  p, ul {
    font-size: 3.24vw;
  }

  .containerdiv.cont1 {
    margin-top: 20px;
  }

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

  .containerdiv.cont6 {
    max-width: none;
    margin-bottom: 20px;
  }

  .containerdiv.cont11.cont-util {
    padding: 30px;
  }

  .containerdiv.covid-19-container {
    max-width: 90vw;
  }

  .containerdiv.cont11-copy.cont-util {
    padding: 30px;
  }

  .button {
    min-width: 16.36vw;
    padding: 3.13vw 4.07vw;
    font-size: 3.13vw;
  }

  .button.btn-clear.long {
    font-size: 2.8vw;
  }

  .button.btn-red.smaller-btn {
    font-size: 2.13vw;
  }

  .button.btn-white.btn-live-stream {
    margin-left: 0;
  }

  .button.submit-btn {
    width: 100%;
  }

  .button.btn-purple.smaller-btn {
    font-size: 2.13vw;
  }

  .hero {
    min-height: 90vw;
    padding-top: 90px;
  }

  .navbar-component {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .brand {
    transform: translate(0, -65px);
  }

  .logo {
    width: 7.75rem;
    height: 5.625rem;
    margin-right: 10px;
  }

  .nav-link {
    font-size: 3.19vw;
  }

  .nav-menu {
    min-width: 0;
  }

  .h3-church-name {
    display: none;
  }

  .social-media-icons {
    transform: translate(0, -70px);
  }

  .sm-icon {
    max-width: 4.04vw;
    height: 18.5px;
  }

  .testimonial-font {
    margin-bottom: 30px;
    font-size: 4.85vw;
  }

  .slide {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .red-line {
    max-width: 20vw;
  }

  .bg-video {
    min-height: 70vw;
  }

  .play-img {
    max-width: 8.63vw;
    height: 49.0125px;
  }

  .watch-font {
    font-size: 3.03vw;
  }

  .live-stream-bar {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .play-icon {
    margin-right: 10px;
  }

  .h5-live-stream {
    margin-right: 20px;
    font-size: 2vw;
  }

  .serices-section {
    padding-top: 4.25vw;
    padding-bottom: 5.3vw;
  }

  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .service-box {
    width: 47%;
  }

  .h6-serv-title.a {
    font-size: 2vw;
  }

  .connected-section {
    min-height: 60vw;
  }

  .cta-section.visitor {
    flex-wrap: wrap;
  }

  .h5-cta {
    width: 100%;
  }

  .ws-column-title {
    font-size: 3.13vw;
  }

  .grid-3 {
    grid-template-columns: .25fr .5fr .5fr;
  }

  .grid-4 {
    grid-template-columns: .5fr .75fr .75fr;
  }

  .school-text {
    font-size: 3.13vw;
  }

  .grid-5 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer-logo {
    max-width: 17vw;
  }

  .footer-container {
    text-align: center;
    align-items: center;
  }

  .footer-title {
    font-size: 3.13vw;
  }

  .phone-link {
    font-size: 2.5vw;
  }

  .p-copyright {
    font-size: 3.14vw;
  }

  .browser-detect {
    padding-left: 60px;
    padding-right: 60px;
  }

  .browser-warning {
    padding: 25px;
    display: block;
  }

  .internal-hero {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/stmarks-websitepics-45-1.webp');
    background-position: 0 0, 50% 20%;
    min-height: 40vw;
  }

  .internal-cta-tittle {
    padding-top: 5vw;
    padding-bottom: 6vw;
  }

  .internal-cta-tittle.internal-content-util {
    padding: 30px;
  }

  .text-column {
    width: 100%;
  }

  .text-column.text-column-yellow.full-size {
    padding: 20px;
  }

  .text-column.text-column-yellow.hearts {
    height: auto;
  }

  .image-column {
    width: 100%;
    min-height: 80vw;
  }

  .image-column.ic1.set-min.img-mission {
    background-position: 50%;
    min-height: 35vh;
  }

  .image-column.ic1.set-min.img-mission.mobile-image {
    min-height: 350px;
  }

  .image-column.ic1.set-min.img3-mission {
    background-position: 50% 0;
    min-height: 350px;
  }

  .image-column.ic1.set-min.img-adul-info {
    min-height: 400px;
  }

  .image-column.ic1.set-min.img8-narrative {
    background-position: 50% 0;
    min-height: 400px;
  }

  .image-column.ic1.set-min.img10-narrative {
    min-height: 400px;
  }

  .image-column.ic1.img1-welcome {
    background-position: 50%;
    background-size: cover;
    min-height: 400px;
  }

  .image-column.ic1.img3-welcome.mobile-image {
    background-size: cover;
    min-height: 400px;
  }

  .image-column.ic1.img-clergy.mobile-size {
    background-position: 50% 30%;
    min-height: 350px;
  }

  .image-column.ic1.img3-clergy.mobile-size, .image-column.ic1.img1-history.mobile-size {
    min-height: 350px;
  }

  .image-column.ic1.img1-faq.mbl-size {
    background-position: 50% 0;
    min-height: 350px;
  }

  .image-column.ic1.img2-faq.mbl-size {
    min-height: 350px;
  }

  .image-column.ic1.img4-faq.mbl-size {
    background-position: 50% 0;
    min-height: 350px;
  }

  .image-column.ic1.img6-faq.mbl-size, .image-column.ic1.img-map.mbl-size {
    min-height: 350px;
  }

  .image-column.ic1.img-trhift-shop {
    min-height: 45vw;
  }

  .image-column.ic1.img-your-formation, .image-column.ic1.img2-yf, .image-column.ic1.img1-wm, .image-column.ic1.img3-wm {
    min-height: 400px;
  }

  .image-column.ic1.img1-sm {
    background-position: 50% 35%;
    min-height: 400px;
  }

  .image-column.ic1.img1-fellowship, .image-column.ic1.img3-fellowship, .image-column.ic1.img-calendar, .image-column.ic1.img-service {
    min-height: 400px;
  }

  .image-column.ic1.img-player {
    background-size: cover;
    min-height: 400px;
  }

  .image-column.ic1.img-narrative {
    background-position: 50% 30%;
    min-height: 400px;
  }

  .image-column.ic1.img3-narrative {
    background-position: 50% 40%;
    min-height: 400px;
  }

  .image-column.ic1.img6-narrative {
    background-position: 50% 30%;
    min-height: 400px;
  }

  .image-column.ic1.img-st {
    background-position: 50%;
    background-size: cover;
    min-height: 400px;
  }

  .image-column.ic1.img-st._4 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-column.ic1.img1-newa, .image-column.ic1.img-mb, .image-column.ic2 {
    min-height: 400px;
  }

  .image-column.ic2.set-min.img2-mission.mobile-image {
    min-height: 350px;
  }

  .image-column.ic2.ic-full.mobile-min {
    display: none;
  }

  .image-column.ic2.ic-full.img4-wm {
    min-height: 400px;
  }

  .image-column.ic2.ic-full.img2-sm {
    background-position: 50% 0;
    min-height: 400px;
  }

  .image-column.ic2.ic-full.img4-fellowship, .image-column.ic2.ic-full.img-service2, .image-column.ic2.ic-full.img9-narrative {
    min-height: 400px;
  }

  .image-column.ic2.ic3.img3-news {
    background-position: 50% 20%;
  }

  .image-column.ic2.img2-welcome {
    min-height: 45vw;
  }

  .image-column.ic2.img2-welcome.mobile-image {
    min-height: 400px;
  }

  .image-column.ic2.img2-clergy.mobile-size, .image-column.ic2.img2-history.mobile-size {
    min-height: 350px;
  }

  .image-column.ic2.img-yf, .image-column.ic2.img2-wm {
    min-height: 400px;
  }

  .image-column.ic2.img2-fellowship {
    background-position: 50% 0;
    min-height: 400px;
  }

  .image-column.ic2.img2-narrative, .image-column.ic2.img4-narrative, .image-column.ic2.img5-narrative, .image-column.ic2.img7-narrative, .image-column.ic2.img2-st {
    min-height: 400px;
  }

  .image-column.newsletter1, .image-column.newsletter2 {
    justify-content: center;
    align-items: center;
    width: 48%;
    padding-left: 0;
  }

  .h5-internal.h5-up {
    text-transform: uppercase;
  }

  .contact-form-section {
    padding-top: 9vw;
    padding-bottom: 9vw;
  }

  .form-block {
    width: 80%;
  }

  .lottie-animation, .lottie-animation-404 {
    max-width: 60vw;
  }

  .card-staff {
    width: 100%;
  }

  .hours-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-12 {
    padding-left: 10px;
  }

  .internal-page-letter-container {
    width: 100%;
  }

  .heading.connect {
    padding-left: 0;
    font-size: 4vw;
  }

  .box1 {
    width: 48%;
  }

  .image-27 {
    max-width: 10%;
  }

  .div-block-40 {
    justify-content: space-around;
    padding-left: 60px;
    padding-right: 60px;
  }

  .link-block-2 {
    justify-content: center;
  }

  .div-block-42 {
    max-width: none;
  }

  .event-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .form-block-column {
    width: 100%;
  }

  .container {
    max-width: 95vw;
  }

  .container.transparent-container {
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cont-wrapper {
    width: 80%;
  }

  .slider-2 {
    height: 500px;
  }

  .button-3 {
    min-width: 16.36vw;
    padding: 3.13vw 4.07vw;
    font-size: 3.13vw;
  }

  .paragraph-7 {
    font-size: 3.55vw;
  }

  .h3-cta {
    width: 100%;
    font-size: 2.5vw;
  }

  .h3-cta.left-align {
    font-size: 3.5vw;
  }

  .h2-cta {
    width: 100%;
  }

  .text-block {
    font-size: 3.86vw;
  }

  .hours-1-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-34 {
    width: 55%;
  }

  .div-news-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-news-1 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .nav_banner {
    display: none;
  }

  .staff_img {
    object-fit: cover;
    min-height: 250px;
  }

  .video_hop {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 8.2vw;
  }

  h2 {
    font-size: 6.5vw;
  }

  h3 {
    font-size: 6.3vw;
  }

  h4 {
    font-size: 5.86vw;
  }

  h5 {
    font-size: 4.55vw;
  }

  h6 {
    font-size: 5.34vw;
  }

  p {
    font-size: 5.24vw;
    line-height: 170%;
  }

  ul {
    padding-left: 20px;
    font-size: 5.24vw;
  }

  .containerdiv {
    max-width: 95vw;
  }

  .containerdiv.cont11.cont-util {
    padding: 20px;
  }

  .containerdiv.covid-19-container {
    padding-bottom: 30px;
  }

  .containerdiv.cont11-copy.cont-util {
    padding: 20px;
  }

  .button {
    min-width: 18.36vw;
    padding: 5.13vw 6.07vw;
    font-size: 5.13vw;
  }

  .button.btn-clear.hero-btn-clear {
    margin-bottom: 15px;
  }

  .button.btn-clear.long {
    font-size: 5.13vw;
  }

  .button.btn-red.btn-plater {
    width: 100%;
  }

  .button.btn-red.smaller-btn {
    font-size: 3.13vw;
  }

  .button.btn-white.btn-live-stream {
    padding: 2.76vw 5.56vw 2.56vw 4.56vw;
  }

  .button.hero-button {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .button.btn-purple {
    font-size: 4.6vw;
  }

  .button.btn-purple.btn-plater {
    width: 100%;
  }

  .button.btn-purple.smaller-btn {
    font-size: 3.13vw;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 40px;
  }

  .navbar-component {
    min-width: 90vw;
    max-height: 90px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 5.19vw;
  }

  .nav-link.int-nav-link {
    font-size: 4.19vw;
    display: block;
  }

  .nav-menu {
    min-width: 100%;
    max-height: 600px;
    left: 0%;
    overflow: scroll;
  }

  .social-media-icons {
    display: none;
  }

  .sm-icon {
    max-width: 6vw;
    height: 18.5px;
  }

  .btn-hero-wrapper {
    flex-wrap: wrap;
  }

  .testimonial-font {
    font-size: 6.85vw;
  }

  .slide {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .red-line {
    max-width: 30vw;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .bg-video {
    min-height: 80vw;
  }

  .play-img {
    max-width: 10vw;
    height: 32px;
  }

  .watch-font {
    font-size: 4.03vw;
  }

  .live-stream-bar {
    text-align: center;
  }

  .play-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .h5-live-stream {
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 3vw;
  }

  .services-content-text {
    justify-content: center;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .service-box {
    width: 100%;
  }

  .service-img.new {
    height: 200px;
  }

  .h6-serv-title.a {
    font-size: 3.5vw;
  }

  .connected-section {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-section.visitor {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ws-column-title {
    text-align: center;
    font-size: 5.13vw;
  }

  .white-line {
    margin-bottom: 20px;
  }

  .grid-2 {
    text-align: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-div.grid-div_mobile {
    flex-flow: column;
    justify-content: space-around;
    padding-bottom: 2rem;
    display: flex;
  }

  .grid-3 {
    justify-items: center;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .events-section {
    padding-top: 6.64vw;
    padding-bottom: 7.01vw;
  }

  .footer-logo {
    max-width: 25vw;
  }

  .footer-title {
    font-size: 5.13vw;
  }

  .phone-link {
    font-size: 4vw;
  }

  .social-media-link-footer {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .p-copyright {
    font-size: 5.14vw;
  }

  .browser-detect {
    padding-left: 10px;
    padding-right: 10px;
  }

  .internal-hero {
    min-height: 60vw;
  }

  .internal-hero.util-page-hero {
    min-height: 45vw;
  }

  .internal-cta-tittle {
    padding-top: 8vw;
    padding-bottom: 9vw;
  }

  .internal-cta-tittle.internal-content-util {
    padding: 20px;
  }

  .internal-content.news1 {
    grid-row-gap: 20px;
  }

  .text-column {
    padding: 20px;
  }

  .image-column.ic1.set-min.img-connected, .image-column.ic1.set-min.img-adul-info, .image-column.ic1.set-min.img8-narrative, .image-column.ic1.set-min.img10-narrative, .image-column.ic1.img1-welcome {
    min-height: 350px;
  }

  .image-column.ic1.img1-history.mobile-size.paving {
    height: 350px;
  }

  .image-column.ic1.img-trhift-shop, .image-column.ic1.img1-wm, .image-column.ic1.img3-wm, .image-column.ic1.img-calendar, .image-column.ic1.img-service, .image-column.ic1.img-player, .image-column.ic1.img-narrative.mobile-version, .image-column.ic1.img3-narrative, .image-column.ic1.img6-narrative {
    min-height: 350px;
  }

  .image-column.ic1.img-st {
    background-position: 50% 0;
    background-size: cover;
    min-height: 350px;
  }

  .image-column.ic1.img1-newa, .image-column.ic1.img-mb, .image-column.ic2, .image-column.ic2.ic-full.img4-wm, .image-column.ic2.ic-full.img-service2, .image-column.ic2.ic-full.img9-narrative, .image-column.ic2.img2-wm, .image-column.ic2.img2-narrative, .image-column.ic2.img4-narrative, .image-column.ic2.img5-narrative, .image-column.ic2.img7-narrative, .image-column.ic2.img2-st {
    min-height: 350px;
  }

  .image-column.video {
    height: 395px;
  }

  .image-column.newsletter1, .image-column.newsletter2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-column.newsletter2.last-column {
    margin-bottom: 0;
  }

  .h5-internal {
    font-size: 5.55vw;
  }

  .h5-internal.h5-up {
    text-transform: uppercase;
  }

  .contact-form-section {
    padding-top: 11vw;
    padding-bottom: 11vw;
  }

  .form-block {
    width: 95%;
  }

  .lottie-animation {
    max-width: 80vw;
    margin-left: 15px;
  }

  .lottie-animation-404 {
    max-width: 70vw;
  }

  .white-line-internal {
    margin-bottom: 20px;
  }

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

  .card-staff.int-card {
    flex-flow: wrap;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_card-staff {
    width: 100%;
    padding-left: 0;
  }

  .question-title {
    flex: 1;
  }

  .hours-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .col-12 {
    text-align: left;
    justify-content: center;
    padding-left: 10px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-4 {
    text-align: left;
    padding-left: 8px;
  }

  .internal-page-letter-container {
    width: 100%;
  }

  .heading.connect {
    font-size: 5.5vw;
  }

  .box1 {
    width: 100%;
  }

  .image-27 {
    max-width: 18%;
  }

  .div-block-40 {
    justify-content: space-between;
  }

  .event-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .form-block-column {
    width: 100%;
  }

  .container {
    max-width: 98vw;
  }

  .container.transparent-container {
    grid-row-gap: 0px;
  }

  .cont-wrapper {
    width: 95%;
  }

  .exit-img {
    width: 1.5rem;
  }

  .slider-2 {
    height: 350px;
  }

  .icon {
    font-size: 20px;
  }

  .left-arrow-2, .right-arrow-2 {
    width: 40px;
  }

  .div-block-44 {
    height: 91px;
  }

  .progress {
    padding-left: 10px;
    padding-right: 10px;
  }

  .loading-wrapper {
    width: 95%;
  }

  .heading-2 {
    font-size: .9rem;
  }

  .loading-item {
    width: 95%;
  }

  .heading-2-copy {
    font-size: .9rem;
  }

  .button-3 {
    min-width: 18.36vw;
    padding: 5.13vw 6.07vw;
    font-size: 5.13vw;
  }

  .button-3.btn-clear.hero-btn-clear {
    margin-bottom: 15px;
  }

  .paragraph-7 {
    font-size: 4.55vw;
  }

  .h3-cta {
    font-size: 3.85vw;
  }

  .h3-cta.left-align {
    font-size: 5vw;
  }

  .h2-cta.home_h2 {
    font-size: 4.55vw;
  }

  .text-block {
    font-size: 5.86vw;
  }

  .hours-1-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-8 {
    text-align: left;
    padding-left: 8px;
  }

  .image-34 {
    width: 65%;
  }

  .heading-3 {
    font-size: .85rem;
  }

  .div-news-2 {
    grid-column-gap: 0px;
  }

  .div-news-1 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }

  .nav_banner {
    display: none;
  }

  .navbar-component-_main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .staff_img {
    width: 100%;
    min-height: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_37793115-a7ac-f6c4-72e5-02532861aa03-2861aa00 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_37793115-a7ac-f6c4-72e5-02532861aa03-2861aa00 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-_37793115-a7ac-f6c4-72e5-02532861aa1d-2861aa00 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_37793115-a7ac-f6c4-72e5-02532861aa09-2861aa00 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_37793115-a7ac-f6c4-72e5-02532861aa0f-2861aa00 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_37793115-a7ac-f6c4-72e5-02532861aa17-2861aa00 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-bf75c6a9-9046-6edd-296e-ca7128cd92ed-2861aa00 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_37793115-a7ac-f6c4-72e5-02532861aa1d-2861aa00 {
    grid-row: 5 / 6;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}