/*!
Theme Name: tenf
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: LICENSE
Text Domain: tenf
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 with others.

tenf is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | 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.
 */

@font-face {
    font-family: League Gothic;
    src: url(/wp-content/themes/tenf-master/fonts/LeagueGothic-Regular.otf);
    font-weight: normal;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* 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; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
	font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: Muli, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
  overflow-x: hidden;
	/* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
	margin: 0 0 1.5em 3em;
}

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

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	/*width: 100%;*/
}

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

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

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

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

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

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

.main-navigation li {
	float: left;
	position: relative;
}

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

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

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

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

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 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. */
}

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

/*--------------------------------------------------------------
# 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-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

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

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

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

header, div.site-branding, nav.main-navigation {
	display: flex;
}

div.site-branding, nav.main-navigation {
	padding: 20px 0 0;
	width: 50%;
}

div.site-branding a {
	text-decoration: none;
	color: initial;
}

nav.main-navigation {
    flex-direction: row-reverse;
}

nav.main-navigation a:hover, nav.main-navigation a:active {
	color: #a30234;
}

img.site-logo {
    padding: 25px 21px;
    width: 47px;
    height: 40px;
    margin-top: 10px;
    box-sizing: content-box;
    -webkit-transform: translate3d(0,0,1px);
    transform: translate3d(0,0,1px);
}

.tenf-accent-color, li.current-menu-item a {
	color: #a30234;
}

.tenf-accent-bg {
	background-color: #a30234;
}

p.site-description {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    margin: 20px;
}

.main-navigation a {
    text-transform: uppercase;
    color: initial;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.main-navigation li {
    margin: 0px 10px;
}

ul.menu.nav-menu {
    margin: 20px;
}


div.column-2 {
    width: 16.66%;
}

div.column-1 {
    width: 8.33%;
}

div.column-3 {
	width: 25%;
}

div.column-4 {
	width: 33.33%;
}

div.column-5 {
    width: 41.6%;
}

div.column-6 {
	width: 50%;
}

div.column-7 {
    width: 58.3%;
}

div.column-9 {
	width: 75%;
}

div.column-10 {
	width: 83.33%;
}


div.column-12 {
    width: 100%;
}

.tenf-main {
	max-width: 1440px;
	margin: auto;
	width: 100%;
}

div.tenf-medium {
	max-width: 1080px;
	margin: auto;
	width: 100%;
}

.tenf-medium p {
    font-size: 30px;
    line-height: 1.4;
}

.tenf-regular {
    font-weight: 400;
}

.tenf-bold {
    font-weight: 700;
}

div.tenf-container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

div.tenf-image {
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center center;
}
div.tenf-image-full {
    width: 100%;
    height: 100%;
}

div.tenf-grid-square {
	padding: 10px;
}

div.tenf-grid-square h4 {
	margin: 10px 0px 0px 0px;
}

h1.tenf-title {
	padding: 10px 32px;
	font-weight: 300;
}

.tenf-image ~ h1.tenf-title {
    margin-top: 10px;
}

h1.tenf-title-inverted {
	color: white;
    box-shadow: 0px 5px 10px 0px #C0C0C0, inset 0 0 30px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
    margin-bottom: 60px;
}

div.tenf-block {
    padding: 80px;
    background: #eae7e8;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05);
}

div.tenf-block h1 {
    font-size: 2.5em;
    margin-top: 0px;
}

div.tenf-block h3:nth-child(2) {
    font-size: 1.4em;
}

div.tenf-block-short {
	padding: 40px;
}

a.tenf-button, input.tenf-button {
  cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
    letter-spacing: 1px;
	color: white;
	text-decoration: none;
    text-transform: uppercase;
	background: #a30234;
    font-family: Lato, Arial, Sans-Serif;
    font-weight: 700;
    transition: all 0.1s;
    border: 1px solid #a30234;
    transition: background 0.2s, transform 0.3s;
    transition-timing-function: linear;
}

a.tenf-button:hover, input.tenf-button:hover {
    color: #a30234;
    background: #FFFFFF;
    border: 1px solid #a30234;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition-timing-function: cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

a.tenf-button.tenf-button-inverted {
    color: #a30234;
    background: #FFFFFF;
    border: 1px solid #a30234;
}

a.tenf-button.tenf-button-inverted:hover {
    color: #FFFFFF;
    background: #a30234;
    border: 1px solid #FFFFFF;
}

a[class^="tenf-button"].tenf-button-small {
    font-size: 0.8em;
    padding: 8px 16px;
}

.tenf-category-grid-item {
    display: flex;
    position: relative;
    margin-bottom: 40px;
}

.tenf-category-grid-text {
    margin: 0 24px 0 20px;
}

.tenf-category-grid-text .tenf-button-inverted {
    position: absolute;
    bottom: 0px;
}

h1 {
    font-weight: 300;
}

.tenf-category-grid-text p, p.tenf-small {
    font-size: 13px;
    color: #2a2a2a;
    font-weight: 300;
    line-height: 1.3;
    margin-top: 0.5em;
}

.tenf-block-text {
    position: relative;
    width: 50%;
    padding: 50px 70px;
}

.tenf-block-text p {
    font-size: 1.2em;
}

/*.tenf-block p {
    font-size: 1.25em;
    font-weight: 300;
    color: #808080;
}*/

.tenf-block-container {
    box-shadow: 0px 5px 10px 0px #C0C0C0;
}

.tenf-block-container:nth-child(odd) .tenf-block {
    background: #a30234;
    color: #FFFFFF;
}

.tenf-block-container:nth-child(odd) .tenf-block p {
    color: #FFFFFF;
}

.tenf-block-container:nth-child(odd) {
    flex-direction: row-reverse;
}

.tenf-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    background-color: rgba(163, 2, 52, 0.66);
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s;
    opacity: 0;
}

.tenf-overlay:hover {
    opacity: 1;
}

div.tenf-grid-square div.tenf-image, div.tenf-image.tenf-image-tall {
    position: relative;
    padding-bottom: 65%;
}

div.tenf-grid-square {
    margin-bottom: 50px;
    letter-spacing: 0.5px;
}

.tenf-category-grid-item h3 {
    margin: 0;
}

.tenf-category-grid-item .tenf-category-grid-text {
    height: 182px;
}

.tenf-category-grid-item .tenf-image {
    height: 100%;
}

.tenf-about-section {
    padding: 30px 0 50px 0;
    background-color: #eae7e8;
    /*color: #808080;*/
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.05);
}

footer h1, footer h2, footer h3, footer h4, div.tenf-news-highlight h3 {
    margin: 0px;
}

footer .tenf-button {
	margin: 20px 0px;
	display: inline-block;
}

div.site-info {
	margin-top: 50px;
	display: flex;
}

span.business-name {
	font-family: League Gothic, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: black;
	font-size: 2em;
	letter-spacing: 0px;
	margin-right: 20px;
}

span.business-name > span.tenf-accent-color {
    font-size: 1.2em;
    margin: 2px;
}

p.site-description.site-description-small {
    font-size: 0.8em;
    text-transform: none;
    margin: 0 0 0 20px;
}

p.copyright {
	margin: 20px 0 20px 110px;
	font-size: 0.6em;
	text-transform: uppercase;
}


.tenf-project-slide-image {
    height: 500px;
}

header#masthead {
    z-index: 100;
    background: white;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100px;
    display: block;
}

body.admin-bar header#masthead {
    top: 32px;
}

div.tenf-footer-block {
    margin-left: 15px;
    padding: 40px 80px;
    width: calc(50% - 15px);
}
div.tenf-footer-block:first-child {
	margin-left: 0px;
	margin-right: 15px;
}

div.tenf-footer-block p {
    font-size: 1.05em;
    color: #2a2a2a;
    font-weight: 300;
    line-height: 1.3;
}

div.tenf-footer-block div.tenf-image {
    width: calc(100% - 20px);
    height: 100%;
}

ul.tenf-category-nav {
    display: block;
    width: 100%;
    background: #eae7e8;
    margin: 10px 0px;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 0px;
    letter-spacing: -1px;
}

.post-type-archive-project ul.tenf-category-nav {
    margin: 0 10px 40px;
}

ul.tenf-category-nav li:first-of-type {
    /*color: #808080;*/
    color: #404040;
}

ul.tenf-category-nav li:not(:first-of-type):hover {
    text-decoration: underline;
}

ul.tenf-category-nav li {
    list-style: none;
    display: inline-block;
    margin: 5px 10px;
}

ul.tenf-category-nav li a {
    text-decoration: none;
    color: inherit;
}

ul.tenf-category-nav li a.active {
	color: #a30234;
}

.tenf-featured-project-slider a.slick-arrow {
    position: absolute;
    top:  50%;
    -webkit-transform: translate(0, calc(-50% - 47.5px));
    transform: translate(0, calc(-50% - 47.5px));
    z-index: 10;
    cursor: pointer;
    padding: 15px 10px;
    transition: background 0.1s;
}

.tenf-featured-project-slider a.slick-arrow:hover {
}

a.slick-arrow:hover div[class^="tenf-project-slider-arrow"] {
}

.tenf-featured-project-slider .slick-prev.slick-arrow {
    left: 0;
    padding-left: 20px;
}

.tenf-featured-project-slider .slick-next.slick-arrow {
    right: 0;
    padding-right: 20px;
}

.tenf-project-slider-arrow-right {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.tenf-project-slider-arrow-left {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

div[class^="tenf-project-slider-arrow"] {
    width: 20px;
    height: 20px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transition: border 0.1s;
}

footer#colophon {
    margin-top: 40px;
}

.tenf-project-caption-static p {
    font-family: Lato, Arial, sans-serif;
    font-size: 0.8em;
    /* color: #808080; */
    color: #404040;
    margin: 0;
}

.tenf-project-caption {
    text-transform: uppercase;
    padding: 15px 0 30px 0;
}

span.tenf-text-divider {
    padding: 0 12px;
    color: #eae7e8;
}

.tenf-project-caption {
    font-weight: 700;
}

.slick-dots {
	display: flex;
	position: absolute;
	bottom: 100px;
	left: calc(50% - 640px);
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.slick-dots li {
    margin: 0 4px;
}

.slick-dots button {
    outline: none;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    border-radius: 0;
    text-indent: -9999px;
    border: 2px solid #808080;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.1s;
    cursor: pointer;
}

.slick-dots li.slick-active button {
    border: 2px solid #a30234;
    background-color: #a30234;
}

.tenf-container.tenf-people-grid {
    margin-top: 80px;
}

.tenf-people-grid .tenf-overlay {
    background-color: rgba(0, 0, 0, 0.33);
}

.tenf-people-grid .tenf-grid-square .tenf-image:hover .tenf-overlay {
    opacity: 1;
}

header#masthead {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 0.3s;
}

body.scrolled header#masthead {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.tenf-project-info {
    margin-right: 15px;
    width: calc(50% - 15px);
}

.tenf-project-info h1 {
    margin-bottom: 0;
    font-size: 2.3em;
}

.tenf-project-info h2 {
    font-weight: 300;
    margin-top: 0px;
    font-size: 2.0em;
}

.tenf-project-info h3 {
    font-weight: 400;
    font-size: 1em;
}

/*.tenf-project-info p {
    font-weight: 300;
    font-size: 1em;
}*/

.tenf-project-gallery {
    margin-left: 15px;
    width: calc(50% - 15px);
}

.tenf-project-info-grid {
    margin-bottom: 40px;
}

.tenf-project-info .tenf-project-info-grid h1 {
    box-shadow: none;
    font-size: 1.5em;
    padding: 6px 22px;
    font-weight: 400;
    margin: 40px 0 20px 0;
}

.tenf-project-detail-block {
    font-size: 0.9em;
    font-weight: 700;
    width: calc(50% - 7.5px);
    padding: 14px 22px;
    margin-right: 15px;
    margin-bottom: 15px;
    background: #eae7e8;
    display: flex;
}

.tenf-project-detail-block:nth-child(even) {
    margin-right: 0;
}

.tenf-project-detail-block span:nth-child(odd) {
  width: 110px;
}

.tenf-project-info-grid div.tenf-container {
    align-items: start;
}

.tenf-project-detail-block span:nth-child(even) {
    width: calc(100% - 110px);
}

.tenf-project-detail-block span:nth-child(even) {
    font-weight: 400;
}

.tenf-project-award {
    width: 90%;
    margin: auto;
}

.tenf-overlay:empty {
    cursor: pointer;
}

.tenf-project-gallery .tenf-grid-square {
    margin: 0;
}

div.tenf-timeline-year-header {
    width: calc(50% - 165px);
    position: absolute;
    border-bottom: 1px solid #b1b2b2;
    margin-left: 165px;
}

h1.tenf-timeline-year-banner, h1.tenf-about-us-banner {
    background: #a30234;
    color: white;
    padding: 0px 20px 0px 100px;
    display: inline-block;
    position: absolute;
    top: -150px;
    left: -168px;
    line-height: 1.2;
    font-size: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1.tenf-timeline-year-banner:after, h1.tenf-about-us-banner:after {
    width: 0;
    height: 0;
    border-top: 36px solid #d7d7d7;
    border-right: 72px solid transparent;
    content: '';
    position: absolute;
    display: block;
    right: 0;
    top: 100%;
}

.tenf-timeline-year {
    position: relative;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 100px;
}

.tenf-timeline-year .tenf-container {
    margin-bottom: 20px;
}

.tenf-timeline-year:nth-child(even) .tenf-container {
    flex-direction: row-reverse;
}

.tenf-timeline-year:nth-child(even) h1.tenf-timeline-year-banner:after {
    left: 0;
    border-left: 72px solid transparent;
    border-right: none;
}

.tenf-timeline-year:nth-child(even) h1.tenf-timeline-year-banner:before {
    left: calc( 72px - 50vw );
}

.tenf-fun-fact.tenf-container {
    width: 400px;
    background: #eae7e8;
    font-size: 0.8em;
    align-items: center;
    position: absolute;
    top: -96px;
    right: 64px;
}

.tenf-timeline-year:nth-child(even) .tenf-fun-fact-wrapper {
	right: 0;
}

.tenf-fun-fact.tenf-container p {
    margin: 10px;
}

.tenf-container.tenf-milestone {
    align-items: center;
    margin-bottom: 64px;
}

.tenf-fun-fact.tenf-container:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 36px solid #d7d7d7;
    border-right: 72px solid transparent;
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: -36px;
}

.tenf-fun-fact:before {
	width: 136px;
	height: 1px;
	background-color: #b1b2b2;
	content: '';
	display: block;
	position: absolute;
	bottom: -36px;
	right: -64px;
}

.tenf-people-grid h4 {
    cursor: pointer;
}

.tenf-timeline-year:nth-child(even) .tenf-fun-fact {
    flex-direction: row-reverse;
    left: 64px;
}

.tenf-timeline-year:nth-child(even) .tenf-fun-fact:after {
    left: 0;
    border-left: 72px solid transparent;
    border-right: none;
}

.tenf-timeline-year:nth-child(even) .tenf-fun-fact:before {
    left: -64px;
}

.tenf-timeline:after {
    content: '';
    position: absolute;
    top: 23px;
    left: calc(50% - 1px);
    height: calc(100% + 64px);
    width: 1px;
    background: #b1b2b2;
    display: block;
}

.tenf-timeline {
    position: relative;
}

.tenf-timeline-year:nth-child(even) .tenf-timeline-year-header {
    right: 0;
    margin-left: unset;
    margin-right: 165px;
}

.tenf-timeline-year:nth-child(even) .tenf-timeline-year-banner {
    left: unset;
    right: -168px;
    padding-right: 100px;
    padding-left: 20px;
}

.tenf-fun-fact-wrapper {
    position: absolute;
    width: 50%;
}
/* Used to correctly space the timeline when a 'fun fact' is first (behind tenf-year-header) */
.tenf-fun-fact-wrapper:nth-child(2) {
    margin-top: 166px;
    position: relative;
}

.tenf-timeline-year:nth-child(even) > .tenf-fun-fact-wrapper {
    left: 50%;
}

ul.sub-menu {
    background: #a30234;
    padding: 5px;
    width: 165px;
}

ul.sub-menu li a {
    color: white;
    padding: 5px;
}

ul.sub-menu li a:hover, ul.sub-menu li a:active {
	color: white;
	opacity: 0.5;
}

input#tenf-lightbox {
    display: none;
}

input#tenf-lightbox:checked ~ .tenf-lightbox-controls div[class^="tenf-lightbox-arrow-container-"] {
    pointer-events: auto;
    opacity: 1;
}

input#tenf-lightbox:checked ~ .tenf-lightbox-controls .tenf-lightbox-arrow {
    border-color: #FFFFFF;
    transition: border-color 0.3s;
}

input#tenf-lightbox:checked ~ .tenf-lightbox-controls {
    opacity: 1;
    pointer-events: auto;
}

input#tenf-lightbox:checked ~ .tenf-lightbox-slider {
    opacity: 1;
    pointer-events: auto;
}

input#tenf-lightbox:checked + .tenf-lightbox-overlay {
    opacity: 1;
    pointer-events: auto;
}

.tenf-lightbox-overlay {
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    z-index: 200;
}

.tenf-lightbox-slider {
    max-width: 1000px;
    opacity: 0;
    transition: opacity 0.3s;
    position: fixed;
    pointer-events: none;
    z-index: 201;
    background-color: #FFFFFF;
    position: fixed;
    top: calc(50% + 10px);
    left: 50%;
    max-height: calc(100% - 20px);
    -webkit-transform: translate(-50%, calc(-50% - 10px));
    transform: translate(-50%, calc(-50% - 10px));
    overflow-x: hidden;
}

.tenf-lightbox-project-slider {
    width: 100%;
    max-width: 100%;
}

.admin-bar .tenf-lightbox-slider {
    top: calc(50% + 42px);
    max-height: calc(100% - 52px);
    -webkit-transform: translate(-50%, calc(-50% - 26px));
    transform: translate(-50%, calc(-50% - 26px));
}

.tenf-lightbox-slider.slick-initialized .slick-slide {
    opacity: 0;
}

.tenf-lightbox-slider.slick-initialized .slick-slide.slick-active {
    opacity: 1;
}

main.tenf-single-project .tenf-lightbox-slider {
	background: none;
}

.tenf-lightbox-slide .tenf-image {
    padding-bottom: 0;
    height: 450px;
    max-height: 50vh;
    background-size: contain;
    background-repeat: no-repeat;
}

.tenf-lightbox-slide h4 {
    margin: 0px 0 0 0;
}

.tenf-lightbox-slide-card {
    margin: 20px 30px 30px 30px;
    position: relative;
    top: 0;
    left: 0;
    /*color: #808080;*/
    color: #404040;
}

h4 {
    font-size: 1.1em;
}

.tenf-lightbox-slider .fas {
    font-size: 2em;
    position: absolute;
    top: 5px;
    right: 0;
}

.tenf-lightbox-slider .fas:hover {
    color: #808080;
}

.tenf-lightbox-slider .slick-arrow:hover {
    border-width: 4px;
}

div[class^="tenf-lightbox-arrow-container-"] {
    padding: 0;
    opacity: 0;
    position: fixed;
    z-index: 202;
    width: 60px;
    height: 80px;
    padding-top: 40px;
    top: 50%;
    cursor: pointer;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.tenf-lightbox-arrow-container-left {
    left: 12vw;
}

.tenf-lightbox-arrow-container-right {
    left: 86.8vw;
}

div[class^="tenf-lightbox-arrow-container-"]:hover .tenf-lightbox-arrow {
    border-top: 5px solid;
    border-right: 5px solid;
}

.tenf-lightbox-arrow {
    -webkit-transform:  translateY(-50%) rotate(45deg);
    transform:  translateY(-50%) rotate(45deg);
    position: relative;
    width: 50px;
    height: 50px;
    border-top: 3px solid;
    border-right: 3px solid;
    border-color: rgba(255, 255, 255, 0);
    pointer-events: none;
}

.tenf-lightbox-arrow-container-left .tenf-lightbox-arrow {
    left: 20px;
    -webkit-transform: translateY(-50%) rotate(225deg);
    transform: translateY(-50%) rotate(225deg);
}

.tenf-lightbox-arrow-container-right .tenf-lightbox-arrow {
    left: -10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.tenf-lightbox-close-button {
    position: fixed;
    top: 0px;
    right: 0;
    color: rgba(234, 231, 232, 0.63);
    z-index: 205;
    font-size: 2em;
    margin: 10px 30px;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.tenf-lightbox-close-button:hover {
    color: #FFFFFF;
}

main.tenf-about-us-overflow {
	overflow-x: hidden;
}

h1.tenf-about-us-banner {
    top: unset;
    left: unset;
    margin: 0;
    width: calc(100% - 100px);
    text-align: right;
    padding-left: calc(100% - 320px);
    background: #a30234;
    color: white;
    position: relative;
    display: block;
}

div.tenf-about-us-banner-extra {
    position: absolute;
    height: 100%;
    width: calc(50vw - 640px);
    background: #a30234;
    top: 0;
    left: 100%;
}

div.tenf-about-us-row:nth-child(even) div.tenf-about-us-banner-extra {
    left: unset;
    right: 100%;
}

div.tenf-about-us-row p {
    padding: 60px 100px;
}

div.tenf-about-us-row {
    margin: 100px 0px;
}

div.tenf-about-us-row:nth-child(odd) {
	flex-direction: row-reverse;
}

div.tenf-about-us-row:nth-child(odd) h1.tenf-about-us-banner {
    text-align: left;
    padding-left: 20px;
    padding-right: calc(100% - 420px);
    margin-left: 100px;
}

div.tenf-about-us-row:nth-child(odd) h1.tenf-about-us-banner:after {
    border-left: 72px solid transparent;
    border-right: none;
    right: unset;
    left: 0;
}

div.tenf-about-us-row h1.tenf-about-us-banner:before {
    content: '';
    width: 172px;
    position: absolute;
    display: block;
    height: 1px;
    background-color: #d7d7d7;
	bottom: -36px;
    right: -100px;
}

div.tenf-about-us-row:nth-child(odd) h1.tenf-about-us-banner:before {
    right: unset;
    left: -100px;
}

div.alm-reveal {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.tenf-sustainability-images {
    display: flex;
    flex-wrap: wrap;
}

.tenf-sustainability-images img {
    max-width: 125px;
    margin: auto;
}

ul.slick-dots.slick-dots-news {
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -32px;
}

div.tenf-image.tenf-image-narrow {
	height: 100%;
}

div.tenf-news-highlight {
	margin-top: 64px;
	padding-top: 32px;
	border-top: #d7d7d7;
	align-items: center;
}

div.tenf-narrow-content {
	padding: 10px;
}

div.tenf-narrow-content p {
	margin-bottom: 4px;
}

button.menu-toggle {
    border: none;
    background: none;
    font-size: 32px;
    line-height: normal;
    padding: 0px 20px;
    margin: 0;
}

.tenf-sustainability-block {
    height: 250px;
    background: red;
    padding: 30px 70px;
    font-weight: 700;
    color: #ffffff;
    background-color: #808080;
}

.tenf-sustainability-block:nth-child(even) {
    color: #ffffff;
    background-color: #434343;
}

.tenf-sustainability-block:last-of-type {
    margin-right: 0;
}

.tenf-sustainability-block h2 {
    font-size: 5em;
    margin-bottom: 0;
    margin-top: 0;
}

.tenf-sustainability-block p {
    margin-top: -20px;
    font-size: 1.4em;
    font-weight: 300;
}

.tenf-sustainability-block p:only-child {
    margin: 20px 20px;
}

main > div.tenf-image, div.tenf-project-slide-image {
    padding-bottom: 0;
    height: calc(100vh - 100px);
}

.admin-bar main > div.tenf-image, .admin-bar div.tenf-project-slide-image {
  height: calc(100vh - 132px);
}

.tenf-shortcode-button {
    min-width: 240px;
    text-align: center;
    margin: 20px 0;
}

.tenf-shortcode-button:not(:last-of-type) {
    margin-right: 25px;
}

a.tenf-link-unstyled {
    text-decoration: none;
    color: inherit;
}

a.tenf-link-unstyled:hover {
    text-decoration: underline;
}

.footer-navigation {
  padding-top: 40px;
  text-align: right;
  width: 50%;
}

p.footer-address {
  margin: 10px 0 0 20px;
  font-size: 13px;
  font-weight: 700;
}

.footer-description {
    margin-top: 3px;
}

#menu-footer-menu {
  list-style: none;
  padding: 0;
}

#menu-footer-menu li {
    display: inline-block;
    margin: 0 0 0 30px;
}

#menu-footer-menu li a {
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #404040;
}

#colophon div.site-branding {
  margin: 20px 0 0;
}

.tenf-spaced-container {
    margin-top: 60px;
    margin-bottom: 60px;
}

.tenf-container.tenf-sustainability-container {
    margin-top: 40px;
}

* {
    letter-spacing: 0.02em;
}

div.tenf-image-square {
	height: 0;
	padding-bottom: 100%;
}

p {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 300;
}

.tenf-sustainability-text {
    /*color: #808080;*/
    color: #404040;
}

.tenf-sustainability h1 {
    box-shadow: none;
    font-size: 1.5em;
    padding: 6px 22px;
    font-weight: 400;
    margin: 40px 0 20px 0;
}

.tenf-grid-square h4:hover {
    text-decoration: underline;
}

a {
   outline: 0;
}

.tenf-project-container {
    margin-bottom: 80px;
}

.tenf-project-caption-info .tenf-accent-color {
    font-weight: 400;
}

span.business-description {
    font-size: 0.9em;
    white-space: nowrap;
}

.tenf-leed-project-list {
    background-color: #eae7e8;
    width: 100%;
}

.tenf-leed-project-container {
    margin: 100px 0 60px 0;
}

.tenf-leed-project-list {
    padding: 20px 20px 50px 20px;
}

.tenf-leed-project-list a {
    font-size: 0.93em;
    line-height: 2.1;
    color: #404040;
    text-decoration: none;
    display: block;
}

.tenf-leed-project-list a:hover {
    text-decoration: underline;
}

.tenf-sustainability-project.tenf-grid-square {
    padding: 0;
}

.tenf-sustainability-small {
    display: none;
}

.tenf-sustainability-graph img {
  display: block;
  margin: auto;
}

.post-type-archive-person .tenf-lightbox-slide .tenf-image {
    background-size: cover;
}

#masthead div.tenf-container {
    padding: 0;
}

li.tenf-category-nav-label {
    width: 100%;
}

.tenf-timeline-year:nth-child(odd) div.tenf-about-us-banner-extra {
    right: 100%;
    left: unset;
}

.tenf-lightbox-close-button {
    background: rgba(0,0,0,0.5);
    padding: 10px;
    margin: 10px;
    line-height: 1;
    text-shadow: none;
    position: absolute;
}

.tenf-lightbox-close-button:hover {
    color: white;
}

.slick-slide {
    position: relative;
}

.tenf-footer-block p {
    background: none !important;
}

.single-project .tenf-lightbox-slider.slick-initialized .slick-slide {
  max-width: calc(100vw - 20px);
}
