.contentwrap {
  background-color: #ffffff;
}

/* 
::placeholder {
  color: #000000 !important;
  opacity: 1;
}
*/

.header-spacer {
    height:120px;
}

@media screen and (max-width: 991px ) {
    .header-spacer {
        height: 0px;
    }
}

.overlay-alert-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  width: 100%;
  max-width: 600px;
  height: auto !important;
  margin: 0;
  border-radius: 12px !important;
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background-color: #E57200;
  color: black;
  font-size: 1.5em !important;
  line-height: 1.5;
  position: relative !important;

}



.alert-close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  font-size: 2rem;
  font-weight: bold;
  color: black;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 50%;
}


.js-news-footer-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.js-news-footer-items-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 10px;
  padding: 1px;
  width: 100%;
  max-width: 1136px;
  height: auto;
}

.js-news-footer-item-container {
  display: flex;
  flex-direction: column;
  width: 372px;
  height: auto;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
  background-color: #ffffff;
  vertical-align: top;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.js-news-footer-items-container div:last-child {
  margin-right: 0;
}

.js-news-footer-item-image-container {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 248px;
  display: block;
  position: relative;
}

.js-news-footer-item-image-container:hover {
  .js-news-footer-image-overlay {
    background-color: rgba(255,255,255,0.2);
  }
}

.js-news-footer-item-image {
  width: 100%;
  height: 100%;
}

.js-news-footer-item-content-container {
  margin: 0;
  padding: 20px;
  width: 100%;
  max-width: 332px;
  display: block;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.js-news-footer-item-content-anchor {
  color: #232d4b;
  text-decoration: none;
}

.js-news-footer-item-content-anchor:hover {
  color: #336699;
  text-decoration: underline;
}

.js-news-footer-item-title {
  line-height: 1;
}

.js-news-footer-item-snippet {
  line-height: 1;
  margin-top: 10px;
  font-size: smaller;
}

.js-news-footer-nav {
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
}

.js-news-footer-news-link {
  cursor: pointer;
  background-color: #232D4B;
  color: #ffffff;
  text-align: center;
}

.js-news-footer-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0);
  transition: background-color .25s ease-out;
}

.js-news-footer-category {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  padding: 0 4px;
  pointer-events: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 10; 
  background-color: #232D4B;
  color: #ffffff;
}

.js-news-footer-category span {
  padding: 0;
  margin: 0;
}

.event-gallery-breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 15px 0;
  width: 100%;
}

.events-gallery-container {
  overflow: hidden;
}

@media only screen
and (min-device-width: 961px)
and (max-device-width: 1200px) {
  .js-news-footer-items-container {
  	flex-direction: row;
	  margin: 0 10px;
	  max-width: 996px;
  }
  .js-news-footer-item-container {
	  flex-direction: column;
	  max-width: 312px;
  }
  .js-news-footer-item-image-container {
	  max-width: 312px;
	  max-height: 208px;
  }
  .js-news-footer-item-content-container {
	  max-width: 272px;
  }
  .js-event-gallery-next {
    right: -112px;
  }
}

@media only screen
and (min-device-width: 668px)
and (max-device-width: 960px) {
  .js-news-footer-items-container {
	  flex-direction: column;
  }
  .js-news-footer-item-container {
	  flex-direction: row;
	  width: 100%;
  }
  .js-news-footer-item-image-container {
	  max-width: 372px;
	  height: 248px;
	  display: block;
  }
  .js-news-footer-item-content-container {
	  width: 100%;
	  max-width: 100%;
  }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {
  .js-news-footer-item-container {
  	flex-direction: column;
	  margin-right: 0;
	  max-width: 355px;
  }
  .js-news-footer-item-image-container {
	  max-width: 355px;
	  max-height: 237px;
  }
  .js-news-footer-item-content-container {
	  padding: 0;
	  max-width: 355px;
  }
  .js-news-footer-item-title {
	  padding: 15px;
  }
  .js-news-footer-item-snippet {
	  padding: 0 15px 15px 15px;
  }
  .alert-box {
    height: auto !important; 
    width: 60%;
    top: 50%; 
    transform: translate(-50%, -50%);
    overflow-x: auto !important;
    border-radius: 0;
    padding: 30px 20px;
    overflow-y: auto;
    font-size: 2.1rem !important;
    position: relative;
    justify-content: center;
    border-radius: 5px;
    max-height: 80% !important;
    
}

  .alert-close-button {
    top: 0px;
    right: 10px;
   
}
}
@media only screen
and (min-device-width: 320px)
and (max-device-width: 374px) {
  .alert-box {
    height: auto !important; 
    width: 80% !important;
    top: 50%; 
    transform: translate(-50%, -50%);
    overflow-x: auto;
    border-radius: 0;
    padding: 30px 20px;
    overflow-y: auto;
    position: relative;
    justify-content: center;
    border-radius: 5px !important;
    max-height: 80% !important;
    
}

.alert-close-button {
  top: 0px !important;
  right: 15px !important;
  font-size: 3rem !important;

}
}

.js-news-stack-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: auto;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.js-news-header-text {
  width: 100%;
  max-width: 650px;
  height: auto;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  margin: 10px auto -20px auto;
}

.js-news-stack-items-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin: 0 10px;
  padding: 1px;
  width: 100%;
  max-width: 650px;
  height: auto;
}

.js-news-stack-item-container {
  display: flex;
  flex-direction: row;
  width: 650px;
  height: auto;
  margin-top: 20px;
  margin-right: 20px;
  padding: 0;
  background-color: #ffffff;
  vertical-align: top;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.js-news-stack-items-container div:last-child {
  margin-right: 0;
}

.js-news-stack-item-image-container {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 300px;
  height: 200px;
  display: block;
  position: relative;
}

.js-news-stack-item-image-container:hover {
  .js-news-stack-image-overlay {
    background-color: rgba(255,255,255,0.2);
  }
}

.js-news-stack-item-image {
  width: 100%;
  height: 100%;
}

.js-news-stack-item-content-container {
  margin: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 300px;
  display: block;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.js-news-stack-item-content-anchor {
  color: #232d4b;
  text-decoration: none;
}

.js-news-stack-item-content-anchor:hover {
  color: #336699;
  text-decoration: underline;
}

.js-news-stack-item-title {
  font-size: 1.1em;
  line-height: 1;
}

.js-news-stack-item-snippet {
  font-size: 0.8em;
  line-height: 1.25;
  margin-top: 10px;
  font-size: smaller;
}

.js-news-stack-nav {
  padding: 10px;
  text-align: center;
  background-color: #ffffff;
}

.js-news-stack-news-link {
  cursor: pointer;
  background-color: #232D4B;
  color: #ffffff;
  text-align: center;
}

.js-news-stack-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0);
  transition: background-color .25s ease-out;
}

.js-news-stack-category {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  line-height: 2;
  overflow: hidden;
  padding: 0 4px;
  pointer-events: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 10; 
  background-color: #232D4B;
  color: #ffffff;
}

.js-news-stack-category span {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 991px ) {
  .header-spacer {
      height: 0px;
  }
}

@media only screen
and (min-device-width: 961px)
and (max-device-width: 1200px) {
  .js-news-stack-items-container {
	  margin: 10px auto;
	  max-width: 650px;
  }
  .js-news-stack-item-container {
	  flex-direction: row;
	  max-width: 650px;
  }
  .js-news-stack-item-image-container {
	  max-width: 300px;
	  max-height: 200px;
  }
  .js-news-stack-item-content-container {
	  max-width: 300px;
  }
}

@media only screen
and (min-device-width: 668px)
and (max-device-width: 960px) {
  .js-news-stack-item-container {
	  width: 650px;
    margin: 10px auto;
  }
  .js-news-stack-item-image-container {
	  max-width: 300px;
	  height: 200px;
  }
  .js-news-stack-item-content-container {
	  width: 100%;
	  max-width: 100%;
  }
}

@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {
  .js-news-stack-item-container {
    display: block;
    margin: 10px auto;
	  max-width: 300px;
  }
  .js-news-stack-items-container div:last-child {
    margin: 0 auto;
  }
  .js-news-stack-item-image-container {
	  max-width: 300px;
	  max-height: 200px;
  }
  .js-news-stack-item-content-container {
	  padding: 0;
	  max-width: 300px;
  }
  .js-news-stack-item-title {
	  padding: 15px;
  }
  .js-news-stack-item-snippet {
	  padding: 0 15px 15px 15px;
  }
}

@media screen and (max-width: 667px) {
  .js-news-header-text {
      max-width: 300px;
      margin: 10px auto 0 auto;
  }
}

.custom-contact-card-rounded-circle {
  width: 160px;
  height: 160px;
  border-radius: 50% !important;
}

.custom-contact-card-arrow-icon {
  width: 21px; /* 42 */
  height: 16px; /* 32 */
  transition: margin-left .5s ease-in-out;
}

.custom-contact-card-cls-1 {
  transition: fill .25s ease-out;
}

.custom-contact-card-anchor {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
  font-size: 28px;
  color: #232d4b;
  text-decoration-line: none !important;
  cursor: pointer;
  .custom-contact-card-arrow-icon {
    margin-left: 10px;
  }
  .cls-1 {
    fill: #e57200;
  }
}

.custom-contact-card-anchor:hover {
  color: #009fdf;
  text-decoration-line: underline !important;
  text-decoration-color: #e57200 !important;
  text-decoration-thickness: 2px !important;
  text-underline-position: under !important;
  .custom-contact-card-arrow-icon {
    margin-left: 20px;
  }
  .custom-contact-card-cls-1 {
    fill: #009fdf;
  }
}

.custom-contact-card-person {
  margin: 5px 0;
}

.custom-contact-card-title,
.custom-contact-card-title2,
.custom-contact-card-email,
.custom-contact-card-phone {
  font-size: 20px;
  font-style: italic;
}

.custom-contact-card-button a {
  display: block;
  width: 220px;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
  margin: 12px 0 0 0;
  padding: 4px 0 6px 0;
  border-radius: 8px;
  background-color: #232d4b;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.custom-contact-card-button a:hover {
  background-color: #e57200;
  text-decoration: none;
}

.custom-arrow-control-link {
	display: block;
	font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	font-size: 20px;
	box-sizing: border-box;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto 20px auto;
	padding: 0 0 20px 0;
}

.custom-arrow-control-text {
	text-align:center;
	flex: 1 1 0;
	transition: color .25s ease-out;
}

.custom-arrow-control-text p {
	margin: 0;
	padding: 0;
}

.custom-arrow-control-svg {
	width: 42px; /* 42 */
	height: 32px; /* 32 */
}

.custom-arrow-control-path {
	transition: fill .25s ease-out;
}

.custom-arrow-control-button {
	border: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
	width: 280px;
	height: 32px;
	line-height: 26px;
	padding: 6px 0 0 0;
	text-align: center;
	border-radius: 8px;
	flex: 1 1 0;
	transition: background-color .25s ease-out;
}

.custom-arrow-control-container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 30px;
	cursor: pointer;
	.custom-arrow-control-text {
		color: #232d4b;
	}
	.custom-arrow-control-path {
		fill: #e57200;
	}
	.custom-arrow-control-button {
		background-color: #232d4b;
	}
}

.custom-arrow-control-container:hover {
	.custom-arrow-control-text {
		color: #009fdf;
	}
	.custom-arrow-control-path {
		fill: #009fdf;
	}
	.custom-arrow-control-button {
		background-color: #e57200;
	}
}

@media screen and (max-width: 800px) {
	.custom-arrow-control-link {
		display: block;
		width: auto;
		height: auto;
		margin: 0 20px 40px 20px !important;
		padding: 0 0 40px 0 !important;
	}
	.custom-arrow-control-container {
		flex-direction: column;
		width: auto;
		margin: 0 30px 0 0;
		padding: 0;
	}
	.custom-arrow-control-text {
		flex: none;
		margin: 0 0 -10px 0 !important;
		padding: 0;
	}
	.custom-arrow-control-svg {
		margin: -10px 0 -5px 0 !important;
		padding: 0;
		transform: rotate(90deg);
	}
	.custom-arrow-control-button {
		flex: none;
		margin: -5px 0 0 0 !important;
		padding: 0;
	}
}

.custom-resource-link-container {
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, sans-serif;
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 10px auto 36px auto;
}

.custom-resource-link-href {
  display: block;
  width: 100%;
  max-width: 600px;
  min-width: 300px;
  box-sizing: border-box;
}

.custom-resource-link-button {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  border-radius: 24px;
  padding: 24px 48px;
  margin: 0 0 12px 0;
  min-width: 300px;
  background-color: #232D4B;
  color: white;
  border: none;
  outline: none;
  font-weight: 700;
  cursor: pointer;
}

.custom-resource-link-button:hover {
  background-color: #E57200;
}

.custom-resource-link-button:focus {
  border: none;
  outline: none;
}

.custom-resource-link-button:active {
  border: none;
  outline: none;
}

.custom-resource-link-description {
  font-size: 16px;
  width: 100%;
  max-width: 85%;
  max-width: 592px;
  min-width: 292px;
  padding: 4px;
  text-align: center;
}

.threeCardsImageUrl {
  display: block;
  position: relative;
}

.threeCardsImageUrl:hover {
  .customThreeCardsOverlay {
    background-color: rgba(255,255,255,0.2);
  }
}

.customThreeCardsOverlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: background-color .25s ease-out;
}

.customThreeCardsContainer {
  width: auto;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: content-box;
  font-family: "franklin-gothic-urw", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

.customThreeCardsRowHeader {
  color: #232D4B;
  text-align: center;
}

.customThreeCardsBox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.customThreeCardsCard {
  width: 490px;
}

.customThreeCardsHeader {
  color: #232D4B;
}

.customThreeCardsAnchor {
  display: block;
  position: relative;
}

.customThreeCardsImg {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.customThreeCardsOver {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transition: background-color .25s ease-out;
}

.customThreeCardsAnchor:hover {
  .customThreeCardsOver {
    background-color: rgba(255,255,255,0.2);
  }
}

@media screen and (max-width: 1600px) {
  .customThreeCardsCard {
    width: 450px;
  }
  .customThreeCardsContainer {
    font-size: .95em;
    line-height: 1.45;
    max-width: 1470px;
  }
}

@media screen and (max-width: 1000px) {
  .customThreeCardsCard {
    width: 400px;
  }
  .customThreeCardsContainer {
    font-size: .9em;
    line-height: 1.4;
    max-width: 1320px;
  }
}

@media screen and (max-width: 400px) {
  .customThreeCardsCard {
    width: 345px;
  }
  .customThreeCardsContainer {
    font-size: .85em;
    line-height: 1.35;
    max-width: 375px;
  }
}

@media screen
and (min-device-width: 375px)
and (max-device-width: 520px) {	
	div.contactinfo div.sitename img {
		width: 300px !important;
		margin: 0 auto !important;
	}
	footer.primary div.container {
		width: auto !important;
		margin: 0 20px !important;
	}		
	footer.legal div.container {
		width: auto !important;
		margin: 0 20px !important;
	}
}


.js-custom-gallery-container {
  position: relative;
  display: block;
  width: 100%;
  height: 472px;
  margin: 15px 0;
  padding: 0;
  box-sizing: border-box;
}

.js-custom-gallery-view {
  position: relative;
  display: block;
  width: 708px;
  height: 472px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.js-custom-gallery-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: calc(50% - 379px);
  top: 200px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: rgba(35,45,75,0.5);
  color: rgba(255,255,255,0.5);
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 15;
  cursor: pointer;
}

.js-custom-gallery-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc(50% - 379px);;
  top: 200px;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: rgba(35,45,75,0.5);
  color: rgba(255,255,255,0.5);
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 15;
  cursor: pointer;
}

.js-custom-gallery-slides {
  position: absolute;
  top: 0;
  left: 0;
  transition: left .25s ease-out;
  height: 472px;
}

.js-custom-gallery-slide {
  display: inline-block;
  width: 708px;
  height: 472px;
  position: relative;
}

.js-custom-gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 708px;
  height: 472px;
  z-index: 0;
}

.js-custom-gallery-over {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 676px;
  height: 60px;
  padding: 12px 16px;
  background-color: rgba(35,45,75,0.8);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
  z-index: 10;
}

.js-custom-gallery-text {
  font-size: 16px;
}

.js-custom-gallery-page-flex {
  display: flex;
  width: 120px;
  font-family: sans-serif;
  font-size: 20px;
  text-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.js-custom-gallery-page-below {
  display: none;
}

@media screen and (max-width: 800px) {
  .js-custom-gallery-container {
    margin-bottom: 100px;
  }
  .js-custom-gallery-prev {
    left: calc(50% - 354px);
    top: 487px;
    background-color: rgba(35,45,75,1);
    color: rgba(255,255,255,1);
  }
  .js-custom-gallery-next {
    right: calc(50% - 354px);;
    top: 487px;
    background-color: rgba(35,45,75,1);
    color: rgba(255,255,255,1);
  }
}

@media screen and (max-width: 720px) {
  .js-custom-gallery-container {
    height: 304px;
    margin-bottom: 100px;
  }
  .js-custom-gallery-view {
    width: 330px;
    height: 304px;
  }
  .js-custom-gallery-slides {
    height: 304px;
  }
  .js-custom-gallery-slide {
    width: 330px;
    height: 304px;
  }
  .js-custom-gallery-image {
    width: 330px;
    height: 220px;
  }
  .js-custom-gallery-over {
    top: 220px;
    width: 298px;
    font-size: 12px;
    background-color: rgba(35,45,75,1);
    color: rgba(255,255,255,1);
  }
  .js-custom-gallery-prev {
    left: calc(50% - 165px);
    top: 320px;
    background-color: rgba(35,45,75,1);
    color: rgba(255,255,255,1);
  }
  .js-custom-gallery-next {
    right: calc(50% - 165px);;
    top: 320px;
    background-color: rgba(35,45,75,1);
    color: rgba(255,255,255,1);
  }
  .js-custom-gallery-text {
    font-size: 12px;
    width: 100%;
  }
  .js-custom-gallery-page-flex {
    display: none;
  }
  .js-custom-gallery-page-below {
    display: flex;
    width: 120px;
    margin: 25px auto;
    font-family: sans-serif;
    font-size: 20px;
    text-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}

.custom-youtube-container {
  margin: 15px auto;
}

.custom-youtube-title {
  width: auto;
  margin: 15px auto;
  font-weight: 700;
  text-align: left;
}

.custom-youtube-description {
  width: auto;
  margin: 15px auto;
  text-align: left;
}

.js-custom-slideshow-container {
  position: relative;
  display: block;
  width: 100%;
  height: 500px;
  margin: 15px 0;
  padding: 0;
  box-sizing: content-box;
}

.js-custom-slideshow-view {
  display: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.js-custom-slideshow-slides {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  transition: left .25s ease-out;
  height: 500px;
  overflow: hidden;
}

.js-custom-slideshow-slide {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100vw;
  height: 500px;
  padding: 0;
  margin: 0;
}

.js-custom-slideshow-photo {
  display: block;
  width: 500px;
  height: 500px;
  padding: 0;
  margin: 0;
}

.js-custom-slideshow-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.js-custom-slideshow-story {
  font-size: 20px;
  display: block;
  width: calc(100vw - 500px);
  height: 500px;
  padding: 0;
  margin: 0;
}

.js-custom-slideshow-head {
  font-weight: 700;
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 80px 10px 30px;
  box-sizing: border-box;
  font-size: 40px;
}

.js-custom-slideshow-body {
  display: block;
  width: 100%;
  height: auto;
  padding: 15px 80px 15px 30px;
  box-sizing: border-box;
  font-size: 1em;
}

.js-custom-slideshow-prev,
.js-custom-slideshow-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 225px;
  width: 50px;
  height: 50px;
  padding: 0;
  color: rgba(255,255,255,1);
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  z-index: 15;
  cursor: pointer;
}

.js-custom-slideshow-prev {
  left: 25px;
}

.js-custom-slideshow-next {
  right: 25px;
}

@media screen and (max-width: 1300px) {
  .js-custom-slideshow-container {
    height: 1000px;
  }
  .js-custom-slideshow-view {
    height: 1000px;
  }
  .js-custom-slideshow-slides {
    height: 1000px;
  }
  .js-custom-slideshow-slide {
    display: block;
    height: 1000px;
    justify-content: start;
  }
  .js-custom-slideshow-photo {
    margin-right: auto !important;
  }
  .js-custom-slideshow-story {
    width: 100%;
    height: 500px;
  }
}

@media screen and (max-width: 500px) {
  .js-custom-slideshow-photo {
    width: auto;
    height: auto;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .js-custom-slideshow-story {
    width: 100%;
    height: 650px;
  }
  .js-custom-slideshow-prev,
  .js-custom-slideshow-next {
    top: 93vw;
  }
}

.navbar-update {
  background-color: rgba(35, 45, 75, 0.75) !important;
  line-height: 1.2;
}

.navbar-brand-update {
  background-color: rgba(35, 45, 75, 1) !important;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2px 25px;
}

.navbar-brand-update a {
  display: block;
  width: 300px;
  height: 69px;
  margin: 0;
  padding: 0;
}

.navbar-brand-update img {
  display: block;
  width: 300px;
  height: 69px;
  margin: 0;
  padding: 0;
}

.navbar-title-update {
  margin-left: 25px;
}

.navbar-title-update a {
  color: rgba(229, 114, 0, 1) !important; 
}

.navbar-title-update a:hover {
  color: rgba(0, 159, 223, 1) !important; 
}

#navbarSupportedContent {
  margin-left: 15px;
  margin-right: 15px;
  justify-content: center;
  align-content: center;
}

#navbarSupportedContent ul {
  margin: 0;
 justify-content: center;
}

@media screen and (max-width: 400px) {
  .navbar-title-update {
    margin-left: 15px;
  }
}

.customArchiveLink {
  display: flex;
  flex-direction: row;
  width: 95%;
  padding: 20px;
  align-content: flex-start;
}
.customArchiveLinkLeft {
  width: 100%;
  max-width: 226px;
  padding: 0;
}
.customArchiveLinkLeft img {
  width: 100%;
  max-width: 226px;
}
.customArchiveLinkRight {
  width: 100%;
  max-width: 514px;
  padding: 0 20px;
  text-align: left;
  vertical-align: top;
}
.customArchiveLinkRight h3 {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .customArchiveLink {
    width: 100%;
    flex-direction: column;
    padding: 0px;
  }
  .customArchiveLinkLeft {
    max-width: 314px;
    padding: 0;
    margin: 20px auto;
  }
  .customArchiveLinkLeft img {
    max-width: 314px;
  }
  .customArchiveLinkRight {
    max-width: 314px;
    margin: 20px auto;
  }
}
.js-news-gallery-header {
  width: calc(3 * 382px - 10px);
  margin: 0 auto;
}
.js-news-gallery {
  width: calc(3 * 382px - 10px);
  height: 425px;
  margin: 0 auto 10px auto;
  padding: 10px;
  background-color: rgba(35, 45, 75, 1.0);
}
.js-news-gallery-view {
  width: calc(3 * 382px - 10px);
  height: 425px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.js-news-gallery-row {
  width: auto;
  height: 425px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: left .2s ease-in-out;
}
.js-news-gallery-article {
  width: 372px;
  height: 425px;
  margin-right: 10px;
  background-color: #ffffff;
}
.js-news-gallery-prev,
.js-news-gallery-next {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  top: 160px;
  width: 60px;
  height: 60px;
  font-size: 60px;
  padding: 20px;
  font-weight: 700;
  color: rgba(229, 114, 0,1);
  z-index: 5;
  cursor: pointer;
}
.js-news-gallery-prev {
  left: -20px;
}
.js-news-gallery-next {
  right: -20px;
}
.js-news-gallery-prev:hover,
.js-news-gallery-next:hover {
  color: rgba(229, 114, 0,1);
}
.js-news-gallery-item-container {
  display: flex;
  flex-direction: column;
  width: 372px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  background-color: #ffffff;
  vertical-align: top;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}
.js-news-gallery-item-image-container {
  margin: 0;
  padding: 0;
  width: 372px;
  height: 248px;
  display: block;
}
.js-news-gallery-item-image-container:hover {
  .js-news-footer-image-overlay {
    background-color: rgba(255,255,255,0.2);
  }
}
.js-news-gallery-item-image {
  width: 372px;
  height: 248px;
}

.js-news-gallery-item-content-container {
  margin: 0;
  padding: 20px;
  width: 100%;
  max-width: 332px;
  display: block;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}

.js-news-gallery-item-content-anchor {
  color: #232d4b;
  text-decoration: none;
}

.js-news-gallery-item-content-anchor:hover {
  color: #336699;
  text-decoration: underline;
}

.js-news-gallery-item-title {
  line-height: 1;
}

.js-news-gallery-item-snippet {
  line-height: 1;
  margin-top: 10px;
  font-size: 18px;
}

.js-event-gallery-header {
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  padding: 20px;
}

.js-event-gallery {
  width: calc(3 * 372px + 25px);
  margin: 0 auto 10px auto;
  padding: 10px;
}

.js-event-view {
  width: calc(3 * 371px + 25px);
  margin: 0 auto;
  position: relative;
}

.js-event-row-items-container {
  width: auto;
  height: 425px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  transition: left .2s ease-in-out;
}

.js-event-row-item-container {
  height: 425px;
  background-color: #ffffff;
}

.js-event-row-item-image-container {
  margin: 0;
  padding: 0;
  width: 372px;
  height: 206px;
  display: block;
}

.js-event-row-item-image-container:hover {
  .js-news-footer-image-overlay {
    background-color: rgba(255,255,255,0.2);
}
}

.js-event-row-item-image {
  width: 372px;
  height: 212px;
}

.js-event-row-item-content-container {
  margin: 0;
  width: 100%;
  display: block;
  background-color: #ffffff;
  color: #000000;
  text-align: left;
  top: -34px;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
}

.js-event-row-item-content-anchor {
  color: #232d4b;
  text-decoration: none;
}

.js-event-row-item-content-anchor:hover {
  color: #336699;
  text-decoration: underline;
} 

.js-event-row-item-title {
  line-height: 1.2;
  padding-top: 1rem;
  width: 97%;
  line-height: 1.2;
  position: relative;
  padding-top: 1rem;
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;  
  white-space: normal;
  height: 3rem;
}

.js-event-row-item-snippet {
  line-height: 1;
  margin-top: 10px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 3.1rem;
  font-size: 1rem;
  max-width: 95%;
}

.js-event-gallery-prev, 
.js-event-gallery-next {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 60px;
  padding: 20px;
  font-weight: 700;
  color: rgba(229, 114, 0,1);
  z-index: 5;
  cursor: pointer;
  top: 21% !important;
}

.js-event-gallery-prev{
  left: -80px;
  right: auto;
}

.js-event-gallery-next {
  left: auto;
  right: -74px;
}

.js-event-gallery-prev:hover,
.js-event-gallery-next:hover {
  color:rgba(35, 45, 75, 1)
}

.js-event-row-item-content-anchor {
  font-weight: 800;
}

.js-event-row-item-link {
  text-decoration: none;
}

.js-event-row-item-info {
  position: relative;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 1rem;
  padding-top: 1rem;
  box-sizing: border-box;
  right: 1rem;
  font-size: .9rem;
  color: #595959;
  font-weight: 800;
  text-transform: capitalize;
}

@media screen and (max-width: 1300px) {
  .js-news-gallery-header {
    width: calc(2 * 382px + 10px);
  }
  .js-news-gallery {
    width: calc(2 * 382px - 10px);
  }
  .js-news-gallery-view {
    width: calc(2 * 382px - 10px);
  }
  .js-event-gallery {
    width: calc(2 * 382px - 10px);
  }
  .js-event-view {
    width: calc(2 * 382px - 10px);
  }
  .js-event-gallery-next {
    right: 112px;
    top: 14rem;
  }
  .js-event-gallery-prev {
    left: 108px;
    top: 14rem;
  }
}
@media screen and (max-width: 900px) {
  .js-news-gallery-header {
    width: calc(382px + 10px);
  }
  .js-news-gallery {
    width: calc(382px - 10px);
  }
  .js-news-gallery-view {
    width: calc(382px - 10px);
  }
  .js-event-gallery {
    width: calc(382px - 10px);
  }
  .js-event-view {
    width: calc(382px - 10px);
  }
  .js-event-gallery-header {
    text-align: center;
    padding: 0;
  }
  .js-event-row-item-content-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .js-event-gallery-prev 
  .js-event-gallery-next {
    display: none !important;
  }
  .js-event-row-item-info {
    right: 0 !important;
  }
}

@media screen and
(max-width: 768px) {
  .js-event-gallery-next {
    right: -108px;
  }
  .js-event-gallery-prev {
    left: -65px;
  }
}

@media screen and (min-width: 900px) and 
(max-width: 1299px) {
  .js-event-gallery-next {
    right: -108px;
  }
  .js-event-gallery-prev {
    left: -65px;
  }
}
@media screen and (min-width: 900px) {
  .event-gallery-breadcrumbs {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .js-news-gallery-header {
    width: 305px;
  }
  .js-news-gallery {
    width: 285px;
    height: 357px;
    margin-left: auto;
    margin-right: auto;
  }
  .js-news-gallery-view {
    width: 285px;
    height: 357px;
  }
  .js-news-gallery-row {
    height: 387px;
  }
  .js-news-gallery-article {
    width: 285px;
    height: 357px;
  }
  .js-news-gallery-item-container {
    width: 285px;
  }
  .js-news-gallery-item-image-container {
    width: 285px;
    height: 190px;
  }
  .js-news-gallery-item-content-container {
    max-width: 255px;
  }
  .js-news-gallery-item-image {
    width: 285px;
    height: 190px;
  }
  .js-news-gallery-item-snippet {
    font-size: 16px;
  }
  .js-event-gallery {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
  .js-event-view {
    width: 285px;
  }
  .js-event-row-items-container {
    height: 387px;
  }
  .js-event-row-item-container {
    width: 285px;
    height: 357px;
  }
  .js-event-row-item-image-container {
    width: 285px;
    height: 190px;
  }
  .js-event-row-item-image {
    width: 285px;
    height: 190px;
  }
  .js-event-row-item-info {
    padding-left: 0;
    padding-top: 0.1rem;
  }
  .js-event-row-item-content-container {
    max-width: 255px;
  }
  .js-event-row-item-snippet {
    font-size: 16px;
  }
  .js-event-gallery-prev
  .js-event-gallery-next {
    visibility: hidden;
  }
}




