/* css moved into the main style sheet for site preformance this sheet is not set in site header

@charset "utf-8";
/* CSS Document */

/***** Color Settings *****/
.black{
	background-color: #000;
	color: #fff;
}

.yellow{
	background-color: var(--yancey-variation-color);
	color: #000;
}

/***** New Equipment Block ******/

.new_equipment_block {
/*	border: 1px solid #000;*/
/*	box-shadow:inset 0px 0px 10px 0px rgba(0, 0, 0, 0.30);*/
}

.new_equipment_block_button {
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
}

.new_equipment_block_links {
	justify-content: space-evenly;
	border: 1px solid;
    border-top: none;
    padding: 50px 0;
}

.new_equipment_block_button a { color: #000; }

.black a { color: #fff; }
.black a:hover { color: #fff; }

.new_equipment_block_button_wta:hover, .new_equipment_block_button_m:hover {
	background-color: #000;
	color: #fff;
}

.new_equipment_block_families {
	border: 1px solid #000;
	padding: 50px 15px 0 15px;
	border-top: none;
    border-bottom: none;
}

.new_equipment_block .hide{
	display: none;
}

.new_equipment_block .division-card {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
	padding: 20px;
	height: 80%;
}


/***** Accordion Block ******/
.accordion-block {
	margin: 14px 0;
	display: flex;
	flex-direction: column;
}

.accordion-block .accordion-header {
    padding: 15px;
    cursor: pointer;
    position: relative;
}


.accordion-block .accordion-header h5 {
	margin-bottom: 0;
	font-family: 'Arial Narrow', 'Arial', sans-serif;
}

@media screen and (max-width: 767px) {
	.accordion-block .accordion-header h5 {
		padding-right: 15px;
	}
}

.black h5 { color: #fff; }

.accordion-block .accordion-header h5:after {
	position: absolute;
    right: 20px;
    top: 38%;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 15px;
    transform: rotate(45deg);
	transform-origin: center center;
    width: 15px;
}

.accordion-block:last-child .accordion-header {
	margin-bottom: 0;
}

.accordion-block .accordion-text {
	height: 0;
	overflow-y: hidden;
	transition: all ease .25s;
	padding-left: 25px;
	padding-right: 25px;
}

.accordion-block .accordion-text > *:first-child {
	margin-top: 25px;
}

.accordion-block .accordion-text > *:last-child {
	margin-bottom: 25px;
}

.accordion-block.active .accordion-header {
	margin-bottom: 0;
}

.accordion-block.active .accordion-header h5:after {
	transform: rotate(135deg);
	top: 33%;
}

.accordion-block.active .accordion-text {
	display: block;
}

/*
.container .load .accordion-text {
	height: auto;
}
*/

.accordion-block.reps .accordion-header {
	background-color: white;
	font-size: 1.8rem;
	font-family: 'Arial Narrow', 'Arial', sans-serif;
	padding: 5px;
	font-weight: bold;
}

.accordion-block.reps .accordion-header.accordion-header:after {
	content: '';
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	right: 11px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accordion-block.reps .accordion-text {
	border: none;
	height: auto;
	padding-left: 0;
}

.accordion-block.reps .accordion-text .tags-manager {
	margin-top: 0;
	padding-left: 0;
}

/***** I want to drop down Block *****/

.tech-dropdown-block {
	position: relative;
	display: inline-block;
	width: 100%
}

.tech-dropbtn-block {
	padding: 12px;
	font-size: 16px;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

.tech-dropbtn-block:after {
	position: absolute;
    right: 20px;
    top: 14px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: '';
    height: 15px;
    transform: rotate(45deg);
	transform-origin: center center;
    width: 15px;
}

.tech-dropdown-content-block {
	display: none;
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
/*
	height: 125px;
	overflow-y: scroll;
*/
	background-color: #d8d8d8;
	width: 100%;
	text-transform: uppercase;
}

.tech-dropdown-content-block a {
	color: #000;
	padding: 10px 16px;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 14px;
}

.tech-dropdown-content-block.yellow a:hover { background-color: var(--yancey-variation-color); color: #000; }

.tech-dropdown-content-block.black a:hover { background-color: #000; color: #fff; }

.tech-dropdown-block:hover .tech-dropdown-content-block { display: block; }

.tech-dropdown-block:hover .tech-dropbtn-block.black { background-color: #ffc20f; color: #000; }

.tech-dropdown-block:hover .tech-dropbtn-block.yellow { background-color: #000; color: #fff; }

.tech-dropdown-block:hover .tech-dropbtn-block:after { transform: rotate(135deg); top: 13px; }

/***** Button Block *****/

.button-block {
	font-size: 18px;
    padding: 10px 40px;
    font-weight: bold;
}

.button-block.black { color: #fff }

.button-block.yellow { color: #000 }

.button-block.black:hover { color: #000; background-color: #ffc20f; }

.button-block.yellow:hover { color: #fff; background-color: #000; }

/***** Video Content *****/

.video-content-block { max-width: 600px; position: relative; }

.video-content-block .modal-dialog { max-width: 60% }

.video-content-block svg {
	width: 15%;
    height: auto;
    position: absolute;
    left: 55%;
    margin-left: -12.5%;
    margin-top: 28%;
    filter: drop-shadow(2px 4px 6px black);
}

.video-content-block svg path { fill: var(--yancey-variation-color); }

.video-content-block svg polygon { fill: #fff; }

.video-content-block:hover svg path { fill: grey; }

/*.video-content-block:hover svg polygon { fill: var(--yancey-variation-color); }*/

.video-content-block img { width: 100%; height: auto; }

.video-content-block .video-responsive {
	overflow:hidden;
    padding-bottom: 56.25%;
    position:relative;
    height:0;
}

.video-content-block .video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.show-vid { display: block; background-color: rgba(0, 0, 0, 0.75); }

@media screen and (max-width: 767px) {
	.video-content-block .modal-dialog {
    	max-width: 95%;
	}
}

/***** Product Card *****/

.product-card {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.30);
	margin-bottom: 25px;
    padding: 20px;
    width: 100%;
    height: auto;
}

.product-card a:hover h4 { color: var(--yancey-variation-color); }

/***** hacks and things *****/

@media all and (max-width: 768px) {
	.small-block-spacer { height: 20px }

	.wp-block-columns .wp-block-column:first-child .col-md-12 .career-card { margin-top: 20px !important; }

	.wp-block-columns .wp-block-column .col-md-12 .career-card { margin-top: 50px !important;}

	.new_equipment_block .division-card { height: unset; }

}