body {
	background: white;
}

.hero.wide {
	max-height: calc(100vh - (15px + 90px));
	height: max(70vh, 500px);
	background-position: center;
	background-size: cover;
	width: 100%;
}

.hero.wide:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;

/* 	background-image: linear-gradient(180deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 20%, rgba(0,0,0,0.4) 40%, rgba(0,0,0,0.3) 100%); */
	
	background: black;
	opacity: .2;
}

.triangle.sub-header {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 75% 100%);
	width: 70%;
	height: 100%;
	opacity: .6;
}

.floating {
	position: relative;
    width: 100%;
    height: 100%;
    padding-top: 130px;
    background: transparent;
}

	.floating-content {
		position: relative;
		width: 90%;
		height: 100%;
		padding: 2em 0;
		margin: 0 auto;
	}
	
		.floating-content h1 {
			position: absolute;
			top: 0;
			right: 0;
			max-width: 50%;
			color: #fff;
			font-size: 55px;
			font-weight: bold;
			text-align: right;
			text-transform: uppercase;
		}

/*
		.tag {
		    position: relative;
		    text-align: center;
		    width: 100%;
		    height: 100%;
		    display: flex;
		    justify-content: center;
		    align-items: center;
		}

			.tag .container {
			    height: 100%;
			    display: flex;
			    justify-content: center;
			    align-items: center;
			}

				.tag h1 {
				    width: 100%;
				    margin: 0;
				    color: white;
				    font-size: 49px;
				    font-weight: 600;
				    letter-spacing: 10px;
				    text-transform: uppercase;
				}
	
					.tag h1 strong {
						font-weight: 600;
					}

				.tag p {
					line-height: 1.5;
				}
				
				.tag .service-times {
					position: relative;
					
					width: 60%;
					margin-top: 50px;
					color: #fff;
					display: flex;
				}
				
					.tag .service-time {
						position: relative;
						width: 33.33%;
						display: flex;
						flex-direction: column;
					}
				
						.tag .service-time h4 {
							margin: 0;
							font-size: 28px;
							font-weight: bold;
							line-height: 1.5;
						}
						
						.tag .service-time p {
							margin: 0;
							font-size: 21px;
						}
*/


#content {
	position: relative;
}

	.cb-content h3 {
		color: var(--orange);
		text-transform: uppercase;
	}

	.cb-content h4 {
		color: var(--blue);
		text-transform: uppercase;
	}

	#content p {
		line-height: 1.75;
	}
	
	#content .cb-layout_layouts-container h3 {
		font-size: 30pt;
	}

	#content .cb-layout_layouts-container h4 {
		color: inherit;
		font-size: 22pt;
		letter-spacing: 1px;
		margin: 0;
	}

.cb-content:not([data-type="contentbox_layout"]) {
	width: 90%;
	margin: 0 auto;
}
#content .sort_container .cb-content {
	width: 100%;
}


blockquote {
    background: #fff;
    z-index: 4;
    bottom: 0;
    box-shadow: -6px 7px 6px rgb(56 56 56/7%);
    position: relative;
    left: 0;
    margin: 0;
    z-index: 100;
    width: 95%;
    margin: 0 auto;
    border-radius: 2px;
    padding: 28px 30px;
    margin-bottom: 21px;
    transition: ease-in-out .1s;
}
	blockquote:hover {
	    /* scale: 1.02; */
	    transform: scale(1.015);
	    transition: ease-in-out .1s;
	}
	#content blockquote h5 {
/*
		font-family: var(--font-primary);
		font-size: clamp(20px, 3.55vw, 23px);
		font-weight: 700;
		line-height: 1.1;
		margin-bottom: 0.1em;
*/
	    font-family: var(--font-primary);
	    font-size: clamp(16px, 3.55vw, 16px);
	    font-weight: 400;
	    line-height: 1.1;
	    margin-bottom: 0.1em;
	}
		#content blockquote h6 {
			font-family: var(--font-primary);
			font-size: clamp(18px, 3.55vw, 20px);
			font-weight: 400;		
		}
		blockquote p {
			margin-top: 0.34em;
		}
			/* #content blockquote h6:before {
			    content: "";
			    width: 19px;
			    background-size: contain;
			    background-repeat: no-repeat;
			    height: 17px;
			    background-image: url("/images/layouts/arrow-small.svg");
			    display: inline-block;
			    position: relative;
			    margin-bottom: -1px;
			} */
		blockquote p {
			font-family:  var(--font-secondary);
			font-weight: 400;
			font-size: var(--default-p);
			
		}
	blockquote table img {
	    padding-right: 3px;
	}
	
	.rotator-slide-image-container {
		text-align: center;
	}

	.rotator-slide-image-container img {
		max-width: 200px;
		border-radius: 50%;
	}

	.rotator-slide-text h5 {
		margin: 0;
		padding-bottom: 1em;
		font-size: 1.5em;
		font-weight: inherit;
	}
	#content .rotator-wrapper {
		width: 100%;
	}

.rotator-slide-image-container img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
  }
	

@media (max-width: 1024px) {
	.tag .service-times {
		width: 100%;
	}
}

@media (max-width: 768px) {
}

@media (max-width: 670px) {
/*
	.hero.wide {
		height: 100vh;
	}
*/

	.floating-content h1 {
		max-width: 90%;
		display: flex;
		align-items: center;
		font-size: clamp(30px, 13.55vw, 55px);
		height: 70%;
	}


	.tag h1 {
		font-size: 35px;
	}
	
	.tag .service-times {
		flex-wrap: wrap;
		justify-content: center;
	}
	
		.tag .service-time {
			width: 50%;
		}

			.tag .service-time h4 {
				font-size: 22px;
			}
			
			.tag .service-time p {
				font-size: 16px;
			}
}

@media (max-height: 600px) {
	.hero.wide {
		max-height: calc(100vh - (15px + 81px));
	}
	.floating {
		padding-top: 0;
	}
}