/*!
Theme Name: KWM
Theme URI: http://underscores.me/
Author: Tag
Author URI: https://www.tagww.com
Description: KWM Wordpress Theme
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: kwm
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.

KWM 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;
}

/* 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;
}

.no-results-search form {
	display:flex;
}

@media only screen and (max-width: 580px) {
	.no-results-search form {
		flex-direction: column;
	}
}

.no-results-search .search-field  {
	width:20rem;
	margin: 0 0 1rem;
}

@media only screen and (max-width: 580px) {
	.no-results-search .search-field  {
		width:100%;
	}
}

/* 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
--------------------------------------------- */

@font-face{
	font-family:Denton-Light;
	src:url(./fonts/Denton-Light.woff2) format("woff2");
	font-weight:400;font-style:normal
}
	
@font-face{
	font-family:Denton-LightItalic;
	src:url(./fonts/Denton-LightItalic.woff2) format("woff2");
	font-weight:400;font-style:normal
}

@font-face{
	font-family:NeueHaasGrotesk;
	src:url(./fonts/NeueHaasGroteskDisplay-45Light-Web.woff2) format("woff2");
	font-weight:400;font-style:normal
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family:NeueHaasGrotesk;
	font-size: 1.25rem;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	body,
	button,
	input,
	select,
	optgroup,
	textarea {
		font-size: 1.125rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding:0;
	margin:0;
	font-family: Denton-Light,NeueHaasGrotesk;
	line-height: 1.1;
	margin: 0 0 2rem 0;
	font-weight: 400;
	word-break: break-word;
}

h1 {
	font-size:2.625rem; /* 42px */
}

.entry-content h1 {
	font-size:2.25rem; /* 42px */
}

h2 {
	font-size:2.25rem; /* 42px */
}

h3 {
	font-size:2rem; /* 32px */
}

h4 {
	font-size:1.625rem;  /* 26px */
}

h5 {
	font-size:1.45rem;  /* 20px */
}

h6 {
	font-size:1.25rem;  /* 16px */
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size:1.875rem;
	}

	.entry-content h1 {
		font-size:1.75rem;
	}
	
	h2 {
		font-size:1.75rem;
	}
	
	h3 {
		font-size:1.5rem;
	}
	
	h4 {
		font-size:1.35rem;
	}
	
	h5 {
		font-size:1.25rem;
	}
	
	h6 {
		font-size:1.15rem;
	}
}

@media only screen and (max-width: 500px) {
	h1 {
		font-size:1.5rem;
	}
	
	h2 {
		font-size:1.5rem;
	}
	
	h3 {
		font-size:1.2rem;
	}
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight:400;
}

.author .author-title h2,
.more-author-posts-title h2,
.sub-blog-title h2 {
	text-transform: uppercase;
	margin:0;
	padding:0;
	letter-spacing: 0.5rem;
}

@media only screen and (max-width: 600px) {
	.author .author-title h2,
	.more-author-posts-title h2,
	.sub-blog-title h2 {
		letter-spacing: 0.25rem;
	}
}

.site-footer h3 {
	font-size:2.5rem; /* 46px */
	margin:0 0 1.25rem;
	line-height:1;
	text-transform: uppercase;
	letter-spacing: 0.563rem;
}

@media only screen and (max-width: 1024px) {
	.site-footer h3 {
		margin:0 0 1.25rem;
	}
}

@media only screen and (max-width: 767px) {
	.site-footer h3 {
		font-size:1.625rem;
	}
}

p {
	margin: 0 0 2rem;
}

p:last-child {
    margin-bottom: 0;
}

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

blockquote {
	margin: 0 0 2rem;
	padding:0 0 0 1rem;
	border-left:solid 5px #7e694f;
	font-weight:700;
	font-size:1.375rem;
}

@media screen and (min-width: 767px) {
	blockquote {
		font-size:1.25rem;
	}
}

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: #e9e9e9;
}

html, body {
	overflow-x:hidden;
}

@media screen and (min-width: 1251px) {
	html.nav-open {
		overflow-y: auto !important;
	}
}

html.nav-open {
    overflow-y: hidden;
}

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

ul,
ol {
	margin: 0 0 1.5rem 0;
	padding:0;
}

ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

ul li,
ol li {
	margin: 0 0 0.5rem 1.25rem;
	padding:0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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 2rem;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e5e5e5;
	border-collapse: collapse;
    border-spacing: 0;
	height: auto !important;
}

table th, table thead {
    font-weight: 700;
}

table td, table th, table tr {
    text-align: left;
    max-width: 100%;
}

table td {
    border-top: 1px solid #e5e5e5;
}

table td, table th {
    text-align: left;
    max-width: 100%;
    padding: 0.875rem;
	vertical-align: baseline;
}

/* Links
--------------------------------------------- */
a {
	color: #7e694f;
	text-decoration: none;
    transition: color 250ms ease, background 250ms ease;
}

a:hover,
a:focus,
a:active {
	color: #6b5943;
	text-decoration: underline;
}

a:focus {
	/* outline: thin dotted; */
	outline:0;
}

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

.btn {
	font-size:1.25rem;
	line-height: 1;
	background:#7e694f;
	color:#fff;
	text-transform: uppercase;
	padding: 1.063rem 1.25rem;
	letter-spacing: 0.188rem;
	transition: color 250ms ease, background 250ms ease;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.btn {
		font-size:0.875rem;
	}
}

.btn:hover,
.btn:focus,
.btn:active {
	text-decoration: none;
	background:#6b5943;
	color:#fff;
}

.btn-action {
	color:#7e694f;
	font-weight:700;
	display:inline-flex;
	min-height:1.875rem;
	align-items: center;
	font-size:1.5rem;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.btn-action {
		min-height:1.875rem;
		font-size:1.3rem;
	}
}

.btn-action .arrow-right {
	background:url(./images/arrow-right.svg) center center no-repeat;
	background-size:2.5rem 1.875rem;
	width:2.5rem;
	height:1.875rem;
	margin-left:1rem;
	transition: transform 250ms ease;
}

@media only screen and (max-width: 767px) {
	.btn-action .arrow-right {
		background:url(./images/arrow-right.svg) center center no-repeat;
		background-size: 2rem auto;
		width: 2rem;
		height: 1.5rem;
	}
}

.btn-action:hover {
	text-decoration: none;
}
.btn-action:hover .arrow-right  {
	transform:translateX(1rem);
}

.btn.kwm-loadmore {
	text-align:center;
	width:17.5rem;
	max-width: 100%;
	cursor: pointer;
	margin:0 auto;
}

.site-footer a {
	color:#fff;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 1.25rem;
    line-height: 1;
    background: #7e694f;
    color: #fff;
    text-transform: uppercase;
    padding: 0 1.25rem;
    height: 3rem;
    letter-spacing: 0.188rem;
    transition: color 250ms ease, background 250ms ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	border:0;
	cursor: pointer;
}

.search-form-header [type="submit"] {
	padding: 0 1.25rem;
	height:3rem;
}

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: #000;
	border:0;
	border-radius: 0;
	padding: 0.65rem 1rem;
	background-color: #F1F2F2;
	height:3rem;
	outline: 0;
}

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%;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

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

.container {
	margin: 0 auto;
	max-width:1880px;
	padding: 0 6.875rem;
}

@media only screen and (max-width: 1400px) {
	.container {
		padding: 0 2rem;
	}
}

@media only screen and (max-width: 400px) {
	.container {
		padding: 0 1rem;
	}
}

.site-header {
	background:#fff;
	margin:0 0 5.625rem 0;
}

@media only screen and (max-width: 1200px) {
	.site-header {
		margin:0 0 2rem 0;
	}
}

@media only screen and (max-width: 400px) {
	.site-header {
		margin:0 0 1rem 0;
	}
}

.site-header > .container,
.mobile-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
	height:8rem;
}

.mobile-header {
	border-bottom: solid 1px #231F20;
}

@media only screen and (max-width: 767px) {
	.site-header > .container,
	.mobile-header > .container {
		height:6.5rem;
	}
}

.site-title {
	padding:0;
	margin:0;
}

.site-title a {
	display:block;
}

.site-title img {
	display:block;
	width: 23.75rem;
}

@media screen and (max-width: 1450px) {
	.site-title img {
		width: 22.5rem;
	}
}

@media screen and (max-width: 767px) {
	.site-title img {
		width: 12.5rem;
	}
}

.home-banner {
    position: absolute;
	width:100%;
	height:22.5rem;
	background:url(./images/bg-home.jpg) center center no-repeat;
	background-size:cover;
    top: 8rem;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
	.home-banner {
		top: 6.5rem;
	}
}

.content-wrapper {
	/* display:flex; */
	display:grid;
	justify-content: space-between;
	margin-bottom: 9.375rem;
	gap:3.125rem;
	/* grid-template-columns: 69% auto; */
	grid-template-columns: 69% calc(31% - 3.125rem);
}

@media only screen and (max-width: 1400px) {
	.content-wrapper {
		gap:2rem;
		grid-template-columns: 69% calc(31% - 2rem);
	}
}

@media only screen and (max-width: 1200px) {
	.content-wrapper {
		grid-template-columns: 100% auto;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 1023px) {
	.content-wrapper {
		display:block;
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 400px) {
	.content-wrapper {
		margin-bottom: 1rem;
	}
}

.error404 .content-wrapper {
	display: block;
}

.site-main {
	height: 100%;
}

@media only screen and (max-width: 1400px) {
	.site-main {
		position: relative;
	}
}

@media only screen and (max-width: 1200px) {
	.site-main {
		width:100%;
	}
}

.error404 .site-main {
	width: 100%;
	text-align: center;
}

.site-main .page,
.site-main .post,
.site-main .comments-area {
	background:#fff;
	padding: 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.site-main .page,
	.site-main .post,
	.site-main .comments-area {
		background:#fff;
		padding: 2rem;
	}
}

.site-main .home-block {
    margin: 0 0 3.125rem 0;
}

@media only screen and (max-width: 1400px) {
	.site-main .home-block {
		margin: 0 0 2rem 0;
	}
}

.site-main .cat-heading {
	color:#fff;
}

.site-main .category-international-arbitration .cat-heading,
.site-main .category-in-competition .cat-heading,
.site-main .category-ip-whiteboard .cat-heading {
	margin:-2.813rem -2.813rem 2.813rem -2.813rem;
}

@media only screen and (max-width: 1400px) {
	.site-main .category-international-arbitration .cat-heading,
	.site-main .category-in-competition .cat-heading,
	.site-main .category-ip-whiteboard .cat-heading {
		margin:-2rem -2rem 2rem -2rem;
	}
}

@media only screen and (max-width: 767px) {
	.site-main .category-international-arbitration .cat-heading,
	.site-main .category-in-competition .cat-heading,
	.site-main .category-ip-whiteboard .cat-heading {
		margin:0 -2rem 0 -2rem;
	}
}

.site-main .cat-heading.must-read {
	background-color:#24282B;
}

.site-main .cat-heading.in-competition {
	background: url(./images/bg-heading-in-competition.jpg) center center no-repeat;
	background-size: cover;
}

.site-main .cat-heading.international-arbitration {
	background: url(./images/bg-heading-international-arbitration.jpg) center center no-repeat;
	background-size: cover;
}

.site-main .cat-heading.ip-whiteboard {
	background: url(./images/bg-heading-ip-whiteboard.jpg) center center no-repeat;
	background-size: cover;
}

.site-main .cat-heading h3 {
	color:#fff;
	text-transform: uppercase;
	padding:0;
	margin:0;
	line-height: 1;
	font-size:2.5rem;
	letter-spacing: 0.5rem;
	padding: 2.813rem 2.813rem 2.25rem;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1400px) {
	.site-main .cat-heading h3 {
		padding: 2rem 2rem 1.5rem;
		font-size: 2.25rem;
	}
}

@media only screen and (max-width: 600px) {
	.site-main .cat-heading h3 {
		font-size: 1.75rem;
		letter-spacing: 0.25rem;
	}
}

.site-main .cat-heading.must-read h3 {
	background-image: url(./images/icon-must-read.svg);
    background-size: 7.125rem auto;
	background-position: center right 2.813rem;
	padding-right: 12.751rem;
}

.site-main .cat-heading.in-competition h3 {
	background-image: url(./images/icon-in-competition.svg);
    background-size: 10.375rem auto;
	background-position: center right 2.813rem;
	padding-right: 16.001rem;
}

.site-main .cat-heading.international-arbitration h3 {
	background-image: url(./images/icon-international-arbitration.svg);
    background-size: 7.125rem auto;
	background-position: center right 2.813rem;
	padding-right: 12.751rem;
}

.site-main .cat-heading.ip-whiteboard h3 {
	background-image: url(./images/icon-ip-whiteboard.svg);
    background-size: 4.75rem auto;
	background-position: center right 2.813rem;
	padding-right: 10.376rem;
}

@media only screen and (max-width: 1400px) {
	.site-main .cat-heading.must-read h3 {
		background-size: 5.125rem auto;
		background-position: center right 2rem;
		padding-right: 9.125rem;
	}
	
	.site-main .cat-heading.in-competition h3 {
		background-size: 7.375rem auto;
		background-position: center right 2rem;
		padding-right: 11.375rem;
	}
	
	.site-main .cat-heading.international-arbitration h3 {
		background-size: 5.125rem auto;
		background-position: center right 2rem;
		padding-right: 9.125rem;
	}
	
	.site-main .cat-heading.ip-whiteboard h3 {
		background-size: 3rem auto;
		background-position: center right 2rem;
		padding-right: 7rem;
	}
}

@media only screen and (max-width: 767px) {
	.site-main .cat-heading.must-read h3 {
		background-size: 5.125rem auto;
		background-position: top 2rem center;
		padding: 7.5rem 2rem 1.5rem;
		text-align: center;
	}
	
	.site-main .cat-heading.in-competition h3 {
		background-size: 7.375rem auto;
		background-position: top 2rem center;
		padding: 7.5rem 2rem 1.5rem;
		text-align: center;
	}
	
	.site-main .cat-heading.international-arbitration h3 {
		background-size: 5.125rem auto;
		background-position: top 2rem center;
		padding: 7.5rem 2rem 1.5rem;
		text-align: center;
	}
	
	.site-main .cat-heading.ip-whiteboard h3 {
		background-size: 3rem auto;
		background-position: top 2rem center;
		padding: 7.25rem 2rem 1.5rem;
		text-align: center;
	}
}

@media only screen and (max-width: 400px) {
	.site-main .cat-heading.must-read h3 {
		padding: 7.5rem 1rem 1.5rem;
	}
	
	.site-main .cat-heading.in-competition h3 {
		padding: 7.5rem 1rem 1.5rem;
	}
	
	.site-main .cat-heading.international-arbitration h3 {
		padding: 7.5rem 1rem 1.5rem;
	}
	
	.site-main .cat-heading.ip-whiteboard h3 {
		padding: 7.5rem 1rem 1.5rem;
	}
}

.site-main .home-block .inner {
	background:#fff;
}

.site-main .home-block .inner .type-post.listing:first-child .inner {
	border-top:0;
}

.site-main .home-block .btn-wrapper {
	padding: 0 2.813rem 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.site-main .home-block .btn-wrapper {
		padding: 0 2rem 2rem;
	}
}

.site-main .post.single {
	margin-top:-13rem;
	position: relative;
}

@media only screen and (max-width: 1400px) {
	.site-main .post.single {
		margin-top:0;
	}
}

@media only screen and (max-width: 767px) {
	.site-main .post.single {
		padding-top:0;
	}
}

.site-main .post.single .published {
	margin:0 0 2rem 0;
	font-weight: 700;
}

.site-main .comments-area {
	margin-top:3.125rem;
}

.site-main .no-results .page-content {
	background:#fff;
	padding: 0 2.813rem 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.site-main .no-results .page-content {
		padding: 0 2rem 2rem;
	}
}

body.category-international-arbitration {
	background: url(./images/bg-ia-archive.jpg) top center no-repeat;
	background-size: cover;
}

body.category-ip-whiteboard {
	background: url(./images/bg-ip-whiteboard-archive.jpg) top center no-repeat;
	background-size: cover;
}

body.category-in-competition {
	background: url(./images/bg-in-competition-archive.jpg) top center no-repeat;
	background-size: cover;
}

.post-slideshow {
	padding:2.813rem;
	background:#fff;
}

@media only screen and (max-width: 1400px) {
	.post-slideshow {
		padding:2rem;
	}
}

.post-slideshow h2 {
	font-size:2.5rem;
	margin:0 0 1rem 0;
}

@media only screen and (max-width: 767px) {
	.post-slideshow h2 {
		font-size:1.75rem;
	}
}

.post-slideshow h2 a {
	color: #000;
	display:inline-block;
	text-decoration: none;
}

.post-slideshow h2 a:hover {
	color:#7e694f;
}

.swiper-posts .swiper-pagination {
	position: relative;
	bottom: 0 !important;
	display: flex;
	gap: 0.75rem;
}

.swiper-posts .swiper-pagination-bullet {
	width:25%;
	height:0.438rem;
	background:#C6C7C8;
	display: inline-block;
	overflow:hidden;
	text-indent: -9999px;
	border-radius: 0;
	margin: 0 !important;
	opacity: 1;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.swiper-posts .swiper-pagination-bullet {
		height:0.313rem;
	}
}

.swiper-posts .swiper-pagination-bullet-active {
	background:#24282B;
}

.page-header {
	background:#fff;
	padding: 2.813rem 2.813rem 0;
}

@media only screen and (max-width: 1400px) {
	.page-header {
		padding: 2rem 2rem 0;
	}
}

.page-header.search-header {
	padding-top: 0;
	background:#fff;
	padding-bottom:1rem;
}

.page-header.search-header h2 {
	padding-top: 2.813rem;
	border-top:solid 1px #231f20;
	margin:0;
}

@media only screen and (max-width: 1400px) {
	.page-header.search-header h2 {
		padding-top: 2rem;
	}
}

.page-header h1 {
	margin:0;
	padding-bottom: 2.25rem;
	text-transform: uppercase;
	letter-spacing: 0.5rem;
}

@media only screen and (max-width: 1400px) {
	.page-header h1 {
		padding-bottom: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.page-header h1 {
		text-align: center;
	}
}

.error404 .page-header {
	background:none;
}

.page h1.entry-title,
.search h1.page-title {
	letter-spacing:0.5rem;
	text-transform: uppercase;
	border-bottom: solid 1px #231f20;
	padding: 0 0 2.25rem;
	margin: 0 0 2.25rem;
}

@media only screen and (max-width: 1400px) {
	.page h1.entry-title,
	.search h1.page-title {
		padding: 0 0 1.5rem;
		margin: 0 0 2rem;
	}
}

@media only screen and (max-width: 767px) {
	.page h1.entry-title,
	.search h1.page-title {
		text-align: center;
	}
}

@media only screen and (max-width: 400px) {
	.page h1.entry-title,
	.search h1.page-title {
		letter-spacing:0.25rem;
	}
}

.page-header.authors-title h1 {
	border-bottom: solid 1px #231f20;
}

.search h1.page-title {
	margin:0;
	border-bottom: 0;
}

.search .page-header h3 {
	border-bottom: solid 1px #231f20;
	padding: 0 0 1.4068rem;
	margin: 0 0 2.813rem;
	font-size: 1.25rem;
	text-transform: uppercase;
	color:#7E694F;
    font-family: "source-sans-pro", sans-serif;
    font-weight: 400;
    letter-spacing: 0.188rem;
}

@media only screen and (max-width: 1400px) {
	.search .page-header h3 {
		margin: 0 0 2rem;
	}
}

.archive-description {
	padding: 0 0 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.archive-description {
		padding: 0 0 2rem;
	}
}

@media only screen and (max-width: 767px) {
	.archive-description {
		text-align: center;
	}
}

.page-header.sub-blog-header {
	padding:0;
	background:transparent;
	color:#fff;
}

.page-header.sub-blog-header h1 {
	border-bottom: solid 1px #fff;
	padding:0 0 2rem;
	margin:0 0 2rem;
	font-size:4rem;
}

@media only screen and (max-width: 1400px) {
	.page-header.sub-blog-header h1 {
		font-size:3.5rem;
	}
}

@media only screen and (max-width: 1023px) {
	.page-header.sub-blog-header h1 {
		font-size:3rem;
	}
}

@media only screen and (max-width: 600px) {
	.page-header.sub-blog-header h1 {
		font-size:2rem;
		letter-spacing: 0.25rem;
	}
}

.category-international-arbitration .page-header.sub-blog-header h1 {
	background-image:url(./images/icon-international-arbitration.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 6.688rem 5rem;
	padding-right:8.688rem;
}

@media only screen and (max-width: 1400px) {
	.category-international-arbitration .page-header.sub-blog-header h1 {
		background-size: 5.375rem 4rem;
		padding-right:7.375rem;
	}
}

@media only screen and (max-width: 767px) {
	.category-international-arbitration .page-header.sub-blog-header h1 {
		background-position: top center;
		background-size: 6.688rem 5rem;
		padding-right:0;
		padding-top:7rem;
	}
}

@media only screen and (max-width: 400px) {
	.category-international-arbitration .page-header.sub-blog-header h1 {
		background-position: top 1rem center;
	}
}

.category-ip-whiteboard .page-header.sub-blog-header h1 {
	background-image:url(./images/icon-ip-whiteboard.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 4.375rem 5rem;
	padding-right:6.375rem;
}

@media only screen and (max-width: 1400px) {
	.category-ip-whiteboard .page-header.sub-blog-header h1 {
		background-size: 3.5rem 4rem;
		padding-right:5.5rem;
	}
}

@media only screen and (max-width: 767px) {
	.category-ip-whiteboard .page-header.sub-blog-header h1 {
		background-position: top center;
		background-size: 4.375rem 5rem;
		padding-right:0rem;
		padding-top:7rem;
	}
}

@media only screen and (max-width: 400px) {
	.category-ip-whiteboard .page-header.sub-blog-header h1 {
		background-position: top 1rem center;
	}
}

.category-in-competition .page-header.sub-blog-header h1 {
	background-image:url(./images/icon-in-competition.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 9.938rem 5rem;
	padding-right:11.938rem;
}

@media only screen and (max-width: 1400px) {
	.category-in-competition .page-header.sub-blog-header h1 {
		background-size: 7.938rem 4rem;
		padding-right:9.938rem;
	}	
}

@media only screen and (max-width: 767px) {
	.category-in-competition .page-header.sub-blog-header h1 {
		background-position: top center;
		background-size: 9.938rem 5rem;
		padding-right:0rem;
		padding-top:7rem;
	}
}

@media only screen and (max-width: 400px) {
	.category-in-competition .page-header.sub-blog-header h1 {
		background-position: top 1rem center;
	}
}

.page-header.sub-blog-header .archive-description {
	padding: 0 0 4rem;
	font-weight: 700;
	font-size:1.5rem;
}

@media only screen and (max-width: 1023px) {
	.page-header.sub-blog-header .archive-description {
		padding: 0 0 2rem;
	}
}

@media only screen and (max-width: 767px) {
	.page-header.sub-blog-header .archive-description {
		font-size:1.25rem;
		text-align: left;
	}
}

.topics-wrapper {
	display:flex;
}

@media only screen and (max-width: 700px) {
	.topics-wrapper {
		flex-direction: column;
	}
}

.topics-left,
.topics-right {
	list-style:none;
	padding:0;
	margin:0;
}

.topics-left li,
.topics-right li {
	list-style:none;
	padding:0;
	margin-left:0;
	margin-bottom:1rem;
	text-transform: uppercase;
	font-weight:700;
	line-height: 1.1;
}

.topics-left {
	width:50%;
	padding-right:3.125rem;
	border-right: solid 1px #231F20;
}

.topics-right {
	width:50%;
	padding-left:3.125rem;
}

@media only screen and (max-width: 700px) {
	.topics-left {
		width:100%;
		padding-right:0;
		border-right:0;
	}
	
	.topics-right {
		width:100%;
		padding-left:0;
	}
}

.author .page-header {
	margin: 0 0 3.125rem 0;
	padding: 2.813rem 2.813rem 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.author .page-header {
		margin: 0 0 2rem 0;
		padding: 2rem;
	}
}

@media only screen and (max-width: 400px) {
	.author .page-header {
		margin: 0 0 1rem 0;
	}
}

.author .page-header h1 {
	text-align: center;
	text-transform: none;
	margin:0;
	padding:0;
	letter-spacing: 0;
}

.author .archive-description {
	border-top: solid 1px #231f20;
	padding: 2.813rem 0 0;
	margin: 2.813rem 0 0;
}

@media only screen and (max-width: 1400px) {
	.author .archive-description {
		padding: 2rem 0 0;
		margin: 2rem 0 0;
	}
}

.archive-description p:last-child {
	margin-bottom:0;
}

.more-author-posts-title {
	background:#fff;
	margin: 3.125rem 0 0 0;
	padding: 2.813rem 2.813rem 2rem;
}

.sub-blog-title {
	background:#fff;
	padding: 2.813rem 2.813rem 2rem;	
}

@media only screen and (max-width: 1400px) {
	.sub-blog-title {
		padding:2rem 2rem 1.5rem;
	}
	.more-author-posts-title {
		margin: 2rem 0 0 0;
		padding:2rem 2rem 1.5rem;
	}
}

@media only screen and (max-width: 400px) {
	.more-author-posts-title {
		margin: 1rem 0 0 0;
	}
}

.author .author-image {
	width:15.625rem;
	max-width: 100%;
	margin:2rem auto 0;
	display:block;
	border-radius: 100%;
	border: solid 1px #eee;
}

.author .author-title {
	background:#fff;
	padding: 2.813rem 2.813rem 2rem;
}

@media only screen and (max-width: 1400px) {
	.author .author-title {
		padding: 2rem 2rem 1.5rem;
	}
}

.author .author-position {
	text-align: center;
	margin:0;
	color:#7e694f;
}

.author .author-meta {
	list-style:none;
	padding:1.313rem 0 0 0;
	margin:0;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 1400px) {
	.author .author-meta {
		padding:0.5rem 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.author .author-meta {
		flex-direction: column;
	}
}

.author .author-meta li {
	list-style:none;
	padding:1.5rem 0.75rem 0;
	margin:0;
}

@media only screen and (max-width: 767px) {
	.author .author-meta li {
		padding:1.5rem 0 0;
	}
}

.author .author-meta li a {
	background-color:#7e694f;
	color:#fff;
	line-height:1;
	text-transform: uppercase;
	font-size:1.25rem;
	display:flex;
	letter-spacing: 3px;
	transition: color 250ms ease, background 250ms ease;
}

@media only screen and (max-width: 767px) {
	.author .author-meta li a {
		width: 11rem;
		max-width: 100%;
		margin:0 auto;
	}
}

.author .author-meta li.linkedin a {
	background-image: url(images/social-linkedin.svg);
	background-position: center left 0.938rem;
	background-repeat: no-repeat;
	background-size: 1.625rem auto;
	padding:0.688rem 0.938rem 0.688rem 3.5rem;
}

.author .author-meta li.website a {
	background-image: url(images/icon-website.svg);
	background-position: center left 0.938rem;
	background-repeat: no-repeat;
	background-size: 1.125rem auto;
	padding:0.688rem 0.938rem 0.688rem 3.001rem;
}

.author .author-meta li.email a {
	background-image: url(images/icon-email.svg);
	background-position: center left 0.938rem;
	background-repeat: no-repeat;
	background-size: 1.438rem auto;
	padding:0.688rem 0.938rem 0.688rem 3.314rem;
}

@media only screen and (max-width: 767px) {
	.author .author-meta li.linkedin a,
	.author .author-meta li.website a,
	.author .author-meta li.email a {
		padding:0.688rem 0.938rem 0.688rem 3.5rem;
	}
	.author .author-meta li.website a {
		background-position: center left 1.2rem;
	}
	.author .author-meta li.email a {
		background-position: center left 1.1rem;
	}
}

.author .author-meta li a:hover {
	text-decoration: none;
	background-color:#6b5943;
}

.sticky-social {
	width:3.125rem;
	background:#fff;
	text-align:center;
	padding: 0.625rem 0 0;
	margin-left:-5rem;
	height:13rem;
}

.sticky-social.mobile {
	display:none;
}

@media only screen and (max-width: 1400px) {
	.sticky-social {
		margin-left:0;
		position:absolute;
		top: -4.25rem;
    	left: 50%;
		transform: translateX(-50%);
		z-index: 1;
		width: auto;
		height: auto;
		padding: 0;
		background: transparent;
	}
}

@media only screen and (max-width: 1200px) {
	.sticky-social {
		position:relative;
		top: 0;
    	left: 0;
		transform: none;
	}
}

@media only screen and (max-width: 767px) {
	.sticky-social.mobile {
		display:block;
		padding:1rem 0;
		background:#e9e9e9;
		margin: 0 -2rem;
	}
	.sticky-social.desktop {
		display:none;
	}
}

.sticky-social h5 {
	padding:0;
	margin:0 0 0.625rem;
	color:#7e694f;
	font-weight:700;
	font-family: "source-sans-pro", sans-serif;
	font-size:0.813rem;
	text-transform: uppercase;
	line-height: 1;
}

@media only screen and (max-width: 1400px) {
	.sticky-social h5 {
		margin:0 0 0.5rem;
	}
}

.sticky-social ul {
	list-style:none;
	padding:0;
	margin:0;
}

@media only screen and (max-width: 1400px) {
	.sticky-social ul {
		display:flex;
	}
}

@media only screen and (max-width: 1200px) {
	.sticky-social ul {
		justify-content: center;
		margin:0 0 1rem 0;
	}
}

@media only screen and (max-width: 767px) {
	.sticky-social ul {
		margin:0;
	}
}

.sticky-social ul li {
	list-style:none;
	padding:0;
	margin:0 0 0.813rem;
}

@media only screen and (max-width: 1400px) {
	.sticky-social ul li {
		margin:0 0 0 1.25rem;
	}
	.sticky-social ul li:first-child {
		margin:0;
	}
}

.sticky-social ul li:last-child {
	margin-bottom:0;
}

.sticky-social ul li a {
	display:flex;
	justify-content: center;
}

.sticky-social ul li img {
	display:block;
	width:2rem;
}

.widget-area {

}

@media only screen and (max-width: 1200px) {
	.widget-area {
		position: fixed;
		top:15.45rem;
		bottom:0;
		right:-35.375rem;
		width:35.375rem;
		background:#e9e9e9;
		transition: right 250ms ease, box-shadow 50ms ease;
		z-index: 100;
	}

	body.admin-bar .widget-area {
		top:17.45rem;
	}

	.widget-area.open {
		right:0;
		box-shadow: -6px 5px 19px 5px rgba(0,0,0,0.27);
		-webkit-box-shadow: -6px 5px 19px 5px rgba(0,0,0,0.27);
		-moz-box-shadow: -6px 5px 19px 5px rgba(0,0,0,0.27);
	}

	.widget-area .inner {
		height:100%;
		overflow-y: auto;
		width:100%;
		padding:2rem;
	}
}

@media only screen and (max-width: 1023px) {
	.widget-area {
		top:11.75rem;
	}
	body.admin-bar .widget-area {
		top: 13.75rem;
	}
}

@media only screen and (max-width: 767px) {
	.widget-area {
		top: 9.5rem;
	}
	body.admin-bar .widget-area {
		top: 12.35rem;
	}
}

@media only screen and (max-width: 670px) {
	.widget-area {
		width: calc(100% - 4rem);
		right: calc(-100% + 4rem);
	}
}

@media only screen and (max-width: 400px) {
	.widget-area {
		top: 8.5rem;
		width: calc(100% - 3rem);
		right: calc(-100% + 3rem);
	}
	.widget-area .inner {
		padding:1rem;
	}
	body.admin-bar .widget-area {
		top: 11.35rem;
	}
}

#stop {
	position: absolute;
    left: 0;
    bottom: 0;
}

.author-list-wrapper {
	background:#fff;
	padding:2.813rem;
}

@media only screen and (max-width: 1400px) {
	.author-list-wrapper {
		padding:2rem;
	}
}

.author-search form {
	display: grid;
	grid-template-columns: auto 8.125rem;
	gap: 1.5rem;
}

@media only screen and (max-width: 767px) {
	.author-search form {
		grid-template-columns: auto 7.25rem;
	}
}

@media only screen and (max-width: 560px) {
	.author-search form {
		grid-template-columns: 100%;
		gap: 1rem;
		border-bottom: solid 1px #231F20;
		padding-bottom:1.8rem;
	}
}

.author-search button {
	background: none;
    padding: 0;
    text-transform: none;
    letter-spacing: normal;
}

.author-list .no-authors {
	text-align: center;
	padding-top:2.813rem;
	display:none;
}

.author-list .author-list-item {
	gap: 3.125rem;
    grid-template-columns: 11.75rem auto;
	align-items: center;
	border-top:solid 1px #231F20;
	padding-top:2.813rem;
	margin-top:2.813rem;
	display:none;
}

@media only screen and (max-width: 1400px) {
	.author-list .author-list-item {
		gap: 2rem;
		padding-top:2rem;
		margin-top:2rem;
	}
}

@media only screen and (max-width: 767px) {
	.author-list .author-list-item {
		grid-template-columns: 8.75rem auto;
	}
}

@media only screen and (max-width: 500px) {
	.author-list .author-list-item {
		grid-template-columns: 100%;
		gap: 1.5rem;
	}
}

.author-list .author-list-item.show.first {
	border-top:0;
	margin-top:0;
}

.author-list .author-list-item.show {
	display:grid;
}

.author-list .author-list-item .author-list-item-img img {
	width:100%;
	max-width: 100%;
	display:block;
	border-radius: 100%;
	border: solid 1px #eee;
}

@media only screen and (max-width: 500px) {
	.author-list .author-list-item .author-list-item-img img {
		width:6.875rem;
		max-width: 100%;
		margin:0 auto;
	}
}

@media only screen and (max-width: 500px) {
	.author-list-item-data {
		display:flex;
		flex-direction: column;
		align-items: center;
	}
}

.author-list .author-list-item .author-list-item-name {
	margin:0 0 0.75rem 0;
}

.author-list .author-list-item .author-list-item-name a {
	display:inline-block;
	margin:0;
	color:#000;
	text-decoration: none;
}

.author-list .author-list-item .author-list-item-name a:hover {
	color: #7e694f;
}

.author-list .author-list-item .author-list-item-name h3 {
	display:inline-block;
	margin:0;
}

@media only screen and (max-width: 500px) {
	.author-list .author-list-item .author-list-item-name h3 {
		font-size: 1.5rem;
	}
}

.author-list .author-list-item .author-list-item-job {
	margin:0 0 0.75rem 0;
	font-size: 1.3rem;
}

@media only screen and (max-width: 767px) {
	.author-list .author-list-item .author-list-item-job {
		font-size: 1.2rem;
	}
}

#sb-toggle {
	width:2.875rem;
	height:2.875rem;
	position: absolute;
	top:0;
	left:-2.875rem;
	background:#7e694f url(./images/icon-arrow-left.svg) center center no-repeat;
	background-size:0.75rem auto;
	cursor: pointer;
	box-shadow: -6px 5px 19px 5px rgba(0,0,0,0.27);
	-webkit-box-shadow: -6px 5px 19px 5px rgba(0,0,0,0.27);
	-moz-box-shadow: -6px 5px 19px 5px rgba(0,0,0,0.27);
}

@media only screen and (max-width: 400px) {
	#sb-toggle {
		width:2.5rem;
		height:2.5rem;
		left:-2.5rem;
		background-size:0.65rem auto;
	}
}

#sb-toggle.active {
	background:#7e694f url(./images/icon-sb-close.svg) center center no-repeat;
	background-size:1.5rem auto;
}

@media only screen and (max-width: 400px) {
	#sb-toggle.active {
		background-size:1.25rem auto;
	}
}

.sidebar-block {
	background:#fff;
	padding: 2.813rem;
	margin:0 0 3.125rem 0;
}

@media only screen and (max-width: 1400px) {
	.sidebar-block {
		padding: 2rem;
		margin:0 0 2rem 0;
	}
}

@media only screen and (max-width: 400px) {
	.sidebar-block {
		padding: 1rem;
		margin:0 0 1rem 0;
	}
}

.sidebar-block:last-child {
	margin:0;
}

.sidebar-block ul {
	list-style: none;
	padding:0;
	margin:0;
}

.sidebar-block ul li {
	list-style: none;
	padding:0;
	margin:0;
}

.sidebar-block .btn {
	display:block;
}

@media screen and (max-width: 400px) {
	.sidebar-block .btn {
		letter-spacing: 0.125rem;
	}
}

.sidebar-block h3,
.post-slideshow h4 {
	color:#7e694f;
	text-transform: uppercase;
	font-size:1.25rem;
	line-height: 1.1;
	font-family: "source-sans-pro", sans-serif;
	font-weight: 400;
	letter-spacing: 0.188rem;
	border-bottom: solid 1px #231f20;
	padding-bottom:1.5rem;
	margin-bottom:1.875rem;
}

@media screen and (max-width: 400px) {
	.sidebar-block h3 {
		padding-bottom: 0.75rem;
		margin-bottom: 0.875rem;
		font-size: 1.1rem;
		letter-spacing: 0.125rem;
	}
}

.sidebar-block.blog-list .desc {
	color:#7e694f;
	font-size:1.188rem;
	font-family: ChapRegular,sans-serif;
	margin:0 0 0.875rem 0;
}

@media screen and (max-width: 767px) {
	.sidebar-block.blog-list .desc {
		font-size:1.1rem;
	}
}

.sidebar-block.blog-list .btn {
	background-repeat: no-repeat;
	background-position:center left 10px;
	padding-left:4.125rem;
}

.sidebar-block.blog-list .btn.in-competition {
	background-image:url(./images/icon-in-competition.svg);
	background-size:2.813rem auto;
}

.sidebar-block.blog-list .btn.international-arbitration {
	background-image:url(./images/icon-international-arbitration.svg);
	background-size:2.313rem auto;
	background-position:center left 0.938rem;
}

.sidebar-block.blog-list .btn.ip-whiteboard {
	background-image:url(./images/icon-ip-whiteboard.svg);
	background-size:2rem auto;
	background-position:center left 1.125rem;
}

.sidebar-block.blog-list ul li {
	margin: 0 0 0.875rem 0;
}

.sidebar-block.blog-list ul li:last-child {
	border:0;
	margin:0;
	padding: 0;
}

.sidebar-block.trending-list .btn {
	background-color:#24282b;
	padding: 0.875rem 1.25rem;
}

.sidebar-block.trending-list .btn:hover {
	background-color:#41494e;
}

.sidebar-block.trending-list ul li {
	margin: 0 0 0.875rem 0;
	text-align: center;
}

.sidebar-block.trending-list ul li:last-child {
	margin: 0;
}

.sidebar-block.trending-list .btn-action {
	margin-top:1.5rem;
}

.sidebar-block .sb-post {
	color:#000;
	text-decoration:none;
	margin:0 0 1.5rem;
	display: block;
}

.sidebar-block .sb-post:hover {
	color:#7e694f;
}

.sidebar-block .sb-post h4 {
	padding:0;
	margin:0;
	font-size:1.625rem;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.sidebar-block .sb-post h4 {
		font-size:1.25rem;
	}
}

.sidebar-block.related-posts ul li,
.sidebar-block.most-viewed .post-wrapper {
	border-bottom: solid 1px #231f20;
	margin:0 0 1.875rem 0;
	/* padding: 0 0 2.5rem 0; */
	padding: 0 0 2rem 0;
}

.sidebar-block.related-posts ul li:last-child,
.sidebar-block.most-viewed .post-wrapper:last-child {
	border:0;
	margin:0;
	padding: 0;
}

.sidebar-block.authors ul {
	margin:0 0 2.5rem 0;
}

.sidebar-block.authors ul li {
	margin:0 0 1.25rem 0;
}

.sidebar-block.authors ul li:last-child {
	margin:0;
}

.sidebar-block.authors ul li img {
	margin:0 1.75rem 0 0;
	max-width: 6.25rem;
	width:100%;
    display: block;
    border-radius: 100%;
    border: solid 1px #eee;
}

@media only screen and (max-width: 767px) {
	.sidebar-block.authors ul li img {
		margin:0 1.25rem 0 0;
		max-width: 5rem;
	}
}

.sidebar-block.authors ul li a {
	display:flex;
	align-items: center;
	color:#000;
}

.sidebar-block.authors ul li a:hover {
	text-decoration: none;
	color:#7e694f;
}

.sidebar-block.authors ul li a h4 {
	font-size:1.5rem;
	font-family: "source-sans-pro", sans-serif;
	line-height: 1.1;
	margin:0;
}

@media only screen and (max-width: 767px) {
	.sidebar-block.authors ul li a h4 {
		font-size:1.15rem;
	}
}

.sidebar-block.search-block .search-field {
	width:100%;
}

.sidebar-block.search-block label {
	margin:0 0 1rem 0;
	display:block;
}

.sidebar-block.search-block .btn-action {
	background: none;
	padding: 0;
	text-transform: none;
	letter-spacing: normal;
	color: #7e694f;
}

.btn-search {
	display:flex;
	width: 3.125rem;
	height: 3.125rem;
	cursor: pointer;
	background:url(./images/icon-search.svg) center center no-repeat;
	background-size:3.125rem 3.125rem;
	margin: 0 0 0 2.5rem;
}

@media screen and (max-width: 1650px) {
	.btn-search {
		margin: 0 0 0 1.5rem;
	}
}

.site-footer {
	padding: 8.75rem 0 7.5rem 0;
	background:#24282b;
	color:#fff;
}

@media only screen and (max-width: 767px) {
	.site-footer {
		font-size:0.875rem;
		padding: 4.5rem 0 4.5rem 0;
	}
}

.site-footer .container {
	display:flex;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.site-footer .container {
		flex-direction: column;
		text-align:center;
	}
}

.site-footer .container .left {
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.site-footer .container .left .footer-logo {
		margin:0 auto 3.75rem;
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .container .left .footer-logo {
		width:7.125rem;
	}
}

.site-footer .container .right {
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	.site-footer .container .right {
		text-align: center;
	}
}

.site-footer .copyright-mobile {
	display: none;
	padding: 1rem 0 0;
}

@media only screen and (max-width: 1024px) {
	.site-footer .copyright-desktop {
		display: none;
	}
	.site-footer .copyright-mobile {
		display: block;
	}
}

.site-footer .social-links {
	list-style: none;
	padding:0;
	margin:0 0 4.063rem;
	display: flex;
	justify-content: flex-end;
}

@media only screen and (max-width: 1024px) {
	.site-footer .social-links {
		justify-content: center;
		margin:0 0 1.625rem;
	}
}

.site-footer .social-links li {
	list-style: none;
	padding:0;
	margin:0 3.125rem 0 0;
}

@media only screen and (max-width: 767px) {
	.site-footer .social-links li {
		margin:0 1.563rem 0 0;
	}
}

.site-footer .social-links li:last-child {
	margin-right: 0;
}

.site-footer .social-links li a {
	display: block;
}

.site-footer .social-links li img {
	display:block;
	width: 3.5rem;
}

@media only screen and (max-width: 767px) {
	.site-footer .social-links li img {
		width: 2rem;
	}
}

.site-footer .legal-links {
	padding: 5rem 0 0;
}

@media only screen and (max-width: 1024px) {
	.site-footer .legal-links {
		padding: 3.438rem 0 0;
	}
}

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

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: flex;
	align-items: center;
	position: relative;
}

@media screen and (max-width: 1250px) {
	.main-navigation {
		display:none;
	}
}

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

.main-navigation ul ul {
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	display:flex;
	flex-direction: column;
	background:#24282B;
	text-align: center;
	align-items: center;
	width: 25rem;
	visibility: hidden;
	opacity: 0;
	transition: opacity 250ms ease;
}

.main-navigation ul ul:before {
    content:"";
    border-style: solid;
	width: 0; 
	height: 0;
	border-top: 0;
	border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 18px solid #24282B;
    position: absolute;
    top: -18px;
}

.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: 100%;
	color:#fff;
	padding: 1rem 0;
	border-bottom: solid 1px #fff;
	justify-content: center;
}

.main-navigation ul ul li:hover > a,
.main-navigation ul ul a:hover {
	color:#bbb;
}

.main-navigation ul ul li:last-child a {
	border-bottom:0;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: calc(-12.5rem + 50%);
	visibility: visible;
	opacity: 1;
}

.main-navigation ul li {
	position: relative;
	margin: 0;
}

.main-navigation ul ul li {
	margin: 0;
	width:100%;
	padding:0 2rem;
}

.main-navigation li:first-child {
	margin:0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color:#231f20;
	font-size:1.25rem;
	text-transform: uppercase;
	letter-spacing: 0.188rem;
	display: flex;
	padding:2rem 2.5rem;
	align-items: center;
}

.main-navigation ul li:hover > a,
.main-navigation a:hover {
	color:#7e694f;
}

@media screen and (max-width: 1650px) {
	.main-navigation a {
		padding:2rem 1.5rem;
	}
}

@media screen and (max-width: 1450px) {
	.main-navigation a {
		padding:2rem 1.25rem;
	}
}

/* Small menu. */
.menu-toggle {
	display: none;
	background:transparent url(./images/icon-menu.svg) center center no-repeat;
	background-size:2.25rem auto;
	overflow:hidden;
	text-indent: -9999px;
	width: 3.5rem;
	height:3.5rem;
	padding:0;
	border:0;
}

.menu-toggle.close {
	background:transparent url(./images/icon-menu-close.svg) center center no-repeat;
	background-size:1.85rem auto;
}

@media screen and (max-width: 767px) {
	.menu-toggle {
		background-size:1.875rem auto;
		width: 2.5rem;
		height:2.5rem;
	}
	.menu-toggle.close {
		background-size:1.55rem auto;
	}
}

@media screen and (max-width: 1250px) {

	.menu-toggle {
		display: block;
	}
}

.mobile-navigation {
	position: fixed;
    width: 100%;
    background: #fff;
    z-index: 10000;
    top: 0;
    left: 0;
	bottom:0;
	font-size:1.25rem;
	visibility: hidden;
	opacity: 0;
	overflow-y:scroll;
	transition: opacity 250ms ease, visibility 250ms ease;
	padding:0 0 2rem 0;
}

@media only screen and (max-width: 767px) {
	.mobile-navigation {
		top: 0;
	}
}

body.admin-bar .mobile-navigation {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	body.admin-bar .mobile-navigation {
		top: 46px;
	}
}

@media only screen and (max-width: 767px) {
	body.admin-bar .mobile-navigation {
		top: 46px;
	}
}

.mobile-navigation.open {
	/* display:block; */
	opacity: 1;
	visibility: visible;
}

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

	.mobile-navigation {
		display: none !important;
		opacity: 1;
		visibility: visible;
	}
}

.mobile-navigation ul {
	list-style: none;
	padding:0;
	margin:0 0 2rem 0;
}

.mobile-navigation ul li {
	list-style: none;
	padding:0;
	margin:0;
}

.mobile-navigation ul li a {
	text-transform: uppercase;
	color: #231F20;
	display:block;
	border-bottom: solid 1px #231F20;
	line-height: 1;
	padding: 1.15rem 0 1rem;
	letter-spacing: 0.188rem;
	text-decoration: none;
}

.mobile-navigation ul li a:hover {
	color:#7e694f;
}

.mobile-navigation ul ul {
	display:none;
	border-bottom: solid 1px #231F20;
	margin:-1px 0 0 0;
}

.mobile-navigation ul ul.show {
	display: block;
}

.mobile-navigation ul ul li a {
	border-top:solid 1px #F1F2F2;
	font-size:1rem;
	padding: 1.15rem 0 1rem 2.188rem;
	border-bottom:0;
}

.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%;
}

.search-form-header {
	background:#fff;
	width:100%;
	height:100%;
	display: flex;
    align-items: center;
	justify-content: flex-end;
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	visibility: hidden;
	transition: all 250ms ease;
}

.search-form-header.open {
	opacity:1;
	visibility: visible;
}

.search-form-header form {
	display:flex;
}

.search-form-header .search-field {
	width: 25rem;
}

.search-form-mobile {
	position: relative;
	padding:0 0 0 3.25rem;
}

.search-form-mobile .search-field {
	width: 100%;
}

.search-form-mobile .search-submit {
	/* display:none; */
	width:2.625rem;
	height:3rem;
	background:transparent url(./images/icon-search.svg) center center no-repeat;
	background-size:2.625rem auto;
	border:0;
	padding:0;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
}

.btn-close-form {
    margin-left: 0.625rem;
    line-height: 1;
    font-family: arial;
    height: 3rem;
    width: 3rem;
    /* background: #eee; */
    display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
	background:url(./images/icon-close.svg) center center no-repeat;
	background-size:2rem 2rem;
}

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

.post,
.page {
	margin: 0;
}

.post.single .post-thumbnail {
	margin:0 0 2rem 0;
	padding-bottom:34%;
}

@media only screen and (max-width: 767px) {
	.post.single .post-thumbnail {
		margin:0 -2rem 2rem -2rem;
		padding-bottom:40%;
	}
}

.post.single .post-thumbnail img {
	display:block;
	max-width: 100%;
}

.post.single .categories {
	margin:0 0 1.5rem 0;
	font-size:1.5rem;
	font-weight:700;
	color:#7e694f;
}

@media only screen and (max-width: 767px) {
	.post.single .categories {
		font-size:1rem;
	}
}

.post.single .categories a {
	text-transform: uppercase;
}

.post.single .authors-block {
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	gap:2rem;
	flex-wrap: wrap;
	margin:0 0 2rem 0;
	padding:0 0 2rem 0;
	border-bottom: solid 1px #231f20;
}

@media only screen and (max-width: 650px) {
	.post.single .authors-block {
		gap: 1rem;
	}
}

@media only screen and (max-width: 1600px) {
	.post.single .authors-block {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 650px) {
	.post.single .authors-block {
		grid-template-columns: repeat(1, 1fr);
	}
}

.post.single .authors-block .author-item {
	display:flex;
	align-items: center;
	padding:0;
	margin:0;
	position: relative;
}

.post.single .authors-block .author-item:before {
	content: '';
	position:absolute;
	top:0;
	left:-1rem;
	width:1px;
	height:100%;
	background: #231f20;
}

@media only screen and (max-width: 650px) {
	.post.single .authors-block .author-item:before {
		display: none;
	}
}

.post.single .authors-block .author-item:nth-child(3n+1):before {
	display:none;
}

@media only screen and (max-width: 1600px) {
	.post.single .authors-block .author-item:nth-child(3n+1):before {
		display:block;
	}
	.post.single .authors-block .author-item:nth-child(2n+1):before {
		display:none;
	}
}

.post.single .authors-block .author-item img {
	display:block;
	width: 5.625rem;
	border-radius: 100%;
	border:solid 1px #eee;
}

@media only screen and (max-width: 650px) {
	.post.single .authors-block .author-item img {
		width: 4rem;
		height: 4rem;
	}
}

.post.single .authors-block .author-item .meta {
	margin:0 0 0 1.125rem;
	/* font-size: 1.5rem; */
	line-height:1.2;
}

.post.single .authors-block .author-item .meta a {
	color:#000;
}

.post.single .authors-block .author-item .meta a:hover,
.post.single .authors-block .author-item .meta a:active,
.post.single .authors-block .author-item .meta a:focus {
	text-decoration: none;
}

.type-page.search-item p {
	margin:0 0 1rem 0;
}

.type-post.listing,
.type-page.search-item {
	background:#fff;
	padding:0 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.type-post.listing,
	.type-page.search-item {
		padding:0 2rem;
	}
}

.type-post.listing .inner {
	border-top: solid 1px #231f20;
	padding: 2.813rem 0;
	display:grid;
	grid-template-columns: 16.875rem auto;
	gap:2rem;
}

.type-page.search-item .inner {
	border-top: solid 1px #231f20;
	padding: 2.813rem 0;
}

@media only screen and (max-width: 1400px) {
	.type-post.listing .inner,
	.type-page.search-item .inner {
		padding: 2rem 0 1.75rem;
	}
}

@media only screen and (max-width: 767px) {
	.type-post.listing .inner {
		display:flex;
		flex-direction: column;
	}
}

.type-post.listing .thumbnail {
	overflow: hidden;
	align-self: flex-start;
}

@media only screen and (max-width: 767px) {
	.type-post.listing .thumbnail {
		align-self: auto;
	}
}

.type-post.listing .thumbnail a {
	display:block;
}

@media only screen and (max-width: 767px) {
	.type-post.listing .thumbnail a {
		position: relative;
		padding-bottom: 30%;
		height: 0;
	}
}

.type-post.listing .thumbnail img {
	width:100%;
	display:block;
	transition: transform 250ms ease;
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

@media only screen and (max-width: 767px) {
	.type-post.listing .thumbnail img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: initial;
	}
}

.type-post.listing .thumbnail img:hover {
	transform: scale(1.1);
}

.type-post.listing .categories,
.post-slideshow .categories {
	margin:0 0 1.5rem 0;
	font-size:1.4rem;
	font-weight:700;
	color:#7e694f;
}

@media only screen and (max-width: 767px) {
	.type-post.listing .categories,
	.post-slideshow .categories {
		font-size:1rem;
	}
}

.type-post.listing .categories a,
.post-slideshow .categories a {
	text-transform: uppercase;
}

.type-post.listing h2,
.type-page.search-item h2 {
	font-size:2.188rem;
	margin:0 0 1rem 0;
}

@media only screen and (max-width: 767px) {
	.type-post.listing h2,
	.type-page.search-item h2 {
		font-size: 1.75rem;
	}
}

.type-post.listing h2 a,
.type-page.search-item h2 a {
	color: #000;
	display:inline-block;
	text-decoration: none;
}

.type-post.listing h2 a:hover,
.type-page.search-item h2 a:hover {
	color:#7e694f;
}

.type-post.listing .authors,
.post-slideshow .authors {
	color:#000;
	font-weight: 700;
	font-size:1.5rem;
	margin:0 0 1rem 0;
}

@media only screen and (max-width: 767px) {
	.type-post.listing .authors,
	.post-slideshow .authors {
		font-size:1rem;
	}
}

.type-post.listing .authors a,
.post-slideshow .authors a {
	color:#000;
}

.type-post.listing .desc {
	margin:0 0 1rem 0;
}

.type-post.listing .published,
.post-slideshow .published {
	margin:0 0 1rem 0;
}

.loadmore-wrapper,
.view-all-user-posts {
	background:#fff;
	padding: 0 2.813rem;
}

@media only screen and (max-width: 1400px) {
	.loadmore-wrapper,
	.view-all-user-posts {
		padding: 0 2rem;
	}
}

.loadmore-wrapper .inner,
.view-all-user-posts .inner {
	border-top: solid 1px #231f20;
	padding: 2.813rem 0;
	text-align: center;
}

.view-all-user-posts .inner {
	text-align: right;
}

@media only screen and (max-width: 1400px) {
	.loadmore-wrapper .inner,
	.view-all-user-posts .inner {
		padding: 2rem 0;
	}
}

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

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

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

.subscription_form_block.tnp-subscription {
    margin: 0 auto !important;
    max-width: 100% !important;
}

.subscription_form_block.tnp-subscription .subscribe_checkboxes {
	display:flex;
	flex-direction:row;
	margin-top:1rem;
	flex-wrap:wrap;
}

.subscription_form_block.tnp-subscription .subscribe_checkboxes .tnp-field-checkbox {
	margin-left:0 !important;
	margin-right:2rem !important;
}

.subscription_form_block.tnp-subscription .subscribe_checkboxes .tnp-field-checkbox:last-child {
	margin-right:0 !important;
}

.subscription_form_block.tnp-subscription .subscribe_checkboxes input[type=checkbox] {
	margin-right:0.25rem !important;
}

.subscription_form_block .tnp-field input {
	max-width:47.75rem;
}

.subscription_form_block.tnp-subscription div.tnp-field {
	margin-bottom: 0.5rem;
}

.subscription_form_block.tnp-subscription input.tnp-submit {
	background-color: #7e694f;
}

.subscription_form_block.tnp-subscription label {
	font-size:1em;
}

/* 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: 2rem;
}

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

/* Helpers
--------------------------------------------- */

.flex {
	display:block;
}

.inline-block {
	display:inline-block;
}

.block {
	display:block;
}

.text-left {
	text-align:left;
}

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

.text-right {
	text-align:right;
}

.mb-0 {
	margin-bottom:0 !important;
}