/*
Theme Name: Bridges
Author: Anna Glukhova
Description: Custom theme.
Version: 1.0
Text Domain: bridges
*/

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
========================================================================== */

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/* Box Model
========================================================================== */

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

/* Images
========================================================================== */

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* Editor
========================================================================== */

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media only screen and (min-width: 482px) {
	.alignleft {
		float: left;
		margin-right: 1.5rem;
	}
	.entry-content > .alignleft {
		max-width: calc(50% - 1.5rem);
	}
	.alignright {
		float: right;
		margin-left: 1.5rem;
	}
	.entry-content > .alignright {
		max-width: calc(50% - 1.5rem);
	}
}

embed,
iframe,
object {
	max-width: 100%;
}

figure {
	margin: 0;
	padding: 0;
}

.wp-caption,
.gallery-caption {
	max-width: 100%;
	margin-bottom: 1.5rem;
}

.wp-caption-text {
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
	color: #666;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.custom-caption {
	margin: -1rem 0 1.5rem;
	font-size: 14px;
	text-align: center;
	color: #666;
}

/* Typography
========================================================================== */

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

a:hover,
a:focus,
a:active {
	text-decoration-style: dotted;
}

ul {
	padding: 0 0 0 1rem;
	margin: 0 0 1.5rem;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.entry-content {
	font-family: 'Lora', serif;
	line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	line-height: 1.4;
	color: #000;
	padding: 0;
	margin: 0 0 1.5rem;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5,
h6 {
	font-size: 15px;
}

@media only screen and (min-width: 768px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5,
	h6 {
		font-size: 16px;
	}
	.entry-content {
		font-size: 17px;
	}
}

p {
	padding: 0;
	margin: 0 0 1.5rem;
}

b, strong {
	font-weight: 500;
}

.entry-content b,
.entry-content strong {
	font-weight: 700;
}

i, em {
	font-style: normal;
}

.entry-content i,
.entry-content em {
	font-style: italic;
}

.entry-content blockquote {
	font-style: italic;
	color: #757575;
}

svg {
	vertical-align: middle;
	fill: #000;
}

.page-title {
	text-align: center;
	text-transform: uppercase;
}

/* Effects
========================================================================== */

.light-img img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.light-img a:hover img {
	-webkit-filter: brightness(105%) contrast(105%) saturate(105%);
	filter: brightness(105%) contrast(105%) saturate(105%);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.linked-title a {
	color: #333;
	text-decoration: none;
}

.linked-title a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.span {
	display: inline;
}

/* Link Box
========================================================================== */

.link-box a {
	display: inline-block;
	text-decoration: none;
	padding: 12px 24px;
	font-size: 16px;
	line-height: 1;
	background: #222;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.link-box a:hover {
	background: #194476;
}

.lightlink a {
	background: #fff;
	color: #333;
	border: 1px solid #333;
}

.lightlink a:hover {
	background: #333;
	color: #fff;
}

/* Link Arrow
========================================================================== */

.link-arrow {
	position: relative;
	text-decoration: none;
	color: #222;
	padding-bottom: 3px;
}

.link-arrow::before {
	content: '';
	display: block;
	border-bottom: 1px solid #222;
	width: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
}

.link-arrow:hover::before {
	width: 100%;
}

.link-arrow svg {
	fill: #222;
	margin-left: 3px;
}

.link-box svg {
	margin-left: 12px;
}

.link-box svg,
.link-arrow svg {
	-webkit-transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.link-box a:hover svg,
.link-arrow:hover svg {
	-webkit-transform: translate(9px, 0);
	transform: translate(9px, 0);
}

/* Layout
========================================================================== */

.wrap {
	max-width: 1360px;
	padding: 0 1rem;
	margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
	.wrap {
		padding: 0 2rem;
	}
}

@media only screen and (min-width: 1300px) {
	.wrap {
		padding: 0 3rem;
	}
}

.section {
	max-width: 780px;
	margin: 0 auto;
}

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

.site-content {
	padding: 2rem 0 3rem;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.home .site-content {
	padding-top: 1.5rem;
}

.admin-bar .site {
	min-height: calc(100vh - 46px);
}

@media screen and (min-width: 782px) {
	.admin-bar .site {
		min-height: calc(100vh - 32px);
	}
}

/* Header
========================================================================== */

.site-header {
	padding: 5px 0;
}

.site-header .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/* Logo
========================================================================== */

.logo {
	margin-right: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.logo img {
	width: 240px;
}

/* Primary Menu
========================================================================== */

.primary-navigation,
.menu-search {
	display: none;
}

@media only screen and (min-width: 1300px) {
	.primary-navigation,
	.menu-search {
		display: block;
	}
}

.primary-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.primary-menu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.primary-menu a {
	display: block;
	padding: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}

.primary-menu a:hover {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.primary-menu .current-menu-item > a,
.primary-menu .current_page_item > a,
.primary-menu .current-menu-ancestor > a {
	color: #0067b8;
}

/* Submenu
========================================================================== */

.primary-menu li {
	position: relative;
}

.primary-menu .sub-menu {
	display: none;
	min-width: max-content;
	position: absolute;
	left: 0;
	top: 100%;
	background: #194476;
	border: 1px solid #194476;
	margin-top: -1px;
	z-index: 999991;
}

.primary-menu li:hover > .sub-menu {
	display: block;
}

.primary-menu .sub-menu a {
	color: #fff;
	line-height: 1.6;
	padding: 10px 30px;
}

.primary-menu .sub-menu li:first-child > a {
	padding-top: 20px;
}

.primary-menu .sub-menu li:last-child > a {
	padding-bottom: 20px;
}

.primary-menu .sub-menu::before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	top: -10px;
	left: 20px;
	border-style: solid;
	border-color: #194476 transparent;
	border-width: 0 7px 10px 7px;
}

.primary-menu .menu-item-has-children > a::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	width: 8px;
	height: 8px;
	margin-top: -2px;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%23000'><polygon points='0,0 10,0 5,5'/></svg>");
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
}

.primary-menu .sub-menu .sub-menu {
	left: 100%;
	top: 0;
	background: #fff;
	border: 1px solid #777;
}

.primary-menu .sub-menu .sub-menu a {
	color: #333;
}

.primary-menu .sub-menu .sub-menu::before {
	display: none;
}

.primary-menu .sub-menu .menu-item-has-children > a::after {
	right: 10px;
	width: 5px;
	height: 10px;
	margin: 0;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='5' height='10' fill='%23fff'><polygon points='0,0 5,5 0,10'/></svg>");
}

/* Menu Toggle
========================================================================== */

.toggle-nav {
	margin: 20px 0 0 20px;
	cursor: pointer;
}

.menu-close {
	display: none;
}

.toggled-nav .menu-open {
	display: none;
}

.toggled-nav .menu-close {
	display: block;
}

.menu-label {
	text-align: center;
	padding-top: 9px;
	font-size: 11px;
	line-height: 1;
	text-transform: uppercase;
}

.menu-open,
.menu-close {
	width: 40px;
	height: 40px;
}

.menu-open {
	background-image: url(images/bridge.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	animation-name: pulse;
	animation-duration: 2.5s;
	transform-origin: 70% 70%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.toggle-nav:hover .menu-open {
	animation: none;
}

.menu-close {
	border: 2px solid #000;
	border-radius: 50%;
	padding: 6px;
}

/* Off-Canvas
========================================================================== */

.off-canvas {
	position: fixed;
	z-index: 999993;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 270px;
	background: #212121;
	-webkit-transform: translateX(-270px);
	transform: translateX(-270px);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	overflow-y: auto;
}

.toggled-nav .off-canvas {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.overlay-nav {
	position: fixed;
	z-index: 999992;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.toggled-nav .overlay-nav {
	visibility: visible;
	opacity: 0.5;
	cursor: pointer;
}

/* Drop Menu
========================================================================== */

.drop-navigation {
	padding: 3rem 2rem;
}

.drop-menu a {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: uppercase;
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
}

.drop-menu .sub-menu li {
	margin-left: 1rem;
}

.drop-menu .sub-menu a {
	font-weight: 400;
}

.drop-menu a:hover,
.drop-menu a:focus,
.drop-menu a:active {
	text-decoration: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.drop-menu .current-menu-item > a,
.drop-menu .current_page_item > a,
.drop-menu .current-menu-ancestor > a {
	color: #4c89c2;
}

/* Search Toggle
========================================================================== */

.toggle-search {
	cursor: pointer;
	padding: 14px 1rem;
}

.search-close {
	display: none;
}

.toggled-search .search-open {
	display: none;
}

.toggled-search .search-close {
	display: block;
}

/* Search
========================================================================== */

.menu-search {
	position: relative;
}

.search-container {
	display: none;
	width: 300px;
	padding: 20px;
	background: #194476;
	position: absolute;
	right: 0;
	top: 100%
	z-index: 99999;
}

.toggled-search .toggle-search {
	background: #194476;
}

.toggled-search .toggle-search svg {
	fill: #fff;
}

.toggled-search .search-container {
	display: block;
}

.search-form {
	background: #fff;
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.search-field {
	outline: 0;
	padding: 0.5rem 1rem;
	width: 100%;
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	background: #fff;
	color: #333;
}

.search-submit {
	background: none;
	padding: 0 0.5rem 0 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: none;
	box-shadow: none;
	border-radius: 0;
	cursor: pointer;
}

.search-submit svg {
	fill: #333;
}

.drop-navigation .search-form,
.drop-navigation .search-field {
	background: transparent;
	color: #fff;
	font-size: 14px;
}

.drop-navigation .search-form {
	margin-top: 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}

.drop-navigation .search-submit svg {
	fill: rgba(255, 255, 255, 0.5);
}

.entry-content .search-form {
	border-bottom: 1px solid #333;
}

.entry-content .search-form .search-field {
	padding-left: 0;
}

/* Pulse Animation
========================================================================== */

@-webkit-keyframes pulse {
	from {
		opacity: 1;
	}

	40% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

@keyframes pulse {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0.2;
	}

	to {
		opacity: 1;
	}
}

/* Pagination
========================================================================== */

.pagination {
	padding-top: 1.5rem;
	border-top: 1px solid #dadada;
	margin-top: 3rem;
}

.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

.nav-links .placeholder {
	visibility: hidden;
}

.pagination .next,
.pagination .prev {
	display: block;
	text-decoration: none;
}

.pagination .prev {
	margin: 0 auto 0 0;
}

.pagination .next {
	text-align: right;
	margin: 0 0 0 auto;
}

.nav-links > * {
	margin: 0 5px;
}

.pagination a,
.pagination .nav-text {
	color: #444;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.pagination a:hover,
.pagination a:focus,
.pagination .nav-text:hover,
.pagination .nav-text:focus {
	text-decoration-style: dotted;
}

.pagination .prev .nav-text {
	margin-left: 8px;
}

.pagination .next .nav-text {
	margin-right: 8px;
}

.pagination .current {
	color: #000;
	font-weight: 500;
}

.pagination .dots {
	-webkit-transform: translateY(-0.3em);
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

/* Search
========================================================================== */

.search-title {
	font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
}

.search-term {
	color: #0067b8;
}

.search-count {
	text-align: center;
	font-size: 18px;
	margin-bottom: 2rem;
}

.search-excerpt-title a {
	color: inherit;
}

.search-excerpt {
	padding-bottom: 1rem;
	border-bottom: 1px solid #eee;
	margin-bottom: 2rem;
}

.search-excerpt:last-of-type {
	border: 0;
	padding: 0;
	margin: 0;
}

.search .entry-content .search-form {
	margin-top: 1.5rem;
}

.search-excerpt .link-box {
	color: inherit;
}

/* Footer
========================================================================== */

.site-footer {
	background: #f0f0f0;
	padding: 3rem 0;
	text-align: center;
}

.footer-col .textwidget :last-child {
	margin-bottom: 0;
}

.footer-col .widget-title {
	font-size: 18px;
	margin-bottom: 1rem;
}

.footer-col .textwidget {
	font-size: 15px;
}

.footer-col {
	max-width: 500px;
	margin: 0 auto 2.5rem;
}

.footer-col:last-child {
	margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
	.site-footer {
		text-align: left;
	}
	.footer-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -1rem;
	}
	.footer-col {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: none;
		margin: 0;
		padding: 0 1rem;
	}
	.footer-col .widget-title {
		margin-bottom: 1.5rem;
		font-size: 20px;
	}
}

/* Social Menu
========================================================================== */

.hidden {
	display: none;
}

.social-navigation {
	margin-top: 1.5rem;
}

.social-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 1024px) {
	.social-menu {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.social-menu li {
	margin-right: 10px;
}

.social-menu a svg {
	fill: #333;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.social-menu a:hover svg {
	fill: #0067b8;
}

/* Slider
========================================================================== */

.slider-container {
	position: relative;
	margin-top: 3rem;
}

.slide-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 60px;
}

.slide .link-box {
	margin-top: 2rem;
	text-align: center;
}

.slide-image a {
	display: block;
	text-decoration: none;
	height: 230px;
}

@media only screen and (min-width: 768px) {
	.slide-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.slide-image {
		width: 55%;
		margin: 0;
	}
	.slide-desc {
		width: 45%;
		padding-left: 2rem;
		padding-bottom: 50px;
		min-height: 400px;
	}
	.slide .link-box {
		text-align: left;
	}
	.slide-image a {
		height: 100%;
	}
	.slide-image a::before {
		content: '';
		display: block;
		padding-bottom: 56.25%;
	}
}

.slide-cat {
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.slide-title {
	-webkit-line-clamp: 3;
	margin-bottom: 1rem;
}

.slide-excerpt {
	font-family: 'Lora', serif;
	-webkit-line-clamp: 3;
}

.slide-date {
	margin-bottom: 1rem;
	font-size: 14px;
	color: #555;
}

.slider-controls {
	position: absolute;
	right: 0;
	top: 242px;
	left: 0;
	z-index: 10;
	height: 26px;
	width: 22px;
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	cursor: pointer;
}

.slider-controls:hover {
	opacity: 0.5;
}

.play-svg {
	display: none;
}

.pause-svg {
	display: block;
}

.paused .play-svg {
	display: block;
}

.paused .pause-svg {
	display: none;
}

.play-svg {
	stroke: #000;
	stroke-width: 1;
	fill: none;
}

.slider .slick-dots {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 246px;
	left: 62px;
	right: 62px;
	z-index: 10;
}

.slider .slick-dots li {
	display: block;
	margin: 0 7px;
}

.slider .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 11px;
	height: 11px;
	padding: 0;
	margin: 0;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	cursor: pointer;
}

.slider .slick-dots li button::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	border-radius: 50%;
}

.slider .slick-dots li:hover button::before {
	background: rgba(0, 0, 0, 0.5);
}

.slider .slick-dots .slick-active button::before {
	background: #000;
}

.slider .slick-arrow {
	position: absolute;
	height: 22px;
	width: 22px;
	right: 0;
	top: 245px;
	margin: 0;
	z-index: 10;
	cursor: pointer;
}

.slider .slick-arrow svg {
	fill: #000;
	-webkit-transition: fill 0.2s;
	transition: fill 0.2s;
}

.slider .slick-arrow:hover svg {
	fill: rgba(0, 0, 0, 0.5);
}

.slider .slick-prev {
	margin-right: 40px;
}

.slider .slide {
	outline: 0;
}

@media only screen and (min-width: 768px) {
	.slider-controls {
		left: 55%;
		margin-left: 2rem;
		bottom: 2px;
		top: auto;
	}
	.slider .slick-dots {
		left: calc(55% + 94px);
		bottom: 6px;
		top: auto;
	}
	.slider .slick-arrow {
		bottom: 5px;
		top: auto;
	}
}

/* Home
========================================================================== */

.home-subtitle {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 1.5rem;
}

.home-intro {
	font-family: 'Lora', serif;
	text-align: center;
}

.home-intro .section {
	max-width: 790px;
}

@media only screen and (min-width: 768px) {
	.home-subtitle {
		font-size: 30px;
		margin-bottom: 2rem;
	}
	.home-intro {
		font-size: 17px;
	}
}

/* Home - Events
========================================================================== */

.home-events {
	background: #ebebeb;
	padding: 2rem 0;
	margin-top: 2rem;
}

.home-event {
	max-width: 400px;
	margin: 0 auto 1.5rem;
}

@media only screen and (min-width: 768px) {
	.home-events {
		padding: 3rem 0;
		margin-top: 3rem;
	}
	.home-events-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 0 -1rem;
	}
	.home-event {
		width: 33.3333333%;
		padding: 0 1rem;
		margin: 0;
		max-width: none;
	}
	.home-events .link-box {
		margin-top: 2.5rem;
	}
}

.home-event a {
	display: block;
	height: 100%;
	text-decoration: none;
	background: #fff;
	color: inherit;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.home-event-date {
	font-size: 14px;
	color: #555;
	margin-bottom: 10px;
}

.home-event a,
.home-event-title,
.home-event-date {
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.home-event a:hover .home-event-title,
.home-event a:hover .home-event-date {
	color: #fff;
}

.home-event a:hover {
	color: #fff;
	background: #194476;
}

.home-event-desc {
	padding: 1.5rem 1rem;
}

.home-event-title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 10px;
	-webkit-line-clamp: 4;
}

@media only screen and (min-width: 1024px) {
	.home-event-title {
		font-size: 24px;
	}
}

.home-event-excerpt {
	font-family: 'Lora', serif;
	-webkit-line-clamp: 5;
}

.home-events .link-box {
	text-align: center;
}

/* Hubs
========================================================================== */

.home-hubs {
	padding: 2rem 0;
	background: #f5f5f5;
}

.hubs-intro {
	max-width: 780px;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.hub {
	text-align: center;
	margin-bottom: 2rem;
}

.hub:last-child {
	margin-bottom: 0;
}

.hub-img {
	max-width: 270px;
	margin: 0 auto;
}

.hub-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	margin: 10px 0 0;
}

@media only screen and (min-width: 768px) {
	.home-hubs {
		padding: 3rem 0;
	}
	.hubs-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1rem -2rem;
	}
	.hub:last-child {
		margin-bottom: 2rem;
	}
	.hub {
		width: 33.3333333%;
		padding: 0 1rem;
		margin: 0 0 2rem;
	}
	.hub-img {
		max-width: none;
		margin: 0;
	}
}

@media only screen and (min-width: 1024px) {
	.hub-title {
		font-size: 24px;
	}
}

.hub-title a {
	color: #000;
}

.hub-subtitle {
	color: #555;
	margin-top: 3px;
	line-height: 1.4;
}

.hub-img a {
	display: block;
	text-decoration: none;
}

.hub-img img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.hub-img a:hover img {
	-webkit-filter: brightness(105%) contrast(105%) saturate(105%);
	filter: brightness(105%) contrast(105%) saturate(105%);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* Home Projects
========================================================================== */

.home-projects {
	padding-top: 2rem;
}

.projects-intro {
	max-width: 780px;
	margin: 0 auto 2.5rem;
	text-align: center;
}

.project {
	text-align: center;
	margin-bottom: 2.5rem;
}

.project:last-child {
	margin-bottom: 0;
}

.project-img {
	max-width: 270px;
	margin: 0 auto;
}

.project-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 500;
	margin: 1rem 0 0.5rem;
}

.project-desc {
	font-family: 'Lora', serif;
	color: #555;
	margin-bottom: 0.5rem;
	-webkit-line-clamp: 3;
}

@media only screen and (min-width: 768px) {
	.home-projects {
		padding-top: 3rem;
	}
	.projects-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1rem -2.5rem;
	}
	.project {
		width: 33.3333333%;
		margin-bottom: 2.5rem;
		padding: 0 1rem;
	}
	.project:last-child {
		margin-bottom: 2.5rem;
	}
}

@media only screen and (min-width: 1024px) {
	.project-title {
		font-size: 22px;
	}
}

.project-img a {
	display: block;
	text-decoration: none;
	border-radius: 50%;
}

.project-img img {
	-webkit-filter: brightness(105%) contrast(92%) grayscale(100%);
	filter: brightness(105%) contrast(92%) grayscale(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 50%;
}

.project-img a:hover img {
	filter: none;
}

/* Meta
========================================================================== */

.meta {
	font-size: 1rem;
	margin-bottom: 1.5rem;
	text-align: center;
}

.meta,
.meta-author {
	color: #666;
}

.meta > div {
	display: inline;
}

.meta > div::after {
	content: '|';
	padding: 0 5px 0 9px;
}

.meta > div:last-child::after {
	display: none;
}

.meta-author {
	margin-top: 2rem;
}

.article .meta-author {
	margin-top: 1.5rem;
}

/* Article
========================================================================== */

.article-title {
	text-align: center;
}

.article-featured {
	margin-bottom: 1.5rem;
}

.article-featured-caption {
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
	color: #666;
}

.article-link {
	margin-top: 1.5rem;
}

.article-link a,
.top-cat a,
.hub-info-website a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #222;
}

.top-cat,
.top-cat a {
	color: #666;
}

.top-cat {
	text-align: center;
	margin-bottom: 1rem;
}

.top-cat .span {
	padding: 0 1rem;
}

/* Archive
========================================================================== */

.archive-title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1rem;
}

.archive-subtitle span {
	color: #0067b8;
}

.archive-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
	.archive-subtitle {
		font-size: 26px;
	}
	.archive-subtitle {
		margin-bottom: 3rem;
	}
}

.article {
	padding-bottom: 3rem;
	border-bottom: 1px solid #dadada;
	margin-bottom: 3rem;
}

.article:last-child {
	padding: 0;
	margin: 0;
	border: 0;
}

.article-image {
	max-width: 500px;
	margin: 0 auto 1.5rem;
}

.date-archive {
	margin-top: 3rem;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.date-archive-title {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
}

/* Hub
========================================================================== */

.hub-info {
	background: #f5f5f5;
	padding: 2rem 0;
	margin-top: -2rem;
}

.hub-header {
	margin-bottom: 1.5rem;
}

.hub-header-title {
	margin: 0;
	text-align: center;
}

.hub-header-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	margin-top: 10px;
}

.hub-info-image {
	max-width: 1000px;
	margin: 0 auto 1.5rem;
}

.hub-info-desc {
	font-family: 'Lora', serif;
	font-size: 1rem;
	margin-bottom: 1.5rem;
}

.hub-info-contact {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 500;
}

.hub-info-contact p:last-child {
	margin-bottom: 0;
}

.hub-info-website {
	margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
	.hub-header-subtitle {
		font-size: 19px;
	}
	.hub-info-meta {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.hub-info-website {
		margin: 0;
	}
	.hub-info-contact {
		margin-left: auto;
		padding-left: 2rem;
	}
}

/* Hub Post
========================================================================== */

.hub-posts {
	padding-top: 2rem;
}

.hub-post {
	max-width: 400px;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #dadada;
	margin: 0 auto 2rem;
}

.hub-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;
}

@media only screen and (min-width: 768px) {
	.hub-posts {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px -2rem;
	}
	.hub-post {
		width: 50%;
		max-width: none;
		padding: 0 10px;
		border: 0;
		margin: 0 0 2rem;
	}
	.hub-post:last-child {
		margin: 0 0 2rem;
	}
}

@media only screen and (min-width: 1024px) {
	.hub-post {
		width: 33.3333333%;
	}
}

@media only screen and (min-width: 1200px) {
	.hub-post {
		width: 25%;
	}
}

.hub-post-img {
	margin-bottom: 1rem;
}

.hub-post-title {
	margin: 10px 0;
	font-size: 17px;
	font-weight: 500;
	-webkit-line-clamp: 3;
}

.hub-post-meta,
.hub-post-author {
	font-size: 13px;
	color: #666;
}

.hub-post-author {
	margin-bottom: 10px;
}

.hub-post-meta a,
.hub-post-author a {
	color: inherit;
}

.hub-post-meta > div {
	display: inline;
}

.hub-post-meta > div::after {
	content: '•';
	padding: 0 5px 0 8px;
}

.hub-post-meta > div:last-child::after {
	display: none;
}

.hub-post-excerpt {
	font-family: 'Lora', serif;
	font-size: 15px;
	-webkit-line-clamp: 5;
	margin-bottom: 10px;
}

.hub-post-more a {
	font-size: 15px;
	color: #555;
}

.tax-hub_tag .archive-subtitle {
	margin: 0;
}

.hub-date-header .archive-subtitle {
	margin: 1rem 0 0;
}

/* Project
========================================================================== */

.project-cat-title {
	text-align: center;
}

.project-cat-desc {
	margin-bottom: 2.5rem;
	text-align: center;
}

.projects-posts .project-title {
	margin: 10px 0;
	-webkit-line-clamp: 3;
}

.projects-posts .hub-post-excerpt {
	-webkit-line-clamp: 5;
}

.projects-posts .hub-post-meta {
	margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
	.projects-posts .project {
		width: 50%;
	}
}

@media only screen and (min-width: 1024px) {
	.projects-posts .project {
		width: 33.3333333%;
	}
}

.project-header {
	margin-bottom: 1.5rem;
	text-align: center;
}

.project-header-title {
	margin: 0;
}

.project-header-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	line-height: 1.4;
	text-align: center;
	margin-top: 12px;
}

@media only screen and (min-width: 768px) {
	.project-header-subtitle {
		font-size: 19px;
	}
}

/* Gtranslate
========================================================================== */

.gtranslate_selector {
	background: transparent;
	border: 1px solid #a7a7a7;
	padding: 5px 0 5px 5px;
	box-shadow: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #333;
	text-transform: uppercase;
}

.primary-navigation .menu-item-gtranslate {
	padding: 0 1rem;
}

.drop-menu .gtranslate_selector {
	width: 100%;
	border-color: rgba(255, 255, 255, 0.5);
	padding: 0.5rem 1rem;
	font-size: 12px;
	color: #fff;
}

.drop-menu .gtranslate_selector option {
	color: #333;
}

.drop-menu .menu-item-gtranslate {
	padding: 10px 0;
}

html {
	height: auto !important;
}

html body {
	position: static !important;
	min-height: 0 !important;
}

/* Hub Staff
========================================================================== */

.hub-staff {
	margin-top: 3rem;
}

.hub-staff-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
}

.hub-staff-col {
	margin-bottom: 2rem;
	text-align: center;
}

.hub-staff-col:last-child {
	margin-bottom: 0;
}

.hub-staff-img {
	max-width: 200px;
	margin: 0 auto;
}

.hub-staff-desc {
	margin-top: 10px;
	font-family: 'Lora', serif;
	font-size: 15px;
}

@media only screen and (min-width: 700px) {
	.hub-staff-title {
		font-size: 22px;
	}
	.hub-staff-grid {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -1rem -2rem;
	}
	.hub-staff-grid.less3 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.hub-staff-col {
		width: 33.3333333%;
		padding: 0 1rem;
		margin: 0 0 2rem;
		text-align: left;
	}
	.hub-staff-img {
		max-width: none;
		margin: 0;
	}
}

@media only screen and (min-width: 768px) {
	.hub-staff-grid.less4 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.hub-staff-col {
		width: 25%;
	}
}

@media only screen and (min-width: 1024px) {
	.hub-staff-grid.less5 {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.hub-staff-col {
		width: 20%;
	}
}