/*
Theme Name: Construction Safety Week
Author: Intrinzic
Author URI: http://intrinzicbrands.com/
Version: 3.0.0
*/
/**
 * Table of Contents
 *
 * 1.0 - Normalize (normalize.css)
 * 2.0 - Global
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 *   6.3 - Pagination
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 11.0 - Content
 *   11.1 - Header
 *   11.2 - Footer
 *   11.3 - Page
 * 12.0 - Media Queries
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

/**
 * 2.0 - Global
 */

html {
	box-sizing: border-box;
	color: #102d34;
	font-family: 'Barlow', sans-serif;
	font-weight: 400;
	font-size: 62.5%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	margin: 0;
}

.site {
	overflow: hidden;
	position: relative;
}

.site.open {
	position: fixed;
}

/* placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: #c2b59b;
	font-family: 'Barlow', sans-serif;
}

:-moz-placeholder {
	color: #c2b59b;
	font-family: 'Barlow', sans-serif;
}

::-moz-placeholder {
	color: #c2b59b;
	font-family: 'Barlow', sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #c2b59b;
	font-family: 'Barlow', sans-serif;
}

@media screen and (min-width: 1024px) {
	.desktop_w {
		margin: 0 auto;
		max-width: 1024px;
		width: 100%;
	}
}


/**
 * 3.0 - Typography
 */

/**
 * 4.0 - Elements
 */

.video {
	height: 0;
	margin-bottom: 15px;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
}

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

@media screen and (min-width: 1024px) {

}


/**
 * 5.0 - Forms
 */


/**
 * 6.0 - Navigation
 */

header #menu_c {
	background-color: #6eb444;
	height: 100vh;
	left: 0;
	padding: 7vh 70px;
	position: absolute;
	top: 100%;
	transition: transform 0.3s ease;
	transform: translateX(100%);
	z-index: 9998;
	width: 100%;
}

#page.site.open header #menu_c {
	transform: translate(0);
}

header #menu_c nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

header #menu_c nav ul li a {
	color: #fff;
	display: block;
	font-family: 'Barlow', sans-serif;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 1.2vh 0;
	text-transform: uppercase;
}

header #menu_c nav > ul > li:hover > a {

}

header #menu_c nav > ul > li.menu-item-has-children > a {
	background: transparent url('img/global/icon_white_arrow_down.png') no-repeat right center / 26px auto;
}

header #menu_c nav > ul > li.menu-item-has-children.open > a {
	background: transparent url('img/global/icon_white_arrow_tan_border_up.png') no-repeat right center / 26px auto;
}

header #menu_c nav ul li.current-menu-item > a,
header #menu_c nav ul li.current-menu-ancestor > a {

}

header #menu_c nav ul ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 15px;
}

header #menu_c nav ul ul li a {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 6px 0;
}

header #menu_c nav ul ul ul {
	display: none;
}

header #close_c {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 9999;
}

@media screen and (min-width: 1024px) {
	header #menu_c {
		background: transparent;
		bottom: auto;
		height: auto;
		left: auto;
		padding: 0;
		position: relative;
		top: auto;
		transition: none;
		transform: none;
		width: 100%;
	}

	header #menu_c nav {
		height: 100%;
	}

	header #menu_c nav > ul {
		display: flex;
		height: auto;
		justify-content: space-between;
		margin: 18px 0 0 60px;
	}

	header #menu_c nav > ul > li {
		display: inline;
		margin: 0;
		position: relative;
	}

	header #menu_c nav > ul > li:first-child {
		display: none;
	}

	header #menu_c nav ul li a {
		color: #102d34;
		font-size: 1.8rem;
		font-weight: 700;
		padding: 0;
	}

	header #menu_c nav > ul > li > a {
		border-bottom: 2px solid transparent;
		display: block;
		font-size: 1.5rem;
		line-height: 2.4rem;
		white-space: nowrap;
	}

	header #menu_c nav > ul > li.menu-item-has-children > a,
	header #menu_c nav > ul > li.menu-item-has-children.open > a {
		background: none;
	}

	header #menu_c nav > ul > li:hover > a,
	header #menu_c nav > ul > li.current-menu-item > a,
	header #menu_c nav > ul > li.current-menu-ancestor > a {
		border-bottom: 2px solid #6eb444;
	}

	header #menu_c nav > ul > li:hover > a,
	header #menu_c nav > ul > li.menu-item-has-children.open > a {

	}

	header #menu_c nav ul li.current-menu-item > a,
	header #menu_c nav ul li.current-menu-ancestor > a {

	}

	header #menu_c nav ul ul {
		background-color: #6eb444;
		display: none;
		padding: 0;
		position: absolute;
		width: 200px;
	}

	header #menu_c nav ul ul li a {
		border-bottom: 1px solid #fff;
		color: #fff;
		font-size: 1.5rem;
		padding: 10px;
	}

	header #menu_c nav ul ul li:last-child a {
		border-bottom: none;
	}
}


/**
 * 6.1 - Links
 */

a {
	text-decoration: none;
}

.button {
	align-self: center;
	background-color: #102d34;
	border: 2px solid #102d34;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	padding: 6px 13px 6px 44px;
	text-transform: uppercase;
}

.button i {
	margin: 0 0 0 2em;
}

.button.inverse {
	background-color: #fff;
	border: 2px solid #fff;
	color: #102d34;
}

@media screen and (min-width: 1024px) {
	.button {
		background-color: transparent;
		border: 2px solid #102d34;
		color: #102d34;
	}

	.button:hover {
		background-color: #102d34;
		color: #fff;
	}

	.button.inverse {
		background-color: transparent;
		border: 2px solid #fff;
		color: #fff;
	}

	.button.inverse:hover {
		background-color: #fff;
		border: 2px solid #fff;
		color: #102d34;
	}
}


/**
 * 6.2 - Menus
 */

/**
 * 6.3 - Pagination
 */

.paging-navigation {
	font-size: 1.8rem;
	margin: 30px 0;
	text-align: center;
	width: 100%;
}

.paging-navigation > i {
	color: #ccc;
	margin: 0 10px;
	line-height: 36px;
	width: 36px;
}

.paging-navigation > a {
	display: inline-block;
	line-height: 36px;
	margin: 0 10px;
	padding: 0;
	width: 36px;
}

.paging-navigation > a > i {
	color: #ccc;
	font-size: 1.8rem;
}

.paging-navigation ul {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.paging-navigation ul li {
	display: inline-block;
	margin: 0 2px;
}

.paging-navigation ul li span,
.paging-navigation ul li a {
	background-color: #f1f1f1;
	border-radius: 50%;
	color: #102d34;
	display: block;
	font-size: 1.8rem;
	line-height: 36px;
	padding: 0;
	width: 36px;
}

.paging-navigation ul li span.current {
	background-color: #102d34;
	color: #fff;
}

@media screen and (min-width: 1024px) {
	.paging-navigation {
		margin: 60px 0 0 0;
	}
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 11.0 - Content
 */

#content {

}

#page_content_c {

}

#page_content_c #the_content {

}

#page_content_c #the_content p,
#page_content_c #the_content li {

}

#page_content_c #the_content p a,
#page_content_c #the_content li a {

}

#page_content_c #the_content p strong {

}

@media screen and (min-width: 1024px) {
	#content {

	}

	#page_content_c {

	}

	#page_content_c #the_content {

	}

	#page_content_c #the_content p {

	}

	#page_content_c #the_content p,
	#page_content_c #the_content li {

	}
}


/**
 * 11.1 - Header
 */

header {
	padding: 20px;
	position: relative;
	z-index: 10;
}

header #logo_nav_menu_close_c #logo_nav_c > div.desktop_w {
	display: flex;
	justify-content: space-between;
}

header a#logo {
	display: block;
	width: 160px;
	z-index: 9998;
}

header a#logo img {
	width: 100%;
}

/* https://github.com/callmenick/Animating-Hamburger-Icons */

.c-hamburger {
	border: none;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 26px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: -9999px;
	transition: background 0.3s;
	width: 26px;
}

.c-hamburger:focus {
	outline: none;
}

.c-hamburger span {
	background: #b5b5b5;
	display: block;
	height: 3px;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 11px;
}

.c-hamburger span::before {
	top: -8px;
}

.c-hamburger span::before,
.c-hamburger span::after {
	background-color: #b5b5b5;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-hamburger span::after {
	bottom: -8px;
}

.c-hamburger--htx {
	background-color: transparent;
}

.c-hamburger--htx span {
	transition: background 0s 0.3s;
}

.c-hamburger--htx span::before {
	transition-property: top, transform;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
	transition-delay: 0.3s, 0s;
	transition-duration: 0.3s, 0.3s;
}

.c-hamburger--htx span::after {
	transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {

}

.c-hamburger--htx.is-active span {
	background: none;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
	transition-delay: 0s, 0.3s;
}

.c-hamburger--htx.is-active span::before {
	top: 0;
	transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
	bottom: 0;
	transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {
	header {
		padding: 0;
	}

	header div.desktop_w {
		display: flex;
		padding: 25px 0 25px 25px;
	}

	header a#logo {
		flex: 0 0 240px;
		height: 54px;
		width: 240px;
	}

	header #close_c {
		display: none;
	}
}


/**
 * 11.2 - Footer
 */

footer {
	background: transparent url('img/global/bg_concrete_dark.jpg') no-repeat center center;
	color: #fff;
	padding: 60px 0;
	text-align: center;
}

footer img#footer_logo {
	display: block;
	height: 48px;
	margin: 0 auto;
	width: 214px;
}

footer div.desktop_w > div {
	margin: 45px 0;
}

footer div.desktop_w > div:first-child {
	margin: 0 0 45px 0;
}

footer div.desktop_w > div:last-child {
	margin: 45px 0 0 0;
}

footer div.desktop_w div.header {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-transform: uppercase;
}

footer #subscribe_questions_c #mc_embed_signup {
	margin: 0 0 50px 0;
}

footer #subscribe_questions_c #mc_embed_signup div.mc-field-group {
	margin: 0 auto;
	position: relative;
	width: 250px;
}

footer #subscribe_questions_c #mc_embed_signup div.mc-field-group input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #102d34;
	font-size: 1.5rem;
	line-height: 1.8rem;
	padding: 6px 36px 6px 9px;
	width: 100%;
}

footer #subscribe_questions_c #mc_embed_signup div.mc-field-group button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #102d34;
	border: none;
	color: #fff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.8rem;
	padding: 7px 12px;
	position: absolute;
	right: 0;
}

footer #subscribe_questions_c .button {
	background-color: #102d34;
	border: 2px solid #102d34;
	color: #fff;
}

footer #social_c {
	display: flex;
	justify-content: center;
}

footer #social_c a {
	color: #fff;
	display: block;
	font-size: 2.4rem;
	margin: 0 20px;
}

@media screen and (min-width: 1024px) {
	footer {
		padding: 0;
	}

	footer > div.desktop_w {
		display: flex;
		padding: 35px 0;
	}

	footer > div.desktop_w > div {
		border-right: 1px solid #102d34;
		margin: 0;
		padding: 25px 0;
		width: 33%
	}

	footer > div.desktop_w > div:first-child {
		margin: 0;
	}

	footer > div.desktop_w > div:last-child {
		border: none;
		margin: 0;
	}

	footer img#footer_logo {
		flex: 0 0 214px;
	}
}


/**
 * 11.3 - Page
 */

div.banner_c {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

div.banner_c div.desktop_w {
	color: #fff;
	display: flex;
	flex-direction: column;
	height: 350px;
	justify-content: center;
	padding: 0 25px;
	position: relative;
	z-index: 1;
}

div.banner_c h1 {
	align-self: center;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 3.5rem;
	position: relative;
	text-align: center;
	text-shadow: 0 0 10px #000;
	text-transform: uppercase;
}

div.banner_c a.button {
	margin: 50px 0 0 0;
}

div.banner_bottom_c {
	background: transparent url('img/global/bg_green_pattern.png') repeat-x center top / 560px auto;
	border-top: 10px solid #6eb444;
	height: 31px;
}

#introduction_c {
	margin: 35px 25px;
	text-align: center;
}

#introduction_c h2 {
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 2.5rem;
	text-transform: uppercase;
}

#introduction_c p {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

#introduction_c p a {
	color: #6eb444
}

#introduction_c .button {
	margin: 15px 0 0 0;
}

.page-template-default p,
.page-template-default li {
	font-size: 1.5rem;
	line-height: 2.2rem;
}

.image_callouts_c a.image_callout {
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	margin: 0 0 10px 0;
}

.image_callouts_c a.image_callout div.inner_c {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 200px;
	justify-content: center;
}

.image_callouts_c a.image_callout:hover div.inner_c {
	background-color: rgba(0, 50, 66, 0.8);
}

.image_callouts_c a.image_callout div.headline {
	color: #fff;
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 2.7rem;
	margin: 0 0 15px 0;
	text-align: center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
	text-transform: uppercase;
}

.image_callouts_c a.image_callout:hover .button {
	background-color: #102d34;
	color: #fff;
}

.image_callouts_c a.image_callout:hover .button.inverse {
	background-color: #fff;
	border: 2px solid #fff;
	color: #102d34;
}

.media_gallery_c {
	background: transparent url('img/global/bg_media_gallery.jpg') no-repeat center center / cover;
	display: block;
	height: 280px;
	margin: 30px 0;
}

.media_gallery_c > div.inner_c {
	background-color: rgba(0, 50, 66, 0.8);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
}

.media_gallery_c div.headline {
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 2.7rem;
	margin: 0 0 20px 0;
	text-align: center;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
	text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
	div.banner_c div.inner_c {
		background: transparent url('img/global/icon_seal_white.png') no-repeat right -16px bottom -16px / 220px auto;
	}

	div.banner_bottom_c {
		background-size: 1068px auto, 100% auto;
		height: 50px;
	}

	div.banner_c,
	section {
		position: relative;
	}

	div.banner_c div.desktop_w {
		height: 370px;
	}

	body.single-post.admin-bar div.banner_c div.desktop_w,
	body.page-template-basic.admin-bar div.banner_c div.desktop_w {
		height: 370px;
	}

	div.banner_c h1 {
		font-size: 5.0rem;
		line-height: 4.5rem;
	}

	div.banner_c h1 span {
		display: block;
	}

	#introduction_c {
		margin: 50px auto;
	}

	#introduction_c h2 {
		font-size: 3.0rem;
		line-height: 1;
		margin: 0 0 35px 0;
	}

	#introduction_c p {
		font-size: 1.5rem;
		line-height: 1.8rem;
		padding: 0 125px;
	}

	.page-template-default p,
	.page-template-default li {
		font-size: 1.5rem;
		line-height: 1.8rem;
	}

	.image_callouts_c {
		display: flex;
		justify-content: space-between;
	}

	.image_callouts_c a.image_callout {
		flex: 0 0 calc(50% - 5px);
	}

	.image_callouts_c a.image_callout div.inner_c {
		max-height: 450px;
	}

	.image_callouts_c a.image_callout div.headline {
		font-size: 3.0rem;
		line-height: 3.6rem;
		margin: 0 0 30px 0;
	}

	.media_gallery_c {
		height: 200px;
		margin: 30px 0 10px 0;
	}

	.media_gallery_c > div.inner_c {
		background-color: rgba(16, 45, 52, 0);
	}

	.media_gallery_c:hover > div.inner_c {
		background-color: rgba(16, 45, 52, 0.8);
	}

	.media_gallery_c div.headline {
		font-size: 3.0rem;
		line-height: 1;
	}

	.media_gallery_c:hover .button.inverse {
		background-color: #fff;
		border: 2px solid #fff;
		color: #102d34;
	}
}


/**
 * 12.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}
