@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');

/*
TEMPLATE FOR MEDIA QUERIES
	@media screen and (min-width:1180px) {}
	@media screen and (min-width:880px) and (max-width:1179px) {}
	@media screen and (max-width:879px) {}

INDEX
	- STRUCTURE
	- HEADER
	- FOOTER
	- TYPOGRAPHY
	- ENDPAGE/SEPARATOR
	- DEFAULT FORM
	- DEFAULT TABLE
	- SCROLL TO TOP
	- HMENU01
	- VMENU01
	- QUOTE
	- TIMELINE & APPARITIONS
	- BILINGUAL BUTTONS
	- VMENU
	- TOUR LOCATIONS
	- CARDS
	- TEXTBLOCK


.noto-serif-<uniquifier> {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

*/

.cursive-regular {
	font-family: "Playfair", serif;
    color: var(--color_a);
    text-transform: capitalize;
    font-style: italic;
    text-align: center;
}

.cursive-bold {
	font-family: "Playfair", serif;
	font-weight: 700;
	font-style: normal;
}

.content ol.spaced li,
.content ul.spaced li {
	padding-bottom: 30px;
}


span.cm_altimg  { position: inherit; }


/*-----------------------------------------------------------  PLATFORM  -----------------------*/
@media screen and (min-width: 1180px) {
	section#platform {
		width: 100%;
		min-height: 530px;
	}

	#platform div.content.large {
		width: 700px;
		padding: 30px 25px 0;
		margin: 0 23% 70px;
		clear: both;
		z-index: 999;
	}
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	section#platform {
		width: 100%;
		min-height: 530px;
	}

	#platform div.content.large {
		width: 557px;
		padding: 30px 25px 0;
		margin: 0 30% 70px 40%;
		clear: both;
		z-index: 999;
	}
}

@media screen and (max-width: 879px) {
	#platform div.content.large {
		padding: 10px 15px 30px;
		min-height: 630px;
	}
}

section#platform { background: var(--gray1); }

#platform div.content.large {
	position: relative;
}

/*-----------------------------------------------------------  STRUCTURE -----------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');



@media screen and (min-width:1180px) {
	aside, .content { flex-basis: auto;}
	
	section.has_aside aside { 
		order: 2;
		padding: 2.5em 0 0.8em;
	}

	section.has_aside .content { padding: 1.8em 3.125em 1.8em 0; }    
	
	.content { order: 1; padding: 0.8em 0; }
}

@media screen and (min-width:880px) and (max-width:1179px) {
	section.has_aside aside { 
		display: flex;
		flex-wrap: wrap;
	}    
}

@media screen and (max-width:879px) {
	section.has_aside aside { 
		display: flex;
		flex-wrap: wrap;
	}    
}

body {  
	font-family: "Barlow", sans-serif;
	font-size: 19px;
}

main { min-height: 450px; margin-top: 130px; }    

section.has_aside aside {
	position: relative;
	padding-bottom: 160px;
}

input { border-radius: 0; }

aside .spanish{display:none;}

top-bar.aspect-ratio-box {
	height: 0;
	padding-top: 66.66%;
	position: relative;
	margin-bottom: 30px;
}

.pg_swiper .swiper-button-prev { left: 0; }
.pg_swiper .swiper-button-next { right: -2px; }

.pg_swiper .swiper-button-prev::before, 
.pg_swiper .swiper-button-next::before {
	color: var(--color_c);
	opacity: 0.8;
	background: rgba(255,255,255,0.5);
	padding: 3px;
}

.pg_swiper .swiper-button-prev:hover::before, 
.pg_swiper .swiper-button-next:hover::before {
	color: var(--color_p);
	opacity: 1;
}

.pg_swiper .swiper-pagination { color: white; }

p.txC,
a.js-edit_content.button {
	position: relative;
	z-index: 1000;
}

@media screen and (min-width:1180px) {
	section#platform .content {
		position: relative;
		left: 300px;
	}
}

.addthis_inline_share_toolbox {
	margin-bottom: 15px;
}

article { margin-bottom: 80px; }

hr {
	background: var(--gray2);
	width: 94%;
	max-width: 700px;
	height: 1px;
	border: 0;
	margin: 40px auto;
}

html.lg-EN .lg-SP, html.lg-EN .lg-FR { display: none !important; }
html.lg-SP .lg-EN, html.lg-SP .lg-FR { display: none !important; }
html.lg-FR .lg-EN, html.lg-FR .lg-SP { display: none !important; }
/*-----------------------------------------------------------  HEADER --------------------------*/

header section {
    position: relative;
    width: 100%;
    width: calc(100% - 20px);
	 margin: 0 auto;
}



section.menu-sectioin {
	border-top: solid 1px #FFF;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

#languages {
	height: 40px;
	width: 110px;
	position: absolute;
	right: 0;
	top: 5px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	padding: 0 10px;
}

@media (min-width: 751px) {
	#languages {
		padding-left: 10px;
	}
}

#languages a {
	display: block;
	width: 25px;
	height: 25px;
	background-image: url(../images/languages.png);
	float: right;
	filter: grayscale(1);
	transition: 0.3s;
}

#languages a.en {
	background-position-x: 0;
}

#languages a.sp {
	background-position-x: 53px;;
}

#languages a.fr {
	background-position-x: 26px;;
}


#languages a.en:hover, #languages a.en.selected,
#languages a.sp:hover, #languages a.sp.selected,
#languages a.fr:hover, #languages a.fr.selected {
	filter: grayscale(0);
}

header {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 900;
    transition: all 0.5s ease-in-out;
    background-color: #1d333c;
	font-family: "Barlow", sans-serif;
}

.first-section-header {
    margin: 15px auto 10px auto;
    align-items: center;
    height: auto;
}

header nav { }

@media (max-width: 750px) { }

@media screen and (min-width:1180px) {	
	#logo {
		width: 125px;
        height: 50px;
	}
	
	header.sticky #logo-2 {
		width: 80px;
		height: 37px;
		float: left;
	}
	
	#hm_buttons {
		top: 48px;
		right: 0;
	}
	
	header nav {
		margin: 0 auto;
        display: table;
	}
}

@media screen and (min-width:880px) and (max-width:1179px) {
	#logo {
		width: 190px;
		height: 76px;
		top: 10px;
		left: 0;
	}
	
	header.sticky #logo-2 {
		width: 80px;
		height: 37px;
		float: left;
	}
	
	#hm_buttons {
		top: 16px;
		right: 0;
	}

	header section { /*height:100px */}
	
	section.menu-sectioin {
		height: 55px;
        flex-direction: row-reverse;
		border-top: 0;
	}
	
	header nav { 
	    width: 100%;
        margin: 0 auto;
	}
	
	header.sticky #logo-2 {
		width: 95px;
		height: 40px;
	}
}

@media screen and (max-width:879px) {
	header section { height: auto}
	
	section.menu-sectioin {
		height: 55px;
        flex-direction: row-reverse;
	}

	#logo {
		width: 190px;
		height: 76px;
		top: 10px;
		left: 0;
	}
	
	header.sticky #logo-2 {
		width: 80px;
		height: 37px;
		float: left;
	}

	#hm_buttons {
		top: 80px;
		right: 50px;
	}
	
	header nav {
		width: 100%;
	}
}
 
@media screen and (max-width:679px) {
	.langcontent {justify-content: center;	}
	
	.logo_content, .donation-button {
    	max-width: 50%;
	}
	
	#logo {
        width: 130px !important;
		height: 55px !important;
	}
	
	.donation-button a {
		padding: 12px !important;
		font-size: 13px !important;
	}

	.donation-button {
		align-items: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
	}
	
	.infosection address {
		max-width: 320px;
        margin: 0 auto;
	}
	
	main {margin-top: 180px;}
}

#logo {
	background-image: url(../images/logo_blanc-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	display: block;
	margin: 0 auto;
} 

#top_buttons {
	position: absolute;
	right: 0;
	top: 7px;
}

#top_buttons a {
	display: inline-block;
	padding: 4px 15px;
}

.donation-button a{
    background-color: #FF0000;
    border-radius: 20px 20px 20px 20px;
    color: #FFF;
    padding: 12px 24px;
    display: block;
    text-align: center;
    float: right;
    transition-duration: .3s;
    transition-property: transform;
    font-size: 15px;
}

.donation-button a:hover{
    background-color: #007a9e !important;
    color: white !important;
    transform: scale(1.1);
}

.langcontent {
    display: flex;
    align-items: center;
}

/* Style the select */
.navigation {
	  position: relative;
	  display: inline-block;
	}


.icon-lang i {
		color: #FFF;
		font-size: 32px;
		margin: 0 10px 0 0;
	}
.navigation select {
	background-color: #1d333c;
	color: #ffffff;
	padding: 6px 51px 6px 25px;
	font-size: 13 px;
	border: solid 1px #FFF;
	font-family: inherit;
	width: 140px;

	/* remove native styles */
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	/* custom arrow */
	background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZSIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDIwIDIwIiB3aWR0aD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgN2w1IDYgNS02eiIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: right 5px center;
	background-size: 20px;
}


.navigation select:hover {
  border-color: #a9c2c7;
}

.navigation select:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.2);
}


header.sticky #logo-2 {
    background-image: url(/ctm/31354/projects/BernadetteUSA/layout01/images/logo_blanc-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: 0 auto;
}


.first-section-header {
  opacity: 1;
  transform: translateY(0);
  max-height: 100px;
  overflow: hidden;

  transition: 
    opacity 0.25s ease,
    transform 0.25s ease,
    max-height 0.3s ease;
}

header.sticky .first-section-header {
    opacity: 0;
    transform: translateY(-10px);
    max-height: 0;
    padding: 0;
    margin: 0;
}

header.sticky section.menu-sectioin{border: 0;}

/*-----------------------------------------------------------  ASIDE - BOX  --------------------------*/
.asidebox { 
	padding: 10px 20px;
	font-size: 14px
}

.asidebox p { 
	margin-bottom: 10px;
}

.asidebox a { color: var(--color_cd3); }
.asidebox a:hover { color: var(--color_cd3); }

.asidebox h1 {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 20px;
}

.asidebox ul { padding-left: 20px; }

.asidebox ul li {
	list-style: none;
}

.asidebox ul li::before {
	font-family: "Font Awesome 5 Free";
	content: '\f0c8';
	font-size: 5px;
	bottom: 0.1875em;
	position: relative;
	left: -8px;
	font-weight: bold;
	top: -3px;
}

/*-----------------------------------------------------------  FOOTER --------------------------*/
@media screen and (max-width: 679px) {
	footer#ft_adom section.flex {
		max-width: 265px;
		margin-left: auto;
		margin-right: auto;
	}
}

footer#ft_adom > section { 
	padding: 5em 0 0 0;
	align-items: center;
}

footer#ft_adom .wrap_admin > section {
	padding: 0;
	justify-content: space-between;
}

@media (max-width: 1179px) {
	footer#ft_adom .wrap_admin > section {
		align-items: center;
		flex-direction: column;
	}
}

footer .ft_followus {
	margin-top: 20px;
}

footer .ft_followus a.follow-link {
	display: block;
	margin-top: 8px;
	font-size: 14px;
}

footer .ft_followus a.follow-link i {
	margin-right: 5px;
	font-size: 20px;
	position: relative;
	top: 3px;
}
	
footer .logo {
	background-image: url("../images/st-bernadette-logo-footer.png");
	background-size: contain;
	display: block;
	z-index: 800;
	background-repeat: no-repeat;
	background-position: center center;
	width: 130px;
	height: 55px;
	margin-bottom: 20px;
}

footer .fx_3.symbol {
	background: url("../images/st-bernadette-logo-symbol.png");
	background-size: contain;
	display: block;
	z-index: 800;
	background-repeat: no-repeat;
	background-position: center center;
	height: 205px;
	opacity: 0.06;
}

@media (min-width: 880px) {
	footer .subscribe {
		/*! margin-left: auto; */
		width: 275px;
		margin: 0 auto;
	}

	footer .infos {
		margin-right: auto;
	}
}

@media (max-width: 879px) {
	footer .fx_3.symbol { display: none; }

	footer:is(.subscribe, .infos) {
		margin: 0 auto;
		padding-bottom: 30px;
	}
}

footer#ft_adom h1 {
	font-family: "Playfair Display", Sans-serif;
    font-size: 64px;
    font-weight: 400;
	text-transform: uppercase;
}

footer#ft_adom h2 {
	font-family: "Playfair Display", Sans-serif;
    font-size: 41px;
    font-weight: 300;
    font-style: normal;
}

footer#ft_adom > section p {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 20px;
    font-style: normal;
    font-weight: normal;
}

footer#ft_adom .complement-info {
    font-size: 13px !important;
    display: block;
    margin-bottom: 20px !important;
}

.wrap_admin .fx_2 { margin: 0; }

footer a.sndl {
	background: url("../images/logos/Logo_SNDL-blanc.png");	
	display: block;
	height: 100px;
	width: 265px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom: 9px;
}

a.nl-button {
	display: block;
	background: var(--color_a);
	padding: 8px 3px;
	text-align: center;
	text-transform: uppercase;
	max-width: 250px;
	width: 100%;
}

a.nl-button:hover {
	color: white;
	opacity: 0.8;
}

footer#ft_adom > section p.assign-footer {
    color: #7a7a7a;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    display: block;
}


.socialfooter .content-social {
	display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 25px;
}

.socialfooter .icon {
    width: 30px;
    height: 30px;
    transition: transform 0.2s ease;
}

.socialfooter .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-bottom: 0;
}

.socialfooter .icon:hover {
  transform: scale(1.1);
}

.infosection {
    max-width: 690px ;
    margin: 0 auto;
}

footer#ft_adom .strong {
    font-weight: bold;
    margin-bottom: 4px;
    display: block;
}

p.txt_right {
    text-align: right;
}

/*-----------------------------------------------------------  BOTTOM MENU  --------------------*/
.bottom-menu { padding: 30px 0; }

.bottom-menu section .content h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 0 auto 20px;
}

.bottom-menu section .content .nav_menu a {
	border-bottom: 1px solid var(--color_c);
	/*background: var(--gray0);*/
	text-align: center;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	padding: 3px;
	color: var(--color_c);
	transition: all 0.2s linear;
}

.bottom-menu section .content .nav_menu a:hover {
	color: var(--color_c);
	background: var(--color_cl5);
	transition: all 0.2s linear;
}

.bottom-menu section .content .nav_menu a.selected {
	color: white !important;
	background: var(--color_c) !important;
}

/*-----------------------------------------------------------  TYPOGRAPHY   --------------------*/
.content h1 {
	font-family: "Playfair", serif;
    color: var(--color_p);
    font-size: clamp(34px, 6vw, 45px);
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
	
	
}

.content h2 {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.content h3 {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	font-weight: 400;
}

.content h3 sup {  }

.content h4 {
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
}

.content p {
	font-size: 18px;
	margin-bottom: 12px;
	color: #7a7a7a;
}

.content blockquote {
	font-family: "Barlow", sans-serif;
	padding: 15px;
	border-left: 5px solid;
}

.content blockquote p { }

.content blockquote h1 { }

.content ul li,
.content ol li {
	font-size: 18px;
	color: #7a7a7a;
}

.content ul li::before {
    content: "";
    width: 2px;
    height: 13px;
    background: var(--color_pl3);
    top: 10px;
    margin-left: 9px;
}

.content ol li::before { color: var(--color_a); }

.content ol li::marker { color: var(--color_a); }

.content #quote_msg p {
	font-family: "Playfair", serif;
	font-size: 20px;
	color: var(--gray4);
	margin-bottom: 0;
	line-height: 28px;
}

.content #quote_msg p.quote_author {
	font-size: 14px;
	max-width: 210px;
	width: 100%;
	border-top: 1px solid var(--gray2);
	margin: 20px 0 20px calc(100% - 230px);
	padding-top: 2px;
	text-align: center;
	font-weight: bold;
}


/*-----------------------------------------------------------  ENDPAGE/SEPARATOR ---------------*/
.separator {
	height: 2px;
	width: 227px;
	margin: 20px auto;
	clear: both;
}

.section-padding {
	padding: 4em 0;
}

/*-----------------------------------------------------------  TOP PAGE  -----------------------*/
#top_page {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	height: 100vh;
	max-height: 600px;
	/*margin-bottom: 20px;*/
	transition: 0.3s;
}

#top_page-img {
position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    height: auto;
    overflow: hidden;
    /* margin-bottom: 20px; */
    transition: 0.3s;
    margin-bottom: -4px;
}

.caption {
	position: absolute;
    bottom: 4px;
    left: 0;
    z-index: 2;
    padding: 5px 20px;
    border-radius: 0;
    background: rgb(0 0 0 / 59%);
    backdrop-filter: blur(8px);
}

.caption p {
  margin: 0;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fedbad;
}


/*@media (max-width: 750px) {
	#top_page {
		max-height: 250px;
	}
}
*/

img.imgtop {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

/*-----------------------------------------------------------  DEFAULT FORM   ------------------*/
footer form.default {
	margin: 0;
}

form.default {
	max-width: 800px;
	position: relative;
}

form.default legend {
	font-size: 13px;
	letter-spacing: 0;
}

form.default label {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}

/*form.default :is(input, select, textarea) { 
	border-color: var(--color_pl1); background-color: var(--color_pl1);
	color: white;
}


form.default :is(input, select, textarea)::placeholder {
	color: rgba(209, 252, 255, 0.8);
}
*/


form.default input[type="submit"], 
form.default input[type="button"],
.form_buttons a,
a.button {
	font-weight: 300;
	font-size: 14px;
}

a.button01 {
	border-color: var(--gray1);
	background: none;
	color: var(--gray1);
	height: auto;
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 1.5em;
	border-radius: 30px;
	transition: color, background-color 0.7s;
	margin: 6px auto;
	float: none;
	display: block;
	padding: 10px 51px;
}

a.button01:hover {
	border-color: var(--color3000);
	color: var(--color3000);
	transition: color, background-color 0.7s;
}

input.button {
	width: 188px;
	padding: 5px 15px;
	color: white;
	background-color: var(--color1000);
	font-size: 13px;
	cursor: pointer;
	height: 30px;
	margin-top: 5px;
}

input.button:hover {
	background-color: var(--color4000);
}

form.default .field_group {
	border: none;
	margin-top: 20px;
}

form.default .buttons_field_group { float: right; margin-bottom: 20px; }

form.default .buttons_field_group #remove_fgroup {
	border: 1px solid;
	padding: 5px 20px;
	transition: all 0.2s linear;
}

form.default .buttons_field_group #add_fgroup {
	border: 1px solid;
	padding: 5px 20px;
	transition: all 0.2s linear;
}

form.default .buttons_field_group #remove_fgroup:hover,
form.default .buttons_field_group #add_fgroup:hover {
	transition: all 0.2s linear;
}


/*--Form V2--*/

.subscribe-layer {
	background: rgba(255,255,255,0.95) url(/ctm/31354/projects/BernadetteUSA/gallery/2026/04/waves-water-subscribe.jpg) center;
	background-size: cover;
	background-blend-mode: screen;
}

form#subscribe-form {
    border: solid 1px var(--color_a);
    padding: 20px;
}


.default.v2 .radio_checkbox:first-of-type {
    width: 100%;
    display: block;
}

.default.v2 .radio_checkbox dd{margin-left: 0;}

.default.v2 .radio_checkbox dt{text-align: left;}

.v2 input[type="radio"] {
    max-width: 16px;
    margin-left: 10px;
    display: block;
}

form#subscribe-form input, form#subscribe-form select, form#subscribe-form textarea {
    border-color: var(--color_a);
}

form#subscribe-form input[type='radio']:after {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        top: -1px;
        left: 0;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

form#subscribe-form input[type='radio']:checked:after {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    top: -1px;
    left: 0;
    position: relative;
    background-color: var(--color_a);
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

form#subscribe-form input[type="submit"], form#subscribe-form input[type="button"]{
    border-color: var(--color_p);
    color: var(--white);
    background-color: var(--color_p);
    border-radius: 10px;
    margin: 0 auto;
    display: block;
    float: none;
}


form#subscribe-form fieldset { margin-top: 0;}


form#subscribe-form label {
    width: 100% !important;
    text-align: left !important;
    text-transform: uppercase;
	margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--color_pd2);
}

/*-------------------------------------------------------  SECTION NAVIGATION  -----------------*/
#section_navigation a {
	font-size: 12px;
	line-height: 15px;
	padding: 6px 0 4px;
	border: solid 1px var(--gray4);
	color: var(--gray4);
	/* text-transform: uppercase; */
}

#section_navigation a:hover,
#section_navigation a.selected {
	border: solid 1px var(--color_c);
	color: var(--color_c);
}

/*--------------------------------------------------------  PARISH RESOURCES  ------------------*/
#resources form.default {
	max-width: 400px;
}

#resources form.default input[type=password] {
	width: 100%;
	background: #eee;
	border: 1px solid var(--gray2);
	color: black;
}

#resources form.default input[type=password]::placeholder {
	color: var(--gray5);
}

/*-----------------------------------------------------------   CLEAN FORM   -------------------*/
.clean .submit,
.Floating .submit {
	width: 90px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}

/*-----------------------------------------------------------  DEFAULT TABLE   -----------------*/
table.default caption {
	font-weight: 200;
	font-size: 24px;
}

table.default thead { }

table.default th, table.default td { padding: 5px 10px; }

table.default th {
	font-weight: normal;
	text-transform: uppercase;
	vertical-align: middle;
}

table.default td {
	vertical-align: middle;
	font-size: 14px;
	padding: 10px;
}

table.default thead tr { }

table.default thead th {
	font-weight: 300;
	vertical-align: middle;
	text-transform: inherit;
	padding: 8px 5px;
}

table.default thead td {
	font-weight: normal;
	background: transparent;
	vertical-align: middle;
}

table.default tfoot tr { }

table.default tfoot th {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	padding: 2px 10px;
}

table.default tfoot td {
	font-size: 14px;
	font-weight: normal;
	text-transform: inherit;
	vertical-align: middle;
	padding: 2px 10px;
}

/*-----------------------------------------------------------  HMENU01   ------------------------*/
@media (min-width: 1180px) {
	/* FIRST LEVEL    -----------------*/
	.hmenu01 ul#main-menu > li > a {
		padding: 5px;
		margin: 0 17px;
		font-size: 16px;
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
		position: relative;
		font-weight: bold;
	}
	
	/* SECOND+ LEVEL    ---------------*/
	.hmenu01 ul#main-menu > li > ul li {
		background-color: #FFF;
        width: 100%;
        color: #000;
	}

	.hmenu01 ul#main-menu > li > ul li a {
		margin: 0;
		padding: 12px 20px;
		color: #000;
		transition: 0.2s;
		font-size: 14px;
	}

	.hmenu01 ul#main-menu > li > ul li a:hover {
		color: var(--gray0);
        background: var(--color_a);
	}

	.hmenu01 ul#main-menu > li > ul li:is(a:hover, a.current) {
		color: var(--color_pl3);
	}

	.hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow { transform: rotate(-90deg); top: 13px; }
	
	a span.sub-arrow {
		position: absolute;
		padding-left: 5px;
		padding-top: 2px;
	}
}

@media (max-width: 1179px) {
	.hmenu01 > ul#main-menu {
		background: var(--color_p);
		width: 240px;
		padding: 0;
		top: 30px;
		/*overflow: none;*/
		/* box-shadow: 2px 10px 16px 1px #d5d5d5; */
	}

	/* FIRST LEVEL    -----------------*/
	.hmenu01 ul#main-menu > li > a {
		padding: 10px 5px;
		font-size: 14px;
		font-weight: normal;
		text-decoration: none;
		text-transform: uppercase;
		margin: 5px 5px 2px;
		text-align: center;
		color: white;
	}

	.hmenu01 ul#main-menu > li > a.current { color: var(--color_pl3) !important; }

	.hmenu01 ul#main-menu > li > a.selected,
	.hmenu01 ul#main-menu > li > a.highlighted,
	.hmenu01 ul#main-menu > li > a:hover {
		color: white !important;
	}

	.hmenu01 ul#main-menu > li > a.highlighted::after {
		width: 160px;
		height: 2px;
		bottom: 0;
		left: 35px;
		border-bottom: 2px solid var(--color_c);
		transition: all 0.2s linear;
	}
	
	/* SECOND+ LEVEL    ---------------*/

	.hmenu01 ul#main-menu > li ul {
		margin: 5px 10px 15px;
		background: rgba(0,0,0,0.3);
	}

	.hmenu01 ul#main-menu > li > ul li a {
		padding: 10px;
		color: white;
		font-size: 12px;
		text-transform: uppercase;
		text-align: center;
	}

	.hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow { right: 10px; top: 13px; }

	.main-menu-btn { top: 0; }
}

@media (max-width: 879px) {
	.hmenu01 > ul#main-menu {
		border-left: 1px solid var(--gray2);
		border-right: 1px solid var(--gray2);
		border-bottom: 1px solid var(--gray2);
	}
}

/* FIRST LEVEL    -----------------*/
.hmenu01 ul#main-menu > li > a.current,
.hmenu01 ul#main-menu > li > a.highlighted { 
	border-bottom: none;
} 

.hmenu01 ul#main-menu > li:last-child > a { border-bottom: none; }

.hmenu01 ul#main-menu > li > a.has-submenu span.sub-arrow {
	right: 10px;
	top: 13px;
}


.hmenu01 ul#main-menu li a.has-submenu span:after {
	content: '\f107';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
}

/* SECOND+ LEVEL    ---------------*/
/*.hmenu01 ul#main-menu.sm li ul { position: inherit; }*/


/*-----------------------------------------------------------  PAGE INDEX ----------------------*/
.content .box_index h1 {
	padding: 5px 10px;
	text-transform: uppercase;
}

.content .box_index .page_index a {
	border-bottom: 1px dotted;
	font-size: 14px;
}

/*-----------------------------------------------------------  QUOTE ---------------------------*/
.quote p {
	color: var(--color2000);
	text-align: center;
	font-size: 20px;
	line-height: 32px;
	padding: 0 77px;
}

/*--------------------------------------------------  TIMELINE & APPARITIONS ------------------------*/
@media screen and (min-width:1180px) {
	.timeline-apparitions {
		width: 600px;
		margin-left: 450px;
		padding: 1px 0 30px 20px;
	}

	.timeline-apparitions .timeline-infos img {
		position: absolute;
		max-width: 380px;
		left: -431px;
		display: block;
		top: -22px;
		z-index: 50;
	}
	
	.timeline-apparitions .timeline-infos h5.date {
		top: -8px;
		left: -75px;
		text-align: center;
	}
}
@media screen and (min-width:880px) and (max-width:1179px) {
	.timeline-apparitions .timeline-infos h5.date {
		top: 60px;
		left: -17px;
	}
}
@media screen and (max-width:879px) {
	.timeline-apparitions .timeline-infos h5.date {
		top: 0px;
		left: -13px;
	}
}

.timeline-apparitions { border-left: 2px solid hsl(38.18deg 33.62% 44.9%); }

.timeline-apparitions .timeline-infos {
	position: relative; 
	padding: 23px 20px 10px;
	margin-top: 20px;
}

.timeline-apparitions .timeline-infos div { padding: 15px 0 0 15px; }

.timeline-apparitions .timeline-infos h5.date {
	font-size: 13px;
	font-weight: 600;
	padding: 5px 10px;
	display: block;
	color: white;
	width: 200px;
	background: var(--color_a);
	position: absolute;
	z-index: 90;
}

.timeline-apparitions .timeline-infos img { filter: saturate(0); }

.timeline-apparitions .timeline-infos h3 { color: var(--color_p); }

.timeline-apparitions .timeline-infos p { color: black; }

/*--------------------------------------------------------  PILGRIMAGES  ------------------------*/
.pilgrimages-sponsors {
	padding: 30px 0;
	background:  var(--gray1);
}

.pilgrimages-sponsors .fx_4 dl {
	text-align: center;
	max-width: 300px;
	width: 100%;
	margin: 0 auto 20px;
}

.pilgrimages-sponsors .fx_4 dl dt img {
	display: block;
	max-width: 140px;
	width: 100%;
	margin: 0 auto 5px;
}

.pilgrimages-sponsors .fx_4 dl dd p.ps-name {
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow-x: hidden;
}

.pilgrimages-sponsors .fx_4 dl dd p.ps-address,
.pilgrimages-sponsors .fx_4 dl dd p.ps-phone,
.pilgrimages-sponsors .fx_4 dl dd p.ps-website {
	font-size: 14px;
	margin-bottom: 5px;
}

.pilgrimages-sponsors .fx_4 dl dd p.ps-phone { color: var(--gray4); font-weight: bold; }

#interviews {
	background: var(--gray2);
}

#interviews h3 { color: var(--color_p); }

/*-----------------------------------------------------  SCHEDULE TOUR - CHURCHES  ---------------*/
@media screen and (min-width: 820px) {
	.schedule-tour .content { display:  flex; }

	.schedule-tour .schedule-tour-general {
		max-width: calc(100% - 400px);
		margin-right: 100px;
	}
}

@media screen and (max-width: 819px) {
	.church-infos { margin: 20px auto; }
}

.schedule-tour .content { min-height: 700px; }

.schedule-tour .schedule-tour-general h1 {
	border-bottom: 1px solid var(--color_a);
	padding: 30px 0;
}

.schedule-tour .schedule-tour-general h2 {
	font-size: 1.6em;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 5px;
}

.schedule-tour-general { width: 100%; }

.schedule-tour .church-infos {
	width: 100%;
	max-width: 300px;
	padding-bottom: 20px;
	margin-top: 30px;
	color: var(--gray5);
}

.schedule-tour .church-infos dl {
	background: var(--gray1);
	border-bottom: 1px solid var(--color_a);
	padding-bottom: 30px;
}

.schedule-tour .church-infos dd {
	padding: 3px 15px;
}

.schedule-tour .church-infos dd.st-website { margin-top: 10px; }

/*---------------------------------------------------  CONTACT INFO  --------------------------*/
dl.contact_info {
	width: 100%;
	max-width: 300px;
	background: var(--gray1);
	border-bottom: 1px solid var(--color_a);
	padding-bottom: 30px;
}

dl.contact_info dd {
	padding: 3px 15px;
}

a.back {
	position: static;
	background: var(--color_a);
	color: white;
	border: 0;
	padding: 5px 10px;
	font-size: 12px;
}

/*-----------------------------------------------------------  BILINGUAL BUTTONS   -------------*/
#bilingual_btns {
		display: table;
		margin: 0 auto 1em auto;
}

#bilingual_btns span {
		display: block;
		border: 1px solid var(--color_c);
		width: 110px;
		text-align: center;
		float: left;
		padding: 4px 0;
		margin: 0 0.5em;
		color: var(--color_c);
		cursor: pointer;
		transition: color, background-color 0.7s;
}

#bilingual_btns span.selected, #bilingual_btns span:hover {
		color: #ffffff;
		border: 1px solid var(--color_c);
		background-color: var(--color_c);
		transition: color, background-color 0.7s;
}

/*-----------------------------------------------------------  SWIPER   ------------------------*/
.aspect-ratio-box, .video_portrait {
	background-color: var(--gray2);
}

.aspect-ratio-box .pg_swiper .swiper-slide { background-color: inherit; }

.news_date {
	display: none;
}

/*-------------------------------------------------------  ARTICLE | SHARE   -------------------*/
@media screen and (min-width: 1180px) {
	article.share {
		z-index: 1000;
		left: calc(100% - 450px);
		margin-top: 40px;
	}

	article.share div.addthis_inline_share_toolbox { top: -40px; left: 0; }
}

@media screen and (min-width: 880px) and (max-width: 1179px) {
	article.share {
		z-index: 1000;
		left: calc(100% - 490px);
		max-width: 520px;
		margin-top: 40px;
	}

	article.share div.addthis_inline_share_toolbox { top: -40px; left: 0; }
}

@media screen and (min-width: 751px) and (max-width: 879px) {
	article.share { margin-top: 150px; padding: 0 20px; }

	article.share div.addthis_inline_share_toolbox { top: -40px; left: 20px; }
}

@media screen and (max-width: 750px) {
	article.share { margin-top: 50px; padding: 0 20px; }

	article.share div.addthis_inline_share_toolbox { top: -40px; left: 20px; }
}

article.share { position:  relative; }

article.share a.back {
	position: absolute;
	right: 20px;
	top: -38px;
	padding: 0 10px;
	display: none;
}

article.share h1 { margin-bottom: 30px; }

article.share h3 { display: none; }

/*-----------------------------------------------------------  VEMNU  - ------------------------*/
.vmenu01 h1 {
	display: block !important;
	margin-bottom: 10px;
	background-color: transparent;
	color: var(--color_p);
	border: none;
	font-size: 23px;
}

.vmenu01 > ul > li {
	border: none !important;
}

.vmenu01 a { 
	border-bottom: none !important; 
	color: var(--color_p) !important;
}

.vmenu01 a:hover, .vmenu01 a.selected {
	color: var(--color_c);
	border-color: var(--color_c);
	border-bottom: none;
}

/*-----------------------------------------------------------  BUTTON MAP  ---------------------*/
.button-map {
	display: block;
	max-width: 300px;
	background: var(--color_p);
	color: white;
	margin-top: 40px;
	padding: 15px 0;
	text-align: center;
	position: relative;
}

.button-map::before {
	content: " ";
	position: absolute;
	z-index: 9;
	height: 100%;
	left: 0;
	top: 0;
	width: 5px;
	background: var(--color_c);
	transition: all 0.4s ease-in;
}

.button-map:hover::before {
	width: 100%;
	transition: all 0.4s ease-out;
}

.button-map span {
	position: relative;
	z-index: 10;
	color: #ffffff;
}

a.button-map:hover { color: white; }

/*---------------------------------------------------------  TOUR LOCATIONS  -------------------*/
ul#tour_locations {
	overflow-y: auto;
	scrollbar-width: thin;
	position: relative;
}

.ul_li_arrow {
	background-color: #f8f8f8;
	border: 1px solid #ffffff;
	outline: 1px solid #e4e4e4;
	color:#cdcdcd;
	cursor: pointer;
	display: block;
	margin: 10px 0;
	padding: 4px 0;
	text-align: center;
}

.ul_li_arrow:hover {
	background-color: #f8f8f8;
	border: 1px solid #ffffff;
	outline: 1px solid #cdcdcd;
	color:#ffffff;
}

/*-----------------------------------------------------------  CARDS   -------------------------*/
#cards a dl { 
    margin: 15px;
    border: 1px solid var(--color_a);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
}

#cards dl dt img { margin-bottom: 0; }

#cards dl dd {
	background-color: var(--color_a);
	color: white;
	padding: 9px 15px;
	font-size: 20px;
	height: 95px;
	line-height: 28px;
	transition: background-color 0.3s ease;
	display: flex;
	align-items: center;
	text-align: center;
}

#cards a:hover dl { 
	box-shadow: 0 4px 8px rgba(0,0,0,0.5); 
	border-color: var(--color_ad1);
}

#cards a:hover dl dd { background-color: var(--color_ad1); }


/*-----------------------------------------------------------  QUOTE ---------------------------*/
.quote {
	position: relative;
	margin: 40px auto 15px;
	max-width: 730px;
	padding: 0 15px;
}

.quote::before {
	content: "\201C";
	color: var(--color_p);
	font-size: 92px;
	position: absolute;
	top: -35px;
}

.quote p {
	text-align: left;
	font-size: 22px;
	line-height: 30px;
	font-style: italic;
	padding: 0 0 0 58px;
	color: var(--color_p);
}

.quote p.reference {
	text-align: right;
	font-size: 16px;
	/* font-weight: 600; */
	/* text-transform: uppercase; */
	margin-top: -10px;
	color: var(--gray4);
}


/*-----------------------------------------------------------  SPONSOR CARDS -------------------*/


/* GRID */
#tour_sponsors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* CARD */
.card {
    position: relative;
    min-height: 420px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
    flex-direction: column;
    justify-content: flex-end;
}

/* IMAGE */
.card_img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

/* OVERLAY */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
}

/* CONTENT */
.card_content {
position: relative;
    z-index: 2;
    color: white;
    padding: 20px;
    width: 100%;
    text-align: left;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(29 51 60) 30%);
}

.card_content dt {
  font-size: 1.2rem;
  font-weight: bold;
}

.amount {
  margin-bottom: 10px;
  opacity: 0.85;
}

.card_content p {
  font-size: 0.9rem;
  margin-bottom: 12px;
    color: #FFF;
}

/* BUTTONS */
.btn {
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    width: 100%;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color_pl3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.btn.clear::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color_p);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
  z-index: -1;
}

.btn:hover::before {
  transform: scaleX(1);
}

.btn:hover {
  color: #fff; 
}


.btn.toggle {
  border: 1px solid white;
  color: white;
}

.btn.primary {
  background: white;
  color: #222;
}

/* DETAILS */
.details {
padding: 15px 0;
    text-align: left;
    border-radius: 15px;
    margin-bottom: 10px;
}

.details ul {
  margin-left: 0;
}

.details li {
    margin-bottom: 6px;
    color: #FFF !important;
    font-size: 17px !important;
    line-height: 18px;
}

.no-marging-bottom{margin-bottom: 0 !important;}
