html.en-cms {
  overflow-x: inherit !important;
}
html{
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
  font-family: "sofia-pro",sans-serif;
  font-size: 19px;
  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: #0c1f5f;
  font-family: "sofia-pro",sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}  

/*--------------------------- Inside page-------------------------------*/
/* Page navigation */
#pageNav {
  border: 0;
  font-size: 17px;
  position: relative;
  background-color: #0c1f5f;
  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:15px 20px 15px 28px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 0; 
  font-family: "new-frank",sans-serif; 
  font-size: clamp(14px, 2.5vw, 18px) !important;
  font-weight: 400;
  line-height: clamp(18px, 2.5vw, 22px) !important;
  letter-spacing: normal;
  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:#f36d24;
}

/* Staff Page NO navigation */
#staffNavContactWrapper {
  border: 0;
  font-size: 17px;
  position: relative;
  background-color: #0c1f5f;
  margin-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-radius:0px;
}
#staffNavContactWrapper .staffContactWrapper {
  padding:12px 0px 12px 0px !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
  box-sizing: border-box;
 
}

#staffNavContactWrapper ul li {
  padding: 0 0 0px !important;
  margin: 0 0 0px !important;
  zoom: 1;
}
#staffNavContactWrapper td img {
  display: none;
}
#staffNavContactWrapper ul {
  list-style: none;
}
#staffNavContactWrapper div span,
#staffNavContactWrapper div {  cursor: pointer;
  background: none;
  display: block;
  margin: 2px 5px 0 5px;
  padding-bottom: 0;
  padding-left: 10px !important;
  padding-right: 10px !important;
  font-size: 1.3em;
  line-height: 1.3em;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none !important;
  word-break: break-all;
  color: #fff !important;

}

div.staffContactWrapper div {
  padding-bottom: 12px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
  display: block;
}

#staffNavContactWrapper ul li b,
#staffNavContactWrapper ul li a:hover,
#staffNavContactWrapper ul li strong,
#staffNavContactWrapper ul li a:focus {
  color: #fff !important;
  background:#f36d24;
}

/* Other homepage section extras */
.dark {
  background-color: #0c1f5f !important;
  font-family: "sofia-pro",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.19px;
  color: #fff;
}

.light {
  background-color: #fdfafa !important;
  font-family: "sofia-pro",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.19px;
  color: #000;
}

#en-content-wrapper .inside,  #en-content-wrapper .neutral {
  font-family: "sofia-pro",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.19px;
  color: #fff;
}

#en-content-wrapper table, #pageContentWrapper #hp-events {color: #000;}
#STAFF_MULTI_PAGE_W_ASIDE.staffPageContactInfo #pageAsideWrapper ul li#staffNavContactWrapper {color: #fff!important;}
.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: 11px 0 30px -2px;
  position: relative;
  padding:0px 0 0px 0;
  font-family: "sofia-pro",sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: normal;
  text-align: left;
  color: #0c1f5f;
  text-transform: uppercase;
}
div#en-content-wrapper {
  box-sizing: border-box;
  width: var(--en-website-width);
  margin: 0 auto;
  min-height: min(5000px, 70vh);
  padding: 35px 0px 0px;
}

#wrapper #en-content-wrapper{
  font-family: "sofia-pro",sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.19px;
  color: #000;
}
#en-content-wrapper a:hover,#en-content-wrapper a:focus {
  color:#0c1f5f;
}

#wrapper, #wrapper-index {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
}

#wrapper .content{
  background: #fff;
  position: relative;
  padding:0 0 70px 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 {
  box-shadow: none;
  z-index: 5;
  border-bottom: 1px solid #dbe1e6;
}

#footer-banner{
  display: block !important;
  background: url(/pics/enf-banner.jpg) no-repeat center center;
  background-size: cover;
  min-height: 392px;
}
#events-page #events.v1 ul {
  margin-bottom: 8px !important;
}

.bell-schedule .bell-schedule-description {
  text-align: center;
}

  
@media only screen and (max-width: 1200px){
    div#en-content-wrapper {
      width: 100%;
      padding:35px 20px;
    }
}

@media (max-width: 1260px) {
  .pageTitle {
    margin:35px 0 35px 0 !important;
    font-size: clamp(32px, 3.33vw, 42px);
    line-height: clamp(32px, 3.33vw, 42px);
    box-sizing: border-box;
    padding: 0;
  }
	#wrapper .content {
	  overflow-x: hidden;
	}
	#wrapper #en-content-wrapper {
	  padding: 0 15px;
	  box-sizing: border-box;
	}
  #footer-banner {
    min-height: clamp(160px, 31.11vw, 392px);
  }
}

@media (max-width: 700px) {
  .inside-wrapper div#en-content-wrapper {
    padding: 30px 15px;
  }
  #pageNav ul {
    width: 100%;
  }
  #wrapperPageInner {
    background: #fff;
    margin: 35px 0 35px 0;
    position: relative;
    z-index: 2;
  }
  #pageInnerText{
    border-radius: 5px !important;
  }
  #STAFF_MULTI_PAGE_W_ASIDE #pageContentWrapper .contactStaffMember #contactStaff table {
    line-height: 23px !important;
  }
  #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;
}

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

#hd-link{
  padding: 0 4px 0 0;
}
#events-page #events.v1 .event .info {
  position: relative;
  top: -2.5px;
}
div.newsItem p.summary {
  margin-top: 15px !important;
}

#albumsWrapper {
  position: relative;
  z-index: 1;
}
div.newsItem p.link {
  word-break: break-all;
}

.newsPostTitle{
	line-height: 30px;
	margin: 0 0 5px 0;
}
.top_title{
	line-height: 34px;
}
.top-video-info {
  padding: 0.4em 0 0.4em 0.16em !important;
}
#staff.staffR1.staff-v-1 tr {
  font-size: 19px !important;
}
#staff.staffR1.staff-v-1 td {
  box-sizing: border-box;
}
#STAFF_MULTI_PAGE_W_ASIDE.staffPageRoundPhoto #pageAsideWrapper .staffOverviewWrapper .staffOverview {
  margin-top: 100px;
}

#pageContentWrapper .contactStaffMember #contactStaff button {
  background-color: #0c1f5f !important;
  color: #fff !important;
}
#pageContentWrapper .contactStaffMember #contactStaff button:hover, #pageContentWrapper .contactStaffMember #contactStaff button:focus{
  background-color: #000 !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;
	}
}


@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: 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: 700px) {
  #pageNav tbody, #pageNav tbody tr, #pageNav tbody tr td {
    width: 100% !important;
    display: block;
  }
}

#accessibility-complaintFormPage-form {
  position: relative;
  z-index: 1;
}
div.en-editable-block-wrapper figure.tbl table {
  width: 100% !important;
}
div.en-editable-block-wrapper figure.tbl {
  overflow-x: hidden !important;
}

@media (max-width: 700px) {

  table[role="presentation"] tr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  table[role="presentation"] tr td table tr{
    display: block !important;
    width: 100%;
  }
  table[role="presentation"] tr td table tr#signInHeaderRow td{
    width: 100%;
    min-width: 315px;
  }
}







