/**
 * X.X Technical Bulletins
 */

.page-template-technical-bulletins #anchor_nav_c div.mobile {
	display: flex;
	justify-content: center;
	padding: 25px;
}

.page-template-technical-bulletins #anchor_nav_c div.mobile select {
	font-size: 1.5rem;
}

.page-template-technical-bulletins #anchor_nav_c ul.desktop {
	display: none;
}


.page-template-technical-bulletins #top_content_c div.desktop_w {
	background: #f1f1f1;
	padding: 35px;
}

.page-template-technical-bulletins #top_content_c h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	text-transform: uppercase;
	text-align: center;
}

.page-template-technical-bulletins #top_content_c div.content_c {
	margin: 30px 0;
}

.page-template-technical-bulletins #top_content_c div.content_c p {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.page-template-technical-bulletins #top_content_c div.content_c p:first-child {
	margin-top: 0;
}

.page-template-technical-bulletins #top_content_c div.content_c p:last-child {
	margin-bottom: 0;
}

.page-template-technical-bulletins #top_content_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: calc(57.5vw - 70px);
}

.page-template-technical-bulletins #technical_bulletins_c div.desktop_w {
	padding: 35px 25px;
}

.page-template-technical-bulletins #technical_bulletins_c h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 0 30px 0;
	text-transform: uppercase;
	text-align: center;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c {
	background-color: #102d34;
	margin: 0 0 5px 0;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header {
	align-items: center;
	display: flex;
	height: 75px;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header div.text {
	color: #ccdc29;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.5rem;
	padding: 0 25px;
	text-transform: uppercase;
	text-align: center;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header div.toggle {
	background-color: #ccdc29;
	cursor: pointer;
	flex: 0 0 60px;
	height: 75px;
	position: relative;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header div.toggle::after {
	color: #102d34;
	content: '\f078';
	font-family: "Font Awesome 6 Pro";
	font-size: 2rem;
	left: calc(50% - 11px);
	position: absolute;
	top: calc(50% - 12px);
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c.open div.header div.toggle::after {
	content: '\f077';
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c {
	display: none;
	padding: 25px;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c.open div.inner_c {
	display: block;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.image {
	margin: 0 0 20px 0;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.image img {
	width: 100%;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.headline {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.copy {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.8rem;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c {
	display: flex;
	flex-direction: column;
	margin: 0 0 30px 0;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c a {
	align-self: flex-start;
	border: 2px solid #fff;
	background-color: transparent;
	color: #fff;
	margin: 0 0 7px 0;
	padding: 6px;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c a:last-child {
	margin: 0;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c a:hover {
	background-color: #fff;
	color: #102d34;
}

.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c a i,
.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c a svg {
	margin: 0 0 0 1em;
}

.page-template-technical-bulletins section.section_c {
	margin: 25px 0 0 0;
}

.page-template-technical-bulletins section.section_c div.desktop_w {
	background-color: #f1f1f1;
	padding: 35px 0;
}

.page-template-technical-bulletins section.section_c h2 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	text-align: center;
}

.page-template-technical-bulletins section.section_c ul.languages {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.page-template-technical-bulletins section.section_c ul.languages li {
	border-right: 1px solid #58595b;
	color: #58595b;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 10px 15px;
	text-transform: uppercase;
}

.page-template-technical-bulletins section.section_c ul.languages li.current {
	color: #6eb444;
}

.page-template-technical-bulletins section.section_c ul.languages li:last-child {
	border: none;
}

.page-template-technical-bulletins section.section_c div.language_c {
	display: none;
}

.page-template-technical-bulletins section.section_c div.language_c.current {
	display: flex;
	flex-wrap: wrap;
}

.page-template-technical-bulletins section.section_c div.language_c div.row {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.small a {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	color: #102d34;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	margin: 10px 20px;
	padding: 25px;
	text-align: center;
	text-transform: uppercase;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.small a i,
.page-template-technical-bulletins section.section_c div.language_c div.row.small a svg {
	margin: 0 0 0 1em;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	margin: 10px 20px;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c div.image {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 37vw;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c a {
	background-color: #fff;
	color: #102d34;
	display: block;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	padding: 25px;
	text-align: center;
	text-transform: uppercase;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c a i,
.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c a svg {
	margin: 0 0 0 1em;
}

.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c div.description {
	padding: 15px 25px;
	font-size: 1.2rem;
}

.page-template-technical-bulletins section.section_c div.bottom_buttons_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
}

.page-template-technical-bulletins section.section_c div.bottom_buttons_c a {
	margin: 10px 0;
}

.page-template-technical-bulletins #thanks_c {
	margin: 35px 0;
}

.page-template-technical-bulletins #thanks_c div.desktop_w {
	background: #f1f1f1 url('../img/global/bg_green_pattern.png') repeat-x center top / 560px auto;
	margin: 35px auto;
	padding: 70px 25px 35px 25px;
}

.page-template-technical-bulletins #thanks_c h2 {
	color: #102d34;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
}

.page-template-technical-bulletins #thanks_c div.copy {
	font-size: 1.5rem;
	line-height: 2.2rem;
	text-align: center;
}

.page-template-technical-bulletins #thanks_c h3 {
	color: #6eb444;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.page-template-technical-bulletins #thanks_c div.divider {
	border-top: 1px solid #000;
	margin: 30px auto;
	width: 87px;
}

.page-template-technical-bulletins #thanks_c div.thanks_c {
	margin: 30px 0;
}

.page-template-technical-bulletins #thanks_c div.thanks_c div.header {
	color: #102d34;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
}

.page-template-technical-bulletins #thanks_c div.thanks_c div.contributor {
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 3px 0;
	text-align: center;
}

.page-template-technical-bulletins #thanks_c div.thanks_c div.contributor span {
	font-weight: 700;
}

.page-template-technical-bulletins #mobile_alert_c {
	background-color: rgba(0, 0, 0, 0.9);
	display: none;
	flex-direction: column;
	height: 100vh;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.page-template-technical-bulletins #page.site.alert #mobile_alert_c {
	display: flex;
}

.page-template-technical-bulletins #mobile_alert_c div.alert {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 3.5rem;
	padding: 0 15px;
	text-align: center;
}

.page-template-technical-bulletins #mobile_alert_c div.close {
	cursor: pointer;
	margin: 30px 0 0 0;
}

.page-template-technical-bulletins .image_callouts_c {
	margin-top: 25px;
}

@media screen and (min-width: 1024px) {
	.page-template-technical-bulletins div.banner_bottom_c {
		position: relative;
		z-index: 1;
	}

	.page-template-technical-bulletins #anchor_nav_c {
		box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
		display: block;
	}

	.page-template-technical-bulletins #anchor_nav_c div.mobile {
		display: none;
	}

	.page-template-technical-bulletins #anchor_nav_c ul.desktop {
		display: flex;
		justify-content: space-evenly;
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.page-template-technical-bulletins #anchor_nav_c ul li {
		flex: auto;
	}

	.page-template-technical-bulletins #anchor_nav_c ul li:last-child {
		border: none;
	}

	.page-template-technical-bulletins #anchor_nav_c ul li a {
		border-right: 1px solid #999;
		color: #6eb444;
		display: block;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 2;
		margin: 10px 0;
		padding: 0 1em;
		text-align: center;
		text-transform: uppercase;
	}

	.page-template-technical-bulletins #anchor_nav_c ul li a.f {
		color: #b8b8b8;
	}

	.page-template-technical-bulletins #anchor_nav_c ul li:last-child a {
		border: none;
	}

	.page-template-technical-bulletins #top_content_c {
		padding: 90px 0;
	}

	.page-template-technical-bulletins #top_content_c div.desktop_w {
		padding: 70px 0 0 0;
	}

	.page-template-technical-bulletins #top_content_c h2 {
		font-size: 3.0rem;
		text-align: center;
	}

	.page-template-technical-bulletins #top_content_c div.content_c {
		margin: 40px 0 70px 0;
		padding: 0 100px;
		text-align: center;
	}

	.page-template-technical-bulletins #top_content_c div.image {
		height: 660px;
	}

	.page-template-technical-bulletins #technical_bulletins_c {
		margin: 60px 0;
		padding: 0 45px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.desktop_w {
		padding: 0;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.header_buttons_c {
		display: flex;
		justify-content: space-between;
		padding: 0 50px;
	}

	.page-template-technical-bulletins #technical_bulletins_c h2 {
		font-size: 3.0rem;
		margin: 0 0 50px 0;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.planning_resources_copy {
		padding: 0 25px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.planning_resources_copy p {
		padding: 0 100px;
		text-align: center;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.buttons_c {
		align-items: center;
		flex-direction: row;
		justify-content: center;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.buttons_c a:nth-child(2) {
		margin: 0 12px;
	}

	.page-template-technical-bulletins #daily_topics_c {
		padding: 0 45px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header {
		height: 72px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header div.text {
		flex: 1;
		font-size: 2.6rem;
		line-height: 2.5rem;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c.p div.header div.text {
		padding: 0 0 0 134px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.header div.toggle {
		flex: 0 0 134px;
		height: 72px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c {
		padding: 0 0 25px 0;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c.open div.inner_c {
		display: flex;
		padding: 0;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.image {
		flex: 0 0 55%;
		margin: 0;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.image img {
		width: 100%;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.video {
		flex: 0 0 55%;
		margin: 0;
		padding-bottom: calc(56.25% * 0.55);
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c {
		display: flex;
		flex: 1;
		flex-direction: column;
		justify-content: center;
		padding: 40px;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c {
		margin: 0 0 20px 0;
	}

	.page-template-technical-bulletins #technical_bulletins_c div.technical_bulletin_c div.inner_c div.details_c div.supporting_material_c a {
		align-self: flex-start;
	}

	.page-template-technical-bulletins section.section_c {
		margin: 60px 0;
		padding: 0 45px;
	}

	.page-template-technical-bulletins #top_content_c + section.section_c {
		margin: 0;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.small {
		flex-direction: row;
		justify-content: center;
		padding: 10px 50px;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.small a {
		flex: 0 0 calc(33.333% - 10px);
		margin: 0 7px;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.large {
		flex-direction: row;
		justify-content: center;
		padding: 10px 50px;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.large + div.row.large {
		margin: 45px 0 0 0;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c {
		align-self: flex-start;
		flex: 0 0 calc(50% - 10px);
		margin: 0 7px;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c div.image {
		max-height: 270px;
	}

	.page-template-technical-bulletins section.section_c div.language_c div.row.large div.button_c div.description {
		font-size: 1.4rem;
	}

	.page-template-technical-bulletins #thanks_c div.desktop_w {
		background: #f1f1f1 url('../img/global/bg_green_pattern.png') repeat-x center top / 900px auto;
		margin: 100px auto;
		padding: 75px 100px 15px 100px;
	}

	.page-template-technical-bulletins #thanks_c h2 {
		font-size: 3.0rem;
		margin: 0 0 35px 0;
	}

	.page-template-technical-bulletins #thanks_c div.divider {
		margin: 60px auto;
	}

	.page-template-technical-bulletins #thanks_c div.thanks_c {
		margin: 50px 0;
	}
}
