/*!
Theme Name: CognoSystems
Theme URI: http://underscores.me/
Author: Sean Pearce
Author URI: http://underscores.me/
Description: Theme for cognosystems.com
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cognosystems

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.

CognoSystems 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: -------------------------------------------------------------

# Normalization
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Layout
# Clearings
# Header
# Footer
# Home page
# Content
  ## Posts and pages
# Media
  ## Captions
  ## Galleries
*/

/* -----------------------------------------------------------------------------
 # Normalization ------------------------------------------------------------ */

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

body {
	margin: 0;
}

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

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

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: 600;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

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

button,
select { /* 1 */
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

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

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* -----------------------------------------------------------------------------
 # Typography --------------------------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Source Sans Pro', 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 {
	box-sizing: inherit;
}

body {
	background: #333;
}

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;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

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: #009bde;
	transition: color 0.1s, background 0.1s;
}

a:visited {
	color: #009bde;
}

a:hover, a:focus, a:active {
	color: #0081b8;
}

a:focus {
	outline: thin dotted;
}

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

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

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

.menu-primary-menu-container {
	margin-left: 0.75em;
	margin-right: -0.75em;
}

.main-navigation ul {
	display: none;
	list-style: none;
	background: #fff;
	position: absolute;
	top: 7.75em;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0.625em 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #009bde;
}

.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 {
	display: block;
}

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

.main-navigation > div > ul > li > a {
	margin: 0;
	padding: 0.375rem 1rem 0.375rem 1.25rem;
	font-size: 1em;
	line-height: 1.25rem;
	color: #000;
	border-left: 0.25em solid transparent;
	transition: color 0.1s;
}

.main-navigation > div > ul > li > a:hover,
.main-navigation > div > ul > li > a:focus {
	color: #009bde;
}

.main-navigation .blue {
	color: #009bde;
}

.main-navigation .current-menu-item a {
	border-color: #009bde;
}

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

.menu-toggle {
	background: #fff;
	color: #808184;
	width: 3rem;
	height: 3rem;
	font-size: 1.5em;
	border: 1px solid transparent;
	border-radius: 2px;
	padding: 0;
	transition: all 0.1s;
	margin-left: 1rem;
}

.menu-toggle:hover,
.menu-toggle:focus {
	cursor: pointer;
	color: #009bde;
	border-color: transparent;
	outline: none;
}

.menu-toggle:focus {
	border-color: #e5e5e5;
}

.menu-toggle[aria-expanded="true"] {
	color: #009bde;
}

.menu-toggle:active {
	color: #0081b8;
	border-color: #d9d9d9;
}


@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

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

	.main-navigation ul {
		display: flex;
		position: static;
		padding: 0;
		border: none;
	}

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

	.main-navigation > div > ul > li > a {
		margin: 0 0.75rem;
		padding: 2rem 0 1.75rem 0;
		font-size: 1.1875em;
		line-height: 1.5rem;
		border: none;
		border-bottom: 0.25rem solid transparent;
		white-space: nowrap;
	}
}

@media screen and (min-width: 768px) and (max-width: 864px) {
	.main-navigation > div > ul > li > a {
		margin: 0 0.625rem;
	}
}

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

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

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #0081b8;
	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;
}

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

/* -----------------------------------------------------------------------------
 # Layout ------------------------------------------------------------------- */

.limiter {
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 1em;
}

.site-content {
	padding-top: 7.75em;
}

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

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

.contact-band {
	background: #000;
	display: flex;
	justify-content: flex-end;
}

.contact-band-link {
	background: #009bde;
	padding: 0 1.5em 0 1.25em;
	height: 2.25em;
	position: relative;
	text-decoration: none;
	line-height: 2.25em;
}

.contact-band-link .text {
	color: #fff;
	font-weight: 600;
	font-size: 0.9375em;
	border-bottom: 1px solid transparent;
	transition: border 0.1s;
}

.contact-band-link:before {
    display: inline-block;
    position: absolute;
    height: 100%;
    top: 0;
    right: 100%;
    content: '';
    border-top: 2.25em solid transparent;
    border-right: 1.3125em solid #009bde;
}

.contact-band-link:hover .text {
	border-color: #fff;
}

.site-header {
	background: #fff;
	position: fixed;
	width: 100%;
	z-index: 100;
	transition: box-shadow 0.2s;
}

.single-post .site-header,
.page-template-template-legal .site-header,
.site-header.scrolled {
	box-shadow: 2px 0 3px 1px rgba(0, 0, 0, 0.15);
}

.site-header .limiter {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	height: 5.5em;
}

.site-branding {
	flex: initial;
	display: block;
	height: 2.75em;
	width: 19.25em;
	margin: 0.3125em 0 0 0;
	background-image: url('./img/logo-cognosystems.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

/* -----------------------------------------------------------------------------
 # Footer ------------------------------------------------------------------- */

/* ## Upper ----------------------------------------------------------------- */

.site-footer .upper {
	background: #f2f2f2;
	padding: 1.5em 0 2em 0;
	border-top: 1px solid #009bde;
}

.site-footer .upper .limiter {
	display: flex;
	align-items: flex-start;
}

.site-footer .upper .text,
.site-footer .upper li {
	padding-bottom: 0.1875em;
}

.site-footer .upper .section {
	flex: 1;
	color: hsl(0, 0%, 42.5%);
	line-height: 1.3;
}

.site-footer .upper .section.main {
	flex: 2;
	padding-right: 1em;
}

.site-footer .upper .footer-logo {
	flex: initial;
	display: block;
	height: 4.125em;
	background-image: url('./img/logo-cognosystems-footer.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0% 50%;
}

.site-footer .upper .content {
	margin-left: 3.8125em;
	display: flex;
	align-items: flex-start;
	font-size: 0.9375em;
}

.site-footer .upper .contact {
	flex: 3;
	padding: 0 1em 0 0;
}

.site-footer .upper .links {
	flex: 2;
	padding-right: 1em;
}

.site-footer .upper a {
	color: inherit;
}

.site-footer .upper a:hover {
	color: #009bde;
}

.site-footer .upper address {
	font-style: normal;
	margin: 0;
}

.site-footer .upper ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-footer .section.articles {
	margin-top: 1.25em;
}

.site-footer .upper h2 {
	margin: 0;
	font-weight: 400;
	font-size: 1.375em;
	letter-spacing: -0.01em;
}

.site-footer .upper .tile {
	display: flex;
	margin: 0.75em 0 0 0;
	align-items: flex-start;
	text-decoration: none;
}

.site-footer .upper .tile .image {
	flex: initial;
	width: 8.25em;
	height: 5.5em;
	margin-right: 1em;
	border-radius: 1px;
}

.site-footer .upper .tile .label {
	flex: 1;
	padding-right: 1rem;
	max-width: 11.5rem;
	font-size: 1.125em;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 1.25;
}

@media (max-width: 864px) {
	.site-footer .upper .tile .image {
		width: 6.75em;
		height: 4.5em;
	}

	.site-footer .upper .tile .label {
		font-size: 1em;
		padding-right: 0;
	}
}

@media (max-width: 768px) {
	.site-footer .upper .content {
		display: block;
	}

	.site-footer .upper .links {
		padding: 0;
		margin-top: 0.75em;
	}

	.site-footer .upper .tile {
		display: block;
		margin-top: 1rem;
	}

	.site-footer .upper .tile .image {
		margin: 0;
	}
}

@media (max-width: 460px) {
	.site-footer .upper .limiter {
		display: block;
	}

	.site-footer .section.articles {
		margin-bottom: -0.5em;
	}

	.site-footer .upper h2 {
		font-size: 1.0625em;
		font-weight: 600;
	}

	.site-footer .upper .tile {
		display: flex;
		margin-top: 0.5rem;
	}

	.site-footer .upper .tile .image {
		margin: 0 0.75rem 0 0;
	}

	.site-footer .upper .tile .label {
		margin: 0;
	}
}

/* ## Lower ----------------------------------------------------------------- */

.site-footer .lower {
	color: #ccc;
	font-size: 0.875em;
	padding: 1.125rem 0;
}

.site-footer .lower .limiter {
	display: flex;
	align-items: center;
}

.site-footer .lower .copyright {
	flex: 1;
}

.site-footer .lower .copyright .first-line {
	padding-right: 0.25rem;
}

.site-footer .lower p {
	margin: 0;
}

.site-footer .lower a {
	text-decoration: none;
}

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

.site-footer .lower .socials {
	display: flex;
	flex: inherit;
}

.site-footer .lower a.social-icon {
	border-radius: 50%;
	background: #ccc;
	color: #333;
	width: 1.5rem;
	height: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.875em;
	margin-left: 0.375rem;
}

.site-footer .lower a.social-icon:hover {
	background: #fff;
	color: #333;
}

/* -----------------------------------------------------------------------------
 # Home page ---------------------------------------------------------------- */

.section.wide {
	background-color: #000;
	background-image: url('./img/bg-home.jpg');
	background-repeat: no-repeat;
	background-position: calc(50% - 340px) 50%;
	background-size: auto 105%;
	height: 25em;
}

.section.wide h2 {
	color: #009bde;
	font-weight: 600;
	font-size: 1.625em;
	line-height: 1.15;
	margin: 0;
}

.section.wide .limiter {
	height: 100%;
	padding: 0 1em;
	position: relative;
	display: flex;
	align-items: center;
}

.section.wide .overlay {
	position: absolute;
	top: 0;
	right: -1.5em;
	bottom: 0;
	left: 0;
	background-image: url('./img/bg-home-overlay.svg');
	background-repeat: no-repeat;
	background-position: 100% 38%;
	background-size: auto 155%;
	z-index: 20;
}

.section.wide .content {
	position: relative;
	max-width: 20em;
	margin: 0 5.5em 0 auto;
	text-align: right;
	z-index: 30;
}

.section.wide p {
	color: #fff;
	font-size: 1.1875em;
	font-weight: 400;
	max-width: 16rem;
	margin-left: auto;
}

.section.wide a {
	font-size: 1.125rem;
}

.section.wide a:hover {
	color: #fff;
}

@media (max-width: 1080px) {
	.section.wide {
		background-position: -165px 50%;
	}

	.section.wide .limiter {
		overflow: hidden;
	}
}

@media (max-width: 880px) {
	.section.wide .content {
		margin-right: 3em;
	}
}

@media (max-width: 800px) {
	.section.wide {
		background-image: none;
	}

	.section.wide .overlay {
		background-position: 0% 38%;
	}
}

@media (max-width: 532px) {
	.section.wide .content {
		text-align: center;
		margin: 0 auto;
	}

	.section.wide p {
		margin: 0;
		padding: 1em 0;
		max-width: none;
	}

	.section.wide .overlay {
		background-position: 35% 38%;
	}
}

/* ## About section --------------------------------------------------------- */

.section.about {
	background: #fff;
	padding: 3em 0;
	text-align: center;
}

.section.about .blurb {
	color: #009bde;
	font-size: 1.5em;
	line-height: 1.4;
	margin: 0;
	font-weight: 600;
	letter-spacing: -0.01em;
	padding: 0 0.5rem;
}

.section.about .tiles {
	display: flex;
	padding: 0 2.5em;
}

@media (max-width: 996px) {
	.section.about .tiles {
		padding: 0;
	}
}

.section.about .tile-wrapper {
	flex: 1;
	margin: 2em 0 1em 0;
}

.section.about .tile {
	margin: 0 auto;
	max-width: 17em;
	padding: 0 1em;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

.section.about .icon-wrapper,
.section.about .label,
.section.about .action {
	flex: initial;
}

.section.about .icon {
	width: 8em;
	height: 8em;
	margin: 0 auto;
}

.section.about .icon img {
	display: block;
	object-fit: cover;
}

.section.about .label h2 {
	margin: 0;
	font-size: 1.625em;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
	color: #009bde;
}

.section.about .description {
	flex: 1;
	margin: 1em 0 1.25em 0;
	font-weight: 400;
	font-size: 1.0625em;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.45);
}

.section.about .btn-learn {
	display: block;
	margin: 0 auto;
	max-width: 9rem;
	background: #009bde;
	color: #fff;
	font-size: 1.125em;
	line-height: 2.125rem;
	text-decoration: none;
	border-radius: 1px;
}

.section.about .btn-learn:hover {
	background: #0081b8;
}

@media (max-width: 640px) {
	.section.about .blurb {
		font-size: 1.25em;
	}

	.section.about .tiles {
		display: block;
	}

	.section.about .tile {
		max-width: 21em;
		padding: 0;
	}
}

/* ## Testimonials section -------------------------------------------------- */

.page-home .section.testimonials {
	background: #053061;
	height: 25em;
	color: #fff;
	display: flex;
	align-items: center;
	background-image: url('./img/bg-testimonials.jpg');
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-home .section.testimonials .testimonial {
	padding: 1.75em 1.5em 0 1.5em;
	text-align: center;
}

.page-home .section.testimonials .quote {
	font-size: 1.6875em;
}

.page-home .section.testimonials .attribution {
	font-size: 1.375em;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: 0.01em;
}

.page-home .section.testimonials .attribution:before {
	content: '';
	display: block;
	width: 2.25rem;
	height: 2px;
	margin: 1.5rem auto;
	background: #fff;
}

@media (max-width: 832px) {
	.page-home .section.testimonials {
		height: auto;
		min-height: 25em;
	}

	.page-home .section.testimonials .quote {
		font-size: 1.375em;
		line-height: 1.35;
	}

	.page-home .section.testimonials .attribution {
		font-size: 1.25em;
	}
}

@media (max-width: 640px) {
	.page-home .section.testimonials .testimonial {
		padding: 2.5em 1.5em;
	}
}

/* ## Pricing section ------------------------------------------------------- */

.section.pricing {
	background: #fff;
	text-align: center;
	padding: 3em 0;
}

.section.pricing h2 {
	color: #009bde;
	font-size: 1.875em;
	line-height: 1.4;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.02em;
	padding: 0 0.5rem;
}

.section.pricing .sign {
	padding: 0 0.3125rem;
	color: #009bde;
}

.section.pricing .calculation {
	margin-top: 0.375rem;
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.375em;
	letter-spacing: -0.01em;
}

.section.pricing p {
	font-size: 1.0625em;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.45);
	max-width: 44rem;
	margin: 1.5rem auto;
}

.section.pricing .ready-to-talk {
	max-width: 24em;
	margin: 2.5em auto 0.75em auto;
}

/* ## Specs section --------------------------------------------------------- */

.section.specs {
	background: #009bde;
	color: #fff;
	text-align: center;
	padding: 2.5em 0 3.5em 0;
}

.section.specs h2 {
	font-size: 1.875em;
	line-height: 1.4;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.section.specs p {
	font-size: 1.0625em;
	line-height: 1.5;
	font-weight: 400;
}

.section.specs .image {
	max-width: 45em;
	margin: 0 auto;
	padding: 1em 1.5em;
	background: #fff;
	border-radius: 1px;
}

.section.specs .image img {
	display: block;
	width: 100%;
}

/* ## Clients section ------------------------------------------------------- */

.section.clients {
	background: #fff;
	color: #bfbfbf;
	text-align: center;
	padding: 2.25em 0 3.75em 0;
}

.section.clients h2 {
	font-size: 1.25em;
	margin: 0;
	font-weight: 600;
}

.section.clients .clients-container {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 1.5em -1em 0 -1em;
}

.section.clients .client {
	flex: 1;
	margin: 0 2%;
	max-width: 10em;
}

.section.clients .client img {
	display: block;
	width: 100%;
}

@media (max-width: 720px) {
	.section.clients {
		padding-bottom: 2.25em;
	}

	.section.clients .clients-container {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 0.5em;
	}

	.section.clients .client {
		flex: 1 0 33.333%;
		flex: 1 0 calc(100%/3);
		margin: 1em;
	}
}

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

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

.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

/* ## Common elements ------------------------------------------------------- */

.ready-to-talk {
	padding: 1em;
	border: 1px solid #009bde;
	border-radius: 1px;
	text-align: center;
}

.ready-to-talk h3 {
	color: #009bde;
	font-size: 1.4375em;
	line-height: 1.4;
	margin: 0;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.ready-to-talk .btn-discuss {
	display: inline-block;
	margin: 1rem auto 0.75rem auto;
	width: auto;
	padding: 0.3125rem 1.3125rem;
	background: #009bde;
	color: #fff;
	font-size: 1.125em;
	line-height: 1.5rem;
	text-decoration: none;
	border-radius: 1.0625rem;
}

.ready-to-talk .btn-discuss:hover {
	background: #0081b8;
}

.ready-to-talk .btn-discuss i {
	margin-right: 0.625rem;
}

/* ## Standard pages -------------------------------------------------------- */

.page-standard .section.wide {
	background-color: #333;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 25em;
}

.page-why-cognosystems .section.wide {
	background-image: url('./img/bg-why.jpg');
	background-position: 50% 46%;
}

.page-services .section.wide {
	background-image: url('./img/bg-services.jpg');
	background-position: 50% 75%;
}

.page-technologies .section.wide {
	background-image: url('./img/bg-technologies.jpg');
	background-position: 50% 60%;
}

.page-support .section.wide,
.page-contact .section.wide {
	background-image: url('./img/bg-support.jpg');
	background-position: 50% 28%;
}

.page-standard .section.blue-band {
	padding: 1.25em;
	background: #009bde;
	color: #fff;
}

.page-standard .section.blue-band p {
	margin: 0;
	font-size: 1.375em;
}

.page-standard .section.content {
	background: #fff;
}

.page-standard .section.content .limiter {
	display: flex;
	align-items: flex-start;
}

.page-standard .content-area {
	flex: 3;
	padding: 3em 1em 3em 0;
}

.page-standard .sidebar {
	flex: 2;
	padding: 6.5em 0 3em 1em;
}

.page-standard .sidebar .diagram {
	margin-bottom: 2em;
	padding: 0.125em;
	border: 1px solid #009bde;
	border-radius: 1px;
}

.page-standard .sidebar .diagram img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 25em;
}

.page-standard .entry-title {
	color: #009bde;
	font-weight: 600;
	font-size: 1.875em;
	letter-spacing: -0.01em;
	margin: 0;
}

.page-standard .entry-content {
	margin: 0;
	padding-right: 1.5em;
}

.page-standard .entry-content h2 {
	color: #009bde;
	font-weight: 600;
	font-size: 1.375em;
	letter-spacing: -0.01em;
	margin: 1.5rem 0 0 0;
}

.page-standard .entry-content p {
	color: hsl(0, 0%, 42.5%);
	margin: 0.5rem 0 1rem 0;
}

@media (max-width: 960px) {
	.page-services .section.wide {
		background-position-x: 30%;
	}

	.page-support .section.wide,
	.page-contact .section.wide {
		background-position-x: 70%;
	}
}

@media (max-width: 720px) {
	.page-why-cognosystems .section.wide {
		background-position-x: 72%;
	}

	.page-technologies .section.wide {
		background-position-x: 40%;
	}

	.page-standard .content-area {
		padding-right: 0;
	}

	.page-standard .sidebar {
		padding-top: 0;
		padding-left: 0;
	}

	.page-standard .section.content .limiter {
		display: block;
	}

	.page-standard .section.blue-band {
		padding: 1.25em 0;
	}
	
	.page-standard .section.blue-band p {
		font-size: 1.25em;
	}
}

@media (max-width: 540px) {
	.page-why-cognosystems .section.wide {
		background-position-x: 65%;
	}
}

@media (max-width: 460px) {
	.page-support .section.wide,
	.page-contact .section.wide {
		background-position-x: 63%;
	}
}

/* ## Why page -------------------------------------------------------------- */

.page-standard .testimonials {
	background: #009bde;
	color: #fff;
	padding: 1.5em 0;
}

.page-standard .testimonials .container {
	display: flex;
	align-items: flex-start;
	margin: 0 -3%;
}

.page-standard .testimonials .testimonial {
	flex: 1;
	margin: 1.375em 3% 0.75em 3%;
}

.page-standard .testimonials h2 {
	margin: 0;
	font-size: 1.375em;
	font-weight: 400;
}

.page-standard .testimonials .quote {
	display: inline-block;
	font-size: 0.9375em;
	font-weight: 300;
	font-style: italic;
	line-height: 1.25rem;
	margin-bottom: 0.75rem;
	/* quotes: "\201C""\201D""\2018""\2019"; */
	quotes: "\201C""""""";
	position: relative;
}

.page-standard .testimonials .quote:before {
	position: relative;
	top: 0.375em;
	padding-right: 0.1875rem;
	font-size: 3em;
	line-height: 0;
}

.page-standard .testimonials .quote:after {
	position: relative;
	top: 0.375em;
	font-size: 3em;
	line-height: 0;
}

.page-standard .testimonials .attribution {
	font-size: 0.9375em;
	font-weight: 400;
	line-height: 1.23;
}

@media (max-width: 720px) {
	.page-standard .testimonials .container {
		display: block;
		margin: -0.5em 0 -1.5em 0;
	}

	.page-standard .testimonials .testimonial {
		margin: 2em 0;
	}
}

/* ## Technologies page ----------------------------------------------------- */

.page-technologies .content-area {
	padding-right: 0;
}

.page-technologies .entry-content {
	padding-right: 0;
}

.page-technologies .grid {
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1.75%;
}

.page-technologies .tile-wrapper {
	flex: 0 0 25%;
	max-width: 25%;
	min-height: 17em;
	padding: 1.75%;
}

.page-technologies .tile {
	height: 100%;
	padding: 1.5em 1em;
	border: 1px solid #009bde;
	border-radius: 1px;
	text-align: center;
}

.page-technologies .tile .logo {
	margin: 0 auto 1em auto;
	max-width: 11.625em;
	height: 3.875em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-technologies .tile .logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.page-technologies .tile .description {
	font-size: 0.8125em;
	line-height: 1.3;
}

@media (max-width: 1080px) {
	.page-technologies .grid {
		margin: 0 -0.5em;
	}

	.page-technologies .tile-wrapper {
		padding: 0.5em;
		min-height: auto;
		max-width: 17em;
	}
}

@media (max-width: 880px) {
	.page-technologies .grid {
		justify-content: center;
	}

	.page-technologies .tile-wrapper {
		flex: 0 0 calc(100%/3);
		max-width: 17em;
	}
}

@media (max-width: 672px) {
	.page-technologies .tile-wrapper {
		flex: 0 0 50%;
	}
}

@media (max-width: 460px) {
	.page-technologies .tile-wrapper {
		flex: 0 0 100%;
	}
}

/* ## Legal documents ------------------------------------------------------- */

.page-legal {
	background: #fff;
	padding: 10.75em 0 3em 0;
}

.page-legal h1 {
	margin: 0 0 1rem 0;
	font-size: 1.875em;
	font-weight: 600;
	color: #009bde;
	letter-spacing: -0.01em;
	line-height: 1.15;
}

.page-legal .entry-content {
	color: hsl(0, 0%, 42.5%);
	font-size: 0.875em;
}

.page-legal ol {
	counter-reset: item;
	margin: 0.25em 0;
	/* padding-inline-start: 1.5em; */
	padding-left: 1.5em;
}

.page-legal li {
	margin: 0.25em 0;
}

.page-legal ol h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 1em 0 0.5em 0;
	font-size: 1em;
}

.page-legal ol p {
	margin: 0.25em 0;
}

.page-legal .entry-content > ol > li {
	list-style: none;
}

.page-legal .entry-content > ol > li:before {
	content: counters(item, ".") ".";
	position: absolute;
	left: 0;
	margin-left: -1.5em;
	font-weight: 600;
}

.page-legal ol ol {
	/* padding-inline-start: 1.75em; */
	padding-left: 2.5em;
}

.page-legal .entry-content > ol > li,
.page-legal .entry-content > ol > li > ol > li {
	counter-increment: item;
	position: relative;
}

.page-legal ol ol li {
	list-style: none;
}

.page-legal ol ol > li:before {
	content: counters(item, ".") ". ";
	margin-left: -2.5em;
	position: absolute;
    left: 0;
}

.page-legal ol ol ol {
	counter-reset: alpha;
	/* padding-inline-start: 1.5em; */
	padding-left: 1.5em;
}

.page-legal ol ol ol > li {
	display: list-item;
	position: relative;
}

.page-legal ol ol ol > li:before {
	content: "(" counter(alpha, lower-alpha) ") ";
	counter-increment: alpha;
	position: absolute;
	margin-left: -1.5em;
    left: 0;
}

.page-legal ol table {
	border-spacing: 0;
	margin: 0.25em 0;
	border: 0.042em solid hsl(0, 0%, 42.5%);
}

.page-legal ol th,
.page-legal ol td {
	padding: 0.25em 0.5em;
}

.page-legal ol th {
	font-weight: 600;
}

.page-legal ol td {
	border-top: 0.042em solid hsl(0, 0%, 42.5%);
}

.page-legal ol th:not(:last-child),
.page-legal ol td:not(:last-child) {
	border-right: 0.042em solid hsl(0, 0%, 42.5%);
}

@media (max-width: 540px) {
	.page-legal ol table {
		margin-left: -4.5em;
		width: calc(100% + 5em);
	}
}

/* ## Posts ----------------------------------------------------------------- */

.post-standard {
	background: #fff;
	padding: 10.75em 0 3em 0;
}

.post-standard .above-content {
	display: flex;
	margin-bottom: 1.5em;
}

.post-standard .above-content .post-thumbnail {
	flex: 3;
}

.post-standard .above-content .post-thumbnail img {
	display: block;
	padding-right: 2em;
}

.post-standard .above-content .sidebar {
	flex: 1;
	background: #f2f2f2;
}

.post-standard .above-content .sidebar-content {
	padding: 1em;
}

.post-standard .above-content .sidebar h2 {
	margin: 0 0 -0.75rem 0;
	font-weight: 600;
	font-size: 1.25em;
	letter-spacing: -0.01em;
}

.post-standard .recent-post-tile {
	margin-top: 1.5em;
}

.post-standard .recent-post-tile .thumbnail {
	max-width: 10em;
	margin-bottom: 0.5em;
}

.post-standard .recent-post-tile .thumbnail img {
	display: block;
}

.post-standard .recent-post-tile .label {
	line-height: 1.25;
}

.post-standard .recent-post-tile .label a {
	text-decoration: none;
	font-weight: 600;
	transition: all 0.1s;
}

.post-standard .recent-post-tile .label a:hover,
.post-standard .recent-post-tile .label a:focus {
	text-decoration: underline;
}

.post-standard .content-area {
	width: 75%;
	color: hsl(0, 0%, 42.5%);
	padding-right: 2em;
}

.post-standard .content-area h2 {
	color: #009bde;
	font-weight: 600;
	font-size: 1.375em;
	letter-spacing: -0.01em;
	margin: 1.5rem 0 0 0;
}

.post-standard .entry-content p {
	margin: 0.5rem 0 1rem 0;
	line-height: 1.6;
}

.post-standard .entry-content ul {
	margin: 0;
	padding-left: 1.5em;
}

.post-standard .entry-header {
	margin-bottom: 1em;
}

.post-standard .entry-meta {
	margin-top: 0.25rem;
	font-size: 0.9375em;
}

.post-standard .entry-meta .category {
	text-transform: uppercase;
}

.post-standard h1 {
	margin: 0;
	font-size: 1.875em;
	font-weight: 600;
	color: #009bde;
	letter-spacing: -0.01em;
	line-height: 1.15;
}

.post-standard .post-navigation {
	display: none;
	margin: 1.5em 0 0 0;
	line-height: 1.25;
}

.post-standard .post-navigation a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.post-standard .post-navigation .nav-next a {
	justify-content: flex-end;
}

.post-standard .post-navigation .nav-previous a {
	justify-content: flex-start;
}

.post-standard .post-navigation a:hover .full-label,
.post-standard .post-navigation a:hover .short-label {
	text-decoration: underline;
}

.post-standard .post-navigation .full-label,
.post-standard .post-navigation .short-label {
	font-size: 0.9375em;
}

.post-standard .post-navigation .short-label {
	display: none;
}

.post-standard .post-navigation .fa-arrow-left {
	margin-right: 0.5rem;
}

.post-standard .post-navigation .fa-arrow-right {
	margin-left: 0.5rem;
}

.post-standard .post-navigation i {
	color: #bfbfbf;
}

.post-standard .post-navigation a:hover i {
	color: hsl(0, 0%, 42.5%);
}

@media (max-width: 768px) {
	.post-standard .above-content .post-thumbnail img {
		padding-right: 1em;
	}

	.post-standard .content-area {
		padding-right: 1em;
	}
}

@media (max-width: 640px) {
	.post-standard .above-content {
		display: block;
	}

	.post-standard .above-content .post-thumbnail img {
		padding-right: 0;
	}

	.post-standard .above-content .sidebar {
		display: none;
	}

	.post-standard .content-area {
		padding-right: 0;
		width: 100%;
	}

	.post-standard .post-navigation {
		display: block;
	}
}

@media (max-width: 480px) {
	.post-standard .post-navigation .short-label {
		display: inline;
	}

	.post-standard .post-navigation .full-label {
		display: none;
	}
}

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

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

embed,
iframe,
object {
	max-width: 100%;
}

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