@import url("//fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/************ TEMPLATE  ************

************/

.site-1 {
  --primary-color: #001940;
  --secondary-color: #c9b8a0;

  --primary-rgb: 0, 25, 64;
  --secondary-rgb: 201, 184, 160;

  --default-white: #ffffff;
  --default-black: #000000;

  --title-font-family: "Cinzel", serif;
  --body-font-family: "Raleway", sans-serif;

  --heading-color: var(--primary-color);
  --heading-font-family: var(--title-font-family);

  --title-border-bottom: 1px solid var(--secondary-color);

  --home-title-font: var(--title-font-family);

  --transparent: rgba(255, 255, 255, 0);

  --default-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);

  --swiper-box-shadow: var(--default-box-shadow);

  --ql-title-color: var(--default-white);
  --ql-icon-color: var(--primary-color);

  --mt-para-desktop: 1.3vw;
  --mt-fixed-height-desktop: 36vw;
  --mt-fixed-height: 36vw;
  --mt-background-color: rgba(0, 0, 0, 0.75);

  --website-border-radius: 2rem;
}

.site-1 .ql-fa-toplinks {
  --ql-title-color: var(--primary-color);
}

.readon,
.button,
.btn,
p.readmore .btn,
.sprocket-lists-portrait-container > li .sprocket-lists-portrait-item > a span,
.listentobutton.moduletable a {
  background: var(--primary-color);
  font-family: var(--body-font-family);
}

/*************** ALL SITE *****************/
.item-image {
  display: none;
}

.g-array-item-text {
  margin: 0 !important;
}

.site-1-home .g-content {
  margin: 0 !important;
  padding: 0 !important;
}

#g-mainbar .moduletable {
  margin: 0 !important;
}

.site-1-sub :is(#g-bottom, #g-utility) {
    padding: 2% !important;
}

#site-grid #g-mainbar > .g-grid:first-child .g-content {
    padding: 0 2.125rem 0 2.125rem;
    margin: 0;
}

.site-1-sub #g-container-main {
  min-height: 42vw;
}

a {
  color: #0f336d;
}

@media (min-width: 50.99rem) {
    .ph-sidepics-3 {
        padding: 0;
    }
}

/***********Custom Scrollbar****************/

/* Hide the default scrollbar */
::-webkit-scrollbar {
  width: 0.75rem;
}

::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 5px;
}

/* Style the scrollbar on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}

/* Style the scrollbar when it's being dragged */
::-webkit-scrollbar-thumb:active {
  background-color: #8c8c8c;
}

@-moz-document url-prefix() {
  * {
    scrollbar-width: thin;
    scrollbar-color: #ccc #f5f5f5;
  }
}

/*************** HOMELAYOUT ***************/
/*************** OFFCANVAS ****************/
.g-offcanvas-toggle {
  color: var(--primary-color);
}
.g-offcanvas-toggle .fa-fw {
  text-shadow: none;
}

 @media only screen and  (max-width: 50.99rem) {
    .site-1 #g-offcanvas .g-content {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width: 50.99rem) {
  .site-1 #g-offcanvas .g-social-items {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: center;
    justify-content: center;
  }
  .site-1 #g-offcanvas .g-social-items a {
    color: var(--secondary-color);
  }
  .site-1 #g-offcanvas .g-social-items a:hover {
    color: var(--tertiary-color);
  }
}

/*************** TOP **********************/
/*************** NAVIGATION ***************/

.ql-fa-toplinks
  .g-blockcontent-subcontent-block:not(
    .ql-fa-toplinks .g-blockcontent-subcontent-block:last-child
  ) {
  border-right: 1px solid var(--primary-color);
}

@media only screen and (min-width: 50.99rem) {
  .site-1-home #g-navigation {
    background: url("/images/template/stmark-background-5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 42vw !important;
  }
   .site-1-sub #g-navigation {
    background: url("/images/template/stmark-background-5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
  }

  .site-1-home #g-slideshow {
    margin-top: -42vw !important;
    position: relative;
    z-index: 99;
  }

  /* rounded menu */
  .site-1 .g-toplevel > .g-menu-item:hover {
    background-color: #12346e;
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .site-1 .g-toplevel > li {
    border-radius: 1.25rem 1.25rem 0 0;
  }

  .site-1 .g-toplevel ul.g-dropdown {
    border-radius: 0 1.25rem 1.25rem 1.25rem;
    overflow: hidden;
  }

  .site-1 .g-sublevel > li:last-child {
    border-radius: 0 0 1.25rem 1.25rem;
    overflow: hidden;
  }

  .site-1 .g-sublevel > li:nth-child(2) {
    border-radius: 0 1.25rem 0 0 !important;
    overflow: hidden;
  }
  /* round-menu */
}

#g-navigation {
  position: relative;
}

.site-1 .main-menu .g-main-nav {
  padding-left: 15%;
}

.site-1 .stmark-logo {
  margin-bottom: -4rem;
  z-index: 10;
}

.site-1 .stmark-logo img {
  width: 90% !important;
  margin: auto;
  display: block;
}

.site-1 .stmark-logo-text img {
  width: 90% !important;
  display: block;
}

.site-1 .mobile-logo-stmark img {
  width: 100%;
}

 @media only screen and (max-width: 50.99rem) {
  .site-1 .mobile-logo-stmark {
    padding: 5%;
  }

  .ql-fa-toplinks .g-blockcontent-subcontent-block-content > .g-blockcontent-subcontent-title {
    display: initial;
  }

  .site-1 #g-navigation {
    padding-bottom: 5% !important;
  }
}

@media only screen and (min-width: 50.99rem) {
  .g-main-nav .g-toplevel > li > .g-menu-item-container > .g-menu-item-content {
    font-size: 1.25vw;
    font-family: var(--body-font-family);
  }
  .g-main-nav
    .g-sublevel
    > li
    > .g-menu-item-container
    > .g-menu-item-content
    > .g-menu-item-title {
    font-size: 1.25vw;
    font-family: var(--body-font-family);
  }

  .site-1 #g-navigation .g-social-items {
    display: flex;
    flex-direction: row;
    gap: 2vw;
    align-items: center;
  }
  .site-1 #g-navigation .g-social-items a {
    color: var(--secondary-color);
    font-size: 1.25vw;
  }
  .site-1 #g-navigation .g-social-items a:hover {
    color: var(--tertiary-color);
  }
}
@media only screen and (max-width: 50.99rem) {
  #g-navigation .g-logo {
    max-width: 100%;
    margin: auto 5% auto 10%;
  }
}
/*************** SLIDESHOW ****************/

 @media only screen and (min-width: 50.99rem) {
  .site-1-home #g-slideshow {
    padding: 3%;
  }

  .site-1-home #g-slideshow .fullwidth-swiper {
    padding-left: 2%;
  }
}

.site-1-home .mass-times-block {
  background: url("/images/template/masstimes.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: var(--website-border-radius);
  overflow: hidden;
}

.site-1-home .fullwidth-swiper > div {
  border-radius: var(--website-border-radius);
  overflow: hidden;
}

#g-slideshow .mass-times-block :is(h1, h2, h3, h4, h5, h6, p) {
  color: white;
}

.mass-times-block h1 {
  font-size: clamp(2rem, 3vw, 4rem);
}

.mass-times-block h3 {
  font-size: clamp(1.75rem, 2vw, 3rem);
}

.mass-times-block .g-array-item {
  padding: 10%;
  display: grid;
  justify-content: center;
}

.mass-times-block .g-array-item-text > p:last-child {
  margin: 0;
}

 @media only screen and (max-width: 50.99rem) {
  .site-1-home #g-slideshow {
    padding: 2%;
  }

  #g-slideshow > .g-grid {
    flex-flow: wrap-reverse;
    gap: 2rem;
  }
}

/*************** HEADER *******************/
/*************** ABOVE ********************/

.site-1-home #g-above {
  padding: 3% 5% 3% 5% !important;
}

.site-1-home .circle-links .g-grid.g-blockcontent-subcontent {
  justify-content: space-between;
}

.circle-links .g-blockcontent-subcontent-block {
  width: 22%;
}

/*************** SHOWCASE *****************/
/*************** UTILITY ******************/

.site-1-home #g-utility {
  padding: 0% 5% 3% 5%;
}

.lion-divider img {
  width: 100%;
}

@media (max-width: 50.99rem) {
  .site-1-home #g-utility {
    padding: 0 10% 3% 10%;
  }

  .site-1-sub #g-utility {
    padding: 10% !important;
  }
}

/*************** FEATURE ******************/
/*************** MAIN *********************/
#hero-grab {
  background: #ffffff;
}

@media (min-width: 50.99rem) {
  .site-1-sub:not(#site-grid) #g-container-main {
    margin-top: 0vw;
    z-index: 1;
    position: relative;
  }

  .site-1-sub:not(#site-grid) #g-container-main {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0.60) 0%, rgba(241,241,241,1) 10%);
  }

  .site-1-sub #g-aside {
    background: transparent;
  }

  .site-1-sub:not(#site-grid) #g-navigation {
    padding-bottom: 42vw !important;
    margin-bottom: -42vw!important;
  }
}

.site-1-home #g-container-main > .g-grid > .g-block {
  display: grid;
  align-items: center;
}

.site-1-home #g-container-main {
  padding: 0% 0% 3% 5% !important;
}

.site-1-home .homepage-button {
  display: block;
  line-height: 1.5;
  font-size: clamp(1rem, 1.25vw, 2rem);
  padding: 0.75rem 2rem;
  border: 2px solid var(--primary-color);
  border-radius: 5px;
  transition: all 200ms ease-out;
}

.site-1-home .homepage-button:hover {
  transition: all 200ms ease-out;
  color: white;
  background-color: var(--primary-color);
}

.site-1-home td,
.site-1-home table {
  border: none;
}

.site-1-home .button-block {
  padding-top: 3%;
}

.site-1-home .title-block {
  padding-bottom: 3%;
}

.title-block h1 {
  font-variant: small-caps;
  margin: 0;
  line-height: 1.25;
}

@media (max-width: 50.99rem) {

    .site-1-sub #g-bottom {
        padding: 10% !important;
      }

}

@media only screen and (min-width: 50.99rem) {
  .site-1-sub #g-mainbar {
    min-height: 30vh;
  }
}

@media only screen and (max-width: 50.99rem) {
  :is(.site-1-sub, .site-2-sub) #g-mainbar > .g-grid > .g-block > .g-content {
    margin: 0;
    padding: 0;
  }
}

/*************** EXPANDED *****************/

.site-1-home #g-expanded {
  padding: 3% 5% 3% 5%;
}

.site-1-home .news-button {
  display: block;
  line-height: 1.5;
  font-size: clamp(1rem, 1.25vw, 2rem);
  padding: 0.75rem 2rem;
  border: 2px solid white;
  color: white;
  border-radius: 5px;
  transition: all 200ms ease-in;
}

.site-1-home .news-button:hover {
  transition: all 200ms ease-in;
  color: white;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.site-1-home #g-expanded {
  background: url("/images/template/stmark-background-5.jpg");
  background-size: 125% auto;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.site-1-home.tablet-screen #g-expanded {
  background: url("/images/template/stmark-background-5.jpg");
  background-size: cover;
  background-attachment: unset !important;
}

@media (max-width: 50.99rem) {
  .site-1-home #g-expanded {
    background: url("/images/template/stmark-background-5.jpg");
      background-size: cover;
      background-attachment: fixed;
      background-position: center;
  }
}

.site-1-home #g-expanded::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 1;
}

.site-1-home #g-expanded > .g-grid {
  position: relative;
  z-index: 99;
}

.site-1-home #g-expanded .title-block h1 {
  color: white;
}

/*************** EXTENSION ****************/

.site-1-home #g-extension {
  padding: 5%;
  padding-bottom: 0;
}

.site-1-home #g-extension .size-33-3 {
  width: unset !important;
  /* flex: 1; */
  border-radius: 1rem;
  overflow: hidden;
}

.site-1-home #g-extension .g-grid {
  gap: 5%;
}

.site-1-home #g-extension .g-block {
  transition: all 200ms ease-out;
}

.site-1-home #g-extension .g-block:hover {
  transition: all 200ms ease-in;
  transform: scale(0.98);
}

@media (min-width: 50.99rem) {
  .site-1-home #g-extension .size-33-3 {
    width: unset !important;
    flex: 1;
    border-radius: 1rem;
    overflow: hidden;
  }
}

@media (max-width: 50.99rem) {
  .site-1-home #g-extension .g-grid {
    gap: 2rem;
  }

  .site-1-home #g-extension {
    padding: 10%;
    padding-bottom: 0;
  }
}

/*************** BOTTOM *******************/
@media only screen and (min-width: 50.99rem) {
  .site-1-home #g-bottom {
    padding: 2vw 0 !important;
  }
  .site-1 #g-bottom .admod td {
    padding: 0;
  }
}

@media (max-width: 50.99rem) {
  .site-1-home #g-bottom {
    padding: 10%;
  }

  .site-1-home #g-expanded {
    padding: 10% 0;
  }

  .site-1-home #g-container-main {
    padding: 0% !important;
  }

  .site-1-home #g-above {
    padding: 8% !important;
  }

  .site-1-home #g-aside {
    padding: 10% !important;
  }

  .site-1 #g-footer {
    padding: 10% !important;
  }

  .site-1 #g-copyright {
    padding-bottom: 0;
  }

  .site-1 #g-footer > .g-container > .g-grid {
    gap: 2rem;
  }
}

/*************** FOOTER *******************/
#g-footer .g-content-array {
  margin: 0;
}
#g-footer a {
  color: var(--default-white);
}

#g-footer p {
  margin-bottom: 0;
  line-height: 1.5;
}

#g-footer {
  padding: 2% 5% 2% 5% !important;
}

@media (max-width: 50.99rem) {
  .site-1 #g-footer p {
    text-align: left !important;
  }

  .site-1 #g-footer .grid-center {
    justify-content: start;
  }

}

/*************** COPYRIGHT ****************/
@media only screen and (max-width: 50.99rem) {
  .web-policy {
    justify-content: flex-end;
    padding-right: 10px;
  }
  .site-1 .adminfootericon {
    bottom: 40px;
  }

  .site-2 .adminfootericon {
    bottom: 40px;
  }
}

/****fix the offcanvas menu problems****/
@media (max-width: 50.99rem) {
  #g-offcanvas #g-mobilemenu-container {
    margin-left: 0;
  }

  #g-offcanvas .g-menu-item-content {
    max-width: 84%;
  }

  #g-offcanvas {
    padding-left: 1rem;
  }

  #g-mobilemenu-container {
    margin: 0;
  }
}
/*************************/

/*************** MODULES ******************/
.moduletable .nav.menu,
.moduletable .unstyled {
  background: var(--primary-color);
}
.moduletable .nav.menu li.current.active a,
.moduletable .nav.menu li a:hover {
  color: var(--default-white);
  background: var(--secondary-color);
}
/*************** SECTIONS *****************/
/*************** MOBILE *******************/
/*************** ADS **********************/

@media only screen and (max-width: 50.99rem) {
  .grid.ph-sidebyside-mobile .g-array-item-read-more {
    opacity: 0;
  }
  .grid.ph-sidebyside-mobile .g-array-item-title {
    padding: 1rem;
  }
}

@media only screen and (min-width: 50.99rem) {
  .search-page button.btn {
    background: var(--primary-color) !important;
  }
  .search-page button.btn:hover {
    background: var(--secondary-color) !important;
  }
}

@media only screen and (max-width: 50.99rem) {
  .search-page button.btn {
    background: var(--primary-color) !important;
  }
  .search-page button.btn:hover {
    background: var(--secondary-color) !important;
  }
}

@media only screen and (max-width: 50.99rem) {
  .ph-sidebyside-mobile .g-array-item-read-more {
    opacity: 0;
  }
  .ph-sidebyside-mobile .g-array-item-title {
    padding: 1rem;
  }
}

@media only screen and (min-width: 50.99rem) {
  .bilingual {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 2vw;
  }
  .bilingual .englishtext {
    flex: 1;
  }
  .bilingual .spanishtext {
    flex: 1;
    font-style: italic;
  }
}

@media only screen and (max-width: 50.99rem) {
  .bilingual {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .bilingual .englishtext {
    flex: 1;
  }
  .bilingual .spanishtext {
    flex: 1;
    font-style: italic;
  }
}

/* rok-mini-2 */

.rok-mini-2 {
  --day-font: clamp(2.5rem, 3.1vw, 4rem);
  --month-font: clamp(1.25rem, 1.5vw, 2rem);
  --rme-title-size: clamp(1rem, 1.25vw, 2rem);
}

@media only screen and (min-width: 50.99rem) {
  .rok-mini-2 .rme-items {
    justify-content: space-between;
    flex-direction: row;
  }

  .rok-mini-2 .rme-item {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-content: center;
    flex-wrap: wrap;
    max-width: 15%;
  }

  .rok-mini-2 .rme-badge {
    margin: 0;
    padding: 0;
    height: auto;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    background: rgba(0, 25, 64, 1);
    width: 100%;
    gap: 5px;
    border-radius: 1rem;
  }

  .rok-mini-2 .rme-day {
    font-size: var(--day-font);
    font-weight: bold;
  }

  .rok-mini-2 .rme-month {
    font-size: var(--month-font);
  }

  .rok-mini-2 .rme-title {
    font-weight: bold;
    font-size: var(--rme-title-size);
  }

  .rok-mini-2 .rme-items {
    margin: 0;
  }

  .rok-mini-2 .rme-timeline {
    margin: 1rem 0 0 0;
  }

  .rok-mini-2 .rme-timeline-point:hover,
  .rme-timeline-point.active,
  .rme-timeline-point span {
    background: rgba(0, 0, 0, 0.85);
  }

  .rme-arrow {
    color: black;
    font-weight: bold;
  }

  .rme-items:after {
    display: none;
  }
}
@media only screen and (max-width: 50.99rem) { 
	.rok-mini-particle .rme-day {
		padding: 2rem 2rem 5px 2rem;
	}
	.rok-mini-particle .rme-badge {
		background: rgba(0, 25, 64, 1);
}
	
	
}

.site-sponsors .custom p {
  margin-bottom: 0;
}

#casasponsorpage {
  background-color: #f1f1f1 !important;
}

.site-sponsors #g-container-main {
  background: #f1f1f1;
}