/* 
  font-family: "Alegreya", serif;
  font-family: "Tangerine", cursive;
  font-family: "Roboto", sans-serif;
  font-family: "DM Sans", sans-serif;
*/

:root {
	--en-website-width: 1200px;
}

/* General */
html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	position: relative;
}

.DB_mask {
	z-index: 9999999999 !important;
}

.DB_dialog {
	z-index: 99999999999 !important;
}

.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
}


/* imdex */
#index-top {
	position: relative;
	background: #2c419c;
    max-height: 650px;
}
#index-top::after {
	position: absolute;
	content: '';
	background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.37),rgba(0, 0, 0, 0.5));
	height: 150px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 5;
  }
/* #slideshow img,
#slideshow .nivoSlider,
#slideshow .nivo-slice {
	max-height: 51.5873vw;
	display: block;
	min-width: 100%;
	width: unset !important;
	position: relative;
	margin-left: 0 !important;
} */
#index-top .en-widescreen-video {
	position: relative;
}

.en-widescreen-video video {
	max-height: 650px;
}

.en-widescreen-video .en-video-controls {
	left: auto !important;
	right: 20px !important;
	z-index: 8 !important;
}

.en-widescreen-video button {
	background-color: #2c419c !important;
	border: none;
	border-radius: 3px;
	color: #ffffff;
	cursor: pointer;
}

.en-widescreen-video button:hover,
.en-widescreen-video button:focus {
	background-color: #a3151a !important;
	color: #ffffff !important;
}

#wrapper-index {
	overflow: hidden;
}



/* Rows WRapper */

#rows-wrapper,
.rows {
	position: relative;
	width: 100%;
}

.rows-inner {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	display: grid;
}

@media only screen and (max-width: 1260px) {
	.rows-inner {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media only screen and (max-width: 768px) {
	.rows-inner {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}




/****** SIDELINKS ROW  ******/
#en-sidelinks-row {
	position: relative;
	z-index: 8;
}

/* sidelinks */
.en-sidelinks-module {
	top: 509px !important;
	gap: 7px;
}

@media (min-width: 769px) {
	.en-sidelinks-module a {
		width: 181px !important;
	}
}

@media (max-width: 992px) {
	.en-sidelinks-module {
		top: 375px !important;
	}
}

.en-sidelinks-module a {
	text-decoration: none;
	font-size: 18px !important;
	font-weight: 500 !important;
	padding: 7.5px 10px 5px 28px !important;
	line-height: 20px !important;
	min-height: 61px !important;
	width: 90%;
	background-color: #ffffff !important;
	color: #1a1a1a !important;
	font-family: "DM Sans", sans-serif !important;
	box-sizing: border-box !important;
	letter-spacing: 0.9px !important;
	text-transform: uppercase !important;
	-webkit-transition: all 0.3s ease 0s !important;
	transition: all 0.3s ease 0s !important;
	justify-content: flex-start !important;
	text-align: left !important;
	z-index: 1;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}


.en-sidelinks-module a::before {
display: none;
}


.en-sidelinks-module a:hover::after {
	display: none !important;
}

.en-sidelinks-module a:hover,
.en-sidelinks-module a:focus {
	color: #ffffff !important;
	background: #2c419c !important;
	transform: none !important;
	width: 201px !important;
	border-top-left-radius: 30.5px !important;
	border-bottom-left-radius: 30.5px !important;
	padding: 7.5px 10px 5px 32.5px !important;
}

@media (max-width: 1460px) {
	.en-sidelinks-module {
		position: relative !important;
		transform: none !important;
		flex-direction: row !important;
		top: inherit !important;
		justify-content: center !important;
		align-items: center !important;
		padding: 60px 0 60px !important;
		flex-wrap: wrap !important;
		z-index: 1000;
		gap: 20px !important;
	}

	#en-sidelinks-row {
		position: relative;
		z-index: 1;
		background: #ffffff;
	}


	.en-sidelinks-module a {
		width: 160px !important;
		font-size: clamp(12px, 2.3437vw, 18px) !important;
		line-height: clamp(14px, 2.6041vw, 20px) !important;
		min-height: clamp(51px, 7.9427vw, 61px) !important;
		justify-content: center !important;
		align-items: center !important;
		text-align: center !important;
		padding: 7.5px 5px 5px 5px !important;
		width: 201px !important;
		box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px !important;

	}
	.en-sidelinks-module a:hover,
	.en-sidelinks-module a:focus{
		padding: 7.5px 5px 5px 5px !important;
		border-top-left-radius: 0px !important;
		border-bottom-left-radius: 0px !important;
	}
	.en-sidelinks-module a br {
		display: none;
	}

}
@media (max-width: 768px) {
	.en-sidelinks-module {
		padding: 40px 0 40px !important;
        gap: 15px !important;
	}
}

@media (max-width: 576px) {
	.en-sidelinks-module a {
		width: 45% !important;
	}

	.en-sidelinks-module a:hover,
	.en-sidelinks-module a:focus {
		width: 45% !important;
	}
}

@media (max-width: 430px) {
	.en-sidelinks-module a {
		width: 47% !important;
		margin: 0px !important;
	}

	.en-sidelinks-module a br {
		display: none !important;
	}

	.en-sidelinks-module a:hover,
	.en-sidelinks-module a:focus {
		width: 47% !important;
	}
}



/* FIRST ROW */
#first-row {
	position: relative;
	background: #fff;
	z-index: 7;
}

#first-row-inner {
	padding: 0px 0 0px;
	z-index: 99;
}

.mission {
	position: relative;
	display: grid;
	grid-template-columns: 600px 1fr;
	grid-template-rows: auto;
	gap: 46px;
	margin-top: -20px;
	justify-content: center;
	background: url('/pics/mission-bg.jpg') no-repeat center top,#a3151a;
	border-bottom-left-radius: 49px;
	border-bottom-right-radius: 49px;
	padding: 33.5px 0px 27.5px 0px;
	box-sizing: border-box;
}

.mission .mission-header {
	margin: 0 0 0px 54px;
	padding: 0;
	color: #ffffff;
	font-weight: 700;
	font-size: 84px;
	line-height: 82px;
	text-align: left;
	letter-spacing: 0px;
	font-family: "Tangerine", cursive;
	grid-column: 1;
	grid-row: 1;
  }

  .mission .mission-header span{
	margin: 0px 0px 0px 25px;
  }

  .mission .mission-text {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: 500;
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	letter-spacing: 0.21px;
	font-family: "DM Sans", sans-serif;
	grid-column: 2;
	grid-row: 1;
	padding: 17.5px 40px 17.5px 0px;
	box-sizing: border-box;
  }


  @media only screen and (max-width: 1460px) {
	.mission{
		margin-top: 0px;
	}
  }

  @media only screen and (max-width: 1260px) {
	.mission{
		grid-template-columns: clamp(300px,47.6190vw,600px) 1fr;
		grid-template-rows: auto;
		gap: 0;
	}

	.mission .mission-header{
		margin: 0 0 0px min(1.9841vw,25px);
		font-size: clamp(54px,6.6666vw,84px);
		line-height: clamp(52px,6.5079vw,82px);
	}
	.mission .mission-header span {
		margin: 0px 0px 0px min(1.9841vw,25px);
	  }
	.mission .mission-text{
		font-size: clamp(16px,1.5873vw,20px);
		line-height: clamp(28px,2.8571vw,36px);
		padding: 15px min(3.1746vw,40px) 15px min(3.1746vw,40px);
	}
  }
  @media only screen and (max-width: 768px) {
	.mission {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 15px;
		padding: 25px 0px 30px 0px;
		background-size: contain;
		background-position: center bottom;
	  }

	  .mission .mission-header {
		margin: 0 0 0px 0px;
		font-size: clamp(40px,8.3333vw,64px);
		line-height: clamp(38px,8.0729vw,62px);
		grid-column: 1;
		grid-row: 1;
		text-align: center;
	  }

	  .mission .mission-header span{
		  margin: 0px;
	  }

	  .mission .mission-text {
		font-size: clamp(14px,2.0833vw,16px);
		line-height: clamp(24px,3.6458vw,28px);
		padding: 0px 15px;
		grid-column: 1;
		grid-row: 2;
		text-align: center;
		max-width: 600px;
		margin: 0px auto;
	  }
  }



/****** SECOND ROW :-  NEWS SECTION ******/
#second-row {
	background: #ffffff;
	position: relative;
	z-index: 1;
}

#second-row-inner {
	position: relative;
	padding: 71px 0px 110px 0px;
	box-sizing: border-box;
	display: block !important;
	max-width: 1278px !important;
}

.second-row-wrapper .news_box {
	position: relative;
}

#hp-news {
	width: 100%;
	position: relative;
	max-width: 100%;
	margin: 0px auto 0 auto;
}

#hp-news>div.en-news-slider {
	--min-card-gap: 10px;
	--image-width: 374px;
	--image-height: 340px;
	--line-height: 1.1px;
	--font-size: 19px;
	--max-lines-subject: 2;
	--max-lines-summary: 3;
	font-family: inherit;
	color: #262626;
}

#hp-news h2.en-news-section-title {
	display: none;
}

.news-spanish{
	color: #a3151a;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 2px;
	font-family: "Alegreya", serif;
	text-transform: uppercase;
	max-width: 1200px;
	margin: 0px auto 9px auto;
	position: relative;
	left: -1px;
}


.news-header {
	padding: 0px 0;
	text-align: left;
	position: relative;
	width: auto;
	max-width: 1200px;
	margin: 0px auto 34px auto;
	left: -2px;
}

.news-header a {
	margin: 0px 0px 0px 0px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1.6px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
}

#hp-news div.en-card-slider-inner-container {
	min-height: 100px;
}

div.en-news-slider div.en-card-slider-inner-container>a>.en-news-slider-image-container {
	position: relative !important;
	background: #2c419c !important;
}
div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::after {
	position: absolute;
	content: '';
	height: calc(100% - 4px);
	width: calc(100% - 4px);
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
	border: 2px solid rgba(0, 0, 0, 0.05);
  }

  div.en-news-slider div.en-card-slider-inner-container > a > .en-news-slider-image-container::before {
	position: absolute;
	content: '';
	background-image: linear-gradient(rgba(11, 16, 38, 0),rgba(11, 16, 38, 0.43),rgba(11, 16, 38, 0.87),rgb(11, 16, 38));
	height: 148px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 5;
  }
div.en-news-slider div.en-card-slider-inner-container>a>.en-news-slider-image-container img {
	position: relative !important;
}

#hp-news div.en-card-slider-inner-container>a {
	grid-template-rows: var(--image-height) auto;
	min-height: 473px;
	position: relative;
	border: none !important;
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	background: #2c419c !important;
	align-content: flex-start;
	padding-bottom: 11px;
	box-sizing: border-box;
}

#hp-news div.en-card-slider-inner-container>a::before{
	position: absolute;
	content: '';
	background: #fff;
	height: 133px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}
#hp-news div.en-card-slider-inner-container>a:hover::before,
#hp-news div.en-card-slider-inner-container>a :focus::before{
    background: #2c419c;
}
#hp-news div.en-card-slider-inner-container>a::after{
	position: absolute;
	content: '';
	background:  url("/pics/news-pattern.png") no-repeat center;
	height: 11px;
	width: 100%;
	bottom: 0px;
	left: 0px;
	z-index: 5;
}
#hp-news div.en-card-slider-inner-container>a:hover,
#hp-news div.en-card-slider-inner-container>a :focus{
	background: #2c419c !important;
}

#hp-news div.en-card-slider-inner-container>a:hover::after,
#hp-news div.en-card-slider-inner-container>a :focus::after{
	height: 8px;
	background:  url("/pics/news-pattern-hover.png") no-repeat center;
}


#hp-news div.en-card-slider-inner-container>a>h3.en-news-slider-title {
	font-size: 23px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
	text-align: center;
	padding: 0px 65px 0px 65px;
	letter-spacing: 0.56px;
	position: relative;
	height: 58px;
	width: 100%;
	box-sizing: border-box;
	margin: -82px 0px 0px 0px !important;
	text-transform: none;
	z-index: 9999;
	font-family: "Alegreya", serif;
	display: flex;
	justify-content: flex-end !important;
	align-items: center;
}

#hp-news div.en-card-slider-inner-container>a>h3.en-news-slider-title span{
	-webkit-line-clamp: var(--max-lines-subject);
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}

#hp-news div.en-card-slider-inner-container>a>h3.en-news-slider-title:hover,
#hp-news div.en-card-slider-inner-container>a>h3.en-news-slider-title:focus {
	text-decoration: underline !important;
}

#hp-news div.en-card-slider-inner-container > a:hover h3.en-news-slider-title, #hp-news div.en-card-slider-inner-container > a:focus h3.en-news-slider-title {
	text-decoration: underline !important;
  }

#hp-news div.en-card-slider-inner-container>a>div.en-news-slider-summary {
	font-weight: 500;
	line-height: 27px;
	text-align: center;
	color: #1a1a1a;
	margin: 21px 0 0 0 !important;
	-webkit-line-clamp: var(--max-lines-summary);
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	grid-column: 1;
	grid-row: 3;
	position: relative;
	padding: 0px 30px 0px 30px;
	letter-spacing: -0.16px;
	z-index: 9;
	font-size: 17px;
	font-family: "DM Sans", sans-serif;
	background: #fff;
}
#hp-news div.en-card-slider-inner-container > a:hover div.en-news-slider-summary, 
#hp-news div.en-card-slider-inner-container > a:focus div.en-news-slider-summary{
	color: #ffffff;
	background: #2c419c;
}


div.en-news-slider>div.en-card-slider-inner-container>a:hover,
div.en-news-slider>div.en-card-slider-inner-container>a:focus {
	background: #ffffff;
}

div.en-news-slider>div.en-card-slider-inner-container>a>.en-news-slider-image-container {
	transition: all ease 0.2s;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	background: transparent;
	position: relative;
}

div.en-news-slider>div.en-card-slider-inner-container>a>.en-news-slider-image-container img {
	object-fit: cover !important;
}


div.en-news-slider>div.en-news-slider-footer {
	margin-top: 0px;
}

#hp-news div.en-news-show-all {
	border: 0;
	padding: 0;
	display: none;
}

.en-news-show-all-custom {
	width: min-content !important;
	white-space: nowrap;
	height: auto;
	position: absolute;
	top: -55px;
	right: 38px;
}

.en-news-show-all-custom a {
	text-decoration: none;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	display: inline-block;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	padding: 0px;
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	height: auto;
	background: transparent;
	width: auto;
	min-height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	letter-spacing: 0.46px;
	font-family: "DM Sans", sans-serif;
}



/* .en-news-show-all-custom a:hover,
.en-news-show-all-custom a:focus {
	background: #ffffff;
	color: #252127;
} */


.en-news-show-all-custom a:hover::after,
.en-news-show-all-custom a:focus::after{
    position: absolute;
  content: '';
  background: url("/pics/custom-link-icon.png") no-repeat center;
  height: 3px;
  width: 119px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}


#hp-news div.en-news-slider-buttons {
	display: flex;
	justify-content: center;
	column-gap: 15px;
	width: min-content;
	padding: 0px 0px;
	z-index: 999;
	max-width: 1100px;
	width: 100%;
}

#hp-news div.en-news-slider-buttons button {
	position: absolute;
	cursor: pointer;
	border: 0;
	top: 120px;
	width: 50px;
	height: 100px;
	z-index: 999999;
	padding: 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-prev {
	left: -12px;
	border-radius: 0;
	text-indent: -9999px;
	background: url("/pics/slide-arrow.png") no-repeat 2px 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-next {
	right: -12px;
	border-radius: 0;
	text-indent: -9999px;
	background: url("/pics/slide-arrow.png") no-repeat -51px 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-prev:hover {
	background: url("/pics/slide-arrow.png") no-repeat -102px 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:hover {
	background: url("/pics/slide-arrow.png") no-repeat -155px 0px;
}

#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
	left: -16px;
	background: url("/pics/slide-arrow.png") no-repeat -206px 0px;
	width: 59px;
	height: 103px;
}

#hp-news div.en-news-slider-buttons button.en-news-next:focus {
	right: -16px;
	background: url("/pics/slide-arrow.png") no-repeat -266px 0px;
	width: 59px;
	height: 103px;
}

#hp-news div.en-news-slider-buttons button.en-card-slider-button-disabled {
	opacity: 0.5;
	cursor: auto;
	color: rgba(0, 0, 0, 1) !important;
    background-color: rgba(255, 255, 255,0.5) !important;
}

@media only screen and (max-width: 1360px) {
	#hp-news div.en-news-slider-buttons button{
		bottom: -105px;
		top: inherit;
	}

	#hp-news div.en-news-slider-buttons button.en-news-next {
		right: 15px;
	}

	#hp-news div.en-news-slider-buttons button.en-news-prev {
		left: 15px;
	}

	#hp-news div.en-news-slider-buttons button.en-news-prev:focus {
		left: 11px;
		bottom: -108px;
	  }

	  #hp-news div.en-news-slider-buttons button.en-news-next:focus {
		right: 11px;
		bottom: -108px;
	  }

	  #second-row-inner{
		  max-width: 1198px !important;
	  }
}

@media only screen and (max-width: 1260px) {
	.news-spanish{
		font-size: clamp(15px,1.5873vw,20px);
		left: 0px;
	}

	.news-header a{
		font-size: clamp(36px,3.3333vw,42px);
	}

	.en-news-show-all-custom a{
		font-size: clamp(14px,1.4285vw,18px);
		width: max-content;
	}

	.en-news-show-all-custom a:hover::after, .en-news-show-all-custom a:focus::after{
		width: clamp(80px,9.4444vw,119px);
		background-size: contain !important;
	}

	#hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title{
		font-size: clamp(20px,1.8253vw,23px);
		line-height: clamp(25px,2.2222vw,28px);
	}
	#hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary{
		font-size: clamp(14px,1.3492vw,17px);
		line-height: clamp(24px,2.1428vw,27px);
	}
}
@media only screen and (max-width: 1198px) {
	#hp-news::after{
		position: absolute;
  content: '';
  height: 100%;
  width: 5px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  background: #fff;
	}
}
@media only screen and (max-width: 768px) {
	#second-row-inner {
		position: relative;
		padding: 40px 0px 110px 0px;
	}
	.en-news-show-all-custom {
		width: 100% !important;
		white-space: nowrap;
		height: auto;
		position: relative;
		top: 62px;
		right: inherit;
		display: flex;
		justify-content: center;
	  }

	  .news-spanish {
		font-size: clamp(13px,1.9531vw,15px);
		text-align: center;
	  }

	  .news-header{
		margin: 0px auto 25px auto;
		left: 0px;
		text-align: center;
	  }

	  .news-header a {
		font-size: clamp(32px,4.6875vw,36px);
		letter-spacing: 1px;
	  }

	  #hp-news > div.en-news-slider{
		--image-width: clamp(290px,48.6979vw,374px);
		--image-height: clamp(264px,44.2708vw,340px);
	  }
	  #hp-news div.en-card-slider-inner-container > a{
		min-height: clamp(374px,58.5937vw,450px);
	  }

	  #hp-news div.en-card-slider-inner-container > a::before{
		  height: 110px;
	  }
	  #hp-news div.en-card-slider-inner-container > a::after{
		  background-size: contain !important;
		  bottom: -3px;
	  }
	  #hp-news div.en-card-slider-inner-container > a > h3.en-news-slider-title{
		padding: 0px 25px 0px 25px;
	  }

	  #hp-news div.en-card-slider-inner-container > a > div.en-news-slider-summary{
		padding: 0px 25px 0px 25px;
	  }
}
@media only screen and (max-width: 838px) {
	#hp-news::after{
display: none;
	}
}

@media only screen and (max-width: 817px) {
	#hp-news::after{
display: block;
	}
}

@media only screen and (max-width: 480px) {
	#hp-news::after{
display: none;
	}
}

/****** FOURTH ROW  ******/
#third-row {
	position: relative;
	background: #f7f5eb;
}

#third-row-inner {
	position: relative;
	display: grid;
	grid-template-columns: 132px 311px 1fr;
	grid-template-rows: auto;
	gap: 0px;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}

#third-row-inner .left-col {
	position: relative;
	grid-column: 1/3;
	grid-row: 1;
	background: url('/pics/event-section-bg.png') repeat-y center;
	padding: 52px 0px 51px 0px;
	box-sizing: border-box;
	z-index: 9;
}

#third-row-inner .right-col {
	position: relative;
	grid-column:  2/4;
	grid-row: 1;
   
}

#event-slideshow img,
#event-slideshow .nivoSlider,
#event-slideshow .nivo-slice {
	max-height: 100%;
	display: block;
	min-width: 100%;
	/* width: unset !important; */
	position: relative;
	margin-left: 0 !important;
	background-size: cover !important;
}


/* Events */
#hp-events {
	overflow: visible !important;
}

#wrapper-index #events {
	position: relative;
	max-width: 100%;
	margin-right: 0px;
}

section#events .container {
	position: relative;
	left: 0px;
}



.event-spanish{
	color: #a3151a;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 2px;
	font-family: "Alegreya", serif;
	text-transform: uppercase;
	margin: 0px 0px 9px 0px;
	position: relative;
	left: -1px;
}
.event-header {
	padding: 0px 0;
	margin: 0px 0 39.5px -2px;
	text-align: left;
	position: relative;
}
.event-header a {
	margin: 0px 0px 0px 0px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1.45px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
}

#events #hp-events #events {
	position: relative;
	max-height: 362px;
	overflow-y: scroll;
	padding-bottom: 0px;
	margin-top: 0px;
	min-height: 362px;
	max-width: 100%;
	overflow-x: hidden;
}

#events #hp-events .v3 .dayInfoWrap {
	width: 78px;
	height: 93.5px;
	border-radius: 0;
	margin-top: 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 18.5px 25px 15px 0px;
	position: relative;
	z-index: 0;
	box-sizing: border-box;
	background: url("/pics/event-date-bg.png") no-repeat right bottom;
}


#events #hp-events .v3 span.month {
	font-size: 15.1px;
	color: #1a1a1a;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-left: 2.5px;
	margin-top: 0px;
	letter-spacing: 1.5px;
	line-height: 1;
	font-family: "DM Sans", sans-serif;
}

#events #hp-events .v3 span.day {
	font-size: 50px;
	color: #1a1a1a;
	font-weight: 400;
	line-height: 1;
	margin-left: -0.5px;
	margin-top: -5.25px;
	letter-spacing: -1.5px;
	text-transform: uppercase;
	text-align: center;
	font-family: "Alegreya", serif;
	font-feature-settings: 'lnum', 'pnum';
}

.dayeventwrap {
	margin-top: 0px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

#wrapper .dayeventwrap {
	background: none !important;
}

#events #hp-events .v3 .dayeventwrap:last-child ul {
	margin-bottom: 0;
}

#events #hp-events .v3 ul {
	min-height: 93px;
	padding-left: 27.5px;
	margin: 0px 0 19.5px 0;
	position: relative;
	top: 0px;
}

#events #hp-events .v3 ul li {
	padding-top: 0px;
	margin: 0.5px 0 10px 0px !important;
}

#events #hp-events ul li.event div {
	font-size: 17px;
	color: #1a1a1a;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: -0.17px;
	font-family: "DM Sans", sans-serif;
}

#events #hp-events ul li.event div span:first-child {
	display: none;
}

.time {
	margin-bottom: 0px !important;
}

.location {
	margin-bottom: 0px !important;
}

#events #hp-events ul li.event div.location {
	margin-top: 0px;
}

#events #hp-events ul li.event div a {
	font-size: 23px;
	color: #1a1a1a !important;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	line-height: 28px;
	letter-spacing: 0.55px;
	margin-top: 0;
	margin-bottom: 9px !important;
	left: -0.5px;
	position: relative;
	font-family: "Alegreya", serif;
}

#events #hp-events ul li.event div a:hover,
#events #hp-events ul li.event div a:focus {
	text-decoration: underline;
}

.hpeventlinks {
	margin: 18.5px 0 0 -1px !important;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row;
	gap: 38.5px;
	position: relative;
}

#hp-events ul li.event div {
	margin-bottom: 0px !important;
}

.time {
	margin-bottom: 2px !important;
}

#hp-events .v3 ul {
	list-style: none;
	list-style: none outside none;
}


.hpeventlinks div:last-child {
	margin-top: 0px !important;
}

.hpeventlinks div a {
	text-decoration: none;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	display: inline-block;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	padding: 0px;
	min-width: 0px;
	margin: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	height: auto;
	background: transparent;
	width: auto;
	min-height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	letter-spacing: 0.46px;
	font-family: "DM Sans", sans-serif;

}


/* .hpeventlinks div a:hover,
.hpeventlinks div a:focus {
	color: #ffffff !important;
	justify-content: center;
} */

.hpeventlinks div a:hover::after,
.hpeventlinks div a:focus::after {
	position: absolute;
	content: '';
	background: url("/pics/custom-link-icon.png") no-repeat center;
	height: 3px;
	width: 119px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}



#wrapper-index #events .time span:first-child,
#wrapper-index #events .location span:first-child {
	display: none;
}


@media only screen and (max-width: 1260px) {
	#third-row-inner{
		grid-template-columns: 132px clamp(275px,24.6825vw,311px) 1fr;
	}
	.event-spanish{
		font-size: clamp(15px,1.5873vw,20px);
		left: 0px;
	}
	.event-header a{
		font-size: clamp(36px,3.3333vw,42px);
	}

	.hpeventlinks div a{
		font-size: clamp(14px,1.4285vw,18px);
	}

	.hpeventlinks div a:hover::after, 
	.hpeventlinks div a:focus::after{
		width: clamp(80px,9.4444vw,119px);
    background-size: contain !important;
	}

	#events #hp-events ul li.event div a{
		font-size: clamp(20px,1.8253vw,23px);
		line-height: clamp(25px,2.2222vw,28px);
	}

	#events #hp-events ul li.event div{
		font-size: clamp(14px,1.3492vw,17px);
		line-height: clamp(24px,2.1428vw,27px);
	}
}

@media only screen and (max-width: 992px) {
	#third-row-inner {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		padding: 40px 0px 40px 0px;
	  }

	  #third-row-inner .left-col {
		grid-column: 1;
		grid-row: 2;
		background: #f7f5eb;
		padding: 40px 0px 0px 0px;
		max-width: 600px;
		margin: 0px auto;
		width: 100%;
	  }

	  #third-row-inner .right-col {
		position: relative;
		grid-column: 1;
		grid-row: 1;
		max-width: 600px;
		margin: 0px auto;
	  }

	  #event-slideshow img, #event-slideshow .nivoSlider, #event-slideshow .nivo-slice {
		max-height: 40vw;
		display: block;
		min-width: 100%;
		width: clamp(290px,78.125vw,600px) !important;
		position: relative;
		margin-left: 0 !important;
		background-size: cover !important;
	  }
	  .event-spanish {
		font-size: clamp(13px,1.9531vw,15px);
		text-align: center;
	  }

	  .event-header {
		margin: 0px 0 25px 0px;
		text-align: center;
	  }
	  .hpeventlinks{
		margin: 15px 0 0 0px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
		gap: 25px;
	  }
}
@media only screen and (max-width: 768px) {
	



	

	  .event-header a {
		font-size: clamp(32px,4.6875vw,36px);
	  }

	  #events #hp-events .v3 ul{
		padding-left: 15px;
		margin: 0px 0 15px 0;
	  }

	  #events #hp-events #events{
		max-height: 320px;
		min-height: 320px;
	  }
}


/****** FOURTH ROW :-  GLANCE SECTION ******/
#fourth-row {
	background: url("/pics/fourth-row-bg.png") no-repeat center top,#ffffff;
	position: relative;
}

#fourth-row-inner {
	position: relative;
	padding: 100px 0px 90.233px 0px;
	box-sizing: border-box;
	max-width: 1200px !important;
}


.glance-header{
	margin: 0 0 33px -2.5px;
	padding: 0;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 100px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0px;
	font-family: "Tangerine", cursive;
}

.glance-container{
	position: relative;
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 40px;
  justify-content: center;
  padding: 0px 0px 0px 0px;
  box-sizing: border-box;
}

.glance-container .left-col {
	grid-column: 1;
	grid-row: 1;
	display: grid;
	grid-template-columns: 180px 60px 1fr;
	padding: 0px 0px 0px 0px;
  }

  .glance-column-1 {
	position: relative;
	grid-column: 1/3;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	z-index: 9;
  }
  .glance-text{
	margin: 0 0 0px 0px;
	padding: 0;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 22px;
	line-height: 28px;
	text-align: left;
	letter-spacing: 0px;
	font-family: "DM Sans", sans-serif;
	position: relative;
  }

  .box .glance-text::before{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: -25px;
	background: #2c419c;
	z-index: 9;
	left: 0.5px;
  }
  .box-1 {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #a3151a;
	min-height: 240px;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	padding: 20px 40px 21px 51px;
	box-sizing: border-box;
  }
  .box-1 .glance-text,
  .box-6 .glance-text,.box-8 .glance-text {
	color: #fff;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.2px;
  }

  .box-1 .glance-text span{
	margin: 0px 0px 0px 2px;
  }
  .box-1 .glance-text::before,
  .box-6 .glance-text::before,
  .box-8 .glance-text::before{
	  display: none;
  }
  .box-2 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 22px 10px 22px 17.5px;
	box-sizing: border-box;
	max-width: 180px;
	min-height: 183px;
	border: 2px solid #edebe1;
	background: #ffffff;
  }

  .glance-column-2 {
	position: relative;
	grid-column: 2/4;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 16px;
	margin-left: 20px;
	padding-top: 40px;
  }


  .box-3{
	position: relative;
	margin: 0px 0px 0px 0px;
  }
  .glance-img{
	  position: relative;
  }

  .glance-img::before{
	position: absolute;
	content: '';
	height: calc(100% - 4px);
	width: 100%;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	border: 2px solid rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
  }
  .box-4 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 10px 10px 14px 11px;
	box-sizing: border-box;
	width: 100%;
	min-height: 110px;
	border: 2px solid #edebe1;
	background: #ffffff;
	max-width: 280px;
  }

  .box-4 .glance-text{
	text-align: center;
	letter-spacing: 0.05px;
  }

  .box-4 .glance-text::before{
	background: #a3151a;
	left: 50%;
	transform: translateX(-50%);
	top: -21px;
	margin: 0px 0px 0px -0.5px;
  }


  .glance-container .right-col {
	grid-column: 2;
	grid-row: 1;
	display: grid;
	grid-template-columns: 200px 60px 180px 40px 200px;
	grid-template-rows: auto;
	padding: 0px 0px 0px 0px;
  }

  .glance-column-3{
	position: relative;
	grid-column: 1/3;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 77px;
	padding-top: 40px;
  }


  .box-5 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 22px 40px 12px 17.5px;
	box-sizing: border-box;
	max-width: 100%;
	min-height: 143px;
	border: 2px solid #edebe1;
	background: #ffffff;
  }
  .box-5 .glance-text{
	letter-spacing: 0.05px;
  }

  .box-5 .glance-text::before{
	left: 0.5px;
  }

  .box-6 {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #2c419c;
	min-height: 240px;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	padding: 23px 40px 20px 51px;
	box-sizing: border-box;
	max-width: 240px;
	z-index: 9;
  }


  .box-6 .glance-text span{
	margin: 0px 0px 0px -10px;
  }

  .glance-column-4{
	position: relative;
	grid-column: 2/5;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 64px 0px 0px 0px;
	box-sizing: border-box;
  }


  .glance-column-5{
	position: relative;
	grid-column: 4/6;
	grid-row: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 20px;
	padding-top: 20px;
	align-items: flex-end;
  }

  .box-8{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #a3151a;
	min-height: 240px;
	border-top-left-radius: 120px;
	border-bottom-left-radius: 120px;
	padding: 20px 40px 23px 51px;
	box-sizing: border-box;
	z-index: 9;
  }

  .box-8 .glance-text span{
	margin: 0px 0px 0px -6.5px;
	letter-spacing: 0.25px;
  }
  

  .box-9 {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	padding: 10px 16.5px 12px 15px;
	box-sizing: border-box;
	max-width: 180px;
	min-height: 170px;
	border: 2px solid #edebe1;
	background: #ffffff;
	z-index: 9;
  }


  .box-9 .glance-text{
	text-align: right;
	letter-spacing: 0.1px;
  }

  .box-9 .glance-text::before{
    left: inherit;
	right: 1.5px;
	background: #a3151a;
  }


  @media only screen and (max-width: 1260px) {
	#fourth-row-inner{
		padding: 80px 0px 80px 0px;
	}

	.glance-header{
		font-size: clamp(45px,7.9365vw,100px);
	}

	.glance-container{
		grid-template-columns: clamp(375px,37.3015vw,470px) 1fr;
		gap: 20px;
	}

	.glance-container .left-col{
		grid-template-columns: clamp(150px,14.2857vw,180px) 60px 1fr;
	}
	.glance-container .right-col{
		grid-template-columns: clamp(160px,15.8730vw,200px) clamp(40px,4.7619vw,60px) clamp(115px,11.9047vw,150px) 40px clamp(170px,15.8730vw,200px);
	}
	.glance-img img{
		width: 100%;
	}

	.glance-text{
		font-size: clamp(17px,1.7460vw,22px);
		line-height: clamp(24px,2.2222vw,28px);
	}

	.box-1 .glance-text, .box-6 .glance-text, .box-8 .glance-text{
		font-size: clamp(20px,2.0634vw,26px);
		line-height: clamp(30px,2.8571vw,36px);
	}

	.box-1,.box-6,
	.box-8{
		padding: 20px min(3.1746vw,40px) 20px min(3.1746vw,40px);
		min-height: clamp(200px,19.0476vw,240px);
	}
	.box-2{
		max-width: clamp(150px,14.2857vw,180px);
		min-height: clamp(150px,14.2857vw,180px);
		width: 100% !important;
		padding: 15px 10px 15px 12px;
	}
	.box-9{
		max-width: clamp(150px,14.2857vw,180px);
		min-height: clamp(150px,13.4920vw,170px);
		padding: 10px 12px 12px 12px;
	}
	.box-5{
		padding: 12px min(3.1746vw,40px) 12px 12px;
	}
  }
  @media only screen and (max-width: 992px) {
	#fourth-row{
		background-size: contain !important;
	}
	#fourth-row-inner {
		padding: 60px 0px 60px 0px;
	}
	.glance-container {
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 20px;
	  }

	  .glance-container .left-col {
		grid-column: 1;
		grid-row: 1;
		margin: 0px auto;
		grid-template-columns: 1fr;
        grid-template-rows: auto auto;
		gap: 20px;
	}

	.glance-column-1{
		grid-column: 1;
		grid-row: 1;
		gap: 20px;
		flex-direction: row;
		justify-content: center;
	}

	.glance-column-2{
		grid-column: 1;
		grid-row: 2;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 20px;
		margin: 0px;
		padding: 0px;
	}

	.box{
		padding: 15px !important;
		border-radius: 0px !important;
		min-height: 200px !important;
		min-width: unset !important;
		max-width: 250px !important;
		box-sizing: border-box;
		height: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: center !important;
		align-items: center !important;
		width: 100%;
	}
	.glance-text span{
		margin: 0px !important;
	}
	.box-3{
		padding: 0px !important;
	}

	.glance-container .right-col {
		grid-column: 1;
		grid-row: 2;
		margin: 0px auto;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto;
	}
	.glance-text{
		text-align: center !important;
	}
	.box .glance-text::before{
		left: 50%;
  transform: translateX(-50%);
  top: -21px;
  margin: 0px 0px 0px 0px;
	}

	.glance-column-3{
		grid-column: 1;
  grid-row: 1;
  gap: 20px;
  padding: 0px;
  flex-direction: row;
  justify-content: center;
	}

	.glance-column-4{
		grid-column: 1;
		grid-row: 2;
		gap: 20px;
		padding: 0px;
		flex-direction: row;
		justify-content: center;
	}

	.glance-column-5{
		grid-column: 1;
		grid-row: 3;
		gap: 20px;
		padding: 0px;
		flex-direction: row;
		justify-content: center;
	}
  }
  @media only screen and (max-width: 768px) {
	.box{
		min-height: clamp(150px,26.0416vw,200px) !important;
		max-width: clamp(200px,32.5520vw,250px) !important;
	}

	.box-1 .glance-text, .box-6 .glance-text, .box-8 .glance-text {
		font-size: clamp(16px,2.6041vw,20px);
		line-height: clamp(23px,3.9062vw,30px);
	  }

	  .glance-text {
		font-size: clamp(14px,2.2135vw,17px);
		line-height: clamp(18px,3.125vw,24px);
	  }

	  #fourth-row-inner {
		padding: 40px 0px 40px 0px;
	}

	.glance-container .left-col,
	.glance-column-1,.glance-column-2,
	.glance-container .right-col,
	.glance-column-3,.glance-column-4,.glance-column-5{
		gap: 15px;
	}
	.box-7{
		padding: 0px !important;
	}
  }

  /****** FIFTH ROW  ******/
#fifth-row {
	background: url("/pics/fifth-row-bg.jpg") no-repeat center,#ffffff;
	position: relative;
	min-height: clamp(200px,26.1904vw,330px);
	background-size: cover !important;
}

#fifth-row::after{
	position: absolute;
  content: '';
  background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.04),rgba(0, 0, 0, 0.13),rgba(0, 0, 0, 0.22));
  height: 70px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}




/****** SIXTH ROW :-  LINK SECTION ******/
#sixth-row {
	position: relative;
	background: #a3151a;
}


#sixth-row-inner {
	position: relative;
	padding: 54.5px 0 70px 0;
	box-sizing: border-box;
}

section#links{
	position: relative;
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: auto;
  gap: 40px;
}

.links-header{
	position: relative;
	grid-column: 1;
	grid-row: 1;
}

/* Links */
.link-spanish {
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 2px;
	font-family: "Alegreya", serif;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	position: relative;
	left: -1px;
  }
#index-wrapper section#links h2 {
	padding: 0px 0;
	margin: 0px 0 0px -2px;
	text-align: left;
	position: relative;
	width: 100%;
}


#links h2 a {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1.45px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
}


#index-wrapper #links .container {
	text-align: left;
	position: relative;
	max-width: 100%;
	display: flex;
	justify-content: center;
	padding: 15.5px 0px 0px 0px;
	left: 0px;
	align-items: flex-start;
	grid-column: 2;
	grid-row: 1;
}

#index-wrapper table.HPLinks tbody {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	row-gap: 15px;
	justify-content: flex-start;
	column-gap: 15px;
	align-items: center;
}

#index-wrapper table.HPLinks tr {
	width: 310px;
	min-height: 80px;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 0px 0px 0px;
	background: transparent;
	z-index: 99;
	position: relative;
}


#index-wrapper table.HPLinks #l,
#index-wrapper table.HPLinks .tableLeft {
	display: none;
}

#index-wrapper table.HPLinks #r,
#index-wrapper table.HPLinks .tableRight {
	display: flex;
	width: 100%;
	box-sizing: border-box;
	position: relative;
	padding: 0;
	min-height: 100%;
	box-sizing: border-box;
	align-items: center;
}


#index-wrapper section table.HPLinks a {
	font-size: 22px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 80px;
	padding: 12.5px 30px 10px 30px;
	box-sizing: border-box;
	transition: .3s all none;
	color: #ffffff;
	z-index: 999;
	letter-spacing: 0.25px;
	background: #1a1a1a;
	text-decoration: none;
	font-family: "DM Sans", sans-serif;
	text-transform: none;
}


#index-wrapper table.HPLinks tr a:hover,
#index-wrapper table.HPLinks tr a:focus {
	color: #ffffff;
	background: url("/pics/links-hover-bg.png") no-repeat right bottom, #2c419c;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

/* #index-wrapper table.HPLinks tr a:hover::before,
#index-wrapper table.HPLinks tr a:focus::before {
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -5px;
	background: #b38c0a;
	z-index: 10;
	left: 0;
} */


#showAll-hplinks {
	position: absolute !important;
	background: none !important;
	margin: 0px 0px 0px 0px !important;
	box-shadow: none !important;
	display: block !important;
	text-align: center !important;
	width: max-content !important;
	min-height: auto !important;
	left: -241px;
	top: 186px;
}

#showAll-hplinks .tableRight a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
	display: inline-block !important;
	transition: all ease 0.5s !important;
	-webkit-transition: all ease 0.5s !important;
	-moz-transition: all ease 0.5s !important;
	padding: 0px !important;
	min-width: 0px !important;
	margin: 0px 0px 0px 0px !important;
	position: relative !important;
	text-align: center !important;
	height: auto !important;
	background: transparent !important;
	width: auto !important;
	min-height: auto !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	box-sizing: border-box !important;
	letter-spacing: 0.46px !important;
	font-family: "DM Sans", sans-serif !important;
	border: none !important;
	z-index: 1 !important;
}


#showAll-hplinks .tableRight a:hover,
#showAll-hplinks .tableRight a:focus{
	border-radius: 0px !important;
}

#showAll-hplinks .tableRight a:hover::after,
#showAll-hplinks .tableRight a:focus::after{
	position: absolute;
	content: '';
	background: url("/pics/custom-link-icon-white.png") no-repeat center;
	height: 3px;
	width: 119px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}



#showAll-hplinks .tableRight a:hover::before,
#showAll-hplinks .tableRight a:focus::before {
	display: none !important;
}


@media only screen and (max-width: 1260px) {
	section#links{
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		gap: 25px;
	}
	.links-header {
		position: relative;
		grid-column: 1;
		grid-row: 1;
	  }

	  #index-wrapper #links .container{
		grid-column: 1;
		grid-row: 2;
		padding: 0px 0px 0px 0px;
		align-items: center;
		justify-content: center;
	  }
	  #index-wrapper section#links h2{
		margin: 0px 0 0px 0px;
		text-align: center;
	  }
	  #links h2 a br{
		  display: none;
	  }

	  #links h2 a{
		font-size: clamp(36px,3.3333vw,42px);
		line-height: 1;
	  }

	  .link-spanish{
		  text-align: center;
		  left: 0px;
		  font-size: clamp(15px,1.5873vw,20px);
	  }

	  #index-wrapper table.HPLinks tbody{
		justify-content: center;
		align-items: center;
	  }

	  #index-wrapper table.HPLinks tr{
		width: clamp(250px,24.6031vw,310px);
		min-height: clamp(60px,6.3492vw,80px);
	  }

	  #index-wrapper section table.HPLinks a{
		font-size: clamp(18px,1.7460vw,22px);
		min-height: clamp(60px,6.3492vw,80px);
	  }

	  #index-wrapper table.HPLinks tr a:hover, #index-wrapper table.HPLinks tr a:focus{
		  background-size: contain !important;
	  }

	  #showAll-hplinks {
		position: relative !important;
		background: none !important;
		margin: 10px 0px 0px 0px !important;
		box-shadow: none !important;
		display: block !important;
		text-align: center !important;
		width: 100% !important;
		min-height: auto !important;
		left: inherit;
		top: inherit;
	  }
	  #index-wrapper table.HPLinks #r, #index-wrapper table.HPLinks .tableRight{
		  justify-content: center;
	  }

	  #showAll-hplinks .tableRight a:hover::after, #showAll-hplinks .tableRight a:focus::after{
		width: clamp(80px,9.4444vw,119px);
		background-size: contain !important;
	  }

	  #showAll-hplinks .tableRight a{
		font-size: clamp(14px,1.4285vw,18px) !important;
	  }
}
@media only screen and (max-width: 768px) {
	#sixth-row-inner{
		padding: 40px 0 40px 0;
	}

	#links h2 a{
		font-size: clamp(32px,4.6875vw,36px);
		letter-spacing: 1px;
	  }
	  .link-spanish{
		font-size: clamp(13px,1.9531vw,15px);
	  }

	  #index-wrapper section table.HPLinks a {
		font-size: clamp(15px,2.3437vw,18px);
		min-height: clamp(50px,7.8125vw,60px);
		padding: 10px 15px 10px 15px;
	}
	#index-wrapper table.HPLinks tr {
		width: clamp(135px,32.5520vw,250px);
		min-height: clamp(50px,7.8125vw,60px);
	  }
}

/****** SEVENTH ROW :-  BULLETIN BOARD SECTION ******/
#seventh-row {
	background: #ffffff;
	position: relative;
	padding: 60px 0px 0px 0px;
}
#seventh-row-wrapper{
	background: url("/pics/seventh-row-bg.png") repeat-y center,#ffffff;
	padding: 30px 0px;
	box-sizing: border-box;
}

#seventh-row-wrapper-inner{
	background: url("/pics/seventh-row-wrapper-inner.png") no-repeat center top;
}
#seventh-row-inner {
	position: relative;
	padding: 34px 0px 27px 0px;
    display: grid;
	grid-template-columns: 505px 1fr;
	grid-template-rows: auto;
	gap: 75px;
}

#seventh-row-inner .left-col{
	position: relative;
	 grid-column: 1;
	 grid-row: 1;
	 background: #2c419c;
}

#seventh-row-inner .right-col{
	position: relative;
	grid-column: 2;
	grid-row: 1;
	padding: 33px 5px 30px 80px;
	box-sizing: border-box;
}






.bulletboard-spanish {
	color: #ffffff;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 2px;
	font-family: "Alegreya", serif;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	position: relative;
	left: -1px;
  }


.bulletboard-header {
	display: block;
	margin: 0px 0 18px -2px;
	text-align: left;
}

.bulletboard-header a {
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1.4px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
}



/*---Bullet board css start--*/

#wrapper-index #bulletboard-sec table tbody,
#wrapper-index #bulletboard-sec table tbody {
	position: relative;
	display: flex;
	flex-direction: row;
	column-gap: 15px;
	flex-wrap: wrap;
	row-gap: 15px;
}

.important-links td.tableLeft {
	display: none;
}

#bulletboard-sec .container {
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	box-sizing: border-box;
	z-index: 10;
	position: relative;
}

#wrapper-index #bulletboard-sec table {
	position: relative;
	width: 100%;
}

#wrapper-index #bulletboard-sec table tr,
#wrapper-index #bulletboard-sec table tr {
	min-height: auto;
	display: inline-block;
	background: transparent;
	box-sizing: border-box;
	margin: 0;
	width: 245px;
	z-index: 9;
}

.important-links table #r a,
.important-links table .tableRight a {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 70px;
	padding: 12px 20px 10px 20px;
	box-sizing: border-box;
	transition: .3s all ease-in-out;
	color: #1a1a1a;
	z-index: 999;
	letter-spacing: 0.2px;
	text-decoration: none;
	font-family: "DM Sans", sans-serif;
	background: #ffffff;
	position: relative;
	text-transform: none;
}


.important-links table #r a:hover::before,
.important-links table .tableRight a:hover::before,
.important-links table #r a:focus::before,
.important-links table .tableRight a:focus::before{
	position: absolute;
  background: url(/pics/link-icon.png) no-repeat center;
  height: 31px;
  width: 35px;
  content: '';
  left: 10px;
  bottom: 4px;
}


#wrapper-index #bulletboard-sec table #r,
#wrapper-index #bulletboard-sec table .tableRight {
	display: flex;
	width: 100%;
	min-height: 66px !important;
	position: relative;
	padding: 0;
	height: auto !important;
	box-sizing: border-box;
}


.important-links table #r a:hover,
.important-links table .tableRight a:hover,
.important-links table #r a:focus,
.important-links table .tableRight a:focus {
	color: #fff;
	background: #1a1a1a;
	border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.important-links table tr:hover .tableLeft img,
.important-links table tr:focus .tableLeft img,
.important-links table tr:hover #l img,
.important-links table tr:focus #l img {
	display: none;
}

#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a {
	text-decoration: none !important;
	color: #fff !important;
	font-size: 18px !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	text-transform: none !important;
	display: inline-block !important;
	transition: all ease 0.5s !important;
	-webkit-transition: all ease 0.5s !important;
	-moz-transition: all ease 0.5s !important;
	padding: 0px !important;
	min-width: 0px !important;
	margin: 0px 0px 0px 0px !important;
	position: relative !important;
	text-align: left !important;
	height: auto !important;
	background: transparent !important;
	width: auto !important;
	min-height: auto !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	box-sizing: border-box !important;
	letter-spacing: 0.46px !important;
	font-family: "DM Sans", sans-serif !important;
	border: none !important;
	z-index: 1 !important;
}

#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a::before,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a::before {
	display: none;
}


#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:hover,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:hover,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:focus,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:focus {
	border-radius: 0px !important;
}

#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:hover::after,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:hover::after,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:focus::after,
#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:focus::after{
	position: absolute;
	content: '';
	background: url("/pics/custom-link-icon-white.png") no-repeat center;
	height: 3px;
	width: 119px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
#showAll-hpbbmessages {
	border: 0 !important;
	height: auto !important;
	position: relative;
	min-height: auto !important;
	background: transparent !important;
	margin: 7px 0px 0px 0px !important;
	display: flex !important;
	justify-content: flex-end;
	left: 1.5px;
	width: 100% !important;
}

#wrapper-index #bulletboard-sec table #showAll-hpbbmessages #r,
#wrapper-index #bulletboard-sec table #showAll-hpbbmessages .tableRight {
	padding: 0 !important;
	min-height: auto;
	height: auto;
	justify-content: flex-end;
}

#wrapper-index #bulletboard-sec table #showAll-hpbbmessages #r::before,
#wrapper-index #bulletboard-sec table #showAll-hpbbmessages .tableRight::before {
	content: unset;
}



.principal-spanish {
	color: #a3151a;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 2px;
	font-family: "Alegreya", serif;
	text-transform: uppercase;
	margin: 0px 0px 9px 0px;
	position: relative;
	left: -1px;
  }
.principal-heading {
	position: relative;
	margin: 0px 0 16px -2px;
	text-align: left;
  }

.principal-heading a {
	margin: 0px 0px 0px 0px;
	color: #1a1a1a;
	font-weight: 700;
	font-size: 42px;
	line-height: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 1.3px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
  }

  .principal-heading a:hover,
  .principal-heading a:focus{
	  text-decoration: underline;
  }

  .principal-name {
	padding: 0;
	color: #1a1a1a;
	font-weight: 500;
	font-size: 22px;
	line-height: 1;
	text-align: left;
	letter-spacing: 0.25px;
	position: relative;
	margin: 0px 0px 27px -1px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
  }

  .principal-msg{
	padding: 0;
	color: #000000;
	font-weight: 500;
	font-size: 17px;
	line-height: 30px;
	text-align: left;
	letter-spacing: 0.1px;
	position: relative;
	margin: 0px 0px 0px -1px;
	text-transform: none;
	font-family: "DM Sans", sans-serif;
  }

  .Learn-More{
	text-decoration: none;
	color: #1a1a1a;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	text-transform: none;
	display: inline-block;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	padding: 0px;
	min-width: 0px;
	margin: 31px 0px 0px -1px;
	position: relative;
	text-align: left;
	height: auto;
	background: transparent;
	width: max-content;
	min-height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	letter-spacing: 0.46px;
	font-family: "DM Sans", sans-serif;
  }

  .Learn-More:hover::after,
  .Learn-More:focus::after{
	position: absolute;
	content: '';
	background: url("/pics/custom-link-icon.png") no-repeat center;
	height: 3px;
	width: 119px;
	bottom: -6px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
  }


  @media only screen and (max-width: 1260px) {
	#seventh-row-inner{
		grid-template-columns: clamp(420px,41.6666vw,525px) 1fr;
		grid-template-rows: auto;
		gap: min(5.9523vw,75px);
	}

	.bulletboard-spanish,
	.principal-spanish{
		left: 0px;
		font-size: clamp(15px,1.5873vw,20px);
	}

	.bulletboard-header a,
	.principal-heading a {
		font-size: clamp(36px,3.3333vw,42px);
		line-height: 1;
	  }
	  #wrapper-index #bulletboard-sec table tr, #wrapper-index #bulletboard-sec table tr{
		width: clamp(200px,19.4444vw,245px);
	  }
	  #wrapper-index #bulletboard-sec table #r, #wrapper-index #bulletboard-sec table .tableRight{
		min-height: clamp(60px,5.5555vw,70px);
	  }
	  .important-links table #r a, .important-links table .tableRight a{
		min-height: clamp(60px,5.5555vw,70px);
		font-size: clamp(14px,1.3492vw,17px);
	  }

	#showAll-hpbbmessages{
		left: -21.5px;
	}
	#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a, #wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a,
	.Learn-More{
		font-size: clamp(14px,1.4285vw,18px) !important;
	}
	.en-news-show-all-custom a:hover::after, .en-news-show-all-custom a:focus::after,
	.Learn-More:hover::after, .Learn-More:focus::after{
		width: clamp(80px,9.4444vw,119px);
		background-size: contain !important;
	}

	#seventh-row-inner .right-col{
		padding: 33px 5px 30px 40px;
	}
	.principal-name{
		font-size: clamp(18px,1.7460vw,22px);
	}
	.principal-msg{
		font-size: clamp(14px,1.3492vw,17px);
        line-height: clamp(24px,2.3809vw,30px);
		margin: 0px;
	}

	.important-links table #r a:hover::before, .important-links table .tableRight a:hover::before, .important-links table #r a:focus::before, .important-links table .tableRight a:focus::before{
		height: clamp(25px,2.4603vw,31px);
		width: clamp(29px,2.7777vw,35px);
		background-size: contain !important;
	}

	#wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:hover::after, #wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:hover::after, #wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:focus::after, #wrapper-index #bulletboard-sec table tr#showAll-hpbbmessages td a:focus::after,
	.en-news-show-all-custom a:hover::after, .en-news-show-all-custom a:focus::after, .Learn-More:hover::after, .Learn-More:focus::after{
		width: clamp(80px,9.4444vw,119px);
		background-size: contain !important;
	  }
  }


  @media only screen and (max-width: 992px) {
	#seventh-row-inner{
		gap: 40px;
	}
	#seventh-row{
		padding: 40px 0px 0px 0px;
	}
	#seventh-row-wrapper{
		padding: 40px 0px;
	}
	#seventh-row-wrapper-inner {
		background: transparent;
	  }
	#seventh-row-inner .right-col {
		padding: 30px 30px 30px 30px;
	  }

	  #seventh-row-inner{
		gap: 40px;
		grid-template-columns: 1fr;
		grid-template-rows: auto auto;
		padding: 0px 0px 0px 0px;
	  }

	  #seventh-row-inner .left-col{
		grid-column: 1;
		grid-row: 1;
		padding: 40px 15px;
	  }

	  #seventh-row-inner .right-col {
		padding: 0px 15px 0px 15px;
		grid-column: 1;
		grid-row: 2;
	  }

	  .bulletboard-spanish, .principal-spanish{
		  text-align: center;
	  }

	  .bulletboard-header,
	  .principal-heading{
		margin: 0px 0 20px 0px;
		text-align: center;
	  }

	  #wrapper-index #bulletboard-sec table tbody, #wrapper-index #bulletboard-sec table tbody{
		  justify-content: center;
	  }

	  #wrapper-index #bulletboard-sec table #showAll-hpbbmessages #r, #wrapper-index #bulletboard-sec table #showAll-hpbbmessages .tableRight{
		  justify-content: center;
		  min-height: auto !important;
	  }

	  .principal-name {
		text-align: center;
		margin: 0px 0px 15px 0px;
	  }

	  .principal-msg{
		  text-align: center;
	  }
	  .bulletboard-header, .principal-heading{
		margin: 0px 0 15px 0px;
	  }

	  .Learn-More{
		margin: 10px auto 0px auto;
	  }

	  #showAll-hpbbmessages {
		left: 0px;
	  }
  }

  @media only screen and (max-width: 768px) {
	#seventh-row-inner .left-col{
		padding: 40px 5px;
	}
	.bulletboard-spanish, .principal-spanish {
		font-size: clamp(13px,1.9531vw,15px);
	  }
	  .bulletboard-header a, .principal-heading a {
		font-size: clamp(32px,4.6875vw,36px);
		letter-spacing: 1px;
	  }

	  .principal-name {
		font-size: clamp(15px,2.3437vw,18px);
		margin: 0px 0px 10px 0px;
	  }

	  #wrapper-index #bulletboard-sec table tr, #wrapper-index #bulletboard-sec table tr {
		width: clamp(130px,26.0416vw,200px);
	  }
  }



  /* Default */

#mobileapp-smart-banner .en-smartAppBanner-content {
	width: 100% !important;
}

.disable-overflow header {
	z-index: var(--en-z-index-max);
}


@media only screen and (max-width: 768px) {

	.translated-rtl header.enh1 nav.en-mobnav-show,
	.translated-ltr header.enh1 nav.en-mobnav-show {
		height: calc(100% - 40px);
		margin-top: 40px auto 0 auto;
		z-index: 99;
	}

	.translated-ltr header.enh1 nav.en-nav,
	.translated-rtl header.enh1 nav.en-nav {
		margin-top: 40px;
	}
}