/*
* Base styles
* IE Zukuri Content Theme
*/

/* --------------------------------
* Root
* -------------------------------- */
html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

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

/* --------------------------------
* Document
* -------------------------------- */
body {
	margin: 0;
	font-size: 16px;
	line-height: 1.8;
	color: #222222;
	background-color: #ffffff;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
	text-rendering: optimizeLegibility;
}

/* --------------------------------
* Media
* -------------------------------- */
img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	display: block;
	max-width: 100%;
	height: auto;
}

/* --------------------------------
* Links
* -------------------------------- */
a {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* --------------------------------
* Typography
* -------------------------------- */
p {
	margin: 0 0 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 0.8em;
	line-height: 1.4;
	font-weight: 700;
}

ul,
ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

li {
	margin-bottom: 0.4em;
}

.global-nav__list li {
	margin-bottom: 0;
}

blockquote {
	margin: 0 0 1.5em;
	padding-left: 1em;
	border-left: 4px solid #e5e5e5;
}

figure {
	margin: 0 0 1.5em;
}

hr {
	margin: 2em 0;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

/* --------------------------------
* Tables
* -------------------------------- */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 1.5em;
}

th,
td {
	padding: 0.75em;
	border: 1px solid #e5e5e5;
	text-align: left;
	vertical-align: top;
}

/* --------------------------------
* Forms
* -------------------------------- */
input,
textarea,
select,
button {
	font: inherit;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	padding: 0.75em 1em;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	background-color: #ffffff;
	color: #222222;
}

textarea {
	min-height: 140px;
	resize: vertical;
}

button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	display: inline-block;
	padding: 0.75em 1.25em;
	border: 0;
	border-radius: 4px;
	background-color: #222222;
	color: #ffffff;
	cursor: pointer;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	opacity: 0.9;
}

/* --------------------------------
* WordPress Core
* -------------------------------- */
.alignleft {
	float: left;
	margin: 0 1.5em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1.5em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img {
	margin-bottom: 0.5em;
}

.wp-caption-text {
	font-size: 0.875rem;
	color: #666666;
}

.gallery {
	margin-bottom: 1.5em;
}

/* --------------------------------
* Accessibility
* -------------------------------- */
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0.75em 1em;
	overflow: visible;
	clip: auto;
	background-color: #ffffff;
	color: #222222;
	white-space: normal;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

/* --------------------------------
* Utility
* -------------------------------- */
.clearfix::after {
	content: "";
	display: table;
	clear: both;
}