html.en-cms {
  overflow-x: inherit !important;
}
html{
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Livvic", sans-serif;
  font-size: 18px;
  height: 100%;
} 
img.sub{
  border: 0;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Font styles */

#pageContentWrapper h1,
#pageContentWrapper h2,
#pageContentWrapper h3,
#pageContentWrapper h4,
#pageContentWrapper h5,
#pageContentWrapper h6 {
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #153f92;
  font-family:"Sofia Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}  

/*--------------------------- Inside page-------------------------------*/
#header_banner {
  position: relative;
  top: 0;
  margin: -171px auto 0 auto;
  z-index: 0;
  background: #000;
  width: 100%;
  max-height: 420px;
}
#header_banner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 260px;
  background-image: linear-gradient(rgba(7, 9, 13, 0.95) 29%, transparent);
  z-index: 4;
}
#header_banner img, #header_banner .nivoSlider, #header_banner .nivo-slice, #header_banner .nivoSlider {
  max-height: 35vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
  z-index: 0;
}

#slideshow br{
  display: none;
}

@media only screen and (max-width: 1260px){
  #header_banner {
    margin: -14% 0 0 0;
  }
}
@media only screen and (max-width: 1260px) {
  #header_banner {
    margin: -17.5% 0 0 0;
  }
  #header_banner::before {
    background-image: linear-gradient(rgba(7, 9, 13, 0.95) 20%, transparent);
  }
}
@media only screen and (max-width: 768px) {
  #header_banner {
    margin: 0;
  }
  #header_banner::before{
    display: none;
  }
}

/* Page navigation */
#pageNav {
  border: 0;
  font-size: 17px;
  position: relative;
  background: #153f92;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius:0px;
}
#pageNav ul {
  padding:12px 0px 12px 0px !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
  box-sizing: border-box;
}

#pageNav ul li {
  padding: 0 0 0px !important;
  margin: 0 0 0px !important;
  zoom: 1;
}
#pageNav td img {
  display: none;
}
#pageNav ul, #pageNav ul li {
  list-style: none;
}
#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
  min-height: 20px;
  text-decoration: none;
  padding: 15.5px 20px 15.5px 26px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 0; 
  font-family: "Sofia Sans", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
}

#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
  color: #fff !important;
  background:#0d285e;
}

#pageNav ul li a::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 0%;
  background: #dedede;
  transition: all .5s ease-in-out;
}
#pageNav ul li strong::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  height: 100%;
  background: #dedede;
  transition: all .5s ease-in-out;
}

#pageNav ul li b::before,
#pageNav ul li strong::before,
#pageNav ul li a:hover::before,
#pageNav ul li a:focus::before{
  height: 100%;
  top: 0;
  transition: all .5s ease-in-out;
}


/* Other homepage section extras */
.dark {
  background-color: #153f92 !important;
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.45px;
  color: #fff;
}

.light {
  background-color: #fdfafa !important;
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.45px;
  color: #4d4d4d;
}

#en-content-wrapper .neutral, #en-content-wrapper table, #en-content-wrapper {
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.45px;
  color: #4d4d4d;
}
  
.dark a,
.dark a:visited,
.dark a:link,
.dark a:hover,
.dark a:active {
  color: #fff !important;
}


/* Site Styles */
.pageTitle {
  width: auto;
  display: block;
  height: auto;
  margin: 0px 0 90px 0px;
  position: relative;
  padding: 48px 0 48px 0;
  font-family: "Sofia Sans Condensed", sans-serif;
  font-size: 54px;
  font-weight: 700;
  font-stretch: condensed;
  line-height: 54px;
  letter-spacing: 2.7px;
  text-align: center;
  color: #2e3c55;
  text-transform: uppercase;
  background:#dedede;
}
.pageTitle::before{
  content: '';
  position: absolute;
  left: -500%;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  background: #dedede;
}
.pageTitle::after{
  content: '';
  position: absolute;
  right: -500%;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  background: #dedede;
}
div#en-content-wrapper {
  box-sizing: border-box;
  width: var(--en-website-width);
  margin: 0 auto;
  min-height: min(5000px, 70vh);
  padding: 0px 0px 0px;
}

#wrapper #en-content-wrapper{
  font-family: "Sofia Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.45px;
  color: #4d4d4d;
}
#en-content-wrapper a:hover,#en-content-wrapper a:focus {
  color:#153f92;
}

#events-page #events span.dow{
  font-family: "Sofia Sans", sans-serif !important;
}

#wrapper, #wrapper-index {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
}
#wrapper{
  background: #fff;
}
#wrapper .content{
  overflow-x: hidden;
  background:transparent;
  position: relative;
  padding: 0 0 100px 0;
}

#wrapperPageInner{
  padding-top:20px;
}
.staffPageContactInfo #wrapperPageInner{
  padding-top:5px;
}
.dark #albumName{
  color: #fff !important;
}
#emailForm table tr table td:last-child iframe {
  margin: 0px 0 0 0px;
} 

header.enh1 {
  z-index: 11;
}
#albumsWrapper {
  z-index: 0;
}

.bell-schedule .bell-schedule-description {
  text-align: center;
}
.week .light {
  box-sizing: border-box;
}

div#persons-page-public ul li h3 {
  font-size: 20px !important;
}
  
@media only screen and (max-width: 1200px){
  div#en-content-wrapper {
    width: 100%;
    padding:35px 20px;
  }
}

@media (max-width: 1260px) {
  .pageTitle {
    font-size: clamp(34px, 4.29vw, 54px);
    line-height: clamp(34px, 4.29vw, 54px);
    box-sizing: border-box;
    margin: 0 0 clamp(50px, 7.14vw, 90px) 0;
  }
	#wrapper .content {
	  overflow-x: hidden;
	}
	#wrapper #en-content-wrapper {
	  padding: 0 15px;
	  box-sizing: border-box;
	}
}

@media (max-width: 700px) {
  .inside-wrapper div#en-content-wrapper {
    padding: 30px 15px;
  }
  #pageNav ul {
    width: 100%;
    min-width: 220px;
  }
  #wrapperPageInner {
    background: #fff;
    margin:40px 0 45px 0;
    position: relative;
    z-index: 2;
  }
  #pageInnerText{
    border-radius: 5px !important;
  }
  #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table {
    line-height: 23px !important;
  }
  #pageWrapperTable tr td, #staff .staff-categoryStaffMembers{
    justify-content: center;
  }
  #wrapperPageInner {
    padding-top: 0px !important;
  }
  #pageAsideWrapper.pageAsideLeftWrapper {
    margin-top: 0;
    margin-bottom: 0px;
  }
}

#events-page #events.v1 .event span.location{
  color: #000 !important;
}
#events-page #events.v1 .dayeventwrap {
  padding-bottom: 5px;
}
#events-page #events.v1 .event .info {
  position: relative;
  top: -1.5px;
}

#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt{
  padding: 0 0 3px 0 !important;
}

#hd-link{
  padding: 0 4px 0 0;
}

div.newsItem p.link {
  word-break: break-all;
}

.newsPostTitle{
	line-height: 30px;
	margin: 0 0 5px 0;
}
.top_title{
	line-height: 34px;
  margin-bottom: 5px !important;
}
.video-list-top .more-link {
  margin: 1px 0 0 10px !important;
}
#STAFF_MULTI_PAGE_W_ASIDE.staffPageRoundPhoto #pageAsideWrapper .staffOverviewWrapper .staffOverview {
  margin-top: 100px;
}

#pageContentWrapper .contactStaffMember #contactStaff button {
  background-color: #153f92 !important;
  color: #fff !important;
}
#pageContentWrapper .contactStaffMember #contactStaff button:hover, #pageContentWrapper .contactStaffMember #contactStaff button:focus{
  background-color: #000 !important;
  color: #fff !important;
}

@media (max-width: 700px){
  #STAFF_MULTI_PAGE_W_ASIDE.staffPageRoundPhoto #pageAsideWrapper .staffOverviewWrapper .staffOverview {
    margin-top: 20px;
  }
	#STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff table tbody tr td{
			box-sizing: border-box;
	}
	#STAFF_SINGLE_PAGE_WO_ASIDE #contactStaff table tbody tr td strong{
		display:block;
	}
  .video-list-top .more-link {
    margin: 0 !important;
  }
  #pageAsideWrapper #pageNav tbody, #pageAsideWrapper #pageNav tbody tr, #pageAsideWrapper #pageNav tbody tr td{
    width: 100% !important;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 576px){
	.newsContent {
	  width:100% ;
	  box-sizing: border-box;
	}
	.newsContent .link a{
		word-break: break-all;
	}
}

@media (max-width: 576px) {
  .bell-schedule {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 480px) {
  .en-bell-schedules-data-header .col2, .en-bell-schedules-data-header .col3, .en-bell-schedules-data-header .col4 {
    line-height: 17px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 400px) {
  #staff.staffR1 {
    width: 100%;
    max-width: 330px;
    margin: 0 auto !important;
  }
}

@media (max-width: 480px) {
  .bell-title {
    justify-content: center;
  }
  .en-bell-schedules-data {
    font-size: clamp(12px, 1.3vw, 14px) !important;
    line-height: clamp(18px, 2.38vw, 30px) !important;
  }
}

@media (max-width: 750px) {
  #STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo .contactStaffMember #contactStaff #emailForm table tr td, #staff .staff-categoryStaffMembers {
    flex-direction: column !important;
    width: 100% !important;
  }
  #staff.staffR1 #staff-search input{
    box-sizing: border-box;
  }
}

@media (max-width: 710px) {
  .en-responsive-table-empty-header{
    display: none !important;
  }
}

#accessibility-complaintFormPage-form {
  position: relative;
  z-index: 1;
}


