#peak-status-1 img {
    max-height: 40px;
}
#peak-status-1 * {
    font-size: 85%;
}
#peak-status-1 span {
    font-size: 55% !important;
    line-height: 0 !important;
}
.bse-header-left {
    align-items: center;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.bse-header-left a.c-button--solid {
    margin: 0;
}
/* Webforms Page Title */
#block-touchstone-me-pagetitle h1 {
    color: #ffffff;
    max-width: 1440px;
  	margin: 0 auto;
  	padding: 0 1em; 
  	text-align: left;
}
#block-touchstone-me-pagetitle {
    margin: 0 auto;
    background-color: #062E66;
    padding: 3em 0em;
    color: #ffffff;
    display: flex;
    align-items: center;
}

@media (max-width: 640px) {
  #block-touchstone-me-pagetitle {
    padding: 2em 1.5em;
  }

  #block-touchstone-me-pagetitle h1 {
    font-size: 1.75rem;
  }
}

/* Slider */
.tp-tabs {
    height: 95px !important;
    display: none;
}

.tp-caption__buttons-container:not(:has(a[href]:not([href=""]))) {
  display: none !important;
}

.tp-rightarrow .tp-arr-titleholder {
	display: none;
}

.tp-leftarrow .tp-arr-titleholder {
	display: none;
}

.tp-caption__title.mt-style-custom-all {
    color: #ffffff;
}

.t-teme-temp3 .c-accordion__button .text {
    text-align: left;
}

a {
    color: #f8991d;
    text-decoration: none;
}

a:hover {
    color: #005a9c;
}

.c-accordion__content a {
    color: #f8991d !important;
}

.c-accordion__content a:hover {
    color: #005a9c !important;
}

.download-pdf.link-pdf {
    padding: 10px 0;
    display: none;
}

h4 {
    font-size: 1.5em;
}

.pdf-reader-embed object {
    width: 100%;
}

/* CWB Slideshow */
.rev_slider_wrapper {
    height: auto !important;
	  max-height: 700px;
}
.tp-caption__buttons-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}
.tp-caption__buttons-container {
    margin-top: 0;
}
.tp-caption__title {
    font-size: 3.5rem;
    line-height: normal;
    font-weight: 700;
    text-shadow: 0 0 50px rgba(0,0,0,.40);
    padding: .6em 1em 0 1em;
}
/* Responsive Tooling */
@media (min-width: 1024px) {
	.paragraph.paragraph--type--shine-slideshow.paragraph--view-mode--default {
    height: 100%;
    min-height: 650px;
	}
}
@media (max-width:1200px) {
	.tp-caption__title {
		font-size: 3.5rem;
	}
}
@media (max-width:1024px){
	.tp-caption__title {    
		font-size: 3rem;
	}
}
@media (max-width:768px){
	.tp-caption__title {
		font-size: 2.5rem;
	}
	.tp-caption__text {
    display: block !important;
    font-size: 125%;
	}
	header.c-site-header__masthead img {
    max-height: 125px;
	}
}
@media (max-width:567px){
	.tp-caption__title {
		font-size: 2rem;
	}
	.tp-caption__buttons-container {
    gap: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	}
	.tp-parallax-wrap {
    top: 20% !important;
	}
	#peak-status-1 * {
    font-size: 80%;
    max-height: 30px;
    margin: auto;
	}
}