/*
Theme Name: acl-2021
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acl
Tags:

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

ACL is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Header
	## Links
	## Menus
	## Footer
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Homepage
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Media Queries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
    min-height: 100%;
    background-color: #fff;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	padding-bottom: 5px;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: PublicoHeadline, 'Palatino Linotype', sans-serif;
	font-size: 3.5em;
	line-height: 1;
	font-weight: 500;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: 'HelveticaNowText', sans-serif;
	color: #000;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

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;
	font-size: 15px;
	font-size: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin:2em 0px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	display: block;
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow:none;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

button.submit {
    background: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    text-shadow: none;
}

input.submit,
input.submit:hover {
    box-shadow: none;
    text-shadow: none;
    margin: 0 0 20px;
    border:0 none;
    font-weight: 800;
    font-size: 10px;
    padding: 6px 20px;
    background-color: #f05824;
    color: #fff;
    border-radius: 0;
}

input.submit:hover {
	background: #000;
}

button.submit,
a.read-more,
.more-stories a {
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 20px 0;
    font-weight: 800;
    font-size: 13px;
}

.more-stories a {
    font-size: 16px;
}

button.submit span,
a.read-more span,
.more-stories a span {
    padding: 6px 20px 4px;
    background-color: #f05824;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    font-weight: bold;
}

h2 a.read-more {
    margin: 0 0 40px;
}

h2 a.read-more span {
    background-color: #fff;
    border: 1px solid #777776;
    color: #777776;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/

.acl-announcement {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #000;
}

	.acl-announcement-text {
	    font-family: 'HelveticaNowMicro', sans-serif;
	    color: #fff;
	    font-size: 0.75em;
	    text-transform: uppercase;
	}

.acl-network-wrapper {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 45px;
    padding-right: 3em;
    padding-left: 3em;
    border-bottom: 1px solid #dfdfdf;
}

	.acl-network-button-wrapper {
		position: relative;
	    -webkit-box-pack: center;
	    -webkit-justify-content: center;
	    -ms-flex-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    -ms-flex: 1;
	    flex: 1;
	    border-style: none none none solid;
	    border-width: 0px 1px 1px;
	    border-color: #000 #dfdfdf #dfdfdf #dfdfdf;
	}

	.acl-network-button-wrapper:last-child {
		border-right-style: solid;
	    border-right-width: 1px;
	}

		.acl-network-button-wrapper a {
			width: 100%;
			height: 100%;
		}

		.acl-network-button {
			position: absolute;
		    left: 0%;
		    top: 0%;
		    right: 0%;
		    bottom: 0%;
		    z-index: 2;
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    height: 100%;
		    -webkit-box-pack: center;
		    -webkit-justify-content: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    -webkit-box-align: center;
		    -webkit-align-items: center;
		    -ms-flex-align: center;
		    align-items: center;
		    background-color: #fff;
		    -webkit-transition: opacity 200ms cubic-bezier(.445, .05, .55, .95);
		    transition: opacity 200ms cubic-bezier(.445, .05, .55, .95);
		}

		.acl-network-button-wrapper:hover .acl-network-button {
		    opacity: 0;
		}

			.acl-network-button img {
				max-height: 30%;
				position: absolute;
			    top: 0;
			    bottom: 0;
			    margin: auto;
			    left: 0;
			    right: 0;
			}

		.acl-network-button-underlay {
			position: absolute;
			left: 0%;
			top: 0%;
			right: 0%;
			bottom: 0%;
			z-index: 1;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			height: 100%;
			-webkit-box-pack: center;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			-webkit-box-align: center;
			-webkit-align-items: center;
			-ms-flex-align: center;
			align-items: center;
			background-color: #333;
		}

			.acl-network-button-underlay .button-hover-text {
				display: -webkit-box;
			    display: -webkit-flex;
			    display: -ms-flexbox;
			    display: flex;
			    height: 100%;
			    margin-left: 0.5em;
			    -webkit-box-pack: center;
			    -webkit-justify-content: center;
			    -ms-flex-pack: center;
			    justify-content: center;
			    -webkit-box-align: center;
			    -webkit-align-items: center;
			    -ms-flex-align: center;
			    align-items: center;
			    color: #fff;
			    font-size: 1em;
			}

		.acl-news .acl-network-button-underlay {
		    border-bottom: 1px solid #f05824;
		    background-color: #f05824;
		}

		.acl-golf .acl-network-button-underlay {
			border-bottom: 1px solid #1e7256;
     		background-color: #1e7256;
		}

		.acl-co .acl-network-button-underlay {
			border-bottom: 1px solid #94a7ac;
			background-color: #94a7ac;
		}

		@media screen and (max-width: 767px) {
			.acl-network-button img {
				max-height: 27%;
			}

			.acl-network-button-underlay .button-hover-text {
				font-size: 0.75em;
			}

			.acl-network-wrapper {
				padding: 0;
			}
		}

.site-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
	padding: 3em;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

	.site-header button {
		padding: 0;
		border: 0 none;
		background: none;
		box-shadow:none;
		outline: none;
	}

	.site-header .lottie-animation {
	    height: 30px;
	    -webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	    transform: scale(1.5);
	}

	.site-header .menu-button {
		z-index: 99;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		width: 30px;
		height: 30px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	#menu-burger-closed,
	.menu-open #menu-burger-open {
		display: block;
	}

	.menu-open #menu-burger-closed,
	#menu-burger-open {
		display: none;
	}

	.site-header .search-button {
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    width: 25px;
	    height: 25px;
	    -webkit-box-pack: end;
	    -webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	    justify-content: flex-end;
	    -webkit-transition: opacity 200ms ease;
	    transition: opacity 200ms ease;
	}

	.site-branding {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 10%;
		max-width: 120px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.page-template-page-aclco .site-branding {
    	width: 20%;
	}

		.site-title {
			align-self: center;
			color: #000;
			text-align: center;
			text-decoration: none;
			margin: 0;
		}

		.site-branding img {
			align-self: center;
			display: block;
			margin: 0 auto;
			width: 100%;
			height: 100%;
		}

		.site-branding .since-2007 {
			margin-top: 0.75em;
			font-size: 0.75em;
			font-weight: 500;
			letter-spacing: 0.1em;
			text-transform: uppercase;
		}

		@media screen and (max-width: 767px) {
			.site-header {
			    padding: 3em 1.5em;
			}

			.site-branding {
			    width: 15%;
				min-width: 70px;
			}
		}

		@media screen and (max-width: 991px) {
			.site-header {
			    padding: 3em 2em;
			}

			.site-branding {
			    margin-left: 0%;
			    -webkit-box-align: center;
			    -webkit-align-items: center;
			    -ms-flex-align: center;
			    align-items: center;
			}
		}

.search-form {
	position: absolute;
	width: auto;
	height: 40px;
	right: 3em;
	left: 3em;
	opacity: 0;
}

	.search-open .search-form {
		opacity: 1;
	}

	.search-form form,
	.search-form form > div {
		height: 100%;
	}

		.search-form .search-input-container {
			border: 1px solid #000;
			background-color: transparent;
			height: 50px;
		}

		.search-form input {
			padding: 0 0 0 20px;
			line-height: 50px;
			width: calc(100% - 120px);
			outline: none;
			border: 0 none;
			border-radius: 0;
			background: transparent;
			font-size: 1.25em;
    		letter-spacing: -0.01em;
		}

		.search-form button {
			float: right;
			border-style: none none none solid;
			border-width: 1px;
			border-color: #000;
			box-shadow: none;
			transition: color 200ms ease, background-color 200ms ease;
			font-weight: 500;
			background: transparent;
			border-radius: 0;
			height: 100%;
			width: auto;
		    padding: 15px 20px;
			text-shadow: none;
			font-size: 1.25em;
		}

		.search-form button:hover {
			background-color: #000;
			color: #fff;
		}

.today-edition-text {
	position: absolute;
	top: 40px;
	left: 50px;
	font-family: "HelveticaNowMicro";
    font-weight: 800;
	font-size: 12px;
	text-transform: uppercase;
	color: #f05824;
	border-bottom: 3px solid #f05824;
	padding-bottom: 2px;
}

.today-edition-text span {
    display: block;
    line-height: 1em;
}

.partner-logo {
    position: absolute;
    right: 50px;
    width: 140px;
    top: 0px;
    line-height: 116px;
    font-size: 12px;
    width: 240px;
    text-align: right;
    font-family: "HelveticaNowMicro";
    font-weight: 800;
    text-transform: uppercase;
}

.partner-logo img {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.acl-sub-header {
	height: 80px;
	position: relative;
}

.acl-sub-header .today-edition-text {
    position: absolute;
    top: 50%;
    left: 14px;
    height: 27px;
    margin-top: -13px;
    font-size: 11px;
}

.acl-sub-header .partner-logo {
    position: relative;
    top: 0;
    left: 0;
    float: right;
    font-size: 11px;
    width: auto;
    line-height: inherit;
    height: 100%;
}

.acl-sub-header .partner-logo img {
    margin-left: 10px;
    height: 100%;
    width: auto;
}

.acl-top-banner {
	width: 100%;
	height: 120px;
	background: url('./img/banner_bg.png') repeat;
	background-size: auto 100%;
	text-align: center;
}

.acl-top-banner .ad {
	width: 728px;
	height: 90px;
	margin: 15px auto 0;
	display: inline-block;
	background: #ccc;
}

.acl-sub-header {
    width: 100%;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 12px 14px;
    overflow: hidden;
}

.acl-search-container {
	line-height: 22px;
}

.acl-search-container .genericon {
	font-size: 22px;
	font-weight: bold;
	display: inline-block;
}

.acl-search-container .genericon:hover,
.acl-search-container a:hover {
	border: 0 none;
	display: inline-block;
	color: #f05824;
}



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

a:visited {

}

a:hover,
a:focus,
a:active {

}

a:focus {
	outline: thin dotted;
}

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

.arrow {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	margin-left: 0.5em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.5em;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* NEW */

.menu-wrapper {
	position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 9999;
    width: 100%;
    height: 100vh;
	-webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
	transition: all 200ms ease;
}

	.menu-open .menu-wrapper {
		transform: translate3d(0%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		display: block;
		opacity: 1;
		transform-style: preserve-3d;
	}

	.menu-content {
		position: absolute;
		left: 0%;
		top: 0%;
		right: auto;
		bottom: 0%;
		z-index: 99;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 50%;
		padding-top: 3em;
		padding-right: 2.75em;
		padding-left: 2.75em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		border-right: 1px solid #dfdfdf;
		background-color: #fff;
	}

	.big-close {
		display: none;
		position: absolute;
		left: auto;
		top: 0%;
		right: 0%;
		bottom: 0%;
		z-index: 98;
		width: 50%;
	}

	.menu-open .big-close {
		display: block;
	}

		.menu-main-container {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
		}

			.menu-main-container ul {
				list-style: none;
				margin: 0;
				padding: 0;
			}

			.menu-main-container li {
				display: block;
			}

				.menu-main-container li a {
					display: inline-block;
					border-bottom: 1px solid transparent;
				    -webkit-transition: border-color 200ms cubic-bezier(.645, .045, .355, 1);
				    transition: border-color 200ms cubic-bezier(.645, .045, .355, 1);
				    font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
				    font-size: 3.5em;
				    font-weight: 500;
					margin-bottom: 0.5em;
				}

				.menu-main-container li a:hover {
					border-bottom: 1px solid #000;
				}

	@media screen and (max-width: 767px) {
		.menu-main-container li a {
			font-size: 2em;
		}

		.menu-content {
		    padding-top: 3em;
		    padding-right: 1.5em;
		    padding-left: 1.5em;
			width: 66.667%;
		}

		.big-close {
			width: 33.333%
		}
	}

	@media screen and (max-width: 991px) {
		.menu-content {
		    padding-right: 2em;
		    padding-left: 2em;
		}
	}


	.sub-button-menu {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 20%;
		margin-top: 1em;
		padding: 11px 10px 10px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #f05824;
		-webkit-transition: border-color 200ms ease, background-color 200ms ease;
		transition: border-color 200ms ease, background-color 200ms ease;
	}

		.sub-button-menu .arrow {
			width: auto;
			font-size: 1em;
		}

		.sub-button-text {
			color: #fff;
			font-weight: 500;
		}

	@media screen and (max-width: 991px) {
		.sub-button-menu {
		    width: 35%;
		}
	}

	@media screen and (max-width: 767px) {
		.sub-button-menu {
			width: 100%;
		    margin-top: 0;
		    padding: 15px;
		}
	}

.header-secondary-menu-links-container {
	margin-top: 3em;
    padding-top: 2em;
    width: 100%;
	display: block;
    border-top: 1px solid #dfdfdf;
	overflow: hidden;
}

	.header-secondary-menu-links-container ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		.header-secondary-menu-links-container li {
			margin-bottom: 1.1em;
			-webkit-transition: opacity 200ms ease;
			transition: opacity 200ms ease;
			font-family: 'HelveticaNowText', sans-serif;
			font-size: 1.25em;
			letter-spacing: -0.01em;
		}

	.menu-links-left,
	.menu-links-right {
		width: 50%;
		float: left;
	}

@media screen and (max-width: 767px) {
	.header-secondary-menu-links-container li {
	    font-size: 1em;
	}
}

/* OLD */
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background-color: #fff;
	height: 53px;
    padding: 0;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}

.fixed .main-header .main-navigation {

}

.sticky-header {
	position: fixed;
    top: -53px;
    opacity: 0;

    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}

.fixed .sticky-header {
	opacity: 1;
    z-index: 999999;

    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}

.fixed .sticky-header.menu-visible {
	top: 0;
}

.fixed .main-navigation.menu-hidden {

}

.main-navigation .menu {
	margin: 0 auto;
	overflow: hidden;
	line-height: 52px;
	text-align: center;
}

.fixed .menu-main-container {
    top: 0;
    position: absolute;
    width: 100%;
}

.menu-logo {
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 99;
}

.menu-logo span {
    background-image: url("/wp-content/themes/acl/img/footer_logo.png");
    background-size: 100% 100%;
    display: block;
    width: 42px;
    height: 42px;
}

.fixed .menu-logo {
    opacity: 1;
    left: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;

}

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

.main-navigation li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-family: "HelveticaNowMicro";
    font-weight: 800;
}

.main-navigation li span {
	display: block;
	line-height: 22px;
}

.main-navigation li span:hover a,
.current-menu-item a {
	color: #f05824;
}

.main-navigation li span:hover,
.current-menu-item span {
	line-height: 22px;
	border-bottom: 3px solid #f05824;
	display: block;
}

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

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

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

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

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

button.menu-toggle {
	position: absolute;
    left: 16px;
    top: 0;
    background: transparent;
    border: 0 none;
    box-shadow: none;
    text-shadow: none;
    margin: 20px 0;
    outline: none;
    font-size: 20px;
    padding: 4px;
}

button.menu-toggle:focus {
    box-shadow: none;
}

.menu-toggle:before {
    content: '\f419';
    font-family: "Genericons";
}

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

.site-main .posts-navigation {
	margin: 20px auto;
	text-align: center;
}

.posts-navigation .more-stories {

}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
	padding-top: 5em;
    padding-bottom: 5em;
    background-color: #f1f1f1;
    color: #fff;
}

.footer-inner {
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3em;
	padding-left: 3em;
	grid-column-gap: 2em;
	grid-row-gap: 4px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	display: grid;
    grid-auto-columns: 1fr;
}

	.footer-inner h5 {
		margin: 0 0 1.5em 0;
		color: #000;
		font-weight: 700;
		font-size: 1em;
	}

.footer-logo {
	-webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	align-self: self-start;
	align-items: flex-end;
}

	.footer-logo img {
		width: 45%;
		max-width: 150px;
	}

.footer-bottom-text {
	align-self: end;
	font-family: 'HelveticaNowMicro', sans-serif;
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.75em;
	line-height: 1.5;
	text-transform: none;
	margin-top: 30px;
	grid-column: span 2;
}

	.design-credit {
	    color: rgba(0, 0, 0, 0.3);
	    line-height: 1.6;
	}

	.credit-sep {
	    color: rgba(0, 0, 0, 0.3);
	}

	.development-credit {
	    color: rgba(0, 0, 0, 0.3);
	    white-space: nowrap;
	}

.footer-links {
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.footer-inner .site-name {
	float: left;
}

.footer-links-container {
	vertical-align: top;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-links ul {
	margin: 0;
	padding-left: 0px;
	color: rgba(0, 0, 0, 0.55);
	list-style-type: none;
}

	.footer-links li:last-child {
		margin-bottom: 0em;
	}

	.footer-links li {
		margin-bottom: 1em;
		margin-left: 0px;
		padding-left: 0px;
		line-height: 1.5;
	}

.footer-links-container ul li a:hover {
	color: #bbb;
}

@media screen and (max-width: 991px) {
	.site-footer {
		padding-top: 3em;
    	padding-bottom: 3em;
	}

	.footer-inner {
	    padding-right: 2em;
	    padding-left: 2em;
	    grid-row-gap: 4em;
	    -ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	    -ms-grid-rows: auto auto;
	    grid-template-rows: auto auto;
		grid-auto-columns: auto;
	}

	.footer-logo {
	    -ms-grid-row-align: center;
	    align-self: center;
	    -ms-grid-row: span 1;
	    grid-row-start: span 1;
	    -ms-grid-row-span: 1;
	    grid-row-end: span 1;
	    -ms-grid-column: span 4;
	    grid-column-start: span 4;
	    -ms-grid-column-span: 4;
	    grid-column-end: span 4;
	}

		.footer-logo img {
			width: 17%;
		}

		.footer-links {
			grid-row-gap: 1em;
			-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
			-ms-grid-rows: auto auto;
			grid-template-rows: auto auto;
		}

		.footer-links-container:first-child {
			-ms-grid-column-span: 2;
			grid-column-end: 3;
			-ms-grid-column: 1;
			grid-column-start: 1;
			-ms-grid-row-span: 1;
			grid-row-end: 3;
			-ms-grid-row: 2;
			grid-row-start: 2;
		}

		.footer-links-container:last-child {
			-ms-grid-column-span: 2;
		    grid-column-end: 5;
		    -ms-grid-column: 3;
		    grid-column-start: 3;
		    -ms-grid-row-span: 1;
		    grid-row-end: 3;
		    -ms-grid-row: 2;
		    grid-row-start: 2;
		}
}

@media screen and (max-width: 767px) {
	.footer-inner {
	    padding-right: 1.5em;
	    padding-left: 1.5em;
	    grid-row-gap: 3em;
	}
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.mobile-only {
    display: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
## Grid
--------------------------------------------------------------*/

.grid {
	margin-right: auto;
	margin-left: auto;
	grid-column-gap: 2em;
	grid-row-gap: 4em;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
}

	.grid > div:hover .image-wrapper,
	.grid > article:hover .image-wrapper {
		opacity: 0.5;
	}

.grid-two {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	margin-right: auto;
	margin-left: auto;
	grid-column-gap: 2em;
	grid-row-gap: 4em;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
	.grid {
	    -ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 767px) {
	.grid {
	    grid-column-gap: 1.5em;
	    grid-row-gap: 2em;
		grid-template-columns: 1fr;
	}

}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-wrap {
	position: relative;
}

.site-content {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

#page {
	transition: all 200ms ease;
}

.menu-open {
	overflow: hidden;
}

	.menu-open #page {
		opacity: 0.4;
	    transform: translate3d(50%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	    transform-style: preserve-3d;
	}

	@media screen and (max-width: 767px) {
		.menu-open #page {
			transform: translate3d(66.667%, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		}
	}

.entry-content {
    font-family: 'HelveticaNowText', sans-serif;
    font-size: 1.25em;
}

.hentry .entry-content {
	width: 60%;
	margin: 0 auto;
}

.entry-content p,
.entry-content li {
	color: #000;
	margin-bottom: 1em;
    line-height: 1.5;
    letter-spacing: -0.015em;
}

.entry-content h2 {
    font-family: 'HelveticaNowText', sans-serif;
    line-height: 1.3;
    font-weight: 500;
	font-size: 1.75em;
    margin-bottom: 1em;
}

.entry-content p:first-child,
.entry-content li:first-child {
	margin-top: 0;
}

.content-area {
	transition: padding 200ms ease;
}

.content-area.page-content {
	max-width: 1700px;
    margin-right: auto;
    margin-bottom: 5em;
    margin-left: auto;
    padding-right: 3em;
    padding-left: 3em;
}

	.search-open .content-area {
		padding-top: 70px;
	}

	@media screen and (max-width: 767px) {
		.content-area.page-content {
			padding-right: 1.5em;
			padding-left: 1.5em;
		}
	}

	@media screen and (max-width: 991px) {
		.content-area.page-content {
			padding-right: 2em;
			padding-left: 2em;
		}
	}

.page-content-wrapper article {
	text-align: left;
	width: 100%;
	padding: 0;
}

	.page-content-wrapper article h1 {
		margin-top: 0px;
		margin-bottom: 0px;
		font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
		font-size: 1.75em;
		line-height: 1.2;
		font-weight: 400;
		letter-spacing: normal;

		width: 95%;
	    margin-top: 0.75em;
	    padding-right: 1.2em;
	    padding-left: 0em;
	}

	.page-content-wrapper .entry-title,
	.page-content-wrapper .entry-header .entry-sub-headline {
		text-align: left;
	}

	.page-content-wrapper .entry-header .entry-sub-headline {
		width: 85%;
		margin-top: 0.5em;
		font-family: "HelveticaNowText", sans-serif;
		font-size: 1.25em;
		line-height: 1.3;
	}

	.page-content-wrapper .image-wrapper {
		height: auto;
	}

	.page-content-wrapper .images-wrapper {
		background-color: #000;
	}

	.page-content-wrapper .images-wrapper > div {
		z-index: 2;
	    display: -ms-grid;
	    display: grid;
	    grid-auto-columns: 1fr;
	    grid-column-gap: 1px;
	    grid-row-gap: 1px;
	    -ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	    -ms-grid-rows: auto auto;
	    grid-template-rows: auto auto;
	    background-color: #fff;
	}

	.page-content-wrapper .images-wrapper > div.one-featured {
		grid-template-columns: 1fr;
	}

		.page-content-wrapper .images-wrapper .entry-image {
			padding: 0;
			overflow: hidden;
		}

		.page-content-wrapper .images-wrapper img {
			padding: 0.5px!important;
		}

/*--------------------------------------------------------------
## Subscribe
--------------------------------------------------------------*/

.subscribe-newsletter-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1700px;
	margin: 1em auto;
	padding-right: 3em;
	padding-left: 3em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}


	.subscribe-newsletter-content {
		display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    width: 100%;
	    padding-top: 3em;
	    padding-bottom: 3em;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    flex-direction: column;
	    -webkit-box-align: center;
	    -webkit-align-items: center;
	    -ms-flex-align: center;
	    align-items: center;
	    border: 2px none #f05824;
	    background-color: #f05824;
	}

		.subscribe-newsletter-content h3 {
			margin-top: 0px;
			margin-bottom: 0px;
			font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
			color: #fff;
			font-size: 1.75em;
			line-height: 1.3;
			font-weight: 400;
			text-transform: none;
		}

		.subscribe-newsletter-button {
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			margin-top: 1.5em;
			padding: 11px 10px 10px;
			border-style: solid;
			border-width: 1px;
			border-color: #fff;
			-webkit-transition: border-color 200ms ease, background-color 200ms ease;
			transition: border-color 200ms ease, background-color 200ms ease;
		}

		.subscribe-newsletter-button:hover {
			border-color: #000;
    		background-color: #000;
		}

			.subscribe-newsletter-button .arrow {
				width: 80%;
				opacity: 1;
				font-size: 1em;
			}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.single .featured-slider {
	padding-bottom: 0;
}

.single .entry-header {
	padding-right: 3em;
    padding-left: 3em;
}

	.single .entry-header-body {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		padding: 3em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		border-top: 1px solid #000;
	}

	.single .entry-content {
		margin-top: 3em;
	}

	.single .subscribe-newsletter-wrapper {
		margin: 5em auto 3em auto;
	}

.author-header {
	width: 100%;
	max-width: 1200px;
	margin: 30px auto 0;
	border-bottom: 1px solid #383838;
}

.author-header h2 {
	text-transform: uppercase;
	color: #1a1919;
	font-size: 36px;
	text-align: center;
	margin: 0 0 20px;
	font-family: "HelveticaNowMicro";
    font-weight: 800;
}

.author-header h2 em {
	text-transform: none;
	display: block;
	font-size: 21px;
	font-weight: normal;
    font-style: italic;
}

.author-header hr {
	height: 3px;
	background-color: #383838;
	margin-bottom: 8px;
}

.page-title-wrapper {
	max-width: 1700px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3em;
    padding-left: 3em;
}

	.page-title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 4em;
		padding-top: 3em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-top: 1px solid #000;
	}

	.page-title h2 {
		font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
    	font-size: 3.5em;
		font-weight: normal;
		margin: 0;
	}

	.search .page-title h2 {
		text-align: center;
		width: 100%;
	}

	.page-title span {
		display: block;
		margin-top: 1em;
	    font-size: 1.25em;
	    letter-spacing: -0.01em;
		font-weight: normal;
	}

.sticky {
	display: block;
}

.hentry {
	max-width: 1700px;
    margin-right: auto;
    margin-bottom: 1em;
    margin-left: auto;
    padding-right: 3em;
    padding-left: 3em;
}

@media screen and (max-width: 991px) {
	.hentry {
		padding-right: 2em;
	    padding-left: 2em;
	}

	.hentry .entry-content {
		width: 75%;
	}

	.single .entry-header-body {
		padding-left: 0;
		padding-right: 0;
	}

	.single .entry-header {
	    padding-right: 2em;
	    padding-left: 2em;
	}
}

@media screen and (max-width: 767px) {
	.hentry .entry-content {
	    width: 90%;
	}
}

.hentry.page-left,
.hentry.page-right {
	max-width: 1000px;
	overflow: hidden;
    padding: 30px 0;
	border-bottom: 1px solid #f05824;
}

.entry-meta {
	margin-top: 1em;
    font-family: 'HelveticaNowMicro', sans-serif;
    color: rgba(27, 27, 27, 0.73);
    font-size: 1em;
    text-transform: uppercase;
}

.sponsored-post {
	font-family: 'HelveticaNowMicro';
    font-weight: 800;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    color: #f05824;
}

.sponsored-post img {
	display: inline-block;
	vertical-align: middle;
	height: 28px;
	margin: -2px 0 0 12px;
}

.sponsored-post span {
	padding: 3px 14px;
	background: #000;
	color: #fff;
	display: inline-block;
}

.sponsored-post span img {
	margin-left: 16px;
}

.single .sponsored-post {
    font-size: 14px;
    line-height: 28px;
}

.single .sponsored-post img {
	height: 24px;
}

.page-right .sponsored-post {
	text-align: right;
}

.page-right .sponsored-post,
.page-left .sponsored-post {
	font-weight: 600;
	font-size: 14px;
}

.slider-content .sponsored-post {
	color: #fff;
}

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

.posted-on,
.byline,
.cat-links {
	text-align: center;
	display: block;
	margin-top: 1em;
}

.single .posted-on,
.single .cat-links {
	display: inline;
}

.posted-on a,
.byline a,
.cat-links a {
	text-decoration: none;
	color: inherit;
}

.posted-on-categories {
	width: 100%;
	display: block;
	text-align: center;
}

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

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

.page-left .entry-title,
.page-right .entry-title {
	margin: 0;
}

.entry-title {
	margin-top: 0px;
    margin-bottom: 0.25em;
	text-align: center;
}

.slider-content h2 .entry-sub-headline,
.entry-header .entry-sub-headline {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
}

.entry-body ul {
	margin: 10px 0;
}

.page-left .entry-body {
	float: right;
	width: 58%;
	text-align: left;
}

.page-right .entry-body {
	float: left;
	width: 58%;
	text-align: right;
}

.page-left .entry-title,
.page-left .posted-on,
.page-left .cat-links,
.page-left a.read-more,
.page-left .entry-sub-headline {
	text-align: left;
}

.page-right .entry-title,
.page-right .posted-on,
.page-right .cat-links,
.page-right a.read-more,
.page-right .entry-sub-headline {
	text-align: right;
}

.related-articles .entry-title {
	font-size: 21px;
	margin: 10px 0 5px;
}

.social-sharing {
	text-align: center;
	margin: 15px 0 15px;
}

.social-sharing i {
	font-size: 28px;
	padding: 0 6px;
	color: #b4b5b4;
	display: inline;
}

/*--------------------------------------------------------------
### Factory Tours page
--------------------------------------------------------------*/

.grid-two > article:hover .images-wrapper .one-featured,
.grid-two > article:hover .images-wrapper .two-featured,
.grid-two > article:hover .images-wrapper .three-featured,
.grid-two > article:hover .images-wrapper .four-featured {
	opacity: 0.5;
	transition: all 200ms linear;
}

.grid-two .image-wrapper {
	-ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
}


/*--------------------------------------------------------------
### American List page
--------------------------------------------------------------*/
.american-list-content section {
	display: -ms-grid;
    display: grid;
    margin-bottom: 3em;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid #000;
}

.american-list-content section .brands {
	display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	-ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.american-list-content section .brands p {
	margin: 0;
	line-height: 1.5em;
}

	.american-list-content section .brands p:hover {
		background-color: hsla(0, 0%, 97.3%, 0.9)!important;
	}

	.american-list-content section .brands p:nth-child(odd) {
		color: rgba(0, 0, 0, 0.6);
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 15px;
		background-color: transparent;
		-webkit-transition: color 200ms ease, background-color 200ms ease;
		transition: color 200ms ease, background-color 200ms ease;
	}

	.american-list-content section .brands p:nth-child(even) {
		padding-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 15px;
	    border-top: 1px solid #dfdfdf;
	    border-bottom: 1px solid #dfdfdf;
	    background-color: transparent;
	    -webkit-transition: color 200ms ease, background-color 200ms ease;
	    transition: color 200ms ease, background-color 200ms ease;
	}

	.american-list-content section .brands p a {
		font-weight: 700;
		color: #000;
	}

.american-list-content section .letter {
	padding-top: 15px;
	font-size: 4em;
	line-height: 0.7;
	font-weight: 700;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.american-list-content section {
		padding-top: 1em;
	    grid-row-gap: 2em;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
	}

	.american-list-content section .letter {
		-ms-grid-row: span 1;
	    grid-row-start: span 1;
	    -ms-grid-row-span: 1;
	    grid-row-end: span 1;
	    -ms-grid-column: span 2;
	    grid-column-start: span 2;
	    -ms-grid-column-span: 2;
	    grid-column-end: span 2;
	}

	.american-list-content section .brands {
		-ms-grid-column: span 2;
		grid-column-start: span 2;
		-ms-grid-column-span: 2;
		grid-column-end: span 2;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		margin: 0;
	}

	.american-list-content section .brands p:nth-child(odd) {
		padding-left: 0px;
	    border-top: 1px solid #dfdfdf;
	}

	.american-list-content section .brands p:nth-child(even) {
		padding-left: 0px;
	    border-bottom: 0px;
	}
}


/*--------------------------------------------------------------
### ACL&Co page
--------------------------------------------------------------*/

.page-aclco {
	padding: 6em 5em 7.5em;
	margin-top: 0;
}

.page-template-page-aclco .rule {
	margin-left: auto;
	margin-right: auto;
}

.page-aclco .wp-block-image img {
	width: 100%;
	height: auto;
	display: block;
}

.page-aclco h2 {
    width: 90%;
    margin-bottom: 1em;
    font-family: Publicoheadline, sans-serif;
    line-height: 1.3;
    font-weight: 500;
	font-size: 2em;
}

.page-aclco h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Publicoheadline, sans-serif;
	font-size: 1.5em;
	line-height: 1;
	font-weight: 500;
}

.page-aclco p {
	font-family: Publicotext, sans-serif;
    font-size: 1.25em;
    line-height: 1.6;
}

.aclco-hero-block {
	display: flex;
    grid-auto-columns: 1fr;
	width: 100%;
	-webkit-box-align: end;
	-webkit-align-items: end;
	-ms-flex-align: end;
	align-items: end;
	grid-column-gap: 3em;
	-ms-grid-columns: 0.75fr 1fr;
	grid-template-columns: 0.75fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}

.aclco-hero-text-block {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	align-self: center;
}

.aclco-townhouse-block {
	-ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-align: center;
    align-self: center;
}

	.aclco-townhouse-block figure {
		margin: 0;
	}

@media screen and (max-width: 991px) {
	.page-aclco {
		text-align: center;
	}

	.aclco-hero-block  {
		grid-row-gap: 3em;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		flex-direction: column-reverse;
	}

	.aclco-townhouse-block {
		-ms-grid-column: span 1;
		grid-column-start: span 1;
		-ms-grid-column-span: 1;
		grid-column-end: span 1;
		-ms-grid-row: span 1;
		grid-row-start: span 1;
		-ms-grid-row-span: 1;
		grid-row-end: span 1;
		-ms-grid-column-align: center;
		justify-self: center;
	}
}

.section-wrapper {
	display: block;
	margin-bottom: 1.5em;
}

	.section-wrapper > div {
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.services-columns,
	.clients-columns  {
		display: grid;
		padding-right: 5em;
		padding-left: 5em;
		grid-column-gap: 3em;
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	.section-wrapper h3 {
		font-family: Publicoheadline, sans-serif;
		font-size: 2em;
		font-weight: normal;
		text-align: center;
		margin: 0 2em;
	}

	.section-wrapper hr {
		width: 100%;
		margin: 0;
		background-color: #000;
		height: 2px;
	}

	.clients-sub-text,
	.focus-sub-text {
		font-family: Publicotext, sans-serif;
		font-size: 1.25em;
		text-align: center;
	}

	.focus-sub-text {
		margin-bottom: 5em;
	}

	.clients-sub-text {
		margin-bottom: 3em;
	}

.services-columns,
.clients-columns {
	margin-bottom: 7.5em;
}

.services-columns {
	padding-right: 10em;
    padding-left: 10em;
}

.clients-columns figure {
    margin: 20px;
}

@media screen and (max-width: 991px) {
	.services-columns,
	.clients-columns  {
		text-align: center;
		grid-row-gap: 3em;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		padding-right: 3em!important;
		padding-left: 3em!important;
	}

	.focus-sub-text {
		margin-bottom: 3em;
	}
}

/*--------------------------------------------------------------
### Videos page
--------------------------------------------------------------*/

.video-content .video-row {
	overflow: hidden;
	border-bottom: 1px solid #f05824;
	padding-bottom: 30px;
	margin: 30px 0;
}

.video-content .video-row:last-child {
	border-bottom: 0 none;
}

.video-row article:first-child {
	border-right: 1px solid #f05824;
}

.video-content article {
	width: 50%;
	float: left;
	padding: 0 30px 30px;
}

.video-content .entry-image {
	margin-top: 0;
	padding: 0;
    text-align: center;
}

/*--------------------------------------------------------------
## Author
--------------------------------------------------------------*/

.author-header {
    overflow: hidden;
}

.author-header hr {
    clear: both;
}

.author-content .author-headshot {
    max-width: 33%;
    width: 220px;
    float: right;
    margin: 0 25px 25px;
    padding: 0 8px 8px 8px;
}

.author-headshot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.author-bio {
    width: 50%;
    float: right;
    text-align: left;
    margin-left: 25px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.author-bio h2 {
    text-align: inherit;
    line-height: 0.8em;
    margin-bottom: 0;
    font-size: 65px;
}

.author-bio h2 em {
    font-family: "HelveticaNowMicro";
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-transform: uppercase;
    margin: 12px 0;
}

.author-about {
    font-size: 18px;
}

	.author-about a:hover {
		color: #f05824;
	}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/

.featured-slider {
	max-width: 1700px;
    padding-right: 3em;
    padding-left: 3em;
	padding-bottom: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
	position: relative;
	margin: 0 auto;
}

	.featured-grid-wrapper {
		display: -ms-grid;
		display: grid;
		height: 30%;
		max-height: 30%;
		min-height: 30%;
		-webkit-box-align: start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-align-content: start;
		-ms-flex-line-pack: start;
		align-content: start;
		grid-auto-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		background-color: #000;
	}

		.featured-content-wrapper {
		    display: -webkit-box;
		    display: -webkit-flex;
		    display: -ms-flexbox;
		    display: flex;
		    width: 100%;
		    height: 100%;
		    padding: 2em 3em;
		    -webkit-box-orient: vertical;
		    -webkit-box-direction: normal;
		    -webkit-flex-direction: column;
		    -ms-flex-direction: column;
		    flex-direction: column;
		    -webkit-box-pack: center;
		    -webkit-justify-content: center;
		    -ms-flex-pack: center;
		    justify-content: center;
		    -webkit-box-align: start;
		    -webkit-align-items: flex-start;
		    -ms-flex-align: start;
		    align-items: flex-start;
		    background-color: #fafafa;
			-ms-grid-column-span: 1;
		    grid-column-end: 4;
		    -ms-grid-column: 3;
		    grid-column-start: 3;
		    -ms-grid-row-span: 1;
		    grid-row-end: 2;
		    -ms-grid-row: 1;
		    grid-row-start: 1;
		}

			h2.featured-content-title {
				margin-top: 0px;
				margin-bottom: 0.25em;
				font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
			    font-size: 3.5em;
			    line-height: 1;
			    font-weight: 500;
			}

			.featured-content-snippet {
			    width: 95%;
			    margin-bottom: 0.75em;
			    font-size: 1.25em;
			    line-height: 1.5;
			    font-weight: 400;
			    letter-spacing: -0.01ch;
			}

			.read-more-wrapper {
				display: -webkit-box;
				display: -webkit-flex;
				display: -ms-flexbox;
				display: flex;
				margin-top: 2em;
			}

			.read-more-wrapper a {
				padding: 0;
			}

				.read-more-text {
					padding: 13px 12px 12px;
					border: 1px solid #000;
					-webkit-transition: color 200ms cubic-bezier(.445, .05, .55, .95), background-color 200ms cubic-bezier(.445, .05, .55, .95);
					transition: color 200ms cubic-bezier(.445, .05, .55, .95), background-color 200ms cubic-bezier(.445, .05, .55, .95);
					font-size: 1em;
					font-weight: 500;
					text-decoration: none;
				}

				.read-more-text:hover {
				    background-color: #1b1b1b;
				    color: #fff;
				}

		.image-container {
			background-color: #000;
		}

		.image-wrapper {
			position: relative;
			height: 100%;
			padding-top: 56.25%;
			background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
			background-image: linear-gradient( 180deg , rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
			background-position: 0px 0px, 50% 50%;
    		background-size: cover;
			-ms-grid-column-span: 2;
			grid-column-end: span 2;
			-ms-grid-column: span 2;
			grid-column-start: span 2;
			-ms-grid-row-span: 1;
			grid-row-end: span 1;
			-ms-grid-row: span 1;
			grid-row-start: span 1;
			transition: all 200ms linear;
		}

		.grid .image-wrapper {
			background-position: 50% 50%;
			background-size: cover;
		}

@media screen and (max-width: 991px) {
	.featured-slider {
	    padding-right: 2em;
	    padding-left: 2em;
	}

		.featured-slider .read-more-wrapper,
		.featured-slider .read-more-text {
			width: 100%;
		}

		.featured-slider .read-more-text {
			text-align: center;
		}

	.featured-grid-wrapper {
	    -ms-grid-columns: 1fr 1fr;
	    grid-template-columns: 1fr 1fr;
	    -ms-grid-rows: auto auto;
	    grid-template-rows: auto auto;
	}

	.image-wrapper {
		-ms-grid-column-span: 3;
	    grid-column-end: span 3;
	    -ms-grid-column: span 3;
	    grid-column-start: span 3;
	    -ms-grid-row-span: 1;
	    grid-row-end: span 1;
	    -ms-grid-row: span 1;
	    grid-row-start: span 1;
	}

	.featured-content-wrapper {
		-ms-grid-column-span: 3;
	    grid-column-end: span 3;
	    -ms-grid-column: span 3;
	    grid-column-start: span 3;
	    -ms-grid-row-span: 1;
	    grid-row-end: span 1;
	    -ms-grid-row: span 1;
	    grid-row-start: span 1;
	}
}

@media screen and (max-width: 767px) {
	.featured-slider {
	    padding: 0;
	}

	.featured-content-wrapper {
		padding: 1.5em;
	}
}

.featured-slider.loading {
	opacity: 0;
}

.featured-slider ul.slides {
	list-style: none;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.featured-slider ul.slides li {
	float: left;
	padding: 0;
}

.flex-control-nav {
	position: absolute;
	left: 4em;
	right: 0;
	bottom: 5px;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 35px;
	z-index: 9;
	outline: none;
	width: auto;
}

	.flex-control-nav li {
		margin: 0 4px;
	}

		.flex-control-nav li a {
			display: inline-block;
			width: 14px;
			height: 14px;
			margin: 0 3px;
			text-indent: -999em;
			background-color: #a7a9ac;
			border-radius: 7px;
			cursor: pointer;
			opacity: .4;
			-webkit-transition: background .5s, opacity .5s;
			-moz-transition: background .5s, opacity .5s;
			transition: background .5s, opacity .5s;
		}

		.flex-control-nav li a.flex-active {
			background: #fff;
			opacity: 1;
		}

.flex-direction-nav a {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-size: 100%;
    z-index: 999;
    text-indent: -99999px;
    cursor: pointer;
    opacity: 0.4;
    outline: none;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
	color: transparent;
}

.featured-slider:hover .flex-direction-nav a {
    opacity: 1;
}

.flex-direction-nav .flex-next {
	background-image: url('/wp-content/themes/acl2021/img/arrow_right.png');
	right: 3.5em;
}

.flex-direction-nav .flex-prev {
	background-image: url('/wp-content/themes/acl2021/img/arrow_left.png');
	left: 3.5em;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
	content: "";
}

.slider-post {
	position: relative;
	background-size: cover;
	background-position: center center;
}

.slider-post:before {
	position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 0;
    background-color: rgba(0,0,0,0.4);
}

.slider-post.no-overlay:before {
	content: none;
}

.slider-number {
    position: absolute;
    top: 25px;
    left: 25px;
    background-color: #f05824;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    text-align: center;
    line-height: 52px;
    font-family: "HelveticaNowMicro";
    font-weight: 800;
    font-size: 25px;
    z-index: 999;
}

.slider-overlay {
    background-color: #f59131;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    position: absolute;
}

.slider-content {
	  position: absolute;
	  height: 100%;
	  line-height: 100%;
	  width: 100%;
	  display: block;
	  text-align: center;
	  top: 0;
	  z-index: 99;
	  color: #fff;
}

.slider-content h2 {
	font-family: "HelveticaNowMicro";
    font-weight: 800;
	font-size: 72px;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-overflow-scrolling: touch;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
    line-height: 0.8em;
}

.slider-bottom {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	max-width: 300px;
	margin: 0 auto;
}

.slider-bottom .posted-on,
.slider-bottom .cat-links {
	font-family: "HelveticaNowMicro";
    font-weight: 800;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.featured-slider {
	    margin-right: auto;
	    margin-left: auto;
	}

	.flex-control-nav {
		display: none;
		top: 40%;
		bottom: auto;
	}
}

/* Recent Posts */
.recent-posts-wrapper {
	max-width: 1700px;
	margin-right: auto;
	margin-bottom: 5em;
	margin-left: auto;
	padding-right: 3em;
	padding-left: 3em;
	padding-top: 6em;
}

	.recent-posts {

	}

		.recent-posts a {
			display: block;
		}

		.recent-posts-title-wrapper {
			position: relative;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			width: 95%;
			margin-top: 0.75em;
			padding-right: 1.2em;
			padding-left: 0em;
			-webkit-box-align: end;
			-webkit-align-items: flex-end;
			-ms-flex-align: end;
			align-items: flex-end;
		}

			.recent-posts-title-wrapper h3 {
				margin-top: 0px;
			    margin-bottom: 0px;
			    font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
			    font-size: 1.75em;
			    line-height: 1.2;
			    font-weight: 400;
			    letter-spacing: normal;
			}

@media screen and (max-width: 991px) {
	.recent-posts-wrapper {
	    margin-bottom: 5em;
	    padding-right: 2em;
	    padding-left: 2em;
	}

	.subscribe-newsletter-wrapper {
		margin-top: 1.5em;
	    margin-bottom: 1.5em;
	    padding-right: 2em;
	    padding-left: 2em;
	}
}

@media screen and (max-width: 767px) {
	.subscribe-newsletter-wrapper,
	.recent-posts-wrapper {
	    padding-right: 1em;
	    padding-left: 1em;
	}

	.subscribe-newsletter-content {
		text-align: center;
		padding: 2em 1em;
	}
}

.view-more-posts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 5em;
	padding: 21px 10px 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #000;
	background-color: #000;
	-webkit-transition: color 200ms cubic-bezier(.445, .05, .55, .95), background-color 200ms cubic-bezier(.445, .05, .55, .95);
	transition: color 200ms cubic-bezier(.445, .05, .55, .95), background-color 200ms cubic-bezier(.445, .05, .55, .95);
	color: #fff;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
}

	.view-more-posts:hover {
		background-color: #fff;
    	color: #000;
	}

.newsletter input::-webkit-input-placeholder,
.newsletter input::-moz-placeholder,
.newsletter input:-ms-input-placeholder {
   color: #000;
}

.newsletter button.submit {
	float: right;
	margin: 5px 0;
}

.newsletter button.submit span {
	font-size: 11px;
	margin: 0;
	padding: 6px 0;
	width: 100px;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/

.acl-search-form-container {
	width: 900px;
	max-width: 100%;
	padding: 0 15px;
	margin: 80px auto;
	position: relative;
}

.acl-search-form-container .search-field {
	width: 100%;
	padding: 0 20px;
	height: 60px;
	outline: none;
	font-size: 16px;
	box-sizing: border-box;
}

.acl-search-form-container .search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background: #000;
	box-shadow: none;
	border: 0 none;
	text-shadow: none;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	outline: none;
}

.acl-search-form-container .search-submit:hover {
	box-shadow: none;
	background: #f05824;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
	max-width: 1700px;
	margin-right: auto;
	margin-bottom: 4em;
	margin-left: auto;
	padding-right: 3em;
	padding-left: 3em;
}

.comments-header {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    margin-right: auto;
    margin-bottom: 1.5em;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

	.comments-title {
		font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
		font-size: 1.75em;
		font-weight: normal;
	}

.comment-list {
    margin: 0;
    padding: 0;
}

	.comment-list > div {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		-ms-grid-columns: 0.5fr 1fr;
		grid-template-columns: 0.5fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
		border-style: solid none none;
		border-width: 1px;
		border-color: #000;
		border-color: #000;
	}

	.comment {
	    font-weight: 400;
	    overflow: hidden;
		padding-top: 2em;
		padding-bottom: 2em;
	}

		.comment .comment {
			padding-left: 2em;
		}

		.comment-body {
		    margin-left: 40%;
			font-size: 1.25em;
			line-height: 1.5;
			letter-spacing: -0.015em;
		}

			.comment-body p {
			    margin: 0;
			}

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

		.comment-author {
			float: left;
		    width: 40%;
			line-height: 1.6;
		}

			.comment-author span {
			    display: block;
			}

		.comment .reply {
		    margin-top: 10px;
		}

		.bypostauthor {
			display: block;
		}

		.no-comments {
			width: 60%;
			margin: 0 auto;
			font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
			font-size: 1.5em;
			font-weight: normal;
		}

	.comment-reply-title {
		font-family: Publicoheadline, 'Palatino Linotype', sans-serif;
    	font-size: 1.75em;
		font-weight: normal;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 60%;
		margin: 2em auto;
		padding-top: 1em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		border-top: 2px solid #000;
	}

.comment-respond {
	max-width: 1700px;
	margin-right: auto;
	margin-left: auto;
}

	.comment-respond form {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}

	.comment-respond textarea,
	.comment-respond input[type=text] {
		display: block;
		width: 100%;
		height: 38px;
		padding: 8px 12px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #333333;
		vertical-align: middle;
		background-color: #ffffff;
		border: 1px solid #000;
		box-shadow:none;
	}

	.comment-respond textarea {
		min-height: 100px;
	    margin-bottom: 0px;
	    border: 1px solid #000;
	}

	.comment-respond label {
		display: block;
		margin-bottom: 10px;
    	color: #fff;
    	text-transform: uppercase;
	    font-weight: bold;
	}

	.comment-form-cookies-consent label {
		display: inline;
		text-transform: none;
		font-weight: normal;
		vertical-align: text-top;
		margin-left: 5px;
	}

	.comment-respond .logged-in-as {
	    font-weight: 400;
	    vertical-align: bottom;
	}

	.comment-form-fields {
		margin-top: 1em;
	    padding: 1.75em 2em 2em;
	    border-bottom: 1px solid #000;
	    background-color: #000;
		color: #fff;
	}

	.comment-respond p {
	    margin: 0 0 12px;
	}

	p.form-submit {
	    overflow: hidden;
	    margin: 0 auto;
	}

	.form-submit input[type="submit"] {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1.5em;
		padding: 11px 10px 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #fff;
		background-color: #f05824;
		-webkit-transition: border-color 200ms ease, background-color 200ms ease;
		transition: border-color 200ms ease, background-color 200ms ease;
		font-size: 1em;
		font-weight: 500;
		float: right;
		height: 46px;
	}

	.form-submit input[type="submit"]:hover {
		background: #000;
	}

@media screen and (max-width: 991px) {
	.comments-header,
	.comment-list > div,
	.comment-reply-title,
	.no-comments,
	.comment-respond form {
		width: 100%;
	}
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

.entry-content .wp-block-image {
	margin-left: -10%;
    margin-right: -10%;
	max-width: inherit;
}

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

.entry-image {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}

.entry-image iframe {
	width: 100%;
}

.entry-image .image-cover {
	width: 100%;
	height: 215px;
	display: block;
	background-size: cover;
	background-position: center center;
	padding: 5px;
}

.page-left .entry-image,
.page-right .entry-image {
    margin: 0;
    width: 40%;
    padding: 0 20px;
}

.page-left .entry-image {
	float: left;
}

.page-right .entry-image {
	float: right;
}

.entry-image img {
	width: 100%;
	display: block;
	padding: 5px;
	display: inline-block;
	text-align: center;
	vertical-align:top;
}

/*
.entry-image .two-featured img {width: 50%;}
.entry-image .three-featured img {width: 50%;}
.entry-image .four-featured img {width: 50%;}
*/

.related-articles .entry-image {
	/*padding: 0;*/
}

.entry-content img.alignnone {
	margin: 0 auto;
}

.entry-content img {
    width: 100%;
	background-color: #000;
}

.entry-content a {
    font-weight: 600;
	text-decoration: underline;
}

figure {
	position: relative;
}

.placeholder {
	display: block;
	background-color: #eee;
	margin: 0 auto;
}

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

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

.wp-caption-text {
	text-align: left;
	position: absolute;
	right: -190px;
	width: 175px;
	bottom: 0;
	font-size: 12px;
	color: #636463;
}

.wp-caption .wp-caption-text {
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## ACL Arts
--------------------------------------------------------------*/

.page-template-page-acl-arts-landing .site-header,
.page-template-page-acl-arts-gallery .site-header { display: none; }


.page-template-page-acl-arts-landing .search-form,
.page-template-page-acl-arts-gallery .search-form { display: none; }

.page-template-page-acl-arts-landing .acl-network-wrapper,
.page-template-page-acl-arts-gallery .acl-network-wrapper { display: none; }

.page-template-page-acl-arts-landing,
.page-template-page-acl-arts-gallery {
	background: #2c332c;
	color: #fff;
	font-family: 'Publicotext', sans-serif;
}

.acl-arts-title {
	font-family: 'Publicotext', sans-serif;
	font-weight: 400;
	font-size: 6rem;
	letter-spacing: 0.1rem;
	text-align: center;
	margin: 150px auto 100px;
	padding: 5px;
}

@media screen and (max-width: 991px) {
	.acl-arts-title {
		font-size: 3rem;
		margin: 100px auto;
	}
}

.page-template-page-acl-arts-landing .page-content,
.page-template-page-acl-arts-gallery .page-content {
	max-width: 1400px;
}

.page-template-page-acl-arts-landing .page-content p,
.page-template-page-acl-arts-gallery .page-content p {
	max-width: 900px;
	margin: auto;
	font-size: 1.5rem;
	line-height: 2rem;
}

.page-template-page-acl-arts-landing .page-content p:first-of-type
.page-template-page-acl-arts-gallery .page-content p:first-of-type {
	font-size: 2rem;
	line-height: 3rem;
}

.page-template-page-acl-arts-landing .acl-arts-featured-image img {
	margin: 0 auto 100px;
}

.acl-arts-header {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	max-width: 1700px;
	padding: 3em;
	margin: auto;
}

.acl-arts-menu-toggle {
	text-align: center;
	position: relative;
	z-index: 10;
	background: none;
	border: 2px solid white;
	padding: 10px 20px;
	text-transform: uppercase;
	color: white;
}


.acl-arts-header .acl-arts-nav {
	width: 300px;
	font-size: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	padding: 3rem;
	padding-top: 6rem;
	height: 100%;
	background: #232823;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	transform: translateX(-110%);
	transition: transform 0.5s ease;
	z-index: 5;
}

@media screen and (min-width: 991px) {
	.acl-arts-header .acl-arts-nav {
		background: none;
		width: 33%;
		position: relative;
		padding: 0;
		box-shadow: none;
		transform: translateX(0);
	}
}

.acl-arts-header .acl-arts-nav.active {
	transform: translateX(0);
}

.acl-arts-header .acl-arts-nav .category-menu {
	opacity: 0.5;
}

@media screen and (min-width: 991px) {
	.acl-arts-header .acl-arts-nav .category-menu {
		opacity: 1;
	}

	.acl-arts-header .acl-arts-nav .category-menu:after {
		content: "￬";
		margin-left: 0.5rem;
	}
}

.acl-arts-header .acl-arts-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

@media screen and (min-width: 991px) {
	.acl-arts-header .acl-arts-nav ul {
		flex-direction: row;
		gap: 2rem;
	}
}

.acl-arts-header .acl-arts-nav ul a {
	display: block;
	
}

.acl-arts-header .acl-arts-nav ul ul {
	padding-left: 1rem;
	padding-top: 1rem;
}

@media screen and (min-width: 991px) {
	.acl-arts-header .acl-arts-nav ul ul {
		padding-left: 0;
		flex-direction: column;
		display: none;
		position: absolute;
		gap: 1rem;
	}

	.acl-arts-header .acl-arts-nav ul li:hover ul {
		display: flex;
	}
}

.acl-arts-header .acl-arts-mobile-nav {
	width: 33%;
}

@media screen and (min-width: 991px) {
	.acl-arts-header .acl-arts-mobile-nav {
		display: none;
	}
}

.acl-arts-header .acl-arts-logo {
	width: 33%;
}

.acl-arts-header .acl-arts-logo img {
	margin: auto;
}

.acl-arts-header .acl-arts-booking {
	width: 33%;
	text-align: right;
	text-decoration: underline;
	font-size: 1.5em
}

.page-acl-arts .wp-block-gallery .wp-block-image {
	padding: 20px;
}

.acl-arts-subpage-list {
	margin: auto;
	padding: 3rem;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-items: center;
	gap: 3rem;
	max-width: 1700px;
	overflow: hidden;
}

@media screen and (max-width: 991px) {
	.acl-arts-subpage-list {
		grid-template-columns: 1fr;
	}
}

.acl-arts-subpage-list .subpage-item {
	width: 100%;
	position: relative;
}

@media screen and (min-width: 990px) {
	.acl-arts-subpage-list .subpage-item:nth-child(odd) {
		justify-self: end;
	}

	.acl-arts-subpage-list .subpage-item:nth-child(even) {
		justify-self: start;
	}
}

@media screen and (min-width: 1400px) {
	.acl-arts-subpage-list .subpage-item:nth-child(1) {
		margin-top: 7.5rem;
		margin-right: 7.5rem;
	}

	.acl-arts-subpage-list .subpage-item:nth-child(2) {
		margin-bottom: 7.5rem;
	}

	.acl-arts-subpage-list .subpage-item:nth-child(3) {
		margin-top: 7.5rem;
		margin-right: 7.5rem;
	}

	.acl-arts-subpage-list .subpage-item:nth-child(4) {
		margin-left: 7.5rem;
	}

	.acl-arts-subpage-list .subpage-item:nth-child(5) {
		margin-top: 2.5rem;
		margin-right: -3rem;
	}

	.acl-arts-subpage-list .subpage-item:nth-child(6) {
		margin-left: 7.5rem;
		margin-top: -5.5rem;
	}
	.acl-arts-subpage-list .subpage-item:nth-child(7) {
		margin-right: -35.5rem;
		margin-bottom: 7.5rem;
	}
}

.acl-arts-subpage-list .subpage-item.portrait {
	aspect-ratio: 6 / 9;
	max-width: 400px;
}

.acl-arts-subpage-list .subpage-item.landscape  {
	aspect-ratio: 9 / 6;
	max-width: 600px;
}

@media screen and (max-width: 991px) {
	.acl-arts-subpage-list .subpage-item.portrait {
		aspect-ratio: 1 / 1;
	}

	.acl-arts-subpage-list .subpage-item.landscape  {
		aspect-ratio: 1 / 1;
	}
}

.acl-arts-subpage-list a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.acl-arts-subpage-list img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.acl-arts-subpage-list .subpage-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	font-size: 3rem;
	padding: 3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.3s ease;
	text-align: center;
}

.acl-arts-subpage-list .subpage-item:hover .subpage-title {
	opacity: 0;
}

@media screen and (max-width: 991px) {
	.acl-arts-subpage-list .subpage-title {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 991px) {
    .menu-toggle,
    .main-navigation.toggled ul,
    .mobile-only {
        display: block;
    }

    .today-edition-text,
    .partner-logo {
        display: none;
    }

    .mobile-only .today-edition-text,
    .mobile-only .partner-logo {
        display: block;
    }

    /* Header */

    .main-navigation {
	    position: initial;
	    border: 0 none;
	    background-color: transparent;
	    height: auto;
    }

    .main-navigation ul {
        display: none;
        float: none;
        position: absolute;
        z-index: 999;
        top: 65px;
        width: 100%;
        background: #fff;
        border-top: 2px solid #000;
        border-bottom: 1px solid #000;
    }

    .main-navigation ul li {
        display: block;
        padding: 12px 0;
    }

    .acl-search-container {
	    position: absolute;
		top: 0;
		right: 16px;
		margin: 18px 0;
    }

    .acl-search-container a {
	    padding: 4px;
    }

    /* Article list entries */

    .page-right .entry-image,
    .page-left .entry-image,
    .page-right .entry-body,
    .page-left .entry-body,
    .signals .entry-image,
    .signals .entry-body,
    .footer-links {
        float: none;
        display: block;
        width: 100%;
    }

    .signals .entry-body {
        padding: 0;
    }

    .page-right .entry-title, .page-right .posted-on, .page-right .cat-links, .page-right a.read-more, .page-right .entry-sub-headline,
    .page-left .entry-title, .page-left .posted-on, .page-left .cat-links, .page-left a.read-more, .page-left .entry-sub-headline {
        text-align: center;
    }

    .page-right .entry-body,
    .page-left .entry-body {
        margin-top: 15px;
        padding: 0 15px;
    }

    .related-articles h3 {
        margin: 15px 0;
    }

    .related-articles ul {
        padding: 0 20px;
    }

    .related-articles li {
        width: 100%;
    }

    .acl-instagram ul li {
        width: 33.333%;
    }

    .acl-social-media h3 {}

    .acl-social-media ul li {
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .acl-social-media ul li span {
        margin-bottom: 0;
    }

    .featured-slider .flex-direction-nav {
	    display: none;
    }

    .home .slider-post,
    .slider-post {

    }

    .slider-number {
        display: none;
    }

    .slider-content  {
	    display: flex;
		justify-content: center;
    }

    .slider-content h2 {
	    align-self: center;
        font-size: 32px;
        position: relative;
        top: 0;
        margin: auto;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .slider-bottom {
        margin: 0 auto;
        bottom: 5px;
    }

    .slider-post .read-more {
        margin: 0 0 10px;
    }

    /* Post Content */

    .entry-title {
        font-size: 3em;
    }

    .wp-caption-text {
        position: relative;
        right: 0;
        display: block;
        width: 100%;
    }

	.contributor-headshots ul li {
		margin: 10px;
	}

	.author-bio {
		width: 100%;
		margin: 0;
		padding: 0 15px;
		float: none;
	}

	.author-bio h2 {
		font-size: 36px;
	}

	.author-content .author-headshot {
		float: none;
		margin: 10px 0 0 0;
	}

	.author-about {
		font-size: 16px;
	}

	.video-content article {
		width: 100%;
		float: none;
		border-bottom: 1px solid #f05824;
		padding: 15px;
	}

	.video-content .video-row {
		border-bottom: 0 none;
	}

	.video-row article:first-child {
		border-right: 0 none;
	}

	.acl-search-form-container .search-submit {
		right: 15px;
	}

    /* Comments */

    .comment-author {
        position: relative;
        margin-bottom: 12px;
    }

    .comment-body {
        margin-left: 0;
        width: 100%;
    }
}

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 991px)
  and (-webkit-min-device-pixel-ratio: 1) {

  	.entry-image .image-cover {
		height: 320px;
	}
}
