/*!
Theme Name: Motors Line
Theme URI: http://underscores.me/
Author: Jaeil Han, Founder & Director of Creative Band
Author URI: https://creative-band.com
Description: WordPress Theme for Motors Line
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: motorsline
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Motors Line is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #18191B;
	font-family: 'Spoqa Han Sans Neo', sans-serif;
	/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-size: 16px;
	line-height: 1.625;
	letter-spacing: -0.02em;
	ext-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	word-break: keep-all;
	overflow-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #18191B;
}

a:visited {
	color: #18191B;
}

a:hover,
a:focus,
a:active {
	color: #002C5F;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

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

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}



.inner {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 80px;
}

/*************************************
   Common 
*************************************/
.grid-wrapper {
  display: grid;

  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;

  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 80px;
}
.grid-inner-wrapper {
  display: grid;

  grid-template-columns: repeat(12, minmax(0, 1fr));
  column-gap: 32px;

  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 0;
}
.col-1 {
	grid-column: span 1;
}

.col-2 {
	grid-column: span 2;
}

.col-3 {
	grid-column: span 3;
}

.col-4 {
	grid-column: span 4;
}

.col-5 {
	grid-column: span 5;
}

.col-6 {
	grid-column: span 6;
}

.col-7 {
	grid-column: span 7;
}

.col-8 {
	grid-column: span 8;
}

.col-9 {
	grid-column: span 9;
}

.col-10 {
	grid-column: span 10;
}

.col-11 {
	grid-column: span 11;
}

.col-12 {
	grid-column: span 12;
}



.start-2 {
  grid-column-start: 2;
}
.start-3 {
  grid-column-start: 3;
}
.start-4 {
  grid-column-start: 4;
}
.start-5 {
  grid-column-start: 5;
}
.start-6 {
  grid-column-start: 6;
}
.start-7 {
  grid-column-start: 7;
}
.start-8 {
  grid-column-start: 8;
}
.start-9 {
  grid-column-start: 9;
}
.start-10 {
  grid-column-start: 10;
}
.start-11 {
  grid-column-start: 11;
}

#primary {
	padding: 110px 0 0 0;
}

/*************************************
   Site Header 
*************************************/
.site-header {
	width: 100%;
	height: 110px;
	float: left;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 3500;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	border-bottom: 1px solid #18191B;
}
.site-header.nav-up {
	top: -92px !important;
}
.admin-bar .site-header {
	top: 32px;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}
.site-header .grid-wrapper {
	position: relative;
}
.site-header .grid-wrapper a.custom-logo-link img.custom-logo {
	width: auto;
	height: 20px;
	float: left;
	position: absolute;
	top: 50%;
	left: 80px;
	transform: translateY(-50%);
}
.site-header .grid-wrapper nav.main-navigation {
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.site-header .grid-wrapper nav.main-navigation #primary-menu li.menu-item {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 30px;
}
.site-header .grid-wrapper nav.issue-navigation {
	float: left;
	position: absolute;
	top: 50%;
	left: 254px;
	transform: translateY(-50%);
}
.site-header .grid-wrapper span.search-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url('images/icons/icon-search.svg');
	background-size: 18px 18px;
	background-repeat: no-repeat;
	background-position: center;
	
	position: absolute;
	top: 50%;
	right: 80px;
	transform: translateY(-50%);
	
	cursor: pointer;
}

.site-header .grid-wrapper {
	height: 60px;
}
.site-header ul.marquee-article-loop {
	width: 100%;
	height: 49px;
	float: left;
	line-height: 49px;
	background-color: #D8F1F4;
	border-top: 1px solid #18191B;
}
.site-header ul.marquee-article-loop li.marquee-article-loop-item {
	float: left;
	line-height: 50px;
}
.site-header ul.marquee-article-loop li.marquee-article-loop-item::after {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50% 50%;
	background-color: #101010;
	margin: 0 20px;
	position: relative;
	top: -3px;
}
.site-header ul.marquee-article-loop li.marquee-article-loop-item strong {
	font-weight: 500;
}
.site-header ul.marquee-article-loop li.marquee-article-loop-item strong a {
	text-decoration: none;
}
 


/*************************************
   Site Footer 
*************************************/
.site-footer {
	width: 100%;
	float: left;
	background-color: #18191B;
	padding: 80px 0;
	color: #fff;
}
.site-footer .footer-top {
	width: 100%;
	height: 64px;
	float: left;
	margin: 0 0 20px 0;
}
.site-footer .footer-top strong {
	color: #858C93;
	font-size: 1rem;
	line-height: 1.2;
	float: left;
	font-weight: 400;
}
.site-footer .footer-top #issue-footer-menu-select {
	width: 280px;
	height: 64px;
	padding: 0 20px;
	font-size: 1.125rem;
	background-color: transparent;
	color: #fff;
	float: right;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #fff;
	background-image: url('images/icons/icon-chevron-down.svg');
	background-position: calc(100% - 20px) center;
	background-repeat: no-repeat;
	background-size: 12px 8px;
}
.site-footer img.custom-logo {
	filter: invert(1);
	margin: 0 0 10px 0;
}
.site-footer ul.credit {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.site-footer ul.credit li {
	width: 100%;
	float: left;
	font-size: 1rem;
	line-height: 1.36;
}
.site-footer ul.credit li strong {
	display: inline-block;
	width: 140px;
	margin: 0 10px 0 0;
	font-weight: 400;
}
.site-footer p.copyright {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #858C93;
}
.site-footer p.alert {
	width: 100%;
	float: left;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.36;
	font-weight: 400;
	color: #858C93;
}



/*************************************
   Homepage
*************************************/
.home .page-header {
	width: 100%;
	aspect-ratio: 16 / 9;
	float: left;
	border-bottom: 1px solid #ABB0B5;
}
.home .page-header .page-header-left {
	width: 50%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
}
.home .page-header .page-header-right {
	width: 50%;
	height: 100%;
	float: left;
	padding: 0;
	position: relative;
}
.home .page-header .page-header-right .issue-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 80px;
	text-align: center;
}
.home .page-header .page-header-right .issue-wrap .page-title {
	font-size: 70px;
	line-height: 1.3;
	font-weight: 700;
}
.home .page-header .page-header-right .issue-wrap p {
	font-size: 22px;
	line-height: 1.3;
	font-weight: 500;
	color: #ABB0B5;
	letter-spacint: -0.02
}
.home .page-header .page-header-right .issue-wrap a.button-download {
	height: 75px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	font-size: 24px;
	line-height: 75px;
	padding: 0 80px;
	display: inline-block;
	background-color: #18191B;
}

.home .page-header .page-header-right form.search-form {
	width: 200px;
	position: absolute;
	top: 112px;
	right: 120px;
}
.home .page-header .page-header-right form.search-form input[type="search"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background-color: #F2F4F6;
	border-radius: 26px 26px;
	border: none;
	padding: 0 14px 0 48px;
	font-size: 1.125rem;
	background-image: url('images/icons/icon-search-50.svg');
	background-size: 18px 18px;
	background-position: 17px center;
	background-repeat: no-repeat;
}
.home .page-header .page-header-right form.search-form input[type="search"]::placeholder {
	color: #858C93;
}
.home .page-header .page-header-right form.search-form input[type="submit"] {
	display: none;
}

.home .page-header .page-header-right .home-navigation {
	position: absolute;
	bottom: 80px;
	right: 120px;
	width: calc(100% - 160px);
}
.home .page-header .page-header-right .home-navigation #home-primary-menu {
	width: 100%;
	float: left;
}
.home .page-header .page-header-right .home-navigation #home-primary-menu li.menu-item {
	width: 100%;
	border-bottom: 1px solid #ABB0B5;
	font-size: 54px;
	font-weight: 700;
	text-align: right;
}
.home .page-header .page-header-right .home-navigation #home-primary-menu li.menu-item a {
	display: inline-block;
	width: 100%;
	height: 114px;
	line-height: 114px;
	text-decoration: none;
	color: #18191B;
}
.home .page-header .page-header-right .home-navigation #home-primary-menu li.menu-item a:hover {
	color: #002c5e;
}



.home-section {
	width: 100%;
	float: left;
	padding: 160px 0;
}
.home-section .section-header .section-title {
	font-size: 32px;
	line-height: 32px;
}
.home-section .section-header .section-title span.circle {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50% 50%;
	background-color: #18191B;
	color: #fff;
	font-size: 32px;
	position: relative;
	top: 0px;
	margin: 0 2px 0 0;
	transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
}



/* Straight */
.home-section-straight {
	width: 100%;
	position: relative;
}
.home-section-straight .section-header {
	position: absolute;
	top: 160px;
	left: 80px;
}
.home-section-straight .section-header .section-title {
	font-size: 32px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
.home-section-straight .section-header strong {
	font-size: 60px;
	line-height: 1.3;
}
.home-section-straight .article-featured {
	width: 100%;
	float: left;
	margin: 0 0 120px 0;
}
.home-section-straight .article-featured .entry-meta {
	float: left;
	align-self: end;
	padding: 0 100px 0 0;
}
.home-section-straight .article-featured .entry-meta .entry-eyebrow {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}
.home-section-straight .article-featured .entry-meta .entry-title {
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.home-section-straight .article-featured .entry-meta .entry-title a {
	text-decoration: none;
}
.home-section-straight .article-featured .entry-meta p {
	font-size: 18px;
	line-height: 1.5;
	color: #656B72;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
	margin: 0 0 20px 0;
}
.home-section-straight .article-featured .entry-meta span.entry-author {
	font-size: 18px;
	line-height: 1.3;
	color: #ABB0B5;
}
.home-section-straight .article-featured .entry-thumbnail {
	float: left;
	align-self: end;
	line-height: 0;
}
.home-section-straight .article-featured .entry-thumbnail img {
	width: 100%;
	height: auto;
	float: left;
}
.home-section-straight article:nth-child(2) {
	grid-column: span 5;
	align-self: end;
}
.home-section-straight article:nth-child(3) {
	grid-column: span 4;
	align-self: end;
}

.home-section-straight article:nth-child(4) {
	grid-column: span 3;
	align-self: end;
}
.home-section-straight article .entry-eyebrow {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.home-section-straight article .entry-thumbnail {
	width: 100%;
	float: left;
	line-height: 0;
	margin: 0 0 22px 0;
}
.home-section-straight article .entry-title {
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.home-section-straight article .entry-title a {
	text-decoration: none;
}
.home-section-straight article .entry-author {
	font-size: 18px;
	line-height: 1.3;
	color: #ABB0B5;
}



/* Slope */
.home-section-slope {
	background-color: #18191B;
	color: #fff;
}
.home-section-slope span.circle {
	background-color: #fff;
	color: #18191B;
}
.home-section-slope .section-header {
	grid-column: 2 / span 10;
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	column-gap: 32px;
	margin: 0 0 100px 0;
}
.home-section-slope .section-header .section-header-meta strong {
	font-size: 60px;
	line-height: 1.3;
	margin: 0 0 20px 0;
}
.home-section-slope .section-header .section-header-meta p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	color: #CDD1D5;
}
.home-section-slope .section-content {
	grid-column: 2 / span 10;
	display: grid;
	grid-template-columns: repeat(10, minmax(0, 1fr));
	column-gap: 32px;
}
.home-section-slope .section-content article {
	align-self: top;
}
.home-section-slope .section-content article .entry-thumbnail {
	width: 100%;
	float: left;
	margin: 0 0 22px 0;
	line-height: 0;
}
.home-section-slope .section-content article .entry-thumbnail a {
	width: 100%;
	height: 100%;
	float: left;
	line-height: 0;
}
.home-section-slope .section-content article .entry-meta {
	width: 100%;
	float: left;
}
.home-section-slope .section-content article .entry-eyebrow {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.home-section-slope .section-content article .entry-title {
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.home-section-slope .section-content article .entry-title a {
	text-decoration: none;
	color: #fff;
}
.home-section-slope .section-content article p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.3;
	color: #858C93;
	margin: 0 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 3.9em;
	text-align: left;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.home-section-slope .section-content article .entry-author {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.3;
	color: #4D5157;
}



/* Intersection */
.home-section-intersection .section-header {
	float: left;
	position: relative;
}
.home-section-intersection .section-header .section-header-meta strong {
	margin: 78px 0 0 50px;
	float: left;
}
.home-section-intersection .section-header .section-header-meta strong img {
	width: 175px;
	height: auto;
}
.home-section-intersection .section-content {
	grid-column: 4 / span 8;
	display: grid;
	grid-template-columns: repeat(8, minmax(0, 1fr));
	column-gap: 32px;
}
.home-section-intersection .section-content article {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
}
.home-section-intersection .section-content article .entry-thumbnail {
	width: 100%;
	float: left;
	margin: 0 0 22px 0;
	position: relative;
}
.home-section-intersection .section-content article .entry-thumbnail span.entry-eyebrow {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 6px;
	height: 31x;
	line-height: 31px;
	background-color: #18191B;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.home-section-intersection .section-content article .entry-thumbnail span.entry-eyebrow span.circle {
	display: inline-block;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	border-radius: 50% 50%;
	background-color: #fff;
	color: #18191B;
	position: relative;
	top: -2px;
	margin: 0 0 0 3px;
}
.home-section-intersection .section-content article .entry-thumbnail a {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
	line-height: 0;
}
.home-section-intersection .section-content article .entry-meta {
	width: 100%;
	float: left;
	text-align: center;
}
.home-section-intersection .section-content article .entry-meta .entry-title {
	width: 100%;
	float: left;
	font-size: 30px;
	line-height: 1.3;
	margin: 0 0 10px 0;
}
.home-section-intersection .section-content article .entry-meta .entry-title a {
	text-decoration: none;
}
.home-section-intersection .section-content article .entry-meta p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.5;
	color: #656B72;
	margin: 0 0 20px 0;
	padding: 0 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	max-height: 4.5em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}
.home-section-intersection .section-content article .entry-meta .entry-author {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.3;
	color: #4D5157;
}



.home-section-curve .section-header {
	grid-column: 2 / span 10;
	display: grid;
	column-gap: 32px;
	text-align: center;
}
.home-section-curve .section-content {
	grid-column: 2 / span 10;
	display: grid;
	column-gap: 32px;
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.home-section-curve .section-content article:nth-child(1) {
	grid-column: span 3;
	float: left;
}
.home-section-curve .section-content article:nth-child(2) {
	grid-column: 4 / span 7;
	float: left;
}
.home-section-curve .section-content article .entry-thumbnail {
	width: 100%;
	float: left;
}
.home-section-curve .section-content article .entry-thumbnail img {
	width: 100%;
	float: left;
}


















#home-section-slope {
	background-color: #18191B;
	color: #fff;
}
#home-section-slope span.circle {
	background-color: #fff;
	color: #18191B;
}








/************************************
   Category
*************************************/



/************************************
   Single - Post
*************************************/



/************************************
   Entry Content
*************************************/


/*************************************
	Media Query
*************************************/
@media all and (max-width: 2560px) {}
@media all and (max-width: 1920px) {}
@media all and (max-width: 1680px) {}
@media all and (max-width: 1536px) {}
@media all and (max-width: 1440px) {}

/* Tablet Landscape */
@media all and (max-width: 1366px) {}
@media all and (max-width: 1280px) {}
@media all and (max-width: 1180px) {}

/* Tablet Landscape (Small) */
@media all and (max-width: 1112px) {}
@media all and (max-width: 1024px) {}

/* Tablet Portratit */ 
@media all and (max-width: 834px) {}
@media all and (max-width: 768px) {
	
}

/* Mobile Start */
@media all and (max-width: 600px) {}
@media all and (max-width: 430px) {}
@media all and (max-width: 428px) {}
@media all and (max-width: 414px) {}
@media all and (max-width: 412px) {}
@media all and (max-width: 393px) {}
@media all and (max-width: 390px) {}
@media all and (max-width: 375px) {}
@media all and (max-width: 360px) {}
@media all and (max-width: 320px) {}